2
0

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

This commit is contained in:
Stéphane Bidoul (ACSONE) 2016-08-15 18:54:03 +02:00 committed by Alexis de Lattre
parent 1e04c44f9b
commit 61be3d7810

View File

@ -1,77 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_partner_required
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2015-06-03 15:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-account-financial-tools-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: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account_type
msgid "Account Type"
msgstr "Account Type"
#. module: account_partner_required
#: code:addons/account_partner_required/account.py:33
#, python-format
msgid "Always"
msgstr "Always"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_move_line
msgid "Journal Items"
msgstr "Journal Items"
#. module: account_partner_required
#: code:addons/account_partner_required/account.py:34
#, python-format
msgid "Never"
msgstr "Never"
#. module: account_partner_required
#: code:addons/account_partner_required/account.py:32
#, python-format
msgid "Optional"
msgstr "Optional"
#. module: account_partner_required
#: code:addons/account_partner_required/account.py:74
#, python-format
msgid ""
"Partner policy is set to 'Always' with account %s '%s' but the partner is "
"missing in the account move line with label '%s'."
msgstr "Partner policy is set to 'Always' with account %s '%s' but the partner is missing in the account move line with label '%s'."
#. module: account_partner_required
#: code:addons/account_partner_required/account.py:82
#, python-format
msgid ""
"Partner policy is set to 'Never' with account %s '%s' but the account move "
"line with label '%s' has a partner '%s'."
msgstr "Partner policy is set to 'Never' with account %s '%s' but the account move line with label '%s' has a partner '%s'."
#. module: account_partner_required
#: field:account.account.type,partner_policy:0
msgid "Policy for partner field"
msgstr "Policy for partner field"
#. module: account_partner_required
#: help:account.account.type,partner_policy:0
msgid ""
"Set the policy for the partner field : if you select 'Optional', the "
"accountant is free to put a partner on an account move line with this type "
"of account ; if you select 'Always', the accountant will get an error "
"message if there is no partner ; if you select 'Never', the accountant will "
"get an error message if a partner is present."
msgstr "Set the policy for the partner field : if you select 'Optional', the accountant is free to put a partner on an account move line with this type of account ; if you select 'Always', the accountant will get an error message if there is no partner ; if you select 'Never', the accountant will get an error message if a partner is present."