mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-05 19:30:29 +08:00
(GUI): added string resources.
This commit is contained in:
36
GUI/Strings/guiStrings.Designer.cs
generated
36
GUI/Strings/guiStrings.Designer.cs
generated
@@ -60,6 +60,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Abort.
|
||||
/// </summary>
|
||||
public static string ButtonAbort {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonAbort", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cancel.
|
||||
/// </summary>
|
||||
@@ -69,6 +78,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Continue.
|
||||
/// </summary>
|
||||
public static string ButtonContinue {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonContinue", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Convert.
|
||||
/// </summary>
|
||||
@@ -384,6 +402,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Ignore further errors.
|
||||
/// </summary>
|
||||
public static string LabelIgnoreErrors {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelIgnoreErrors", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Skip incovertible files..
|
||||
/// </summary>
|
||||
@@ -965,6 +992,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File extraction error.
|
||||
/// </summary>
|
||||
public static string TextExtractionError {
|
||||
get {
|
||||
return ResourceManager.GetString("TextExtractionError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Extract text.
|
||||
/// </summary>
|
||||
|
||||
@@ -458,4 +458,20 @@
|
||||
<data name="CtxMenuSelectByMask" xml:space="preserve">
|
||||
<value>마스크로 파일 선택...</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="ButtonAbort" xml:space="preserve">
|
||||
<value>Abort</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="ButtonContinue" xml:space="preserve">
|
||||
<value>Continue</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="LabelIgnoreErrors" xml:space="preserve">
|
||||
<value>Ignore further errors</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="TextExtractionError" xml:space="preserve">
|
||||
<value>File extraction error</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -462,4 +462,16 @@ Overwrite?</value>
|
||||
<data name="CtxMenuSelectByMask" xml:space="preserve">
|
||||
<value>Select files by mask...</value>
|
||||
</data>
|
||||
<data name="ButtonAbort" xml:space="preserve">
|
||||
<value>_Abort</value>
|
||||
</data>
|
||||
<data name="ButtonContinue" xml:space="preserve">
|
||||
<value>_Continue</value>
|
||||
</data>
|
||||
<data name="LabelIgnoreErrors" xml:space="preserve">
|
||||
<value>_Ignore further errors</value>
|
||||
</data>
|
||||
<data name="TextExtractionError" xml:space="preserve">
|
||||
<value>File extraction error</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -460,7 +460,7 @@
|
||||
<value>Выбрать файлы</value>
|
||||
</data>
|
||||
<data name="TextErrorExtracting" xml:space="preserve">
|
||||
<value>Произошёл сбой во время извлечения файла
|
||||
<value>Не удалось извлечь файл
|
||||
{0}
|
||||
{1}</value>
|
||||
</data>
|
||||
@@ -483,4 +483,16 @@
|
||||
<data name="CtxMenuSelectByMask" xml:space="preserve">
|
||||
<value>Выбрать файлы по маске...</value>
|
||||
</data>
|
||||
<data name="ButtonAbort" xml:space="preserve">
|
||||
<value>Прервать</value>
|
||||
</data>
|
||||
<data name="ButtonContinue" xml:space="preserve">
|
||||
<value>Продолжить</value>
|
||||
</data>
|
||||
<data name="LabelIgnoreErrors" xml:space="preserve">
|
||||
<value>Игнорировать дальнейшие ошибки</value>
|
||||
</data>
|
||||
<data name="TextExtractionError" xml:space="preserve">
|
||||
<value>Ошибка извлечения файла</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -460,4 +460,20 @@
|
||||
<value>Select files by mask...</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="ButtonAbort" xml:space="preserve">
|
||||
<value>Abort</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="ButtonContinue" xml:space="preserve">
|
||||
<value>Continue</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="LabelIgnoreErrors" xml:space="preserve">
|
||||
<value>Ignore further errors</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="TextExtractionError" xml:space="preserve">
|
||||
<value>File extraction error</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user