diff options
author | sr55 <[email protected]> | 2015-04-22 19:48:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-22 19:48:04 +0000 |
commit | 81aecad6b76087e4118ec1809398e9f1a9685d4c (patch) | |
tree | 32c27d5b42ec567b96c3395bbbe662862bf0bb4a /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 87ea09d9f07c0353bda7aa8d566077bde3528e76 (diff) |
WinGui: Some minor UI Improvements. Including Waiting Queue Count on the "Show Queue" toolbar icon.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7117 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 | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 3d98340ec..e79141139 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -394,7 +394,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Please choose a destination for the file..
+ /// Looks up a localized string similar to Please choose a destination for where you would like the encoded file to be saved..
/// </summary>
public static string Main_ChooseDestination {
get {
@@ -439,7 +439,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to You cannot encode to a file with the same path and name as the source file. Please update the destination filename so that it does not match the source file..
+ /// Looks up a localized string similar to You cannot encode to a file with the same path and filename as the source file. Please update the destination filename so that it does not match the source file..
/// </summary>
public static string Main_MatchingFileOverwriteWarning {
get {
@@ -586,6 +586,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Show Queue{0}.
+ /// </summary>
+ public static string Main_QueueLabel {
+ get {
+ return ResourceManager.GetString("Main_QueueLabel", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Scan Cancelled..
/// </summary>
public static string Main_ScanCancelled {
@@ -663,7 +672,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to You must first scan a source and setup your job before starting an encode..
+ /// Looks up a localized string similar to You must first scan a source and setup your job before starting an encode. Click the 'Source' button on the toolbar to continue..
/// </summary>
public static string Main_ScanSource {
get {
@@ -672,15 +681,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to You must first scan a source and setup your job before adding to the queue..
- /// </summary>
- public static string Main_ScanSourceFirst {
- get {
- return ResourceManager.GetString("Main_ScanSourceFirst", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Please select a preset..
/// </summary>
public static string Main_SelectPreset {
@@ -727,6 +727,24 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Start.
+ /// </summary>
+ public static string Main_Start {
+ get {
+ return ResourceManager.GetString("Main_Start", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Queue.
+ /// </summary>
+ public static string Main_StartQueue {
+ get {
+ return ResourceManager.GetString("Main_StartQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You must turn on automatic file naming AND set a default path in preferences before you can add to the queue..
/// </summary>
public static string Main_TurnOnAutoFileNaming {
|