diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 23 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 11 |
2 files changed, 34 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index adb1478dd..327ff8ecc 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -681,6 +681,29 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The format of the output file. In addition to any supported file system character, you can use the following placeholders that will be replaced when you change title or scan a source.
+ ///
+ ///Live Update Options: {source} {title} {chapters}
+ ///Non-Live Options: {date} {time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters).
+ /// </summary>
+ public static string Options_AdditionalFormatOptions {
+ get {
+ return ResourceManager.GetString("Options_AdditionalFormatOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Available additional Options: {source_path} or {source_folder_name}
+ ///
+ ///Not both at the same time!.
+ /// </summary>
+ public static string Options_DefaultPathAdditionalParams {
+ get {
+ return ResourceManager.GetString("Options_DefaultPathAdditionalParams", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Overwrite?.
/// </summary>
public static string Overwrite {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 2d7dbc438..921d898e2 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -516,4 +516,15 @@ Do you wish to proceed?</value> <data name="PictureSettings_OutputResolution" xml:space="preserve">
<value>Output: {0}</value>
</data>
+ <data name="Options_AdditionalFormatOptions" xml:space="preserve">
+ <value>The format of the output file. In addition to any supported file system character, you can use the following placeholders that will be replaced when you change title or scan a source.
+
+Live Update Options: {source} {title} {chapters}
+Non-Live Options: {date} {time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters)</value>
+ </data>
+ <data name="Options_DefaultPathAdditionalParams" xml:space="preserve">
+ <value>Available additional Options: {source_path} or {source_folder_name}
+
+Not both at the same time!</value>
+ </data>
</root>
\ No newline at end of file |