blob: 62b75193d2d1cc8eb6e70b14a8bef01a7529d9ed (
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
|
<?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 filename.</_primary>
<_secondary>You must specify a filename.</_secondary>
</error>
<error id="bad-file" type="error">
<_primary>File "{0}" does not exist or is not a regular file.</_primary>
<_secondary>You must specify a filename.</_secondary>
</error>
<error id="bad-regexp" type="error">
<_primary>Bad regular expression "{0}".</_primary>
<_secondary>Could not compile regular expression "{1}".</_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 "{0}" already used.</_primary>
<_secondary>Please choose another name.</_secondary>
</error>
</error-list>
|