aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2013-08-30 22:43:15 +0800
committerFabiano FidĂȘncio <fidencio@redhat.com>2013-08-30 23:25:47 +0800
commit37768f933d00b64bfc5f902ccc2ecc85fee2b918 (patch)
treee679ea6f78640df86b0afbb252b6c669673dea9b
parent9ad5ddf9cc3e86e59662925d3dcd51ab35c0131c (diff)
downloadgsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar.gz
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar.bz2
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar.lz
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar.xz
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.tar.zst
gsoc2013-evolution-37768f933d00b64bfc5f902ccc2ecc85fee2b918.zip
Adding new strings to copy/move event/task/memo and handle possible errors on those operations
-rw-r--r--calendar/calendar.error.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index ee526b60cb..9affa1c4d3 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -307,4 +307,70 @@
<secondary>{0}</secondary>
</error>
+ <error id="failed-copy-event" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the calendar. -->
+ <_primary>Failed to copy an event into the calendar '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="failed-copy-task" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the task list. -->
+ <_primary>Failed to copy a task into the task list '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="failed-copy-memo" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the memo list. -->
+ <_primary>Failed to copy a memo into the memo list '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="failed-move-event" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the calendar. -->
+ <_primary>Failed to move an event into the calendar '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="failed-move-task" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the task list. -->
+ <_primary>Failed to move a task into the task list '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="failed-move-memo" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is the name of the memo list. -->
+ <_primary>Failed to move a memo into the memo list '{0}'</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="status-copy-event" type="warning">
+ <!-- Translators: {0} is the name of the calendar. -->
+ <_primary>Copying an event into the calendar '{0}'</_primary>
+ </error>
+
+ <error id="status-copy-task" type="warning">
+ <!-- Translators: {0} is the name of the task list. -->
+ <_primary>Copying a task into the task list '{0}'</_primary>
+ </error>
+
+ <error id="status-copy-memo" type="warning">
+ <!-- Translators: {0} is the name of the memo list. -->
+ <_primary>Copying a memo into the memo list '{0}'</_primary>
+ </error>
+
+ <error id="status-move-event" type="warning">
+ <!-- Translators: {0} is the name of the calendar. -->
+ <_primary>Moving an event into the calendar '{0}'</_primary>
+ </error>
+
+ <error id="status-move-task" type="warning">
+ <!-- Translators: {0} is the name of the task list. -->
+ <_primary>Moving a task into the task list '{0}'</_primary>
+ </error>
+
+ <error id="status-move-memo" type="warning">
+ <!-- Translators: {0} is the name of the memo list. -->
+ <_primary>Moving a memo into the memo list '{0}'</_primary>
+ </error>
+
</error-list>