1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-08 19:23:15 +00:00

Updated translation.

This commit is contained in:
Ylian Saint-Hilaire
2021-06-01 18:28:12 -07:00
parent b17045a457
commit e3c1b1b6fa
14 changed files with 3514 additions and 1335 deletions

View File

@@ -116,6 +116,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Change remote desktop settings.
/// </summary>
internal static string ChangeRemoteDesktopSettings {
get {
return ResourceManager.GetString("ChangeRemoteDesktopSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CIRA.
/// </summary>
@@ -208,6 +217,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Display connection statistics.
/// </summary>
internal static string DisplayConnectionStatistics {
get {
return ResourceManager.GetString("DisplayConnectionStatistics", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Display {0}.
/// </summary>
@@ -563,6 +581,24 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Pull clipboard from remote device.
/// </summary>
internal static string PullClipboardFromRemoteDevice {
get {
return ResourceManager.GetString("PullClipboardFromRemoteDevice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Push local clipboard to remote device.
/// </summary>
internal static string PushLocaClipboardToRemoteDevice {
get {
return ResourceManager.GetString("PushLocaClipboardToRemoteDevice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PuTTY SSH client.
/// </summary>
@@ -663,6 +699,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Send Ctrl-Alt-Del to remote device.
/// </summary>
internal static string SendCtrlAltDelToRemoteDevice {
get {
return ResourceManager.GetString("SendCtrlAltDelToRemoteDevice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Send token to registered email address?.
/// </summary>
@@ -744,6 +789,24 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Toggle remote desktop connection.
/// </summary>
internal static string ToggleRemoteDesktopConnection {
get {
return ResourceManager.GetString("ToggleRemoteDesktopConnection", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Toggle zoom-to-fit mode.
/// </summary>
internal static string ToggleZoomToFitMode {
get {
return ResourceManager.GetString("ToggleZoomToFitMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two-factor Authentication.
/// </summary>

View File

@@ -370,4 +370,25 @@
<data name="Updating" xml:space="preserve">
<value>Updating...</value>
</data>
<data name="ChangeRemoteDesktopSettings" xml:space="preserve">
<value>Change remote desktop settings</value>
</data>
<data name="DisplayConnectionStatistics" xml:space="preserve">
<value>Display connection statistics</value>
</data>
<data name="PullClipboardFromRemoteDevice" xml:space="preserve">
<value>Pull clipboard from remote device</value>
</data>
<data name="PushLocaClipboardToRemoteDevice" xml:space="preserve">
<value>Push local clipboard to remote device</value>
</data>
<data name="SendCtrlAltDelToRemoteDevice" xml:space="preserve">
<value>Send Ctrl-Alt-Del to remote device</value>
</data>
<data name="ToggleRemoteDesktopConnection" xml:space="preserve">
<value>Toggle remote desktop connection</value>
</data>
<data name="ToggleZoomToFitMode" xml:space="preserve">
<value>Toggle zoom-to-fit mode</value>
</data>
</root>