forked from OCA/contract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 68.5% (24 of 35 strings) Translation: contract-16.0/contract-16.0-contract_variable_quantity Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_variable_quantity/hr/
- Loading branch information
Showing
1 changed file
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>, 2018\n" | ||
"PO-Revision-Date: 2024-06-17 14:34+0000\n" | ||
"Last-Translator: Bole <[email protected]>\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 4.17\n" | ||
|
||
#. module: contract_variable_quantity | ||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form | ||
|
@@ -29,19 +30,26 @@ msgid "" | |
" '=', True)])\n" | ||
" </code>" | ||
msgstr "" | ||
"<code>\n" | ||
" result =\n" | ||
" env['product.product']." | ||
"search_count([('sale_ok',\n" | ||
" '=', True)])\n" | ||
" </code>" | ||
|
||
#. module: contract_variable_quantity | ||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form | ||
msgid "<i>context</i>: Current context dictionary." | ||
msgstr "" | ||
msgstr "<i>context</i>: Trenutni context dictionary." | ||
|
||
#. module: contract_variable_quantity | ||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form | ||
#, fuzzy | ||
msgid "" | ||
"<i>contract</i>: Contract whose line\n" | ||
" belongs to." | ||
msgstr "<i>contract</i>: Ugovor kojem pripadaju stavke." | ||
msgstr "" | ||
"<i>contract</i>: Ugovor \n" | ||
" kojem pripadaju stavke." | ||
|
||
#. module: contract_variable_quantity | ||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form | ||
|
@@ -88,18 +96,17 @@ msgstr "Šifra" | |
#. module: contract_variable_quantity | ||
#: model:ir.model,name:contract_variable_quantity.model_contract_contract | ||
msgid "Contract" | ||
msgstr "" | ||
msgstr "Ugovor" | ||
|
||
#. module: contract_variable_quantity | ||
#: model:ir.model,name:contract_variable_quantity.model_contract_line | ||
msgid "Contract Line" | ||
msgstr "" | ||
msgstr "Stavka ugovora" | ||
|
||
#. module: contract_variable_quantity | ||
#: model:ir.model,name:contract_variable_quantity.model_contract_line_qty_formula | ||
#, fuzzy | ||
msgid "Contract Line Formula" | ||
msgstr "contract.line.qty.formula" | ||
msgstr "Formula stavke ugovora" | ||
|
||
#. module: contract_variable_quantity | ||
#: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula__create_uid | ||
|