Updated Spanish translation
[evolution.git] / e-util / filter.error.xml
blobdbce98dabedbb441a844f54b93de076ca9c9c1da
1 <?xml version="1.0" encoding="UTF-8"?>
2 <error-list domain="filter">
4  <error id="no-date" type="error">
5   <_primary>Missing date.</_primary>
6   <_secondary>You must choose a date.</_secondary>
7  </error>
9  <error id="no-file" type="error">
10   <_primary>Missing filename.</_primary>
11   <_secondary>You must specify a filename.</_secondary>
12  </error>
14  <error id="bad-file" type="error">
15   <_primary>File &quot;{0}&quot; does not exist or is not a regular file.</_primary>
16   <_secondary>You must specify a filename.</_secondary>
17  </error>
19  <error id="bad-regexp" type="error">
20   <_primary>Bad regular expression &quot;{0}&quot;.</_primary>
21   <_secondary>Could not compile regular expression &quot;{1}&quot;.</_secondary>
22  </error>
24  <error id="no-name" type="error">
25   <_primary>Missing name.</_primary>
26   <_secondary>You must name this filter.</_secondary>
27  </error>
29  <error id="bad-name-notunique" type="error">
30   <_primary>Name &quot;{0}&quot; already used.</_primary>
31   <_secondary>Please choose another name.</_secondary>
32  </error>
34  <error id="no-condition" type="error">
35   <_primary>Missing condition.</_primary>
36   <_secondary>Filter should have at least one condition.</_secondary>
37  </error>
39  <error id="not-allow-empty" type="error">
40   <_primary>Missing value.</_primary>
41   <_secondary>One or more values cannot be empty.</_secondary>
42  </error>
44 </error-list>