diff options
author | sr55 <[email protected]> | 2015-06-04 20:54:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-04 20:54:14 +0000 |
commit | ffb84dc9de2d85776c172f48afebd1c773b322e6 (patch) | |
tree | b1f8389b5b94e58a1478b7288b132a7af41711f5 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 08c089fcd1513a66c7208731d7b1f6dd4898e8cc (diff) |
WinGui: Starting to move UI text string to resources. This will allow us to start looking at localisations on the windows gui.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7276 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index f248ee1e2..1cfcd6914 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -781,6 +781,33 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to You can not delete the default preset. Please set another preset as default first..
+ /// </summary>
+ public static string MainViewModel_CanNotDeleteDefaultPreset {
+ get {
+ return ResourceManager.GetString("MainViewModel_CanNotDeleteDefaultPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to {0:00.00}% FPS: {1:000.0} Avg FPS: {2:000.0} Time Remaining: {3} Elapsed: {4:hh\:mm\:ss}.
+ /// </summary>
+ public static string MainViewModel_EncodeStatusChanged_StatusLabel {
+ get {
+ return ResourceManager.GetString("MainViewModel_EncodeStatusChanged_StatusLabel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the preset: .
+ /// </summary>
+ public static string MainViewModel_PresetRemove_AreYouSure {
+ get {
+ return ResourceManager.GetString("MainViewModel_PresetRemove_AreYouSure", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Notice.
/// </summary>
public static string Notice {
|