summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorSverrir Sigmundarson <[email protected]>2015-11-20 01:00:13 +0100
committerSverrir Sigmundarson <[email protected]>2015-11-23 14:39:32 +0100
commit4137a887b8fad760eb0c90d3ca90303aa3674740 (patch)
treeea381f573d587170d3664b716e67b232e0c92703 /win/CS/HandBrakeWPF/Properties
parentec2474b1e9024d053915f9d91cf2da84f1f4fafe (diff)
Adding support for ChapterDb.org input formats (XML and TXT) files. Minor refactorings to accomodate the parsing of the new input formats.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs82
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx34
2 files changed, 116 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index b53620537..d5265941a 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -493,6 +493,88 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Chapter files of type &apos;{0}&apos; are not currently supported..
+ /// </summary>
+ public static string ChaptersViewModel_UnsupportedFileFormatMsg {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatMsg", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unsupported chapter file type.
+ /// </summary>
+ public static string ChaptersViewModel_UnsupportedFileFormatWarning {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The number of chapters on the source media
+ ///and the number of chapters in the input file do not match ({0} vs {1}).
+ ///
+ ///Do you still want to import the chapter names?.
+ /// </summary>
+ public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The number of chapters on the source media
+ ///and the number of chapters in the input file do not match ({0} vs {1}).
+ ///
+ ///Do you still want to import the chapter names?.
+ /// </summary>
+ public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter count doesn&apos;t match between source and input file.
+ /// </summary>
+ public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The reported duration of the chapters on the source media
+ ///and the duration of chapters in the input file differ drastically.
+ ///It is very likely that this chapter file was produced from a different source media.
+ ///
+ ///Are you sure you want to import the chapter names?.
+ /// </summary>
+ public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter duration doesn&apos;t match between source and input file.
+ /// </summary>
+ public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Invalid chapter information for source media.
+ /// </summary>
+ public static string ChaptersViewModel_ValidationFailedWarning {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_ValidationFailedWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Confirm.
/// </summary>
public static string Confirm {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index a8b2cb469..304b8f961 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -751,4 +751,38 @@ Your old presets file was archived to:</value>
<data name="ChaptersViewModel_UnableToImportChaptersFirstColumnMustContainOnlyIntegerNumber" xml:space="preserve">
<value>First column in chapters file must only contain a integer number value higher than zero (0)</value>
</data>
+ <data name="ChaptersViewModel_UnsupportedFileFormatMsg" xml:space="preserve">
+ <value>Chapter files of type '{0}' are not currently supported.</value>
+ </data>
+ <data name="ChaptersViewModel_UnsupportedFileFormatWarning" xml:space="preserve">
+ <value>Unsupported chapter file type</value>
+ </data>
+ <data name="ChaptersViewModel_ValidationFailedWarning" xml:space="preserve">
+ <value>Invalid chapter information for source media</value>
+ </data>
+ <data name="ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch" xml:space="preserve">
+ <value>The number of chapters on the source media
+and the number of chapters in the input file do not match ({0} vs {1}).
+
+Do you still want to import the chapter names?</value>
+ </data>
+ <data name="ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg" xml:space="preserve">
+ <value>The number of chapters on the source media
+and the number of chapters in the input file do not match ({0} vs {1}).
+
+Do you still want to import the chapter names?</value>
+ </data>
+ <data name="ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning" xml:space="preserve">
+ <value>Chapter count doesn't match between source and input file</value>
+ </data>
+ <data name="ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg" xml:space="preserve">
+ <value>The reported duration of the chapters on the source media
+and the duration of chapters in the input file differ drastically.
+It is very likely that this chapter file was produced from a different source media.
+
+Are you sure you want to import the chapter names?</value>
+ </data>
+ <data name="ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning" xml:space="preserve">
+ <value>Chapter duration doesn't match between source and input file</value>
+ </data>
</root> \ No newline at end of file