mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-02 11:20:29 +08:00
(DeleteItemExec): multiple files deletion.
This commit is contained in:
36
Strings/guiStrings.Designer.cs
generated
36
Strings/guiStrings.Designer.cs
generated
@@ -366,6 +366,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to delete these files?.
|
||||
/// </summary>
|
||||
public static string MsgConfirmDeleteFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgConfirmDeleteFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Creating archive {0}.
|
||||
/// </summary>
|
||||
@@ -384,6 +393,24 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deleted {0} file.
|
||||
/// </summary>
|
||||
public static string MsgDeletedItems1 {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgDeletedItems1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deleted {0} files.
|
||||
/// </summary>
|
||||
public static string MsgDeletedItems2 {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgDeletedItems2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to directory not found.
|
||||
/// </summary>
|
||||
@@ -657,6 +684,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete files.
|
||||
/// </summary>
|
||||
public static string TextDeleteFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("TextDeleteFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Text encoding.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user