aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/addressbook.error.xml
blob: 1e078575cb172924b8e1998d83c2e454efed747f (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="addressbook">

  <error id="ldap-init" type="error">
    <_primary>This address book could not be opened.</_primary>
    <_secondary>This address book server might be unreachable or the server name may be misspelled or your network connection could be down.</_secondary>
  </error>

  <error id="ldap-auth" type="error">
    <_primary>Failed to authenticate with LDAP server.</_primary>
    <_secondary>Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary>
  </error>

  <error id="ldap-search-base" type="error">
    <_primary>This address book server does not have any suggested search bases.</_primary>
    <_secondary>This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases.</_secondary>
  </error>

  <error id="ldap-v3-schema" type="error">
    <_primary>This server does not support LDAPv3 schema information.</_primary>
  </error>

  <error id="ldap-get-schema" type="error">
    <_primary>Could not get schema information for LDAP server.</_primary>
  </error>

  <error id="ldap-invalid-schema" type="error">
    <_primary>LDAP server did not respond with valid schema information.</_primary>
  </error>

  <error id="remove-addressbook" type="error">
    <_primary>Could not remove address book.</_primary>
  </error>

  <error id="ask-delete-addressbook" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Delete address book '{0}'?</_primary>
    <_secondary>This address book will be removed permanently.</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>

 <error id="ask-delete-remote-addressbook" type="question" default="GTK_RESPONSE_CANCEL">
   <_primary>Delete remote address book &quot;{0}&quot;?</_primary>
   <_secondary>This will permanently remove the address book &quot;{0}&quot; from the server.  Are you sure you want to proceed?</_secondary>
   <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
   <button _label="_Delete From Server" response="GTK_RESPONSE_YES"/>
 </error>

  <error id="edit-categories" type="error">
    <_primary>Category editor not available.</_primary>
  </error>

  <error id="generic-error" type="error">
    <primary>{0}</primary>
    <secondary>{1}</secondary>
  </error>

  <error id="load-error" type="error">
    <_primary>Unable to open address book '{0}'</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="search-error" type="error">
    <_primary>Unable to perform search.</_primary>
    <secondary>{0}</secondary>
  </error>

  <error id="refresh-error" type="error">
    <_primary>Failed to refresh address book '{0}'</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="prompt-save" type="question" default="GTK_RESPONSE_YES">
    <_primary>Would you like to save your changes?</_primary>
    <_secondary>You have made modifications to this contact. Do you want to save these changes?</_secondary>
    <button _label="_Discard" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-save" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="prompt-move" type="question" default="GTK_RESPONSE_NO">
    <_primary>Cannot move contact.</_primary>
    <_secondary>You are attempting to move a contact from one address book to another but it cannot be removed from the source. Do you want to save a copy instead?</_secondary>
    <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  </error>

  <error type="question" id="prompt-resize" default="GTK_RESPONSE_YES">
    <_primary>The image you have selected is large. Do you want to resize and store it?</_primary>
    <button _label="_Resize" response="GTK_RESPONSE_YES"/>
    <button _label="_Use as it is" response="GTK_RESPONSE_NO"/>
    <button _label="_Do not save" response="GTK_RESPONSE_CANCEL"/>
  </error>

  <error id="save-error" type="error">
    <_primary>Unable to save {0}.</_primary>
    <_secondary>Error saving {0} to {1}: {2}</_secondary>
  </error>

  <error id="ask-list-add-exists" type="question" default="GTK_RESPONSE_NO">
    <_primary>Address '{0}' already exists.</_primary>
    <_secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-ok" _label="_Add" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-list-add-some-mails-exist" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Some addresses already exist in this contact list.</_primary>
    <_secondary>You are trying to add addresses that are part of this list already. Would you like to add them anyway?</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button _label="Skip duplicates" response="GTK_RESPONSE_NO"/>
    <button _label="Add with duplicates" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-list-add-list-exists" type="question" default="GTK_RESPONSE_NO">
    <_primary>List '{0}' is already in this contact list.</_primary>
    <_secondary>A contact list named '{0}' is already in this contact list. Would you like to add it anyway?</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-ok" _label="_Add" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="contact-delete-error-perm" type="warning">
    <_primary>Failed to delete contact</_primary>
    <_secondary>You do not have permission to delete contacts in this address book.</_secondary>
  </error>

  <error id="error-read-only" type="error" default="GTK_RESPONSE_YES">
    <_primary>Cannot add new contact</_primary>
    <!-- For Translators: {0} is the name of the address book source -->
    <_secondary>'{0}' is a read-only address book and cannot be modified. Please select a different address book from the side bar in the Contacts view.</_secondary>
  </error>

  <error id="error-still-opening" type="error" default="GTK_RESPONSE_YES">
    <_primary>Cannot save a contact, address book is still opening</_primary>
    <!-- For Translators: {0} is the name of the address book source -->
    <_secondary>Cannot save a contact to the address book '{0}', because it is still opening. Either wait till it's opened, or select a different address book.</_secondary>
  </error>

</error-list>