summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorScott <[email protected]>2015-10-16 22:29:31 +0100
committerScott <[email protected]>2015-10-16 22:30:21 +0100
commit6ae82c27e75f1eb4bd3c16c07e5b2a2cd120e82c (patch)
tree04b2b3a81d2c838b9fd5d56568eed275dc3c27b5 /win/CS/HandBrakeWPF/Properties
parent5eb711545f4b3fbda67f199f7dd68db920381be8 (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')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs27
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx9
2 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 3c4a3275b..6cc8e0f60 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -1122,6 +1122,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Archived File:.
+ /// </summary>
+ public static string PresetService_ArchiveFile {
+ get {
+ return ResourceManager.GetString("PresetService_ArchiveFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 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&apos;t get loaded on next launch..
+ /// </summary>
+ public static string PresetService_PresetsOutOfDate {
+ get {
+ return ResourceManager.GetString("PresetService_PresetsOutOfDate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unable to load user presets..
+ /// </summary>
+ public static string PresetService_UnableToLoad {
+ get {
+ return ResourceManager.GetString("PresetService_UnableToLoad", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Preview.
/// </summary>
public static string Preview {
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