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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/filter/filter-errors.xml.h b/filter/filter-errors.xml.h
index f8ed2d6ffb..f14c26698b 100644
--- a/filter/filter-errors.xml.h
+++ b/filter/filter-errors.xml.h
@@ -10,10 +10,6 @@ char *s = N_("You must specify a file name.");
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 */
@@ -22,17 +18,7 @@ char *s = N_("Could not compile regular expression \"{1}\".");
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.");