mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-14 01:34:17 +08:00
added another localized string.
This commit is contained in:
9
GUI/Strings/guiStrings.Designer.cs
generated
9
GUI/Strings/guiStrings.Designer.cs
generated
@@ -693,6 +693,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Playing {0} / {3} / {2}bps / {1}Hz.
|
||||
/// </summary>
|
||||
public static string MsgPlaying {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgPlaying", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ready.
|
||||
/// </summary>
|
||||
|
||||
@@ -452,4 +452,8 @@
|
||||
<value>Destination directory</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="MsgPlaying" xml:space="preserve">
|
||||
<value>Playing {0} / {3} / {2}bps / {1}Hz</value>
|
||||
<comment>translation pending. {0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -452,4 +452,8 @@ Overwrite?</value>
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Destination directory</value>
|
||||
</data>
|
||||
<data name="MsgPlaying" xml:space="preserve">
|
||||
<value>Playing {0} / {3} / {2}bps / {1}Hz</value>
|
||||
<comment>{0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -473,4 +473,8 @@
|
||||
<data name="LabelDestinationDir" xml:space="preserve">
|
||||
<value>Сохранить результаты в</value>
|
||||
</data>
|
||||
<data name="MsgPlaying" xml:space="preserve">
|
||||
<value>Проигрывается {0} / {3} / {2}bps / {1}Гц</value>
|
||||
<comment>{0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -453,4 +453,8 @@
|
||||
<value>Destination directory</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="MsgPlaying" xml:space="preserve">
|
||||
<value>Playing {0} / {3} / {2}bps / {1}Hz</value>
|
||||
<comment>translation pending. {0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time </comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user