added progress window to archive creation process.

This commit is contained in:
morkt
2014-07-27 03:38:25 +04:00
parent 08b8e8a46b
commit 58f97183ac
5 changed files with 77 additions and 17 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -330,4 +330,7 @@
<data name="TextConfirmOverwrite" xml:space="preserve">
<value>Подтвердите перезапись</value>
</data>
<data name="MsgCreatingArchive" xml:space="preserve">
<value>Создание архива {0}</value>
</data>
</root>