Browse Source

[IMP][account_financial_report] Added traductions to VAT OF COMPANY NOT AVAILABLE

pull/7/merge
Jorge Angel Naranjo Rogel 12 years ago
parent
commit
163e9503d7
  1. 8
      account_financial_report/i18n/es.po
  2. 2
      account_financial_report/report/parser.py

8
account_financial_report/i18n/es.po

@ -685,3 +685,11 @@ msgstr "12 Meses | YTD"
msgid "Total"
msgstr "Total"
#. module: account_financial_report
#: code:addons/account_financial_report/report/parser.py:82
#, python-format
msgid "\n"
"VAT OF COMPANY NOT AVAILABLE"
msgstr "\n"
"VAT DE LA COMPAÑIA NO DISPONIBLE"

2
account_financial_report/report/parser.py

@ -79,7 +79,7 @@ class account_balance(report_sxw.rml_parse):
else:
return string_vat
else:
return _('\nVAT DE COMPANIA NO DISPONIBLE')
return _('\nVAT OF COMPANY NOT AVAILABLE')
def get_fiscalyear_text(self, form):
"""

Loading…
Cancel
Save