implemented Nitro+ archives creation.

encryption not implemented yet.
This commit is contained in:
morkt
2014-08-18 09:07:35 +04:00
parent 881a95c165
commit 8697257e79
12 changed files with 451 additions and 46 deletions

View File

@@ -139,6 +139,9 @@ Choose appropriate encryption scheme.</value>
<data name="ArcNoEncryption" xml:space="preserve">
<value>no encryption</value>
</data>
<data name="ArcReset" xml:space="preserve">
<value>Reset</value>
</data>
<data name="GRPDescription" xml:space="preserve">
<value>âge proprietary image format</value>
</data>
@@ -204,9 +207,19 @@ predefined encryption scheme.</value>
<data name="MsgWritingIndex" xml:space="preserve">
<value>Writing index...</value>
</data>
<data name="NPACompressContents" xml:space="preserve">
<value>Compress contents</value>
</data>
<data name="NPADescription" xml:space="preserve">
<value>Nitro+ resource archive</value>
</data>
<data name="NPAKeys" xml:space="preserve">
<value>Encryption keys
(required even if contents is not encrypted)</value>
</data>
<data name="NPALabelScheme" xml:space="preserve">
<value>Encryption scheme</value>
</data>
<data name="NPASteinsGateDescription" xml:space="preserve">
<value>Nitro+ Steins;Gate resource archive</value>
</data>