Files
evolution/calendar/calendar-errors.xml.h
Not Zed 7501aec238 cast warning away. (create_component_view): connect to popup_event rather
2004-10-01  Not Zed  <NotZed@Ximian.com>

        * gui/tasks-component.c (create_component_view): cast warning
        away.
        (create_component_view): connect to popup_event rather than
        fill_popup_menu.

        * gui/calendar-component.c (create_component_view): cast a warning
        away.

        * calendar-errors.xml: add prompt-delete-task-list.

        * gui/tasks-component.c (fill_popup_menu_cb): renamed to
        popup_event_cb, make use e-cal-popup.
        (edit_task_list_cb, new_task_list_cb, delete_task_list_cb)
        (copy_task_list_cb): deja-vu.  update for api.
        (add_popup_menu_item): killed. murdered. drawn and quatered.
        (delete_task_list_cb): use e-error for the delete prompt.

        * gui/calendar-component.c (create_component_view): hook onto
        popup event instead of fill_popup_menu.

        * calendar-errors.xml: added prompt-delete-calendar.

        * gui/calendar-component.c (fill_popup_menu_cb): rename to
        popup_event_cb, make use e-cal-popup.
        (edit_calendar_cb, new_calendar_cb, delete_calendar_cb)
        (copy_calendar_cb): fix for api changes.
        (add_popup_menu_item): removed.
        (delete_calendar_cb): use e-error for the delete thing.

        * gui/e-cal-popup.[ch]: calendar popup driver.

svn path=/trunk/; revision=27467
2004-10-06 03:22:39 +00:00

123 lines
6.9 KiB
C

/* 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-save-task title */
char *s = N_("Save Task");
/* calendar:prompt-save-task primary */
char *s = N_("Would you like to save your changes to this task?");
/* calendar:prompt-save-task secondary */
char *s = N_("You have made changes to this task, 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.");
/* calendar:prompt-delete-calendar primary */
char *s = N_("Delete calendar '{0}'?");
/* calendar:prompt-delete-calendar secondary */
char *s = N_("This calendar will be removed permanently.");
/* calendar:prompt-delete-task-list primary */
char *s = N_("Delete task list '{0}'?");
/* calendar:prompt-delete-task-list secondary */
char *s = N_("This task list will be removed permanently.");