Command/menu item name EN:
Highlight all selected
Command/menu item name DE:
Alle aktiven hervorheben
Hotkey EN: Ctrl+
.
Hotkey DE: Strg+
.
Status bar prompt text EN:
Highlight all occurrences of selected text
Status bar prompt text DE:
Alle aktiven hervorheben
Help EN: The help page has the title
View Tab and the description is:
English UE help wrote:Highlight all selected turns off selection of strings matched by a Find with Highlight All Items Found selected when Use persistent highlight all is selected under Configuration -> Search -> Advanced or when all occurrences of the word under the cursor are highlighted
Help DE: The help page has the title
Karte-Ansicht and the description is:
German UE help wrote:Alle aktiven hervorheben Deaktiviert die Auswahl der mit einer Suche übereinstimmenden Texte, für die Alle Fundstellen hervorheben ausgewählt ist, wenn unter Konfiguration -> Suche -> Erweitert Stets 'Alle hervorheben' verwenden ausgewählt ist.
The English description is incomplete because of this command cannot be used only to disable a persistent highlighting of all found occurrences of a searched string, but can be used also to enable highlighting of all occurrences of currently selected string or enable highlighting of all occurrences of the word at caret on nothing selected at all and no persistent highlighting currently exists.
The German description in help is not so bad, but the command name and prompt text are awful.
I recommend to change both which could be done by editing in
uedit32.lng or
uedit64.lng in program files folder of 32-bit or 64-bit UltraEdit the lines starting with the identifier numbers
33805,
101430 and
200222 from:
Code: Select all
33805="Alle aktiven hervorheben\nAlle aktiven hervorheben"
101430="Alle aktiven hervorheben"
200222="Alle aktiven hervorheben"
to:
Code: Select all
33805="Alle Vorkommen des markierten Texts hervorheben\nHervorhebung der Markierung"
101430="Hervorhebung der Markierung"
200222="Hervorhebung der Markierung"
This is already enough although
ueres.dll contains also the string with identifier number
33805, but the string in language file overrides the string in resource DLL.
This command is really hard to describe with a short command name in English and even more in German. I suppose the French translation of this command name is even longer.
I am not really happy with
Hervorhebung der Markierung. That is not really describing the function of this command which I never use for the reasons described by me at
Highlighting the currently selected string and
"Highlight all selected" is case-sensitive and
Highlighting all occurrences of a part of a word. But I have no idea how to name this command with a short name.
I think, an English name like
Toggle word highlighting with an appropriate translation would be better taking into account that this command has more functions as it had on introducing it many years ago. It cannot be used only for persistent highlighting of a single word, but I suppose those people using it use it primary for highlighting a single word (variable, function).
Command/menu item name EN:
Make selections
Command/menu item name DE:
Optionen auswählen
Hotkey EN: Ctrl+
,
Hotkey DE: Strg+
,
Status bar prompt text EN:
Convert highlighted text to selection(s)
Status bar prompt text DE:
Markierten nach Selection konvertieren
Help EN: The help page has the title
View Tab and the description is:
English UE help wrote:Make selections converts all highlighted strings to editable selections
Help DE: The help page has the title
Karte-Ansicht and the description is:
German UE help wrote:Optionen auswählen Wandelt alle markierten Zeichenketten in bearbeitbare Optionen um
The English command name, prompt text and description are all okay.
The German command name, prompt text and description are not useful for any German user in my opinion.
I suggest to change in
uedit32.lng or
uedit64.lng the line starting with the identifier numbers
2005,
101435 and
200223 from:
Code: Select all
2005="Markierten nach Selection konvertieren\nMarkierten nach Selection konvertieren"
101435="Markierten nach Selection konvertieren"
200223="Optionen auswählen"
to:
Code: Select all
2005="Konvertiert hervorgehobenen Text auf Markierung(en)\nMarkierungen erzeugen"
101435="Markierungen erzeugen"
200223="Markierungen erzeugen"
The string with identifier number
2005 is also in
ueres.dll, but the string in language file overrides it.
Finally after making the modifications in language file the file
uedit32u.rb0 or
uedit64u.rb0 and the
*.rb1 file of used layout like
Ausgewogen.rb1 in directory containing the INI file (by default the UltraEdit application data directory) must be also edited or deleted for being recreated by UltraEdit on next start to finally see this change also in menu
Ansicht (moderne (contemporary) and traditionelle Menüs (traditional menus)) and on ribbon tab
Ansicht.
Let me know if my translations are better. Please let me know also your suggestions, if you think you have even better ones. But please note that the command name should not be too long for display on ribbon tab where the text is displayed on tab and the text length is important for that reason.
BTW: In language file of UltraEdit v26.20.0.46 and UEStudio v19.20.0.32 the string with identifier number
66071 was changed from "(B/
Lns)" to "(B/
Zln)" according to a report sent by me to IDM support with an email. I have installed usually on English UE/UES. But I have tested German UltraEdit/UEStudio installer/uninstaller during beta testing of UltraCompare v20.00 and saw this not translated string in status bar of German UE/UES. So I reported it to IDM support and this string was corrected in the next release of UltraEdit for Windows and UEStudio.