(ZIP): added filename encoding setting.

This commit is contained in:
morkt
2018-02-18 03:55:00 +04:00
parent 118504e620
commit 816e392d03
9 changed files with 52 additions and 1 deletions

View File

@@ -863,6 +863,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Default file names encoding.
/// </summary>
public static string ZIPEncodingCP {
get {
return ResourceManager.GetString("ZIPEncodingCP", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>

View File

@@ -495,4 +495,7 @@ Choose encryption scheme or enter a passphrase.</comment>
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
<data name="ZIPEncodingCP" xml:space="preserve">
<value>Default file names encoding</value>
</data>
</root>

View File

@@ -395,4 +395,8 @@
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
<data name="ZIPEncodingCP" xml:space="preserve">
<value>Default file names encoding</value>
<comment>translation pending</comment>
</data>
</root>

View File

@@ -395,4 +395,7 @@ Choose encryption scheme or enter a passphrase.</value>
<data name="OGGFixCrc" xml:space="preserve">
<value>Fix Ogg files checksums</value>
</data>
<data name="ZIPEncodingCP" xml:space="preserve">
<value>Default file names encoding</value>
</data>
</root>

View File

@@ -347,6 +347,9 @@
<data name="YPFTryGuess" xml:space="preserve">
<value>Попытаться подобрать</value>
</data>
<data name="ZIPEncodingCP" xml:space="preserve">
<value>Кодировка имён файлов</value>
</data>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>Содержимое архива зашифровано.</value>
</data>

View File

@@ -396,4 +396,8 @@
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
<data name="ZIPEncodingCP" xml:space="preserve">
<value>Default file names encoding</value>
<comment>translation pending</comment>
</data>
</root>