123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- # 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: 2016-01-05 14:24+0000\n"
- "PO-Revision-Date: 2015-09-01 18:00+0000\n"
- "Last-Translator: <>\n"
- "Language-Team: Croatian (http://www.transifex.com/adhoc/ingadhoc-odoo-addons-8-0/language/hr/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Language: hr\n"
- "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- #. module: price_security
- #: field:product.template,can_modify_prices:0
- msgid "Can modify prices"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,create_uid:0
- msgid "Created by"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,create_date:0
- msgid "Created on"
- msgstr ""
- #. module: price_security
- #: model:ir.model,name:price_security.model_res_users_discount_restriction
- msgid "Discount Restriction"
- msgstr ""
- #. module: price_security
- #: field:res.users,discount_restriction_ids:0
- msgid "Discount Restrictions"
- msgstr ""
- #. module: price_security
- #: view:res.users:price_security.view_price_security_users_form
- msgid "Discounts Permissions"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,id:0
- msgid "ID"
- msgstr ""
- #. 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 ""
- #. module: price_security
- #: model:ir.model,name:price_security.model_account_invoice_line
- msgid "Invoice Line"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,write_uid:0
- msgid "Last Updated by"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,write_date:0
- msgid "Last Updated on"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,max_discount:0
- msgid "Max. Discount"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,min_discount:0
- msgid "Min. Discount"
- msgstr ""
- #. module: price_security
- #: field:res.users.discount_restriction,pricelist_id:0
- msgid "Pricelist"
- msgstr ""
- #. module: price_security
- #: model:ir.model,name:price_security.model_product_template
- msgid "Product Template"
- msgstr ""
- #. module: price_security
- #: model:res.groups,name:price_security.group_restrict_prices
- msgid "Restrict Prices"
- msgstr ""
- #. module: price_security
- #: model:ir.model,name:price_security.model_sale_order_line
- msgid "Sales Order Line"
- msgstr ""
- #. module: price_security
- #: code:addons/price_security/models/res_users.py:63
- #, 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 ""
- #. module: price_security
- #: field:res.users.discount_restriction,user_id:0
- msgid "User"
- msgstr "Korisnik"
- #. module: price_security
- #: model:ir.model,name:price_security.model_res_users
- msgid "Users"
- msgstr "Korisnici"
- #. module: price_security
- #: code:addons/price_security/models/res_users.py:54
- #, python-format
- msgid "You can not give any discount greater than pricelist discounts"
- msgstr ""
- #. 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 ""
|