Updated Traditional Chinese translation.
[evolution.git] / filter / filter.error.xml
blob63294dc75e2ab11096fd7c4cda7ff069b8fc5d04
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 file name.</_primary>
11   <_secondary>You must specify a file name.</_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 file name.</_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-list>