(GameRes): added JPEG compression quality setting.

This commit is contained in:
morkt
2018-04-13 19:46:17 +04:00
parent 3bea44ff30
commit 12bff91ba2
11 changed files with 83 additions and 7 deletions

View File

@@ -78,6 +78,15 @@ namespace GameRes.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to JPEG compression quality.
/// </summary>
public static string JPEGQualityText {
get {
return ResourceManager.GetString("JPEGQualityText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File is empty.
/// </summary>

View File

@@ -125,6 +125,9 @@
<value>BMP形式の拡張機能を有効にします。</value>
<comment>Enable BMP format extensions</comment>
</data>
<data name="JPEGQualityText" xml:space="preserve">
<value>JPEG compression quality</value>
</data>
<data name="MsgFileIsEmpty" xml:space="preserve">
<value>ファイルが空です。</value>
<comment>File is empty</comment>

View File

@@ -125,6 +125,10 @@
<value>Enable BMP format extensions</value>
<comment>translation pending</comment>
</data>
<data name="JPEGQualityText" xml:space="preserve">
<value>JPEG compression quality</value>
<comment>translation pending</comment>
</data>
<data name="MsgFileIsEmpty" xml:space="preserve">
<value>파일이 비어있습니다</value>
</data>

View File

@@ -123,6 +123,9 @@
<data name="BMPExtensionsText" xml:space="preserve">
<value>Enable BMP format extensions</value>
</data>
<data name="JPEGQualityText" xml:space="preserve">
<value>JPEG compression quality</value>
</data>
<data name="MsgFileIsEmpty" xml:space="preserve">
<value>File is empty</value>
</data>

View File

@@ -123,6 +123,9 @@
<data name="BMPExtensionsText" xml:space="preserve">
<value>Включить расширения формата BMP</value>
</data>
<data name="JPEGQualityText" xml:space="preserve">
<value>Качество JPEG-компрессии</value>
</data>
<data name="MsgFileIsEmpty" xml:space="preserve">
<value>Файл пуст</value>
</data>

View File

@@ -123,6 +123,10 @@
<data name="BMPExtensionsText" xml:space="preserve">
<value>启用 BMP 格式扩展</value>
</data>
<data name="JPEGQualityText" xml:space="preserve">
<value>JPEG compression quality</value>
<comment>translation pending</comment>
</data>
<data name="MsgFileIsEmpty" xml:space="preserve">
<value>文件为空。</value>
</data>
@@ -144,4 +148,4 @@
<data name="MsgUnknownFormat" xml:space="preserve">
<value>无法作为压缩包打开文件。</value>
</data>
</root>
</root>