diff options
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 {
|