mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-19 09:24:44 +08:00
(FileExistsDialog): new modal window.
added FileErrorDialog logic to GarConvert.
This commit is contained in:
56
GUI/Strings/guiStrings.Designer.cs
generated
56
GUI/Strings/guiStrings.Designer.cs
generated
@@ -114,6 +114,33 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Overwrite.
|
||||
/// </summary>
|
||||
public static string ButtonOverwrite {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonOverwrite", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Rename.
|
||||
/// </summary>
|
||||
public static string ButtonRename {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonRename", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Skip.
|
||||
/// </summary>
|
||||
public static string ButtonSkip {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonSkip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Close.
|
||||
/// </summary>
|
||||
@@ -312,6 +339,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A_pply to all duplicate files.
|
||||
/// </summary>
|
||||
public static string LabelApplyToAll {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelApplyToAll", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive format.
|
||||
/// </summary>
|
||||
@@ -366,6 +402,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to What should be done?.
|
||||
/// </summary>
|
||||
public static string LabelDuplicateFileQuestion {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelDuplicateFileQuestion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encoding.
|
||||
/// </summary>
|
||||
@@ -963,6 +1008,17 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error occured while converting file
|
||||
///{0}
|
||||
///{1}.
|
||||
/// </summary>
|
||||
public static string TextErrorConverting {
|
||||
get {
|
||||
return ResourceManager.GetString("TextErrorConverting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error occured while extracting file
|
||||
///{0}
|
||||
|
||||
Reference in New Issue
Block a user