Browse Source

[FIX] remove en.po that was erroneously created by transbot

pull/38/head
Stéphane Bidoul (ACSONE) 9 years ago
parent
commit
4d4b824297
  1. 41
      contract_discount/i18n/en.po
  2. 40
      contract_invoice_merge_by_partner/i18n/en.po
  3. 28
      contract_recurring_plans/i18n/en.po
  4. 29
      contract_show_invoice/i18n/en.po
  5. 43
      contract_show_recurring_invoice/i18n/en.po

41
contract_discount/i18n/en.po

@ -1,41 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_discount
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: contract (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-18 10:33+0000\n"
"PO-Revision-Date: 2015-09-18 10:33+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-contract-8-0/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contract_discount
#: model:ir.model,name:contract_discount.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analytic Account"
#. module: contract_discount
#: field:account.analytic.invoice.line,discount:0
msgid "Discount (%)"
msgstr "Discount (%)"
#. module: contract_discount
#: code:addons/contract_discount/models/contract.py:41
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Discount should be less or equal to 100"
#. module: contract_discount
#: help:account.analytic.invoice.line,discount:0
msgid ""
"Discount that is applied in generated invoices. It should be less or equal "
"to 100"
msgstr "Discount that is applied in generated invoices. It should be less or equal to 100"

40
contract_invoice_merge_by_partner/i18n/en.po

@ -1,40 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_invoice_merge_by_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-03 02:40+0000\n"
"PO-Revision-Date: 2016-08-03 02:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: contract_invoice_merge_by_partner
#: model:ir.model,name:contract_invoice_merge_by_partner.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analytic Account"
#. module: contract_invoice_merge_by_partner
#: help:res.partner,contract_invoice_merge:0
msgid ""
"If checked, all the recurring invoices generated by the contracts of this "
"partner will be merged on each run."
msgstr ""
"If checked, all the recurring invoices generated by the contracts of this "
"partner will be merged on each run."
#. module: contract_invoice_merge_by_partner
#: field:res.partner,contract_invoice_merge:0
msgid "Merge contracts invoices"
msgstr "Merge contracts invoices"
#. module: contract_invoice_merge_by_partner
#: model:ir.model,name:contract_invoice_merge_by_partner.model_res_partner
msgid "Partner"
msgstr "Partner"

28
contract_recurring_plans/i18n/en.po

@ -1,28 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_recurring_plans
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: contract (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-30 01:38+0000\n"
"PO-Revision-Date: 2015-11-29 23:23+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-contract-8-0/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contract_recurring_plans
#: model:ir.model,name:contract_recurring_plans.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analytic Account"
#. module: contract_recurring_plans
#: field:account.analytic.invoice.line,analytics_id:0
msgid "Analytic Distribution"
msgstr "Analytic Distribution"

29
contract_show_invoice/i18n/en.po

@ -1,29 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_show_invoice
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: contract (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-28 00:54+0000\n"
"PO-Revision-Date: 2016-04-27 19:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-contract-8-0/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contract_show_invoice
#: view:account.analytic.account:contract_show_invoice.account_analytic_account_button_invoice
#: model:ir.actions.act_window,name:contract_show_invoice.act_analytic_invoices
msgid "Invoices"
msgstr "Invoices"
#. module: contract_show_invoice
#: view:account.analytic.account:contract_show_invoice.account_analytic_account_button_invoice
msgid "Invoices related with this contract"
msgstr "Invoices related with this contract"

43
contract_show_recurring_invoice/i18n/en.po

@ -1,43 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_show_recurring_invoice
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: contract (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-14 02:21+0000\n"
"PO-Revision-Date: 2015-10-13 10:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-contract-8-0/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contract_show_recurring_invoice
#: model:ir.model,name:contract_show_recurring_invoice.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analytic Account"
#. module: contract_show_recurring_invoice
#: field:account.invoice,contract_id:0
msgid "Contract"
msgstr "Contract"
#. module: contract_show_recurring_invoice
#: model:ir.model,name:contract_show_recurring_invoice.model_account_invoice
msgid "Invoice"
msgstr "Invoice"
#. module: contract_show_recurring_invoice
#: model:ir.actions.act_window,name:contract_show_recurring_invoice.act_recurring_invoices
msgid "Invoices"
msgstr "Invoices"
#. module: contract_show_recurring_invoice
#: view:account.analytic.account:contract_show_recurring_invoice.account_analytic_account_button_recurring_invoice
msgid "⇒ show invoices"
msgstr "⇒ show invoices"
Loading…
Cancel
Save