diff options
author | sr55 <[email protected]> | 2018-09-21 23:03:01 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-09-21 23:03:01 +0100 |
commit | ebc64438a1c1621f9aef1d38f166419ed5b6e92c (patch) | |
tree | dfe3f327bf1c0d0651533a9097f2659e9b551ee5 /win/CS/HandBrakeWPF/Properties | |
parent | 7310e70af440d38fa8979ddf301e0690a117b036 (diff) |
WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source Selection Panel to recover archived queue files. Option will disappear automatically after 7 days.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 18 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 90cc311ab..7478ef537 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -2430,6 +2430,24 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Queue Recovery.
+ /// </summary>
+ public static string SourceSelection_QueueArchiveRecovery {
+ get {
+ return ResourceManager.GetString("SourceSelection_QueueArchiveRecovery", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A previous queue archive is available. .
+ /// </summary>
+ public static string SourceSelection_QueueArchiveRecoveryDesc {
+ get {
+ return ResourceManager.GetString("SourceSelection_QueueArchiveRecoveryDesc", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Open a single video file..
/// </summary>
public static string SourceSelection_SingleVideoFile {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 9a136949b..e8660a2ab 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -1052,4 +1052,10 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="Options_ExperimentalFeatures" xml:space="preserve">
<value>Experimental features are ideas we are working on. These may or may not make it into a final release and may not work!</value>
</data>
+ <data name="SourceSelection_QueueArchiveRecovery" xml:space="preserve">
+ <value>Queue Recovery</value>
+ </data>
+ <data name="SourceSelection_QueueArchiveRecoveryDesc" xml:space="preserve">
+ <value>A previous queue archive is available. </value>
+ </data>
</root>
\ No newline at end of file |