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>
9 <error id="no-file" type="error">
10 <_primary>Missing file name.</_primary>
11 <_secondary>You must specify a file name.</_secondary>
14 <error id="bad-file" type="error">
15 <_primary>File "{0}" does not exist or is not a regular file.</_primary>
16 <_secondary>You must specify a file name.</_secondary>
19 <error id="bad-regexp" type="error">
20 <_primary>Bad regular expression "{0}".</_primary>
21 <_secondary>Could not compile regular expression "{1}".</_secondary>
24 <error id="no-name" type="error">
25 <_primary>Missing name.</_primary>
26 <_secondary>You must name this filter.</_secondary>
29 <error id="bad-name-notunique" type="error">
30 <_primary>Name "{0}" already used.</_primary>
31 <_secondary>Please choose another name.</_secondary>