mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
implemented duplicate file actions dialog.
This commit is contained in:
9
GUI/Strings/guiStrings.Designer.cs
generated
9
GUI/Strings/guiStrings.Designer.cs
generated
@@ -1075,6 +1075,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File {0} already exists in the destination folder..
|
||||
/// </summary>
|
||||
public static string TextFileAlreadyExists {
|
||||
get {
|
||||
return ResourceManager.GetString("TextFileAlreadyExists", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Multimedia conversion error.
|
||||
/// </summary>
|
||||
|
||||
@@ -496,4 +496,8 @@
|
||||
{1}</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="TextFileAlreadyExists" xml:space="preserve">
|
||||
<value>File {0} already exists in the destination folder.</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -494,4 +494,7 @@ Overwrite?</value>
|
||||
{0}
|
||||
{1}</value>
|
||||
</data>
|
||||
<data name="TextFileAlreadyExists" xml:space="preserve">
|
||||
<value>File {0} already exists in the destination folder.</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -515,4 +515,7 @@
|
||||
{0}
|
||||
{1}</value>
|
||||
</data>
|
||||
<data name="TextFileAlreadyExists" xml:space="preserve">
|
||||
<value>Файл с именем {0} уже существует.</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -502,4 +502,7 @@
|
||||
{1}</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="TextFileAlreadyExists" xml:space="preserve">
|
||||
<value>文件{0}已经存在。</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user