aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-errors.xml.h')
-rw-r--r--filter/filter-errors.xml.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/filter/filter-errors.xml.h b/filter/filter-errors.xml.h
new file mode 100644
index 0000000000..f8ed2d6ffb
--- /dev/null
+++ b/filter/filter-errors.xml.h
@@ -0,0 +1,38 @@
+/* filter:no-date primary */
+char *s = N_("Missing date.");
+/* filter:no-date secondary */
+char *s = N_("You must choose a date.");
+/* filter:no-file primary */
+char *s = N_("Missing file name.");
+/* filter:no-file secondary */
+char *s = N_("You must specify a file name.");
+/* filter:bad-file primary */
+char *s = N_("File \"{0}\" does not exist or is not a regular file.");
+/* filter:bad-file secondary */
+char *s = N_("You must specify a file name.");
+/* filter:no-folder primary */
+char *s = N_("Missing folder.");
+/* filter:no-folder secondary */
+char *s = N_("You must specify a folder.");
+/* filter:bad-regexp primary */
+char *s = N_("Bad regular expression \"{0}\".");
+/* filter:bad-regexp secondary */
+char *s = N_("Could not compile regular expression \"{1}\".");
+/* filter:no-name primary */
+char *s = N_("Missing name.");
+/* filter:no-name secondary */
+char *s = N_("You must name this filter.");
+/* filter:no-name-vfolder primary */
+char *s = N_("Missing name.");
+/* filter:no-name-vfolder secondary */
+char *s = N_("You must name this vFolder.");
+/* filter:bad-name-notunique primary */
+char *s = N_("Name \"{0}\" already used.");
+/* filter:bad-name-notunique secondary */
+char *s = N_("Please choose another name.");
+/* filter:vfolder-no-source primary */
+char *s = N_("No sources selected.");
+/* filter:vfolder-no-source secondary */
+char *s = N_("You must specify at least one folder as a source.\n"
+ "Either by selecting the folders individually, and/or by selecting\n"
+ "all local folders, all remote folders, or both.");