diff --git a/contract/i18n/hr.po b/contract/i18n/hr.po index 19959bdf..2bbe2626 100644 --- a/contract/i18n/hr.po +++ b/contract/i18n/hr.po @@ -9,15 +9,16 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-27 01:12+0000\n" -"PO-Revision-Date: 2018-04-27 01:12+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"PO-Revision-Date: 2019-11-12 16:34+0000\n" +"Last-Translator: Bole \n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"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" +"X-Generator: Weblate 3.8\n" #. module: contract #: model:mail.template,body_html:contract.email_contract_template @@ -86,7 +87,7 @@ msgstr "" #. module: contract #: model:mail.template,subject:contract.email_contract_template msgid "${object.company_id.name} Contract (Ref ${object.name or 'n/a'})" -msgstr "" +msgstr "${object.company_id.name} Ugovor (Ref ${object.name or 'n/a'})" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view @@ -119,52 +120,53 @@ msgstr "#START#: Početni datum obračunatog perioda" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Contract: " -msgstr "" +msgstr "Ugovor: " #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Date Start" -msgstr "" +msgstr "Datum početka" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Description" -msgstr "" +msgstr "Opis" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document +#, fuzzy msgid "Partner:" -msgstr "" +msgstr "Partner:" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Price" -msgstr "" +msgstr "Cijena" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Quantity" -msgstr "" +msgstr "Količina" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Recurring Items" -msgstr "" +msgstr "Ponavljajuće stavke" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Responsible: " -msgstr "" +msgstr "Odgovoran: " #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Total" -msgstr "" +msgstr "Ukupno" #. module: contract #: model_terms:ir.ui.view,arch_db:contract.report_contract_document msgid "Unit Price" -msgstr "" +msgstr "Jed.cijena" #. module: contract #: code:addons/contract/models/contract_line.py:425