Add ca_ES locale

This commit is contained in:
resteve 2012-08-27 12:59:10 +02:00
parent 35c6869375
commit f391e37578
3 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,4 @@
* Add ca_ES locale
* setup.py trytond prefix
* Remove invoice XML file
* Readme and Legal notice

View file

@ -24,5 +24,6 @@
'xml': [
],
'translation': [
'locale/ca_ES.po',
]
}

21
locale/ca_ES.po Normal file
View file

@ -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"