(OGG): added fix checksums setting.

This commit is contained in:
morkt
2018-01-30 09:30:34 +04:00
parent 0a702c5c5d
commit ebbac01c40
10 changed files with 137 additions and 1 deletions

View File

@@ -606,6 +606,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Fix Ogg files checksums.
/// </summary>
public static string OGGFixCrc {
get {
return ResourceManager.GetString("OGGFixCrc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive type.
/// </summary>

View File

@@ -491,4 +491,8 @@ Choose encryption scheme or enter a passphrase.</comment>
<value>アーカイブコンテンツは暗号化されています。</value>
<comment>Archive content is encrypted.</comment>
</data>
<data name="OGGFixCrc" xml:space="preserve">
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
</root>

View File

@@ -391,4 +391,8 @@
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>아카이브 내용이 암호화됨.</value>
</data>
<data name="OGGFixCrc" xml:space="preserve">
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
</root>

View File

@@ -392,4 +392,7 @@ Choose encryption scheme or enter a passphrase.</value>
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>Archive content is encrypted.</value>
</data>
<data name="OGGFixCrc" xml:space="preserve">
<value>Fix Ogg files checksums</value>
</data>
</root>

View File

@@ -276,6 +276,9 @@
<value>Ключи шифрования
(требуются даже если содержимое не шифруется)</value>
</data>
<data name="OGGFixCrc" xml:space="preserve">
<value>Исправлять контрольные суммы в Ogg аудио файлах</value>
</data>
<data name="ONSArchiveType" xml:space="preserve">
<value>Тип архива</value>
</data>

View File

@@ -392,4 +392,8 @@
<data name="ZIPEncryptedNotice" xml:space="preserve">
<value>压缩文件的内容已被加密。</value>
</data>
<data name="OGGFixCrc" xml:space="preserve">
<value>Fix Ogg files checksums</value>
<comment>Translation pending</comment>
</data>
</root>