diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 |
1 files changed, 27 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'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 {
|