mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Will co. archives creation.
This commit is contained in:
28
ArcFormats/Strings/arcStrings.Designer.cs
generated
28
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -279,6 +279,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name extension too long..
|
||||
/// </summary>
|
||||
public static string MsgExtensionTooLong {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgExtensionTooLong", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name is too long.
|
||||
/// </summary>
|
||||
@@ -315,6 +324,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name without extension..
|
||||
/// </summary>
|
||||
public static string MsgNoExtension {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgNoExtension", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Number of files exceedes archive limit..
|
||||
/// </summary>
|
||||
@@ -487,6 +505,16 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Maximum file name length
|
||||
///(not including extension).
|
||||
/// </summary>
|
||||
public static string WARCLabelLength {
|
||||
get {
|
||||
return ResourceManager.GetString("WARCLabelLength", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Liar-soft game resource archive.
|
||||
/// </summary>
|
||||
|
||||
@@ -192,6 +192,9 @@ predefined encryption scheme.</value>
|
||||
<data name="MsgEncNotImplemented" xml:space="preserve">
|
||||
<value>Encryption method not implemented</value>
|
||||
</data>
|
||||
<data name="MsgExtensionTooLong" xml:space="preserve">
|
||||
<value>File name extension too long.</value>
|
||||
</data>
|
||||
<data name="MsgFileNameTooLong" xml:space="preserve">
|
||||
<value>File name is too long</value>
|
||||
</data>
|
||||
@@ -204,6 +207,9 @@ predefined encryption scheme.</value>
|
||||
<data name="MsgInvalidVersion" xml:space="preserve">
|
||||
<value>Invalid archive version specified.</value>
|
||||
</data>
|
||||
<data name="MsgNoExtension" xml:space="preserve">
|
||||
<value>File name without extension.</value>
|
||||
</data>
|
||||
<data name="MsgTooManyFiles" xml:space="preserve">
|
||||
<value>Number of files exceedes archive limit.</value>
|
||||
</data>
|
||||
@@ -262,6 +268,10 @@ predefined encryption scheme.</value>
|
||||
<data name="TooltipHex" xml:space="preserve">
|
||||
<value>Hex number</value>
|
||||
</data>
|
||||
<data name="WARCLabelLength" xml:space="preserve">
|
||||
<value>Maximum file name length
|
||||
(not including extension)</value>
|
||||
</data>
|
||||
<data name="XFLDescription" xml:space="preserve">
|
||||
<value>Liar-soft game resource archive</value>
|
||||
</data>
|
||||
|
||||
@@ -174,6 +174,9 @@
|
||||
<data name="MsgEncNotImplemented" xml:space="preserve">
|
||||
<value>Метод шифрования не реализован</value>
|
||||
</data>
|
||||
<data name="MsgExtensionTooLong" xml:space="preserve">
|
||||
<value>Слишком длинное расширение имени файла.</value>
|
||||
</data>
|
||||
<data name="MsgFileNameTooLong" xml:space="preserve">
|
||||
<value>Слишком длинное имя файла</value>
|
||||
</data>
|
||||
@@ -186,6 +189,9 @@
|
||||
<data name="MsgInvalidVersion" xml:space="preserve">
|
||||
<value>Указана некорректная версия архива.</value>
|
||||
</data>
|
||||
<data name="MsgNoExtension" xml:space="preserve">
|
||||
<value>Имя файла без расширения.</value>
|
||||
</data>
|
||||
<data name="MsgTooManyFiles" xml:space="preserve">
|
||||
<value>Количество файлов превышает ограничения архива.</value>
|
||||
</data>
|
||||
@@ -226,6 +232,10 @@
|
||||
<data name="TooltipHex" xml:space="preserve">
|
||||
<value>Шестнадцатеричное число</value>
|
||||
</data>
|
||||
<data name="WARCLabelLength" xml:space="preserve">
|
||||
<value>Максимальная длина имени файла
|
||||
(не считая расширения)</value>
|
||||
</data>
|
||||
<data name="XP3CompressContents" xml:space="preserve">
|
||||
<value>Сжать содержимое</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user