mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-17 08:24:36 +08:00
Update translation
This commit is contained in:
56
GUI/Strings/guiStrings.Designer.cs
generated
56
GUI/Strings/guiStrings.Designer.cs
generated
@@ -1210,6 +1210,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OK.
|
||||
/// </summary>
|
||||
public static string TextOK {
|
||||
get {
|
||||
return ResourceManager.GetString("TextOK", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive parameters.
|
||||
/// </summary>
|
||||
@@ -1318,6 +1327,24 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive.
|
||||
/// </summary>
|
||||
public static string Type_archive {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_archive", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Audio.
|
||||
/// </summary>
|
||||
public static string Type_audio {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_audio", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <DIR>.
|
||||
/// </summary>
|
||||
@@ -1328,7 +1355,16 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to none.
|
||||
/// Looks up a localized string similar to Image.
|
||||
/// </summary>
|
||||
public static string Type_image {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_image", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to NONE.
|
||||
/// </summary>
|
||||
public static string Type_NONE {
|
||||
get {
|
||||
@@ -1336,6 +1372,24 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Script.
|
||||
/// </summary>
|
||||
public static string Type_script {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_script", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Video.
|
||||
/// </summary>
|
||||
public static string Type_video {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_video", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scale large images to fit window.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user