diff options
author | sr55 <[email protected]> | 2013-12-29 20:31:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-12-29 20:31:20 +0000 |
commit | 008b3b795481e1764a1ba3e230b6aff2e018b192 (patch) | |
tree | 0b29871a605c45b7da12b6b8513567e6c6c6febe /win/CS/HandBrakeWPF/Properties | |
parent | a9cad63afe88581bf0ea5463e3199bd0d1b474c0 (diff) |
WinGui: Improved an Add All Error message in relation to the Auto File Naming feature.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5945 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 50 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 15 |
2 files changed, 62 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index d0aefd209..b3f489a54 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.18052
+// Runtime Version:4.0.30319.18408
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -206,8 +206,7 @@ namespace HandBrakeWPF.Properties { ///Hexagon: performs a somewhat more effective but slightly slower search using a hexagon pattern.
///
///Uneven Multi-Hex: performs a very wide search using a variety of patterns, more accurately capturing complex motion.
- ///
- /// [rest of string was truncated]";.
+ ///
/// [rest of string was truncated]";.
/// </summary>
public static string Advanced_MotionEstimationMethodToolTip {
get {
@@ -339,6 +338,42 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Error.
+ /// </summary>
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warning: It is not currently possible to use this feature if you require specific subtitle or audio tracks that the automatic selection feature (see options) doesn't support! Tracks are reset with every new source / title selected..
+ /// </summary>
+ public static string Main_AutoAdd_AudioAndSubWarning {
+ get {
+ return ResourceManager.GetString("Main_AutoAdd_AudioAndSubWarning", resourceCulture);
+ }
+ }
+
+ /// <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 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 {
+ get {
+ return ResourceManager.GetString("Main_TurnOnAutoFileNaming", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The Built-in presets have been reset..
/// </summary>
public static string Presets_ResetComplete {
@@ -540,5 +575,14 @@ namespace HandBrakeWPF.Properties { return ResourceManager.GetString("Video_x264Tune", resourceCulture);
}
}
+
+ /// <summary>
+ /// Looks up a localized string similar to Warning.
+ /// </summary>
+ public static string Warning {
+ get {
+ return ResourceManager.GetString("Warning", resourceCulture);
+ }
+ }
}
}
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 388ccc166..530bedfd6 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -362,4 +362,19 @@ In order to use the QuickSync encoder, you must: <data name="Video_ScalingModes" xml:space="preserve">
<value>OpenCL Scaling is only available for modern graphics cards that support OpenCL 1.1 or later. It will fallback to Lanczos software scaling when it is not available for use. Performance gain up to 5%. Minor decrease in quality in some cases.</value>
</data>
+ <data name="Error" xml:space="preserve">
+ <value>Error</value>
+ </data>
+ <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve">
+ <value>Warning: It is not currently possible to use this feature if you require specific subtitle or audio tracks that the automatic selection feature (see options) doesn't support! Tracks are reset with every new source / title selected.</value>
+ </data>
+ <data name="Main_ScanSourceFirst" xml:space="preserve">
+ <value>You must first scan a source and setup your job before adding to the queue.</value>
+ </data>
+ <data name="Main_TurnOnAutoFileNaming" xml:space="preserve">
+ <value>You must turn on automatic file naming AND set a default path in preferences before you can add to the queue.</value>
+ </data>
+ <data name="Warning" xml:space="preserve">
+ <value>Warning</value>
+ </data>
</root>
\ No newline at end of file |