added localization strings for settings.

This commit is contained in:
morkt
2018-01-12 19:56:25 +04:00
parent 3e6645a336
commit c3f4343558
21 changed files with 243 additions and 21 deletions

View File

@@ -69,6 +69,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Apply.
/// </summary>
public static string ButtonApply {
get {
return ResourceManager.GetString("ButtonApply", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
@@ -546,6 +555,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to _Preferences.
/// </summary>
public static string MenuPreferences {
get {
return ResourceManager.GetString("MenuPreferences", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Recent files.
/// </summary>
@@ -1165,6 +1183,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Formats.
/// </summary>
public static string TextFormats {
get {
return ResourceManager.GetString("TextFormats", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Multimedia conversion error.
/// </summary>
@@ -1192,6 +1219,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Preferences.
/// </summary>
public static string TextPreferences {
get {
return ResourceManager.GetString("TextPreferences", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save as.
/// </summary>