mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CP-38529: Add ssh client strings to Messages.resx
Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
parent
971ae0d064
commit
c6eedbc9f3
72
XenModel/Messages.Designer.cs
generated
72
XenModel/Messages.Designer.cs
generated
@ -8021,6 +8021,33 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your external SSH console could not be launched. Please check that you have selected a valid file..
|
||||
/// </summary>
|
||||
public static string CONFIGURE_SSH_CONSOLE_ERROR {
|
||||
get {
|
||||
return ResourceManager.GetString("CONFIGURE_SSH_CONSOLE_ERROR", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your external SSH console could not be found. Please check that you have selected a valid file..
|
||||
/// </summary>
|
||||
public static string CONFIGURE_SSH_CONSOLE_NOT_FOUND {
|
||||
get {
|
||||
return ResourceManager.GetString("CONFIGURE_SSH_CONSOLE_NOT_FOUND", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Configure SSH Console.
|
||||
/// </summary>
|
||||
public static string CONFIGURE_SSH_CONSOLE_TITLE {
|
||||
get {
|
||||
return ResourceManager.GetString("CONFIGURE_SSH_CONSOLE_TITLE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Configuring Workload Balancing .
|
||||
/// </summary>
|
||||
@ -16825,6 +16852,42 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to External Tools.
|
||||
/// </summary>
|
||||
public static string EXTERNAL_TOOLS {
|
||||
get {
|
||||
return ResourceManager.GetString("EXTERNAL_TOOLS", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Manage external tools.
|
||||
/// </summary>
|
||||
public static string EXTERNAL_TOOLS_DETAILS {
|
||||
get {
|
||||
return ResourceManager.GetString("EXTERNAL_TOOLS_DETAILS", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Select SSH console.
|
||||
/// </summary>
|
||||
public static string EXTERNAL_TOOLS_OPEN_FILE_TITLE {
|
||||
get {
|
||||
return ResourceManager.GetString("EXTERNAL_TOOLS_OPEN_FILE_TITLE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Executables (*.exe)|*.exe.
|
||||
/// </summary>
|
||||
public static string EXTERNAL_TOOLS_OPEN_FILE_TYPE {
|
||||
get {
|
||||
return ResourceManager.GetString("EXTERNAL_TOOLS_OPEN_FILE_TYPE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Failed.
|
||||
/// </summary>
|
||||
@ -16995,7 +17058,16 @@ namespace XenAdmin {
|
||||
return ResourceManager.GetString("FILE_PATH_DEVICE_NAME_ERROR_MESSAGE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// Looks up a localized string similar to File not found.
|
||||
/// </summary>
|
||||
public static string FILE_NOT_FOUND {
|
||||
get {
|
||||
return ResourceManager.GetString("FILE_NOT_FOUND", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Acrobat (PDF) file.
|
||||
/// </summary>
|
||||
|
@ -14737,4 +14737,28 @@ Any disk in your VM's DVD drive will be ejected when installing {1}.</value>
|
||||
<data name="YOU_ARE_HERE" xml:space="preserve">
|
||||
<value>You are here</value>
|
||||
</data>
|
||||
</root>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user