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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
|
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="calendar">
<error id="prompt-cancel-meeting" type="question" defult="GTK_RESPONSE_YES">
<_primary>Would you like to send all the participants a cancelation notice?</_primary>
<_secondary>If you do not send a cancelation notice, the other participants may not know the meeting is canceled.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send Notice" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-meeting" type="question" defult="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this meeting?</_primary>
<_secondary>All information on this meeting will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-cancel-task" type="question" defult="GTK_RESPONSE_YES">
<_primary>Would you like to send all the participants a cancelation notice?</_primary>
<_secondary>If you do not send a cancelation notice, the other participants may not know the task has been deleted.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send Notice" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-task" type="question" defult="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this task?</_primary>
<_secondary>All information on this task will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-cancel-journal" type="question" defult="GTK_RESPONSE_YES">
<_primary>Would you like to send a cancelation notice for this journal entry?</_primary>
<_secondary>If you do not send a cancelation notice, the other participants may not know the journal has been deleted.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send Notice" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-journal" type="question" defult="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this journal entry?</_primary>
<_secondary>All information on this journal entry will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete the appointment titled '{0}'?</_primary>
<_secondary>All information on this appointment will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to delete this appointment?</_primary>
<_secondary>All information on this appointment will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-named-task" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete the '{0}' task?</_primary>
<_secondary>All information on this task will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-task" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this task?</_primary>
<_secondary>All information on this task will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-named-journal" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete the journal entry '{0}'?</_primary>
<_secondary>All information in this journal will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-journal" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete this journal entry?</_primary>
<_secondary>All information in this journal will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-appointments" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete these {0} appointments?</_primary>
<_secondary>All information on these appointments will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-tasks" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete these {0} tasks?</_primary>
<_secondary>All information on these tasks will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-journals" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete these {0} journal entries?</_primary>
<_secondary>All information in these journal entries will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-save-appointment" type="warning" default="GTK_RESPONSE_YES">
<title>Save Appointment</title>
<_primary>Would you like to save your changes to this appointment?</_primary>
<_secondary>You have changed this appointment, but not yet saved it.</_secondary>
<button _label="_Discard Changes" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save Changes" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-save-task" type="warning" default="GTK_RESPONSE_YES">
<title>Save Task</title>
<_primary>Would you like to save your changes to this task?</_primary>
<_secondary>You have changed this task, but not yet saved it.</_secondary>
<button _label="_Discard Changes" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save Changes" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-save-memo" type="warning" default="GTK_RESPONSE_YES">
<title>Save Memo</title>
<_primary>Would you like to save your changes to this memo?</_primary>
<_secondary>You have made changes to this memo, but not yet saved them.</_secondary>
<button _label="_Discard Changes" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save Changes" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-meeting-invite" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send meeting invitations to participants?</_primary>
<_secondary>Email invitations will be sent to all participants and allow them to reply.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-send-updated-meeting-info" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send updated meeting information to participants?</_primary>
<_secondary>Sending updated information allows other participants to keep their calendars up to date.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-send-task" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send this task to participants?</_primary>
<_secondary>Email invitations will be sent to all participants and allow them to accept this task.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="ask-send-task-pending-download" type="question" default="GTK_RESPONSE_YES">
<_primary>Download in progress. Do you want to save the task?</_primary>
<_secondary xml:space="preserve">Some attachments are being downloaded. Saving the task would result in the loss of these attachments.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save" response="GTK_RESPONSE_YES"/>
</error>
<error id="ask-send-event-pending-download" type="question" default="GTK_RESPONSE_YES">
<_primary>Download in progress. Do you want to save the appointment?</_primary>
<_secondary xml:space="preserve">Some attachments are being downloaded. Saving the appointment would result in the loss of these attachments.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-send-updated-task-info" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send updated task information to participants?</_primary>
<_secondary>Sending updated information allows other participants to keep their task lists up to date.</_secondary>
<button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="tasks-crashed" type="error">
<_primary>The Evolution tasks have quit unexpectedly.</_primary>
<_secondary>Your tasks will not be available until Evolution is restarted.</_secondary>
</error>
<error id="calendar-crashed" type="error">
<_primary>The Evolution calendar has quit unexpectedly.</_primary>
<_secondary>Your calendars will not be available until Evolution is restarted.</_secondary>
</error>
<error id="editor-error" type="error">
<_primary>Editor could not be loaded.</_primary>
<_secondary>{0}.</_secondary>
</error>
<error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
<_primary>Delete calendar '{0}'?</_primary>
<_secondary>This calendar will be removed permanently.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-task-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
<_primary>Delete task list '{0}'?</_primary>
<_secondary>This task list will be removed permanently.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-delete-memo-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
<_primary>Delete memo list '{0}'?</_primary>
<_secondary>This memo list will be removed permanently.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-send-no-subject-calendar" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to send the appointment without a summary?</_primary>
<_secondary>Adding a meaningful summary to your appointment will give your recipients an idea of what your appointment is about.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Save" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-send-no-subject-task" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to send the task without a summary?</_primary>
<_secondary>Adding a meaningful summary to your task will give your recipients an idea of what your task is about.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-no-contents-offline-calendar" type="error" default="GTK_RESPONSE_YES">
<_primary>Error loading calendar</_primary>
<_secondary>The calendar is not marked for offline usage.</_secondary>
<button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-read-only-cal" type="error" default="GTK_RESPONSE_YES">
<_primary>Cannot create a new event</_primary>
<_secondary>The calendar you have selected is read-only</_secondary>
<button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-no-contents-offline-tasks" type="error" default="GTK_RESPONSE_YES">
<_primary>Error loading task list</_primary>
<_secondary>The task list is not marked for offline usage.</_secondary>
<button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
</error>
<error id="prompt-no-contents-offline-memos" type="error" default="GTK_RESPONSE_YES">
<_primary>Error loading memo list</_primary>
<_secondary>The memo list is not marked for offline usage</_secondary>
<button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
</error>
<error id="server-version" type="warning">
<title>Server Version</title>
<_primary>Some features may not work properly with your current server.</_primary>
<_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version.</_secondary>
</error>
</error-list>
|