diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 15:34:20 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 15:34:20 +0800 |
commit | 8496b2eafbed44f3730c5b8ccb98050fdd3e8206 (patch) | |
tree | b51b4c41dbbd0c4e677cc9a6cd17611d511d9053 /calendar/calendar.error.xml | |
parent | a3af03a8c5c84a67712c27ec03574b49ee5d1b3b (diff) | |
download | gsoc2013-evolution-8496b2eafbed44f3730c5b8ccb98050fdd3e8206.tar.gz gsoc2013-evolution-8496b2eafbed44f3730c5b8ccb98050fdd3e8206.tar.zst gsoc2013-evolution-8496b2eafbed44f3730c5b8ccb98050fdd3e8206.zip |
fixes #271541
svn path=/trunk/; revision=31155
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index d262bb8495..c988dc371b 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -222,6 +222,12 @@ <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> |