implemented Steins;Gate archive creation.

This commit is contained in:
morkt
2014-07-29 07:02:49 +04:00
parent 8bc92d0dea
commit 3e2bab9dac
10 changed files with 306 additions and 9 deletions

View File

@@ -261,6 +261,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Filename encoding.
/// </summary>
public static string SGLabelEncoding {
get {
return ResourceManager.GetString("SGLabelEncoding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Liar-soft game resource archive.
/// </summary>

View File

@@ -186,6 +186,9 @@ predefined encryption scheme.</value>
<data name="SCRDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv script file</value>
</data>
<data name="SGLabelEncoding" xml:space="preserve">
<value>Filename encoding</value>
</data>
<data name="XFLDescription" xml:space="preserve">
<value>Liar-soft game resource archive</value>
</data>

View File

@@ -159,6 +159,9 @@
<data name="MsgWritingIndex" xml:space="preserve">
<value>Записывается оглавление...</value>
</data>
<data name="SGLabelEncoding" xml:space="preserve">
<value>Кодировка имён файлов</value>
</data>
<data name="XP3CompressContents" xml:space="preserve">
<value>Сжать содержимое</value>
</data>