mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-22 11:55:45 +08:00
choose destination directory for files conversion.
This commit is contained in:
11
GUI/Strings/guiStrings.Designer.cs
generated
11
GUI/Strings/guiStrings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34209
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -312,6 +312,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Destination directory.
|
||||
/// </summary>
|
||||
public static string LabelDestinationDir {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelDestinationDir", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose destination format for images.
|
||||
/// </summary>
|
||||
|
||||
@@ -448,4 +448,8 @@
|
||||
<data name="Type_NONE" xml:space="preserve">
|
||||
<value>없음</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Destination directory</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -449,4 +449,7 @@ Overwrite?</value>
|
||||
<data name="Type_NONE" xml:space="preserve">
|
||||
<value>none</value>
|
||||
</data>
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Destination directory</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -470,4 +470,7 @@
|
||||
<data name="Type_NONE" xml:space="preserve">
|
||||
<value>без типа</value>
|
||||
</data>
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Сохранить результаты в</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -449,4 +449,8 @@
|
||||
<data name="Type_NONE" xml:space="preserve">
|
||||
<value>无</value>
|
||||
</data>
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Destination directory</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user