added another localized string.

This commit is contained in:
morkt
2016-05-20 04:08:21 +04:00
parent 41b9dd9a54
commit ecfd324f3b
6 changed files with 26 additions and 1 deletions

View File

@@ -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>