redesigned About dialog box.

This commit is contained in:
morkt
2015-05-14 19:48:30 +04:00
parent 465b79ce5c
commit b14e666e42
8 changed files with 184 additions and 79 deletions

View File

@@ -675,6 +675,24 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archives.
/// </summary>
public static string TextAboutArchives {
get {
return ResourceManager.GetString("TextAboutArchives", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Audio.
/// </summary>
public static string TextAboutAudio {
get {
return ResourceManager.GetString("TextAboutAudio", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to [builtin].
/// </summary>
@@ -685,20 +703,20 @@ namespace GARbro.GUI.Strings {
}
/// <summary>
/// Looks up a localized string similar to Supported archives:.
/// Looks up a localized string similar to Images.
/// </summary>
public static string TextAboutSupportedArchives {
public static string TextAboutImages {
get {
return ResourceManager.GetString("TextAboutSupportedArchives", resourceCulture);
return ResourceManager.GetString("TextAboutImages", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Supported image formats:.
/// Looks up a localized string similar to License.
/// </summary>
public static string TextAboutSupportedImages {
public static string TextAboutLicense {
get {
return ResourceManager.GetString("TextAboutSupportedImages", resourceCulture);
return ResourceManager.GetString("TextAboutLicense", resourceCulture);
}
}

View File

@@ -252,11 +252,11 @@
<data name="TextAboutBuiltin" xml:space="preserve">
<value>[builtin]</value>
</data>
<data name="TextAboutSupportedArchives" xml:space="preserve">
<value>Supported archives:</value>
<data name="TextAboutArchives" xml:space="preserve">
<value>Archives</value>
</data>
<data name="TextAboutSupportedImages" xml:space="preserve">
<value>Supported image formats:</value>
<data name="TextAboutImages" xml:space="preserve">
<value>Images</value>
</data>
<data name="TextAboutTitle" xml:space="preserve">
<value>About Game Resource browser</value>
@@ -408,4 +408,10 @@ Overwrite?</value>
<data name="TooltipAudioFormats" xml:space="preserve">
<value>Either WAV, MP3 or OGG</value>
</data>
<data name="TextAboutAudio" xml:space="preserve">
<value>Audio</value>
</data>
<data name="TextAboutLicense" xml:space="preserve">
<value>License</value>
</data>
</root>

View File

@@ -246,11 +246,11 @@
<data name="TextAboutBuiltin" xml:space="preserve">
<value>[встроен]</value>
</data>
<data name="TextAboutSupportedArchives" xml:space="preserve">
<value>Поддерживаемые архивы:</value>
<data name="TextAboutArchives" xml:space="preserve">
<value>Архивы</value>
</data>
<data name="TextAboutSupportedImages" xml:space="preserve">
<value>Поддерживаемые форматы изображений:</value>
<data name="TextAboutImages" xml:space="preserve">
<value>Изображения</value>
</data>
<data name="TextAboutTitle" xml:space="preserve">
<value>Об обозревателе игровых ресурсов</value>
@@ -423,4 +423,10 @@
<data name="TooltipAudioFormats" xml:space="preserve">
<value>WAV, MP3, либо OGG</value>
</data>
<data name="TextAboutAudio" xml:space="preserve">
<value>Аудио</value>
</data>
<data name="TextAboutLicense" xml:space="preserve">
<value>Лицензия</value>
</data>
</root>