(ZIP): query password for encrypted archives.

This commit is contained in:
morkt
2018-01-30 06:34:24 +04:00
parent 98e42a1f66
commit 07c69a4866
13 changed files with 137 additions and 1 deletions

View File

@@ -862,5 +862,23 @@ namespace GameRes.Formats.Strings {
return ResourceManager.GetString("YPFTryGuess", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string ZIPChoose {
get {
return ResourceManager.GetString("ZIPChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>
public static string ZIPEncryptedNotice {
get {
return ResourceManager.GetString("ZIPEncryptedNotice", resourceCulture);
}
}
}
}

View File

@@ -491,4 +491,12 @@ Choose encryption scheme or enter a passphrase.</comment>
<value>増分フレームを自動的に結合する</value>
<comment>Automatically combine incremental frames</comment>
</data>
<data name="ZIPChoose" xml:space="preserve">
<value>タイトルを選択するか、パスワードを入力してください。</value>
<comment>Choose title or enter a password</comment>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>アーカイブコンテンツは暗号化されています。</value>
<comment>Archive content is encrypted.</comment>
</data>
</root>

View File

@@ -391,4 +391,10 @@
<value>Automatically combine incremental frames</value>
<comment>translation pending</comment>
</data>
<data name="ZIPChoose" xml:space="preserve">
<value>제목을 선택하거나 암호를 입력하세요</value>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>아카이브 내용이 암호화됨.</value>
</data>
</root>

View File

@@ -392,4 +392,10 @@ Choose encryption scheme or enter a passphrase.</value>
<data name="RCTOverlayFrames" xml:space="preserve">
<value>Automatically combine incremental frames</value>
</data>
<data name="ZIPChoose" xml:space="preserve">
<value>Choose title or enter a password</value>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>Archive content is encrypted.</value>
</data>
</root>

View File

@@ -347,4 +347,10 @@
<data name="YPFTryGuess" xml:space="preserve">
<value>Попытаться подобрать</value>
</data>
<data name="ZIPChoose" xml:space="preserve">
<value>Выберите наименование или введите пароль</value>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>Содержимое архива зашифровано.</value>
</data>
</root>

View File

@@ -392,4 +392,10 @@
<value>Automatically combine incremental frames</value>
<comment>translation pending</comment>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>压缩文件的内容已被加密。</value>
</data>
<data name="ZIPChoose" xml:space="preserve">
<value>请选择游戏名称或输入密码</value>
</data>
</root>