summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-04-21 16:57:54 +0100
committersr55 <[email protected]>2019-04-21 16:57:54 +0100
commitf91daa70b55b50ad1195ea835509178e35555d11 (patch)
treee30c3394bb4d424a24fcc9d4b09a2b7a5b98ec24 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
parent37813cfb2ab9def39064c0d62b239ea8a3cdf668 (diff)
WinGui: Auto-name System will now always generate a unique filename. The Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index db9d95bdc..733a31c72 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -691,6 +691,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Append Number.
+ /// </summary>
+ public static string CollisionBehaviour_AppendNumber {
+ get {
+ return ResourceManager.GetString("CollisionBehaviour_AppendNumber", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Postfix.
+ /// </summary>
+ public static string CollisionBehaviour_Post {
+ get {
+ return ResourceManager.GetString("CollisionBehaviour_Post", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Prefix.
+ /// </summary>
+ public static string CollisionBehaviour_Pre {
+ get {
+ return ResourceManager.GetString("CollisionBehaviour_Pre", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Confirm.
/// </summary>
public static string Confirm {
@@ -3094,6 +3121,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Filename collision behaviour:.
+ /// </summary>
+ public static string OptionsView_FileCollisionBehaviour {
+ get {
+ return ResourceManager.GetString("OptionsView_FileCollisionBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to File overwrite behaviour:.
/// </summary>
public static string OptionsView_FileOverwriteBehaviour {