summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Resources.resx
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-08-28 15:16:40 +0100
committersr55 <[email protected]>2017-08-28 15:16:40 +0100
commitec19d8520ea39761053cccb2744931f0195b7bba (patch)
treec141be678fb13ee103cc2831737eaad40734b0c9 /win/CS/HandBrakeWPF/Properties/Resources.resx
parent871ffc2ed52c5480b4765a21d12e18173c1c0eac (diff)
WinGui: Putting in some back-end infrastructure into the queue screen to support future features + some misc tidy up.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx15
1 files changed, 15 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 61b5b139d..23b422da2 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -849,4 +849,19 @@ Remaining Time: {4}</value>
<data name="Main_LowDiskspace" xml:space="preserve">
<value>Your destination directory is low on diskspace. Please free up some disk space on your destination drive. Alternatively you can change the level at which this alert triggers in Options. </value>
</data>
+ <data name="Queue_UnableToResetJob" xml:space="preserve">
+ <value>Unable to reset job status as it is not in an Error or Completed state</value>
+ </data>
+ <data name="Queue_UnableToRestoreFile" xml:space="preserve">
+ <value>Unable to restore queue file.</value>
+ </data>
+ <data name="Queue_UnableToRestoreFileExtended" xml:space="preserve">
+ <value>The file may be corrupted or from an older incompatible version of HandBrake</value>
+ </data>
+ <data name="Queue_AlreadyEncoding" xml:space="preserve">
+ <value>HandBrake is already encoding a file.</value>
+ </data>
+ <data name="Queue_AlreadyEncodingSolution" xml:space="preserve">
+ <value>Please stop the current encode. If the problem persists, please restart HandBrake.</value>
+ </data>
</root> \ No newline at end of file