aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bug #703899 - Moving a meeting does not ask for confirmationFabiano FidĂȘncio2013-07-171-0/+15
|
* Remove an unused calendar error message.Matthew Barnes2013-02-231-7/+0
|
* ETaskShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-7/+5
| | | | Use a standard format for naming an ESource in user-visible messages.
* EMemoShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-7/+5
| | | | Use a standard format for naming an ESource in user-visible messages.
* ECalShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-7/+5
| | | | Use a standard format for naming an ESource in user-visible messages.
* Defer "backend-error" alerts to shell views.Matthew Barnes2013-02-171-7/+0
|
* Defer "backend-died" alerts to EShell.Matthew Barnes2013-02-171-20/+0
|
* Bug #449081 - Drop read-only calendar error messageMilan Crha2012-12-041-6/+0
|
* Identify calendar/memo/task sources in error messagesMilan Crha2012-11-271-20/+34
|
* Fix typo. Fixes bug #682214Andre Klapper2012-08-201-1/+1
|
* e-memo-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-031-0/+7
|
* e-task-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-031-0/+7
|
* e-cal-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-031-0/+7
|
* calendar.error.xml: Remove GroupWise-specific errors.Matthew Barnes2012-08-031-5/+0
|
* calendar.error.xml: Fix indentation.Matthew Barnes2012-08-031-301/+301
|
* Remove "modal" attribute from error.xml files.Matthew Barnes2012-08-031-3/+3
| | | | | The "modal" attribute is ignored nowadays anyway, but these should have never been modal to begin with.
* Fix error XML definitions with one button.Matthew Barnes2012-07-051-10/+0
| | | | | Don't need an "OK" button because EAlert already adds an [X] button to dismiss the alert. So we wind up seeing [ OK ] [X], which looks silly.
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-111-0/+4
|
* Bug #670967 - Moving event in offline modeVibha Yadav2012-04-041-0/+5
| | | | Missed error message for previous commit.
* Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-261-0/+7
|
* Show calendar backend errors in an alert sinkMilan Crha2010-12-041-0/+8
|
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-161-0/+18
|
* Bug 619637 - Inconsistent buttons in delete confirmation dialogsMatthew Barnes2010-05-291-14/+14
|
* Bug #609052 - Proper warning should be shown.Punit Jain2010-04-281-7/+7
| | | | when saving calendar items without summary.
* Bug #571714 - Remove obsolete stringsMilan Crha2010-04-071-12/+0
|
* Bug #261062 - Do not translate untranslatable textsMilan Crha2010-04-021-1/+1
|
* Bug 604822 - Drop more alert titlesPaul Bolle2009-12-201-5/+0
| | | | | Drop all alert titles to be found in *.error.xml. HIG suggests alerts do not have a title.
* Bug #550025 - Add error dialogs for MeetingsPaul Bolle2009-11-261-0/+16
|
* ** Fix for bug #559086Ashish Shrivastava2008-11-031-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-03 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #559086 * Most of the calendar errors are now non-intrusive * calendar.error.xml: Added a new error message for non-intrusive backend_died. * apps_evolution_calendar.schemas.in: * calendar-commands.c: Added new verb for help debug message (help_debug): * gnome-cal.c: Support for non-intrusive error. (client_cal_opened_cb), Define fash table and accessing errors: * e-calendar-view.c: (error_response): (e_calendar_utils_show_error_silent), (e_calendar_utils_show_info_silent): * e-calendar-view.h: * calendar-component.c: Added EActivityHandler and ELogger: (calendar_component_peek_activity_handler), (calendar_component_show_logger): * calendar-component.h: svn path=/trunk/; revision=36727
* Unbreak build, sorry for the inconvenience.Gabor Kelemen2008-09-291-4/+4
| | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * shell.error.xml: Unbreak build, sorry for the inconvenience. svn path=/trunk/; revision=36483
* Mark some forgotten strings for translation. Fixes bug #553105Gabor Kelemen2008-09-291-4/+4
| | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * calendar.error.xml: Mark some forgotten strings for translation. Fixes bug #553105 svn path=/trunk/; revision=36475
* Fix some strings. See bug #543753.Andre Klapper2008-07-211-3/+3
| | | | | | | | | 2008-07-20 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: Fix some strings. See bug #543753. svn path=/trunk/; revision=35787
* ** Fix for bug #438613Milan Crha2008-03-271-0/+7
| | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #438613 * addressbook/addressbook.error.xml: Improved "contact-delete-error-perm" secondary text. * calendar/calendar.error.xml: New message "prompt-read-only-cal-editor". * calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes), (menu_file_save_cb): Use different read-only message when checking from contact editor and from calendar UI. svn path=/trunk/; revision=35260
* String changes for improved error-messages and a schema-description. Suman Manjunath2008-02-111-1/+2
| | | | | | | | | | | | | | M addressbook/ChangeLog M addressbook/addressbook.error.xml M mail/ChangeLog M mail/mail-config.glade M mail/evolution-mail.schemas.in M calendar/calendar.error.xml M calendar/gui/dialogs/comp-editor.c M calendar/gui/e-calendar-view.c M calendar/ChangeLog svn path=/trunk/; revision=34982
* 2007-08-23 mcrha Fix for bug #329746Milan Crha2007-08-241-12/+12
| | | | svn path=/trunk/; revision=34078
* ** Fixes bug #347767Srinivasa Ragavan2007-06-031-0/+6
| | | | svn path=/trunk/; revision=33637
* Added support Gw notes.Chenthill Palanisamy2006-07-221-0/+5
| | | | svn path=/trunk/; revision=32378
* improve calendar read-only error message. Fixes bug #342281.Andre Klapper2006-07-211-1/+1
| | | | | | | | | 2006-07-21 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: improve calendar read-only error message. Fixes bug #342281. svn path=/trunk/; revision=32369
* removing duplicated error messages, fixing default answers. Fixes bugAndre Klapper2006-07-191-20/+6
| | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: removing duplicated error messages, fixing default answers. Fixes bug #347765. svn path=/trunk/; revision=32341
* added mnemonicsKarsten BrÀckelmann2006-02-131-14/+14
| | | | svn path=/trunk/; revision=31496
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-281-0/+9
| | | | svn path=/trunk/; revision=31332
* Fixes #325831 Corrected a grammatical error in a message for savingTino Meinen2006-01-271-2/+2
| | | | | | | | | | 2006-01-23 Tino Meinen <a.t.meinen@chello.nl> Fixes #325831 * calendar.error.xml: Corrected a grammatical error in a message for saving changed appointments, and changed the corresponding message for tasks correspondingly svn path=/trunk/; revision=31317
* fixes #271541Chenthill Palanisamy2006-01-131-0/+6
| | | | svn path=/trunk/; revision=31155
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | 2006-01-06 Andre Klapper <a9016009@gmx.de> * addressbook/gui/widgets/eab-gui-util.c: * calendar/calendar.error.xml: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/e-cal-component-preview.c: * calendar/gui/e-cal-model-tasks.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/mail-session.c: * plugins/itip-formatter/itip-formatter.c: * plugins/itip-formatter/itip-view.c: changing "cancelled" (British English) to "canceled" (American English). Fixes bug 325334. svn path=/trunk/; revision=31088
* changed "RSVP" to "reply". Fixes bug 261071.Andre Klapper2006-01-061-1/+1
| | | | | | | 2005-01-06 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: changed "RSVP" to "reply". Fixes bug 261071. svn path=/trunk/; revision=31085
* s/don't/do not/ string changes. Fixes #325276.Harish Krishnaswamy2006-01-011-10/+10
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * s/don't/do not/ string changes. Fixes #325276. svn path=/trunk/; revision=31001
* changing "canceled" to "cancelled" to stay consistant to the rest. FixesAndre Klapper2005-12-301-1/+1
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. svn path=/trunk/; revision=30974
* fixes #324525Chenthill Palanisamy2005-12-201-1/+1
| | | | svn path=/trunk/; revision=30905
* Adding punctation to some error messages. Fixes bug 313144.Andre Klapper2005-12-201-8/+8
| | | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: Adding punctation to some error messages. Fixes bug 313144. svn path=/trunk/; revision=30898
* ** Refixes the bug #320210Srinivasa Ragavan2005-12-141-1/+1
| | | | | | | | | | | | 2005-11-28 Srinivasa Ragavan <sragavan@novell.com> ** Refixes the bug #320210 * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES in "prompt-delete-appointment". It was missed out in the earlier patch. svn path=/trunk/; revision=30771
* Committing Johnny Jacob's patch for bug #320210Srinivasa Ragavan2005-12-141-1/+1
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committing Johnny Jacob's patch for bug #320210 svn path=/trunk/; revision=30770
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+13
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-071-7/+7
| | | | | | | | | 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
* Changed the way in which calendars having null summary are handled.Sankarasivasubramanian Pasupathilingam2005-07-061-1/+1
| | | | | | Fixes #237844 svn path=/trunk/; revision=29647
* Added the support to DnD remote URL to the attachment window. It downloadsSrinivasa Ragavan2005-05-241-0/+14
| | | | | | | | | | | 2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h, gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h, gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD remote URL to the attachment window. It downloads asynchronously and attaches. svn path=/trunk/; revision=29405
* moved e-error to e-util/Not Zed2005-05-161-0/+216
2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util/ svn path=/trunk/; revision=29363