CP-38529: Order strings in Messages.resx alphabetically

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
Danilo Del Busso 2021-12-14 12:11:24 +00:00 committed by Danilo Del Busso
parent d27eaa3bbd
commit c58d066389

View File

@ -2882,6 +2882,15 @@ Do you want to assign it to the schedule '{2}' instead?</value>
<data name="CONFIGURE_HA_ELLIPSIS" xml:space="preserve"> <data name="CONFIGURE_HA_ELLIPSIS" xml:space="preserve">
<value>&amp;Configure HA...</value> <value>&amp;Configure HA...</value>
</data> </data>
<data name="CONFIGURE_SSH_CONSOLE_ERROR" xml:space="preserve">
<value>Your external SSH console could not be launched. Please check that you have selected a valid file.</value>
</data>
<data name="CONFIGURE_SSH_CONSOLE_NOT_FOUND" xml:space="preserve">
<value>Your external SSH console could not be found. Please check that you have selected a valid file.</value>
</data>
<data name="CONFIGURE_SSH_CONSOLE_TITLE" xml:space="preserve">
<value>Configure SSH Console</value>
</data>
<data name="CONFIGURING_WLB" xml:space="preserve"> <data name="CONFIGURING_WLB" xml:space="preserve">
<value>Configuring Workload Balancing </value> <value>Configuring Workload Balancing </value>
</data> </data>
@ -5884,6 +5893,18 @@ Would you like to eject these ISOs before continuing?</value>
<data name="EXTERNAL_PLUGIN_WIN32" xml:space="preserve"> <data name="EXTERNAL_PLUGIN_WIN32" xml:space="preserve">
<value>Failed to run plug-in executable. Please see the client log for details.</value> <value>Failed to run plug-in executable. Please see the client log for details.</value>
</data> </data>
<data name="EXTERNAL_TOOLS" xml:space="preserve">
<value>External Tools</value>
</data>
<data name="EXTERNAL_TOOLS_DETAILS" xml:space="preserve">
<value>Manage external tools</value>
</data>
<data name="EXTERNAL_TOOLS_OPEN_FILE_TITLE" xml:space="preserve">
<value>Select SSH console</value>
</data>
<data name="EXTERNAL_TOOLS_OPEN_FILE_TYPE" xml:space="preserve">
<value>Executables (*.exe)|*.exe</value>
</data>
<data name="FAILED" xml:space="preserve"> <data name="FAILED" xml:space="preserve">
<value>Failed</value> <value>Failed</value>
</data> </data>
@ -5941,6 +5962,9 @@ Would you like to eject these ISOs before continuing?</value>
<data name="FILE_NAME_IS_DEVICE_NAME_ERROR_MESSAGE" xml:space="preserve"> <data name="FILE_NAME_IS_DEVICE_NAME_ERROR_MESSAGE" xml:space="preserve">
<value>A file name cannot be a device name.</value> <value>A file name cannot be a device name.</value>
</data> </data>
<data name="FILE_NOT_FOUND" xml:space="preserve">
<value>File not found</value>
</data>
<data name="FILE_PATH_DEVICE_NAME_ERROR_MESSAGE" xml:space="preserve"> <data name="FILE_PATH_DEVICE_NAME_ERROR_MESSAGE" xml:space="preserve">
<value>Path section {0} matches a device name.</value> <value>Path section {0} matches a device name.</value>
</data> </data>
@ -14737,28 +14761,4 @@ Any disk in your VM's DVD drive will be ejected when installing {1}.</value>
<data name="YOU_ARE_HERE" xml:space="preserve"> <data name="YOU_ARE_HERE" xml:space="preserve">
<value>You are here</value> <value>You are here</value>
</data> </data>
<data name="EXTERNAL_TOOLS" xml:space="preserve">
<value>External Tools</value>
</data>
<data name="EXTERNAL_TOOLS_DETAILS" xml:space="preserve">
<value>Manage external tools</value>
</data>
<data name="EXTERNAL_TOOLS_OPEN_FILE_TITLE" xml:space="preserve">
<value>Select SSH console</value>
</data>
<data name="EXTERNAL_TOOLS_OPEN_FILE_TYPE" xml:space="preserve">
<value>Executables (*.exe)|*.exe</value>
</data>
<data name="FILE_NOT_FOUND" xml:space="preserve">
<value>File not found</value>
</data>
<data name="CONFIGURE_SSH_CONSOLE_ERROR" xml:space="preserve">
<value>Your external SSH console could not be launched. Please check that you have selected a valid file.</value>
</data>
<data name="CONFIGURE_SSH_CONSOLE_NOT_FOUND" xml:space="preserve">
<value>Your external SSH console could not be found. Please check that you have selected a valid file.</value>
</data>
<data name="CONFIGURE_SSH_CONSOLE_TITLE" xml:space="preserve">
<value>Configure SSH Console</value>
</data>
</root> </root>