[evolution] Adding new strings to copy/move event/task/memo and handle possible errors on those operations
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Adding new strings to copy/move event/task/memo and handle possible errors on those operations
- Date: Fri, 30 Aug 2013 15:26:31 +0000 (UTC)
commit 37768f933d00b64bfc5f902ccc2ecc85fee2b918
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Fri Aug 30 16:43:15 2013 +0200
Adding new strings to copy/move event/task/memo and handle possible errors on those operations
calendar/calendar.error.xml | 66 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index ee526b6..9affa1c 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]