File: filter-errors.xml

package info (click to toggle)
evolution 2.0.4-2sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 86,600 kB
  • ctags: 29,239
  • sloc: ansic: 282,229; sh: 11,353; xml: 7,480; makefile: 3,293; perl: 1,591
file content (34 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download
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
<?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="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="bad-name-notunique" type="error">
  <primary>Name &quot;{0}&quot; already used.</primary>
  <secondary>Please choose another name.</secondary>
 </error>

</error-list>