(GUI): added site link to about box.

This commit is contained in:
morkt
2016-05-27 12:12:28 +04:00
parent ddd5c89cd1
commit f9c39e87a3
5 changed files with 44 additions and 2 deletions

View File

@@ -330,6 +330,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Development site.
/// </summary>
public static string LabelDevSite {
get {
return ResourceManager.GetString("LabelDevSite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Encoding.
/// </summary>

View File

@@ -456,4 +456,7 @@ Overwrite?</value>
<value>Playing {0} / {3} / {2}bps / {1}Hz</value>
<comment>{0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
</data>
<data name="LabelDevSite" xml:space="preserve">
<value>Development site</value>
</data>
</root>

View File

@@ -477,4 +477,7 @@
<value>Проигрывается {0} / {3} / {2}bps / {1}Гц</value>
<comment>{0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
</data>
<data name="LabelDevSite" xml:space="preserve">
<value>Сайт разработки</value>
</data>
</root>