implemented Ren'Py archives creation.

This commit is contained in:
morkt
2014-08-17 01:31:58 +04:00
parent 7faf641f6f
commit 3bbf2d6a90
10 changed files with 556 additions and 37 deletions

View File

@@ -396,6 +396,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to 32-bit key.
/// </summary>
public static string RPALabelKey {
get {
return ResourceManager.GetString("RPALabelKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
/// </summary>

View File

@@ -231,6 +231,9 @@ predefined encryption scheme.</value>
<data name="RPADescription" xml:space="preserve">
<value>Ren'Py game engine archive</value>
</data>
<data name="RPALabelKey" xml:space="preserve">
<value>32-bit key</value>
</data>
<data name="SCRDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv script file</value>
</data>

View File

@@ -201,6 +201,9 @@
<data name="PDScrambleContents" xml:space="preserve">
<value>Шифровать содержимое</value>
</data>
<data name="RPALabelKey" xml:space="preserve">
<value>32-битный ключ</value>
</data>
<data name="SGLabelEncoding" xml:space="preserve">
<value>Кодировка имён файлов</value>
</data>