blob: ca63ad80aa2a7023de9fb72a1a5642a51e31773b (
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
35
36
37
|
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.evolution.mail_shared_folder">
<error id="invalid-user" type="error">
<_primary>Invalid user</_primary>
<_secondary>
You cannot share this folder with the specified user "{0}"
</_secondary>
</error>
<error id="no-user" type="error">
<_primary>Specify User</_primary>
<_secondary>
You have to specify a user name which you want to add to the list
</_secondary>
</error>
<error id="recurrence-accept" type="question" default="GTK_RESPONSE_YES">
<_primary>This is a recurring meeting</_primary>
<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -->
<_secondary>Would you like to accept it?</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button label="This instance" response="GTK_RESPONSE_NO"/>
<button label="All instances" response="GTK_RESPONSE_YES"/>
</error>
<error id="recurrence-decline" type="question" default="GTK_RESPONSE_YES">
<_primary>This is a recurring meeting</_primary>
<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -->
<_secondary>Would you like to decline it?</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button label="This instance" response="GTK_RESPONSE_NO"/>
<button label="All instances" response="GTK_RESPONSE_YES"/>
</error>
</error-list>
|