aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml.in
blob: 97bbd9c8fb0e84869d274883a95e2f7f2dd3a33f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="filter">

 <error id="no-date" type="error">
  <_primary>Missing date.</_primary>
  <_secondary>You must choose a date.</_secondary>
 </error>

 <error id="no-file" type="error">
  <_primary>Missing file name.</_primary>
  <_secondary>You must specify a file name.</_secondary>
 </error>

 <error id="bad-file" type="error">
  <_primary>File &quot;{0}&quot; does not exist or is not a regular file.</_primary>
  <_secondary>You must specify a file name.</_secondary>
 </error>

 <error id="no-folder" type="error">
  <_primary>Missing folder.</_primary>
  <_secondary>You must specify a folder.</_secondary>
 </error>

 <error id="bad-regexp" type="error">
  <_primary>Bad regular expression &quot;{0}&quot;.</_primary>
  <_secondary>Could not compile regular expression &quot;{1}&quot;.</_secondary>
 </error>

 <error id="no-name" type="error">
  <_primary>Missing name.</_primary>
  <_secondary>You must name this filter.</_secondary>
 </error>

 <error id="no-name-vfolder" type="error">
  <_primary>Missing name.</_primary>
  <_secondary>You must name this vFolder.</_secondary>
 </error>

 <error id="bad-name-notunique" type="error">
  <_primary>Name &quot;{0}&quot; already used.</_primary>
  <_secondary>Please choose another name.</_secondary>
 </error>

 <error id="vfolder-no-source" type="error">
  <_primary>No sources selected.</_primary>
  <_secondary>You must specify at least one folder as a source.
Either by selecting the folders individually, and/or by selecting
all local folders, all remote folders, or both.</_secondary>
 </error>

</error-list>