[tasks] Updated Italian translation



commit 948c136967a7dc0618b5a83dd3399690daf77959
Author: Milo Casagrande <milo ubuntu com>
Date:   Wed Jul 29 19:51:04 2009 +0200

    Updated Italian translation

 po/it.po |  108 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 55 insertions(+), 53 deletions(-)
---
diff --git a/po/it.po b/po/it.po
index ca922f8..5138c55 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,14 +2,15 @@
 # Copyright (C) 2009 Free Software Foundation, Inc
 # This file is distributed under the same license as the Tasks package.
 # Flavia Weisghizzi, <flavia weisghizzi it>, 2009
-#
+# Milo Casagrande <milo ubuntu com>, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: Tasks 0.4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-22 09:17+0000\n"
-"PO-Revision-Date: 2009-07-15 22:33+0200\n"
-"Last-Translator: Flavia Weisghizzi <flavia weisghizzi it>\n"
+"Report-Msgid-Bugs-To: http://bugzilla.openedhand.com/enter_bug.cgi?";
+"product=Tasks&component=General\n"
+"POT-Creation-Date: 2009-07-24 15:41+0000\n"
+"PO-Revision-Date: 2009-07-29 19:50+0200\n"
+"Last-Translator: Milo Casagrande <milo ubuntu com>\n"
 "Language-Team: Italian <tp lists linux it>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -155,91 +156,85 @@ msgstr "dicembre|dic"
 #. http://www.burtonini.com/blog/computers/tasks-2008-10-01-21-17 has some
 #. details about how this works.
 #.
-#. Translators: just translate "today"
-#: ../libkoto/koto-date-parser.c:468
+#. These strings are used to parse the user's input in the "New Task" entry to
+#. extract the meaning of what they entered, such as the due date.
+#.
+#. The important thing to preserve in the translation are the (?<name>expr)
+#. blocks, which identify a regular expression "expr" with the identifier
+#. "name".  These mark sections which will be used in the new task.  All of the
+#. strings have a block called "task", which is the actual task summary.  Other
+#. examples are "day" (day of the month), "month" (month name) and so on.
+#.
+#. Translators: "Pay bills today".  Just translate "today"
+#: ../libkoto/koto-date-parser.c:476
 msgid "^(?<task>.+) today$"
 msgstr "^(?<task>.+) oggi$"
 
-#. Translators: just translate "tomorrow"
-#: ../libkoto/koto-date-parser.c:472
+#. Translators: "Pay bills tomorrow". Just translate "tomorrow"
+#: ../libkoto/koto-date-parser.c:480
 msgid "^(?<task>.+) tomorrow$"
 msgstr "^(?<task>.+) domani$"
 
-#. Translators: just translate "yesterday"
-#: ../libkoto/koto-date-parser.c:476
+#. Translators: "Pay bills yesterday".  Just translate "yesterday"
+#: ../libkoto/koto-date-parser.c:484
 msgid "^(?<task>.+) yesterday$"
 msgstr "^(?<task>.+) ieri$"
 
-#. Translators: just translate "next"
-#: ../libkoto/koto-date-parser.c:480
-#, c-format
-msgid "^(?<task>.+) next (?<day>%s)$"
-msgstr "^(?<task>.+) successivo (?<day>%s)$"
+#. Translators: "Pay bills next Monday".
+#: ../libkoto/koto-date-parser.c:488
+#| msgid "^(?<task>.+) next (?<day>%s)$"
+msgid "^(?<task>.+) next (?<day>\\w+)$"
+msgstr "^(?<task>.+) successivo (?<day>\\w+)$"
 
-#: ../libkoto/koto-date-parser.c:481
-msgid ""
-"monday|tuesday|wednesday|thursday|friday|saturday|sunday|mon|tue|wed|thr|fri|"
-"sat|sun"
-msgstr ""
-"lunedì|martedì|mercoledì|giovedì|venerdì|sabato|domenica|lun|mar|mer|gio|ven|"
-"sab|dom"
-
-#. Translators: just translate this|on|by|due to contain relevant words in
+#. Translators: "Pay bills this tuesday".  just translate this|on|by|due to contain relevant words in
 #. your language, moving the day block is required.
-#: ../libkoto/koto-date-parser.c:489
+#: ../libkoto/koto-date-parser.c:493
 msgid "^(?<task>.+) (this|on|by|due) (?<day>\\w+)$"
 msgstr "^(?<task>.+) (questo|il|da|entro) (?<day>\\w+)$"
 
-#. Translators: replace by|due|on with suitable words, and re-order the day
-#. and month expressions as suitable
-#: ../libkoto/koto-date-parser.c:494
+#. Translators: "Pay bills by 4/12" (day/month).  Re-arrange as required.
+#: ../libkoto/koto-date-parser.c:497
 msgid "^(?<task>.+) (?:by|due|on) (?<day>\\d{1,2})/(?<month>\\d{1,2})$"
 msgstr "^(?<task>.+) (?:da|entro|il) (?<day>\\d{1,2})/(?<month>\\d{1,2})$"
 
-#. Translators: just translate on|by|due and st|nd|rd|th to contain relevant
-#. words in your language.
-#: ../libkoto/koto-date-parser.c:499
+#. Translators: "Pay bills on 3rd" or "Pay bills on 12".  Not all languages
+#. have numeric suffixes so feel free to remove them.
+#: ../libkoto/koto-date-parser.c:502
 msgid "^(?<task>.+) (?:by|due|on)? (?<day>\\d{1,2})(?:st|nd|rd|th)?$"
 msgstr "^(?<task>.+) (?:da|entro|il)? (?<day>\\d{1,2})°?$"
 
-#. Translators: just translate on|by|due and st|nd|rd|th to contain relevant
-#. words in your language, and move the month block if required.
-#: ../libkoto/koto-date-parser.c:504
+#. Translators: "Pay bills on 12th January" or "Pay bills on 23 June".
+#: ../libkoto/koto-date-parser.c:506
 msgid ""
 "^(?<task>.+) (?:by|due|on)? (?<day>\\d{1,2})(?:st|nd|rd|th)? (?<month>\\w+)$"
 msgstr "^(?<task>.+) (?:da|entro|il)? (?<day>\\d{1,2})°? (?<month>\\w+)$"
 
-#. Translators: just translate on|by|due and st|nd|rd|th to contain relevant
-#. words in your language, and move the month block if required.
-#: ../libkoto/koto-date-parser.c:509
+#. Translators: "Pay bills on January 12th" or "Pay bills on 23 June".  This
+#. is for languages where there is two way of writing a day, if there is only
+#. one correct way then translate this identically to the previous one.
+#: ../libkoto/koto-date-parser.c:512
 msgid ""
 "^(?<task>.+) (?:by|due|on)? (?<month>\\w+) (?<day>\\d{1,2})(?:st|nd|rd|th)?$"
 msgstr "^(?<task>.+) (?:da|entro|il)? (?<month>\\w+) (?<day>\\d{1,2})°?$"
 
-#. Translators: just translate this|on|by|due to contain relevant words in
-#. your language
-#: ../libkoto/koto-date-parser.c:514
+#. Translators: "Pay bills on 15/4".
+#: ../libkoto/koto-date-parser.c:516
 msgid "^(?<task>.+) (?:by|due|on)? (?<digits>[\\d/-]+)$"
 msgstr "^(?<task>.+) (?:da|entro|il)? (?<digits>[\\d/-]+)$"
 
-#. Translators: just translate this|on|by|due to contain relevant words in
-#. your language and replace the w with whatever shortcut indicated "week". In
-#. English, w34 means "week 34".
-#: ../libkoto/koto-date-parser.c:520
+#. Translators: "Pay bills by w43".  In English, w34 means "week 34", not all
+#. languages have this concept.
+#: ../libkoto/koto-date-parser.c:521
 msgid "^(?<task>.+) (?:by|due|on)? w(?<week>\\d{1,2})$"
 msgstr "^(?<task>.+) (?:da|entro|il)? w(?<week>\\d{1,2})$"
 
-#. Translators: just translate in ... days to contain relevant words in your
-#. language. Remember the trailing ? is part of the regular expression to be
-#. translated.
-#: ../libkoto/koto-date-parser.c:526
+#. Translators: "Pay bills in 4 days".
+#: ../libkoto/koto-date-parser.c:525
 msgid "^(?<task>.+) in (?<days>\\d+) days?$"
 msgstr "^(?<task>.+) in (?<days>\\d+) giorni?$"
 
-#. Translators: just translate in ... weeksto contain relevant words in your
-#. language. Remember the trailing ? is part of the regular expression to be
-#. translated.
-#: ../libkoto/koto-date-parser.c:532
+#. Translators: "Pay bills in 2 weeks".
+#: ../libkoto/koto-date-parser.c:529
 msgid "^(?<task>.+) in (?<weeks>\\d+) weeks?$"
 msgstr "^(?<task>.+) in (?<weeks>\\d+) settimane?$"
 
@@ -506,6 +501,13 @@ msgstr "Informazioni"
 msgid "New task"
 msgstr "Nuova attività"
 
+#~ msgid ""
+#~ "monday|tuesday|wednesday|thursday|friday|saturday|sunday|mon|tue|wed|thr|"
+#~ "fri|sat|sun"
+#~ msgstr ""
+#~ "lunedì|martedì|mercoledì|giovedì|venerdì|sabato|domenica|lun|mar|mer|gio|"
+#~ "ven|sab|dom"
+
 #~ msgid "%s (due %s)"
 #~ msgstr "%s (scade: %s)"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]