choose destination directory for files conversion.

This commit is contained in:
morkt
2016-04-19 12:33:36 +04:00
parent e098a498ee
commit 5641c8b6ba
8 changed files with 93 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -470,4 +470,7 @@
<data name="Type_NONE" xml:space="preserve">
<value>без типа</value>
</data>
<data name="LabelDestinationDir" xml:space="preserve">
<value>Сохранить результаты в</value>
</data>
</root>

View File

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