# Translation of Odoo Server. # This file contains the translation of the following modules: # * price_security # # Translators: msgid "" msgstr "" "Project-Id-Version: odoo-addons (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-09 23:57+0000\n" "PO-Revision-Date: 2015-09-01 18:00+0000\n" "Last-Translator: Juan Jose Scarafia \n" "Language-Team: English (http://www.transifex.com/adhoc/ingadhoc-odoo-addons-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: price_security #: field:product.template,can_modify_prices:0 msgid "Can modify prices" msgstr "Can modify prices" #. module: price_security #: field:res.users.discount_restriction,create_uid:0 msgid "Created by" msgstr "Created by" #. module: price_security #: field:res.users.discount_restriction,create_date:0 msgid "Created on" msgstr "Created on" #. module: price_security #: model:ir.model,name:price_security.model_res_users_discount_restriction msgid "Discount Restriction" msgstr "Discount Restriction" #. module: price_security #: field:res.users,discount_restriction_ids:0 msgid "Discount Restrictions" msgstr "Discount Restrictions" #. module: price_security #: view:res.users:price_security.view_price_security_users_form msgid "Discounts Permissions" msgstr "Discounts Permissions" #. module: price_security #: field:res.users.discount_restriction,id:0 msgid "ID" msgstr "ID" #. module: price_security #: help:product.template,can_modify_prices:0 msgid "" "If checked all users can modify the price of this product in a sale " "order or invoice." msgstr "If checked all users can modify the price of this product in a sale order or invoice." #. module: price_security #: model:ir.model,name:price_security.model_account_invoice_line msgid "Invoice Line" msgstr "Invoice Line" #. module: price_security #: field:res.users.discount_restriction,write_uid:0 msgid "Last Updated by" msgstr "Last Updated by" #. module: price_security #: field:res.users.discount_restriction,write_date:0 msgid "Last Updated on" msgstr "Last Updated on" #. module: price_security #: field:res.users.discount_restriction,max_discount:0 msgid "Max. Discount" msgstr "Max. Discount" #. module: price_security #: field:res.users.discount_restriction,min_discount:0 msgid "Min. Discount" msgstr "Min. Discount" #. module: price_security #: field:res.users.discount_restriction,pricelist_id:0 msgid "Pricelist" msgstr "Pricelist" #. module: price_security #: model:ir.model,name:price_security.model_product_template msgid "Product Template" msgstr "Product Template" #. module: price_security #: model:res.groups,name:price_security.group_restrict_prices msgid "Restrict Prices" msgstr "Restrict Prices" #. module: price_security #: model:ir.model,name:price_security.model_sale_order_line msgid "Sales Order Line" msgstr "Sales Order Line" #. module: price_security #: code:addons/price_security/models/res_users.py:52 #, python-format msgid "" "The applied discount is out of range with respect to the allowed. The " "discount can be between %s and %s for the current price list" msgstr "The applied discount is out of range with respect to the allowed. The discount can be between %s and %s for the current price list" #. module: price_security #: field:res.users.discount_restriction,user_id:0 msgid "User" msgstr "User" #. module: price_security #: model:ir.model,name:price_security.model_res_users msgid "Users" msgstr "Users" #. module: price_security #: code:addons/price_security/models/res_users.py:49 #, python-format msgid "You can not give any discount greater than pricelist discounts" msgstr "You can not give any discount greater than pricelist discounts" #. module: price_security #: view:account.invoice:price_security.invoice_form #: view:sale.order:price_security.view_price_security_order_form msgid "{'readonly':[('product_can_modify_prices','=', False)]}" msgstr "{'readonly':[('product_can_modify_prices','=', False)]}"