diff options
author | Scott <[email protected]> | 2015-10-16 22:29:31 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-10-16 22:30:21 +0100 |
commit | 6ae82c27e75f1eb4bd3c16c07e5b2a2cd120e82c (patch) | |
tree | 04b2b3a81d2c838b9fd5d56568eed275dc3c27b5 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | 5eb711545f4b3fbda67f199f7dd68db920381be8 (diff) |
Completely re-factored the preset file storage to use the same format as the Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly.
WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path.
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 faf06438a..26770ab9e 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -714,4 +714,13 @@ Please make sure VLC is installed and the directory specified in HandBrake's opt <data name="SubtitlesViewModel_ConfigureDefaults" xml:space="preserve">
<value>Configure Defaults</value>
</data>
+ <data name="PresetService_ArchiveFile" xml:space="preserve">
+ <value>Archived File:</value>
+ </data>
+ <data name="PresetService_PresetsOutOfDate" xml:space="preserve">
+ <value>HandBrake is unable to load your user presets because they are from an older version of HandBrake. Your old presets file has been renamed so that it doesn't get loaded on next launch.</value>
+ </data>
+ <data name="PresetService_UnableToLoad" xml:space="preserve">
+ <value>Unable to load user presets.</value>
+ </data>
</root>
\ No newline at end of file |