mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
added missing items
This commit is contained in:
82
mRemoteV1/Resources/Language/Language.Designer.cs
generated
82
mRemoteV1/Resources/Language/Language.Designer.cs
generated
@@ -68,15 +68,28 @@ namespace mRemoteNG {
|
||||
return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use a Custom File Path.
|
||||
/// </summary>
|
||||
internal static string ConfigurationCustomPath {
|
||||
get {
|
||||
internal static string ConfigurationCustomPath
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use a Custom File Path.
|
||||
/// </summary>
|
||||
internal static string strAdvancedSecurityOptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strAdvancedSecurityOptions", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Import an Existing File.
|
||||
@@ -437,16 +450,29 @@ namespace mRemoteNG {
|
||||
return ResourceManager.GetString("strAutomaticallyGetSessionInfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto save every:.
|
||||
/// </summary>
|
||||
internal static string strAutoSaveEvery {
|
||||
get {
|
||||
internal static string strAutoSaveEvery
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strAutoSaveEvery", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto save every:.
|
||||
/// </summary>
|
||||
internal static string strOptionsPageTitle
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strOptionsPageTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Minutes (0 means disabled).
|
||||
/// </summary>
|
||||
@@ -3343,16 +3369,29 @@ namespace mRemoteNG {
|
||||
return ResourceManager.GetString("strMenuExternalTools", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to External Tools Toolbar.
|
||||
/// </summary>
|
||||
internal static string strMenuExternalToolsToolbar {
|
||||
get {
|
||||
internal static string strMenuExternalToolsToolbar
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strMenuExternalToolsToolbar", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to External Tools Toolbar.
|
||||
/// </summary>
|
||||
internal static string strMenuMultiSshToolbar
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strMenuMultiSshToolbar", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to &File.
|
||||
/// </summary>
|
||||
@@ -3586,16 +3625,29 @@ namespace mRemoteNG {
|
||||
return ResourceManager.GetString("strMenuReportBug", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset layout.
|
||||
/// </summary>
|
||||
internal static string strMenuResetLayout {
|
||||
get {
|
||||
internal static string strMenuResetLayout
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strMenuResetLayout", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset layout.
|
||||
/// </summary>
|
||||
internal static string strMenuLockToolbars
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("strMenuLockToolbars", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Save Connection File.
|
||||
/// </summary>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user