implemented AMI archive creation.

This commit is contained in:
morkt
2014-07-29 19:05:58 +04:00
parent cb8dbb229c
commit 6005016a07
4 changed files with 153 additions and 0 deletions

View File

@@ -120,6 +120,9 @@
<data name="AMIDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv archive</value>
</data>
<data name="AMINoFiles" xml:space="preserve">
<value>No files suitable for AMI archive found.</value>
</data>
<data name="ArcEncryptedNotice" xml:space="preserve">
<value>Archive content is encrypted.
Choose appropriate encryption scheme.</value>
@@ -171,6 +174,9 @@ predefined encryption scheme.</value>
<data name="MsgIllegalCharacters" xml:space="preserve">
<value>File name contains illegal characters</value>
</data>
<data name="MsgInvalidImageFormat" xml:space="preserve">
<value>{0}: image format not recognized.</value>
</data>
<data name="MsgUpdatingIndex" xml:space="preserve">
<value>Updating index...</value>
</data>