|
|
@ -0,0 +1,42 @@ |
|
|
|
# Translation of Odoo Server. |
|
|
|
# This file contains the translation of the following modules: |
|
|
|
# * contract_discount |
|
|
|
# |
|
|
|
# Translators: |
|
|
|
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015 |
|
|
|
msgid "" |
|
|
|
msgstr "" |
|
|
|
"Project-Id-Version: contract (8.0)\n" |
|
|
|
"Report-Msgid-Bugs-To: \n" |
|
|
|
"POT-Creation-Date: 2015-09-23 16:26+0000\n" |
|
|
|
"PO-Revision-Date: 2015-09-26 07:11+0000\n" |
|
|
|
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n" |
|
|
|
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-contract-8-0/language/sl/)\n" |
|
|
|
"MIME-Version: 1.0\n" |
|
|
|
"Content-Type: text/plain; charset=UTF-8\n" |
|
|
|
"Content-Transfer-Encoding: \n" |
|
|
|
"Language: sl\n" |
|
|
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|
|
|
|
|
|
|
#. module: contract_discount |
|
|
|
#: model:ir.model,name:contract_discount.model_account_analytic_account |
|
|
|
msgid "Analytic Account" |
|
|
|
msgstr "Analitični konto" |
|
|
|
|
|
|
|
#. module: contract_discount |
|
|
|
#: field:account.analytic.invoice.line,discount:0 |
|
|
|
msgid "Discount (%)" |
|
|
|
msgstr "Popust (%)" |
|
|
|
|
|
|
|
#. module: contract_discount |
|
|
|
#: code:addons/contract_discount/models/contract.py:41 |
|
|
|
#, python-format |
|
|
|
msgid "Discount should be less or equal to 100" |
|
|
|
msgstr "Popust mora biti enak ali manjši od 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 "Popust, ki se aplicira na ustvarjene račune. Biti mora enak ali manjši od 100" |