aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar-errors.xml
blob: 14c36de2e2a72158dbf1873904c229afa2e3b6bc (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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?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 cancellation notice?</primary>
  <secondary>If you don't send a cancellation notice, the other participants may not know the meeting is canceled.</secondary>
  <button label="Don't 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 cancellation notice?</primary>
  <secondary>If you don't send a cancellation notice, the other participants may not know the task has been deleted.</secondary>
  <button label="Don't 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 cancellation notice for this journal entry?</primary>
  <secondary>If you don't send a cancellation notice, the other participants may not know the journal has been deleted.</secondary>
  <button label="Don't 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_NO">
  <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="question" default="GTK_RESPONSE_YES">
  <title>Save Appointment</title>
  <primary>Would you like to save your changes to this appointment?</primary>
  <secondary>You have made changes to this appointment, 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 RSVP.</secondary>
  <button label="Don't 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="Don't 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="Don't Send" response="GTK_RESPONSE_NO"/>
  <button label="Send" 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="Don't 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-list>