diff options
Diffstat (limited to 'calendar/calendar-errors.xml.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h new file mode 100644 index 0000000000..cc4681c966 --- /dev/null +++ b/calendar/calendar-errors.xml.h @@ -0,0 +1,106 @@ +/* calendar:prompt-cancel-meeting primary */ +char *s = N_("Would you like to send all the participants a cancellation notice?"); +/* calendar:prompt-cancel-meeting secondary */ +char *s = N_("If you don't send a cancellation notice, the other participants may not know the meeting is canceled."); +char *s = N_("Don't Send"); +char *s = N_("Send Notice"); +/* calendar:prompt-delete-meeting primary */ +char *s = N_("Are you sure you want to delete this meeting?"); +/* calendar:prompt-delete-meeting secondary */ +char *s = N_("All information on this meeting will be deleted and can not be restored."); +/* calendar:prompt-cancel-task primary */ +char *s = N_("Would you like to send all the participants a cancellation notice?"); +/* calendar:prompt-cancel-task secondary */ +char *s = N_("If you don't send a cancellation notice, the other participants may not know the task has been deleted."); +char *s = N_("Don't Send"); +char *s = N_("Send Notice"); +/* calendar:prompt-delete-task primary */ +char *s = N_("Are you sure you want to delete this task?"); +/* calendar:prompt-delete-task secondary */ +char *s = N_("All information on this task will be deleted and can not be restored."); +/* calendar:prompt-cancel-journal primary */ +char *s = N_("Would you like to send a cancellation notice for this journal entry?"); +/* calendar:prompt-cancel-journal secondary */ +char *s = N_("If you don't send a cancellation notice, the other participants may not know the journal has been deleted."); +char *s = N_("Don't Send"); +char *s = N_("Send Notice"); +/* calendar:prompt-delete-journal primary */ +char *s = N_("Are you sure you want to delete this journal entry?"); +/* calendar:prompt-delete-journal secondary */ +char *s = N_("All information on this journal entry will be deleted and can not be restored."); +/* calendar:prompt-delete-titled-appointment primary */ +char *s = N_("Are you sure you want to delete the appointment titled '{0}'?"); +/* calendar:prompt-delete-titled-appointment secondary */ +char *s = N_("All information on this appointment will be deleted and can not be restored."); +/* calendar:prompt-delete-appointment primary */ +char *s = N_("Are you sure you want to delete this appointment?"); +/* calendar:prompt-delete-appointment secondary */ +char *s = N_("All information on this appointment will be deleted and can not be restored."); +/* calendar:prompt-delete-named-task primary */ +char *s = N_("Are you sure you want to delete the '{0}' task?"); +/* calendar:prompt-delete-named-task secondary */ +char *s = N_("All information on this task will be deleted and can not be restored."); +/* calendar:prompt-delete-task primary */ +char *s = N_("Are you sure you want to delete this task?"); +/* calendar:prompt-delete-task secondary */ +char *s = N_("All information on this task will be deleted and can not be restored."); +/* calendar:prompt-delete-named-journal primary */ +char *s = N_("Are you sure you want to delete the journal entry '{0}'?"); +/* calendar:prompt-delete-named-journal secondary */ +char *s = N_("All information in this journal will be deleted and can not be restored."); +/* calendar:prompt-delete-journal primary */ +char *s = N_("Are you sure you want to delete this journal entry?"); +/* calendar:prompt-delete-journal secondary */ +char *s = N_("All information in this journal will be deleted and can not be restored."); +/* calendar:prompt-delete-appointments primary */ +char *s = N_("Are you sure you want to delete these {0} appointments?"); +/* calendar:prompt-delete-appointments secondary */ +char *s = N_("All information on these appointments will be deleted and can not be restored."); +/* calendar:prompt-delete-tasks primary */ +char *s = N_("Are you sure you want to delete these {0} tasks?"); +/* calendar:prompt-delete-tasks secondary */ +char *s = N_("All information on these tasks will be deleted and can not be restored."); +/* calendar:prompt-delete-journals primary */ +char *s = N_("Are you sure you want to delete these {0} journal entries?"); +/* calendar:prompt-delete-journals secondary */ +char *s = N_("All information in these journal entries will be deleted and can not be restored."); +/* calendar:prompt-save-appointment title */ +char *s = N_("Save Appointment"); +/* calendar:prompt-save-appointment primary */ +char *s = N_("Would you like to save your changes to this appointment?"); +/* calendar:prompt-save-appointment secondary */ +char *s = N_("You have made changes to this appointment, but not yet saved them."); +char *s = N_("Discard Changes"); +char *s = N_("Save Changes"); +/* calendar:prompt-meeting-invite primary */ +char *s = N_("Would you like to send meeting invitations to participants?"); +/* calendar:prompt-meeting-invite secondary */ +char *s = N_("Email invitations will be sent to all participants and allow them to RSVP."); +char *s = N_("Don't Send"); +char *s = N_("Send"); +/* calendar:prompt-send-updated-meeting-info primary */ +char *s = N_("Would you like to send updated meeting information to participants?"); +/* calendar:prompt-send-updated-meeting-info secondary */ +char *s = N_("Sending updated information allows other participants to keep their calendars up to date."); +char *s = N_("Don't Send"); +char *s = N_("Send"); +/* calendar:prompt-send-task primary */ +char *s = N_("Would you like to send this task to participants?"); +/* calendar:prompt-send-task secondary */ +char *s = N_("Email invitations will be sent to all participants and allow them to accept this task."); +char *s = N_("Don't Send"); +char *s = N_("Send"); +/* calendar:prompt-send-updated-task-info primary */ +char *s = N_("Would you like to send updated task information to participants?"); +/* calendar:prompt-send-updated-task-info secondary */ +char *s = N_("Sending updated information allows other participants to keep their task lists up to date."); +char *s = N_("Don't Send"); +char *s = N_("Send"); +/* calendar:tasks-crashed primary */ +char *s = N_("The Evolution tasks have quit unexpectedly."); +/* calendar:tasks-crashed secondary */ +char *s = N_("Your tasks will not be available until Evolution is restarted."); +/* calendar:calendar-crashed primary */ +char *s = N_("The Evolution calendar has quit unexpectedly."); +/* calendar:calendar-crashed secondary */ +char *s = N_("Your calendars will not be available until Evolution is restarted."); |