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

@@ -69,6 +69,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to No files suitable for AMI archive found..
/// </summary>
public static string AMINoFiles {
get {
return ResourceManager.GetString("AMINoFiles", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted.
///Choose appropriate encryption scheme..
@@ -216,6 +225,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to {0}: image format not recognized..
/// </summary>
public static string MsgInvalidImageFormat {
get {
return ResourceManager.GetString("MsgInvalidImageFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Updating index....
/// </summary>

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>

View File

@@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AMINoFiles" xml:space="preserve">
<value>Не найдено файлов, подходящих для архива AMI.</value>
</data>
<data name="ArcEncryptedNotice" xml:space="preserve">
<value>Содержимое архива зашифровано.
Выберите алгоритм шифрования.</value>
@@ -156,6 +159,9 @@
<data name="MsgIllegalCharacters" xml:space="preserve">
<value>Имя файла содержит недопустимые символы</value>
</data>
<data name="MsgInvalidImageFormat" xml:space="preserve">
<value>{0}: не удалось распознать формат изображения.</value>
</data>
<data name="MsgUpdatingIndex" xml:space="preserve">
<value>Обновляется оглавление...</value>
</data>