diff options
author | sr55 <[email protected]> | 2017-05-27 19:46:55 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-05-27 19:47:08 +0100 |
commit | 05faa1f855472e8783905b7fa2a8ce1ad4267722 (patch) | |
tree | f7b786b7acd59a92a55c317cd2caf7b39557a481 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | d9c418e08089da33d6580cdba32439866fb12924 (diff) |
WinGui: Add a log message whent he queue is paused due to low disk space. Improve handling of automated queue pausing. #748
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 1b263c8e9..6a67940ad 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -840,4 +840,13 @@ Your preset file will be archived and new one created. You will need to re-creat <value>{1}%, Pass {2} of {3}
Remaining Time: {4}</value>
</data>
+ <data name="PauseOnLowDiskspace" xml:space="preserve">
+ <value>Queue Paused. Warning, the drive you are encoding to is low on disk space. Please free up some space and press start to continue. You can also adjust the minimum space level in preferences.</value>
+ </data>
+ <data name="Main_QueuePaused" xml:space="preserve">
+ <value>Queue Paused</value>
+ </data>
+ <data name="QueueViewModel_QueuePaused" xml:space="preserve">
+ <value>Queue Paused</value>
+ </data>
</root>
\ No newline at end of file |