From f391e375780995f97af55aa841cb162285ed8149 Mon Sep 17 00:00:00 2001 From: resteve Date: Mon, 27 Aug 2012 12:59:10 +0200 Subject: [PATCH] Add ca_ES locale --- CHANGELOG | 1 + __tryton__.py | 1 + locale/ca_ES.po | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 locale/ca_ES.po diff --git a/CHANGELOG b/CHANGELOG index de4aff1..d232238 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +* Add ca_ES locale * setup.py trytond prefix * Remove invoice XML file * Readme and Legal notice diff --git a/__tryton__.py b/__tryton__.py index 41b391e..a3458d6 100644 --- a/__tryton__.py +++ b/__tryton__.py @@ -24,5 +24,6 @@ 'xml': [ ], 'translation': [ + 'locale/ca_ES.po', ] } diff --git a/locale/ca_ES.po b/locale/ca_ES.po new file mode 100644 index 0000000..2f4f9d7 --- /dev/null +++ b/locale/ca_ES.po @@ -0,0 +1,21 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "error:account.invoice:" +msgid "" +"Number: %(number)s\n" +"Date: %(date)s\n" +msgstr "" +"Número: %(number)s\n" +"Data: %(date)s\n" + +msgctxt "error:account.invoice:" +msgid "" +"You are trying to create invoice %(invoice_number)s with date %(invoice_date)s but %(invoice_count)d invoices exist which have incompatible numbers and dates:\n" +"\n" +"%(invoices)s" +msgstr "" +"Vol crear la factura %(invoice_number)s amb data %(invoice_date)s però %(invoice_count)d ja existeixen factures que fan que la data i número sigui incorrecta:\n" +"\n" +"%(invoices)s"