From 37768f933d00b64bfc5f902ccc2ecc85fee2b918 Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Fri, 30 Aug 2013 16:43:15 +0200 Subject: Adding new strings to copy/move event/task/memo and handle possible errors on those operations --- calendar/calendar.error.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) 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 @@ {0} + + + <_primary>Failed to copy an event into the calendar '{0}' + {1} + + + + + <_primary>Failed to copy a task into the task list '{0}' + {1} + + + + + <_primary>Failed to copy a memo into the memo list '{0}' + {1} + + + + + <_primary>Failed to move an event into the calendar '{0}' + {1} + + + + + <_primary>Failed to move a task into the task list '{0}' + {1} + + + + + <_primary>Failed to move a memo into the memo list '{0}' + {1} + + + + + <_primary>Copying an event into the calendar '{0}' + + + + + <_primary>Copying a task into the task list '{0}' + + + + + <_primary>Copying a memo into the memo list '{0}' + + + + + <_primary>Moving an event into the calendar '{0}' + + + + + <_primary>Moving a task into the task list '{0}' + + + + + <_primary>Moving a memo into the memo list '{0}' + + -- cgit