mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added progress window to archive creation process.
This commit is contained in:
9
Strings/guiStrings.Designer.cs
generated
9
Strings/guiStrings.Designer.cs
generated
@@ -330,6 +330,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Creating archive {0}.
|
||||
/// </summary>
|
||||
public static string MsgCreatingArchive {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgCreatingArchive", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deleted {0}.
|
||||
/// </summary>
|
||||
|
||||
@@ -327,4 +327,7 @@ Overwrite?</value>
|
||||
<data name="TextConfirmOverwrite" xml:space="preserve">
|
||||
<value>Confirm overwrite</value>
|
||||
</data>
|
||||
<data name="MsgCreatingArchive" xml:space="preserve">
|
||||
<value>Creating archive {0}</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -330,4 +330,7 @@
|
||||
<data name="TextConfirmOverwrite" xml:space="preserve">
|
||||
<value>Подтвердите перезапись</value>
|
||||
</data>
|
||||
<data name="MsgCreatingArchive" xml:space="preserve">
|
||||
<value>Создание архива {0}</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user