oca-ocb-accounting/odoo-bringout-oca-ocb-account/account/i18n/sl.po
2025-08-29 15:20:47 +02:00

17452 lines
678 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account
#
# Translators:
# jl2035 <jaka.luthar@gmail.com>, 2022
# Simon Gorše <simon@gorse.org>, 2022
# laznikd <laznik@mentis.si>, 2022
# Dejan Sraka <dejan.sraka@picolabs.si>, 2022
# Nejc G <nejc@luxim.si>, 2022
# Boris Kodelja <boris@hbs.si>, 2022
# Vida Potočnik <vida.potocnik@mentis.si>, 2022
# Jasmina Macur <jasmina@hbs.si>, 2022
# matjaz k <matjaz@mentis.si>, 2022
# Tadej Lupšina <tadej@hbs.si>, 2022
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
# Neun Pro, 2023
# Tomaž Jug <tomaz@editor.si>, 2024
# Martin Trigaux, 2024
# Katja Deržič, 2024
# Gregor Flajs, 2024
# Islam Mušić, 2024
# dejan_b, 2024
# Grega Vavtar <grega@hbs.si>, 2025
# Jan Zorko, 2025
# Wil Odoo, 2025
# Aleš Pipan, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-04 01:32+0000\n"
"PO-Revision-Date: 2022-09-22 05:44+0000\n"
"Last-Translator: Aleš Pipan, 2025\n"
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/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: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"\n"
"\n"
"The move (%s) is not balanced.\n"
"The total of debits equals %s and the total of credits equals %s.\n"
"You might want to specify a default account on journal \"%s\" to automatically balance each move."
msgstr ""
"\n"
"\n"
"Premik (%s) ni uravnotežen.\n"
"Skupni znesek bremen je enak %s in skupno število kreditov je enako %s.\n"
"Morda boste želeli določiti privzeti račun v dnevniku \"%s\" samodejno uravnotežiti vsako potezo."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__amount_type
msgid ""
"\n"
" - Group of Taxes: The tax is a set of sub taxes.\n"
" - Fixed: The tax amount stays the same whatever the price.\n"
" - Percentage of Price: The tax amount is a % of the price:\n"
" e.g 100 * (1 + 10%) = 110 (not price included)\n"
" e.g 110 / (1 + 10%) = 100 (price included)\n"
" - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
" e.g 180 / (1 - 10%) = 200 (not price included)\n"
" e.g 200 * (1 - 10%) = 180 (price included)\n"
" "
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid " (<b>%(amount)s</b> if paid before <b>%(date)s</b>)"
msgstr " (<b>%(amount)s</b> če plačano pred <b>%(date)s</b>)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bills_count
msgid "# Reconciled Bills"
msgstr "Št. usklajenih računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_count
msgid "# Reconciled Invoices"
msgstr "# Usklajeni računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_lines_count
msgid "# Reconciled Statement Lines"
msgstr "Št. usklajenih vrstic izpiska"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__supplier_invoice_count
#: model:ir.model.fields,field_description:account.field_res_users__supplier_invoice_count
msgid "# Vendor Bills"
msgstr "# prejetih računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__code_digits
msgid "# of Digits"
msgstr "št. mest (števila)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "#Created by: %s"
msgstr "#Ustvaril: %s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "%(action)s for journal %(journal)s"
msgstr "%(action)s za dnevnik%(journal)s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "%(amount)s due %(date)s"
msgstr "%(amount)s zapade %(date)s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "%<span class=\"px-3\"/>("
msgstr "%<span class=\"px-3\"/>("
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "%d moves"
msgstr "%d premiki"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account_tag.py:0
#, python-format
msgid "%s (%s)"
msgstr "%s (%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid "%s (Copy)"
msgstr "%s (Kopija)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/account_journal.py:0
#: code:addons/account/models/account_payment_term.py:0
#: code:addons/account/models/account_reconcile_model.py:0
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "%s (copy)"
msgstr "%s (kopija)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "%s (rounding)"
msgstr "%s(zaokroževanje)"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "%s - %s; %s Billed, %s Received at %s each"
msgstr "%s - %s; %s Obračunano, %s Prejeto ob %s vsak"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "%s - %s; %s Invoiced, %s Delivered at %s each"
msgstr "%s - %s; %s Fakturirano, %s Dostavljeno v %s vsako"
#. module: account
#. odoo-python
#: code:addons/account/models/product.py:0
#, python-format
msgid "%s Excl. Taxes"
msgstr "%sBrez davkov"
#. module: account
#. odoo-python
#: code:addons/account/models/product.py:0
#, python-format
msgid "%s Incl. Taxes"
msgstr "%sVključeno z davki"
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid "%s Statement %s"
msgstr "%s Izvjava%s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"%s has reached its Credit Limit of : %s\n"
"Total amount due "
msgstr ""
"%sje dosežena kreditna omejitev v višini:%s\n"
"Skupni dolgovani znesek"
#. module: account
#. odoo-python
#: code:addons/account/models/sequence_mixin.py:0
#, python-format
msgid "%s is not a stored field"
msgstr "%s ni shranjeno polje"
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid ""
"%s reached an invalid state regarding its related statement line.\n"
"To be consistent, the journal entry must always have exactly one suspense line."
msgstr ""
"%s dosegel neveljavno stanje glede na povezano vrstico stavka.\n"
"Zaradi doslednosti mora dnevniški vnos vedno imeti natanko eno vrstico čakanja."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "%s.copy"
msgstr "%s.kopija"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "(Discount)"
msgstr "(Popust)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "(copy)"
msgstr " (kopija)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "(included)."
msgstr "(vključeno)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "(including this document) "
msgstr "(vključeno v dokument)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid ""
",\n"
" the due date(s) and amount(s) will be:"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "- A default Customer Invoice / Vendor Bill date will be suggested."
msgstr "- Predlagan bo privzeti datum računa stranke / računa prodajalca."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"- A new field « Total (tax inc.) » to speed up and control the encoding by "
"automating line creation with the right account &amp; tax."
msgstr ""
"- Novo polje »Skupaj (z vključenim DDV)« za pospešitev in nadzor kodiranja z"
" avtomatizacijo ustvarjanja vrstic s pravilnim računom in davkom."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "- The document's sequence becomes editable on all documents."
msgstr "- Zaporedje dokumenta je mogoče urejati v vseh dokumentih."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "-> View partially reconciled entries"
msgstr "-> Prikaži delno usklajene vnose"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid ". Please make sure that this is a wanted behavior."
msgstr ". Prosim, prepričajte se, da je to zaželeno vedenje."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
". The journal entries need to be computed by Odoo before being posted in "
"your company's currency."
msgstr ""
". Dnevniške vnose mora Odoo izračunati, preden jih knjiži v valuti vašega "
"podjetja."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ". You might want to put a higher number here."
msgstr ". Morda boste želeli vpisati večjo številko."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_resequence.py:0
#, python-format
msgid "... (%s other)"
msgstr "..(%sdrugo)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "1 Payment"
msgstr "1 plačilo"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_15days
msgid "15 Days"
msgstr "15 dni"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_2months
msgid "2 Months"
msgstr "2 meseca"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_30days_early_discount
msgid "2/7 Net 30"
msgstr "2/7 Net 30"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_21days
msgid "21 Days"
msgstr "21 Dni"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_30days
msgid "30 Days"
msgstr "30 Dni"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_30_days_end_month_the_10
msgid "30 days End of Month on the 10th"
msgstr ""
#. module: account
#: model:account.payment.term,name:account.account_payment_term_advance
msgid "30% Advance End of Following Month"
msgstr "30% avans ob koncu naslednjega meseca"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_advance_60days
msgid "30% Now, Balance 60 Days"
msgstr "30 % zdaj, stanje čez 60 dni"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_45days
msgid "45 Days"
msgstr "45 dni"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid ""
"<b>%(count)s#</b> Installment of <b>%(amount)s</b> on <b style='color: "
"#704A66;'>%(date)s</b>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid ""
"<br/>\n"
" on this account:"
msgstr ""
"<br/>\n"
" na ta račun:"
#. module: account
#: model:mail.template,body_html:account.email_template_edi_credit_note
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Dear\n"
" <t t-if=\"object.partner_id.parent_id\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
" </t>\n"
" <t t-else=\"\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
" </t>\n"
" <br><br>\n"
" Here is your\n"
" <t t-if=\"object.name\">\n"
" credit note <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">RINV/2021/05/0001</span>\n"
" </t>\n"
" <t t-else=\"\">\n"
" credit note\n"
" </t>\n"
" <t t-if=\"object.invoice_origin\">\n"
" (with reference: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
" </t>\n"
" amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n"
" from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
" <br><br>\n"
" Do not hesitate to contact us if you have any questions.\n"
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\">\n"
" <br><br>\n"
" <t t-out=\"object.invoice_user_id.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
" </p>\n"
"</div>\n"
" "
msgstr ""
#. module: account
#: model:mail.template,body_html:account.email_template_edi_invoice
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Dear\n"
" <t t-if=\"object.partner_id.parent_id\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
" </t>\n"
" <t t-else=\"\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
" </t>\n"
" <br><br>\n"
" Here is your\n"
" <t t-if=\"object.name\">\n"
" invoice <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">INV/2021/05/0005</span>\n"
" </t>\n"
" <t t-else=\"\">\n"
" invoice\n"
" </t>\n"
" <t t-if=\"object.invoice_origin\">\n"
" (with reference: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
" </t>\n"
" amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n"
" from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
" <t t-if=\"object.payment_state in ('paid', 'in_payment')\">\n"
" This invoice is already paid.\n"
" </t>\n"
" <t t-else=\"\">\n"
" Please remit payment at your earliest convenience.\n"
" <t t-if=\"object.payment_reference\">\n"
" <br><br>\n"
" Please use the following communication for your payment: <span style=\"font-weight:bold;\" t-out=\"object.payment_reference or ''\">INV/2021/05/0005</span>.\n"
" </t>\n"
" </t>\n"
" <br><br>\n"
" Do not hesitate to contact us if you have any questions.\n"
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\">\n"
" <br><br>\n"
" <t t-out=\"object.invoice_user_id.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
" </p>\n"
"</div>\n"
" "
msgstr ""
#. module: account
#: model:mail.template,body_html:account.mail_template_data_payment_receipt
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Dear <t t-out=\"object.partner_id.name or ''\">Azure Interior</t><br><br>\n"
" Thank you for your payment.\n"
" Here is your payment receipt <span style=\"font-weight:bold;\" t-out=\"(object.name or '').replace('/','-') or ''\">BNK1-2021-05-0002</span> amounting\n"
" to <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</span> from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
" <br><br>\n"
" Do not hesitate to contact us if you have any questions.\n"
" <br><br>\n"
" Best regards,\n"
" <t t-if=\"not is_html_empty(user.signature)\">\n"
" <br><br>\n"
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
" </p>\n"
"</div>\n"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice
msgid "<em>Draft Invoice</em>"
msgstr "<em>Osnutek računa</em>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
msgid "<i class=\"fa fa-arrow-right me-1\"/>Back to settings"
msgstr "<i class=\"fa fa-arrow-right me-1\"/>Nazaj na nastavitve"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<i class=\"fa fa-arrow-right\"/>\n"
" Preview"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
#: model_terms:ir.ui.view,arch_db:account.view_account_move_kanban
msgid "<i class=\"fa fa-clock-o\" aria-label=\"Date\" role=\"img\" title=\"Date\"/>"
msgstr "<i class=\"fa fa-clock-o\" aria-label=\"Date\" role=\"img\" title=\"Date\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_kanban
msgid "<i class=\"fa fa-clock-o\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
msgstr "<i class=\"fa fa-clock-o\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "<i class=\"fa fa-download\"/> Download"
msgstr "<i class=\"fa fa-download\"/> Prenesi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid ""
"<i class=\"fa fa-ellipsis-v\" aria-label=\"Selection\" role=\"img\" "
"title=\"Selection\"/>"
msgstr ""
"<i class=\"fa fa-ellipsis-v\" aria-label=\"Selection\" role=\"img\" "
"title=\"Selection\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "<i class=\"fa fa-fw fa-comments\"/><b>Send message</b>"
msgstr "<i class=\"fa fa-fw fa-comments\"/><b>Pošlji sporočilo</b>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid ""
"<i class=\"fa fa-fw o_button_icon fa-arrow-right\"/> Configure Email Servers"
msgstr ""
"<i class=\"fa fa-fw o_button_icon fa-arrow-right\"/> Nastavi e-poštne "
"strežnike"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "<i class=\"fa fa-print\"/> Print"
msgstr "<i class=\"fa fa-print\"/> Natisni"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"<li>{amount} ({debit_credit}) from <strong>%s</strong> were transferred to "
"<strong>{account_target_name}</strong> by {link}</li>"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"<li>{amount} ({debit_credit}) from {link}, "
"<strong>%(account_source_name)s</strong></li>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"<span attrs=\"{'invisible': ['|', '|', '|', ('state', '!=', 'draft'), "
"('name', '!=', '/'), ('posted_before', '=', True), ('quick_edit_mode', '=', "
"True)]}\">Draft</span>"
msgstr ""
"<span attrs=\"{'invisible': ['|', '|', '|', ('state', '!=', 'draft'), "
"('name', '!=', '/'), ('posted_before', '=', True), ('quick_edit_mode', '=', "
"True)]}\">Osnutek</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid ""
"<span attrs=\"{'invisible': [('composition_mode', '!=', 'mass_mail')]}\">\n"
" <strong>Email mass mailing</strong> on\n"
" <span>the selected records</span>\n"
" </span>\n"
" <span>Followers of the document and</span>"
msgstr ""
"<span attrs=\"{'invisible': [('composition_mode', '!=', 'mass_mail')]}\">\n"
" <strong>E-poštno množično pošiljanje</strong> na\n"
" <span>izbrane zapise</span>\n"
" </span>\n"
" <span>Sledilci dokumenta in</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid ""
"<span attrs=\"{'invisible': [('reconciled_invoices_type', '!=', 'invoice')]}\"> Invoice</span>\n"
" <span attrs=\"{'invisible': [('reconciled_invoices_type', '=', 'invoice')]}\"> Credit Note</span>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid ""
"<span attrs=\"{'invisible': [('rule_type', '!=', 'invoice_matching')]}\" "
"class=\"o_form_label o_td_label\">Match Invoice/bill with</span>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid ""
"<span class=\"badge rounded-pill text-bg-info\"><i class=\"fa fa-fw fa-"
"clock-o\" aria-label=\"Opened\" title=\"Opened\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Waiting for Payment</span></span>"
msgstr ""
"<span class=\"badge rounded-pill text-bg-info\"><i class=\"fa fa-fw fa-"
"clock-o\" aria-label=\"Opened\" title=\"Opened\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Čakanje na plačilo </span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid ""
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
"check\" aria-label=\"Paid\" title=\"Paid\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Paid</span></span>"
msgstr ""
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
"check\" aria-label=\"Paid\" title=\"Paid\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Plačano </span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid ""
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
"check\" aria-label=\"Reversed\" title=\"Reversed\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Reversed</span></span>"
msgstr ""
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
"check\" aria-label=\"Reversed\" title=\"Reversed\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Rezervirano </span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid ""
"<span class=\"badge rounded-pill text-bg-warning\"><i class=\"fa fa-fw fa-"
"remove\" aria-label=\"Cancelled\" title=\"Cancelled\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Cancelled</span></span>"
msgstr ""
"<span class=\"badge rounded-pill text-bg-warning\"><i class=\"fa fa-fw fa-"
"remove\" aria-label=\"Cancelled\" title=\"Cancelled\" role=\"img\"/><span "
"class=\"d-none d-md-inline\"> Preklicano </span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\" aria-label=\"Values set here are company-specific.\" "
"groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\" aria-label=\"Values set here are company-specific.\" "
"groups=\"base.group_multi_company\" role=\"img\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\" aria-label=\"Values set here are company-specific.\" "
"role=\"img\"/>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\"/>"
msgstr ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid ""
"<span class=\"mx-1\"/>\n"
" dated\n"
" <span class=\"mx-1\"/>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"<span class=\"o_form_label mx-3 oe_edit_only\" attrs=\"{'invisible': ['|', "
"('state', '!=', 'draft'), ('invoice_payment_term_id', '!=', False)]}\"> or "
"</span>"
msgstr ""
"<span class=\"o_form_label mx-3 oe_edit_only\" attrs=\"{'invisible': ['|', "
"('state', '!=', 'draft'), ('invoice_payment_term_id', '!=', False)]}\"> ali "
"</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_line_form
msgid ""
"<span class=\"o_form_label oe_inline\" "
"attrs=\"{'invisible':[('amount_type','!=','percentage')]}\">%</span>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid ""
"<span class=\"o_form_label oe_inline\" "
"attrs=\"{'invisible':[('amount_type','=','fixed')]}\">%</span>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid ""
"<span class=\"o_form_label\" attrs=\"{'invisible': [('match_amount', '!=', "
"'between')]}\">and</span>"
msgstr ""
"<span class=\"o_form_label\" attrs=\"{'invisible': [('match_amount', '!=', "
"'between')]}\">in</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
msgid ""
"<span class=\"o_form_label\">All selected journal entries will be validated "
"and posted. You won't be able to modify them afterwards.</span>"
msgstr ""
"<span class=\"o_form_label\">Vsi izbrani vpisi v dnevnik bodo potrjeni in "
"zaključeni. Pozneje jih ne boste mogli več spreminjati.</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Cash Discount Tax Reduction</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" role=\"img\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\"/>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "<span class=\"o_form_label\">Default Incoterm</span>"
msgstr "<span class=\"o_form_label\">Privzeti Incoterm</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "<span class=\"o_form_label\">Default Sending Options</span>"
msgstr "<span class=\"o_form_label\">Privzete možnosti pošiljanja </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Default Taxes</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
"<span class=\"o_form_label\">Privzeti davki</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Fiscal Country</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" role=\"img\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\"/>"
msgstr ""
"<span class=\"o_form_label\">Davčno območje</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" role=\"img\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Fiscal Localization</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Main Currency</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
"<span class=\"o_form_label\">Glavna valuta</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "<span class=\"o_form_label\">Post Exchange difference entries in:</span>"
msgstr "<span class=\"o_form_label\"> Knjiženje vnosov tečajnih razlik v:</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Rounding Method</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
"<span class=\"o_form_label\">Metoda zaokroževanja</span>\n"
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" aria-label=\"Values set here are company-specific.\" groups=\"base.group_multi_company\" role=\"img\"/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">The following default accounts are used with "
"certain features.</span>"
msgstr ""
"<span class=\"o_form_label\"> Pri določenih funkcijah se uporablja naslednji"
" privzeti računi.</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid ""
"<span class=\"o_stat_text\">\n"
" Balance\n"
" </span>"
msgstr ""
"<span class=\"o_stat_text\">\n"
" Stanje\n"
" </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid ""
"<span class=\"o_stat_text\">\n"
" Taxes\n"
" </span>"
msgstr ""
"<span class=\"o_stat_text\">\n"
" Davki\n"
" </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
msgid "<span class=\"o_stat_text\">Invoiced</span>"
msgstr "<span class=\"o_stat_text\">Zaračunano</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "<span class=\"o_stat_text\">Journal Entry</span>"
msgstr "<span class=\"o_stat_text\">Vnos v dnevnik</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"<span class=\"oe_inline o_form_label mx-3\" "
"groups=\"base.group_multi_currency\" attrs=\"{'invisible': [('move_type', "
"'=', 'entry')]}\"> in </span>"
msgstr ""
"<span class=\"oe_inline o_form_label mx-3\" "
"groups=\"base.group_multi_currency\" attrs=\"{'invisible': [('move_type', "
"'=', 'entry')]}\"> V </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid ""
"<span class=\"text-muted\" colspan=\"2\">\n"
" Leave empty to create a new journal for this bank account, or select a journal to link it with the bank account.\n"
" </span>"
msgstr ""
"<span class=\"text-muted\" colspan=\"2\">\n"
" Pustite prazno, če želite ustvariti nov dnevnik za ta bančni račun, ali pa izberite dnevnik in ga povežite z bančnim računom.\n"
" </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid ""
"<span class=\"text-nowrap\">$ <span "
"class=\"oe_currency_value\">11,750.00</span></span>"
msgstr ""
"<span class=\"text-nowrap\">$ <span "
"class=\"oe_currency_value\">11,750.00</span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid ""
"<span class=\"text-nowrap\">$ <span "
"class=\"oe_currency_value\">19,250.00</span></span>"
msgstr ""
"<span class=\"text-nowrap\">€ <span "
"class=\"oe_currency_value\">19,250.00</span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid ""
"<span class=\"text-nowrap\">$ <span "
"class=\"oe_currency_value\">7,500.00</span></span>"
msgstr ""
"<span class=\"text-nowrap\">€ <span "
"class=\"oe_currency_value\">7,500.00</span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<span class=\"text-nowrap\">1,500.00</span>"
msgstr "<span class=\"text-nowrap\">1,500.00</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<span class=\"text-nowrap\">2,350.00</span>"
msgstr "<span class=\"text-nowrap\">2,350.00</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid ""
"<span groups=\"account.group_show_line_subtotals_tax_excluded\">Amount</span>\n"
" <span groups=\"account.group_show_line_subtotals_tax_included\">Total Price</span>"
msgstr ""
"<span groups=\"account.group_show_line_subtotals_tax_excluded\">Znesek</span>\n"
" <span groups=\"account.group_show_line_subtotals_tax_included\">Skupaj</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span role=\"separator\">New</span>"
msgstr "<span role=\"separator\">Novo</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span role=\"separator\">Reconciliation</span>"
msgstr "<span role=\"separator\">Uskladitev</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span role=\"separator\">View</span>"
msgstr "<span role=\"separator\">Prikaz</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span title=\"Latest Statement\">Latest Statement</span>"
msgstr "<span title=\"Latest Statement\">Zadnji izpisek</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid ""
"<span title=\"Outstanding Payments/Receipts\">Outstanding "
"Payments/Receipts</span>"
msgstr ""
"<span title=\"Outstanding Payments/Receipts\">Neporavnana plačila/Prejeta "
"sredstva</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
msgid "<span> (CR)</span>"
msgstr "<span> (CR)</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
msgid "<span> (DR)</span>"
msgstr "<span> (DR)</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "<span> Bill</span>"
msgstr "<span>Račun</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "<span> From </span>"
msgstr "<span> Od </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "<span> To </span>"
msgstr "<span> Do </span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "<span> Transaction</span>"
msgstr "<span> Transakcija</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<span>$ <span class=\"oe_currency_value\">19,250.00</span></span>"
msgstr "<span>€<span class=\"oe_currency_value\">19,250.00</span></span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<span>5.00</span>"
msgstr "<span>5.00</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "<span>Amount In Currency</span>"
msgstr "<span>Znesek v valuti</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "<span>Amount</span>"
msgstr "<span>Znesek</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<span>Description</span>"
msgstr "<span>Opis</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<span>Disc.%</span>"
msgstr "<span>Pop.%</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "<span>Draft</span>"
msgstr "<span>Osnutek</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "<span>Invoice Date</span>"
msgstr "<span>Datum računa</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "<span>Invoice Number</span>"
msgstr "<span>Številka računa</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>New Entry</span>"
msgstr "<span>Nov vnos</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>New Invoice</span>"
msgstr "<span>Nov račun</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>New</span>"
msgstr "<span>Nov</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>Operations</span>"
msgstr "<span>Operacije</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<span>Quantity</span>"
msgstr "<span>Količina</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "<span>Reference</span>"
msgstr "<span>Sklic</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>Reporting</span>"
msgstr "<span>Poročanje</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>Running Balance</span>"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<span>Tax 0%</span>"
msgstr "<span>Davek 0%</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<span>Taxes</span>"
msgstr "<span>Davki</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"<span>This entry has been generated through the Invoicing app, before "
"installing Accounting. Its balance has been imported separately.</span>"
msgstr ""
"<span>Ta vnos je bil ustvarjen v aplikaciji Obračun, preden je bilo "
"nameščeno Knjigovodstvo. Njegovo stanje je bilo uvoženo ločeno.</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
msgid "<span>This is a preview of your Terms &amp; Conditions.</span>"
msgstr "<span>To je predogled vaših pogojev.</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<span>Unit Price</span>"
msgstr "<span>Cena enote</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>Upload</span>"
msgstr "<span>Naloži</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "<span>View</span>"
msgstr "<span>Prikaz</span>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong class=\"mr16\">Subtotal</strong>"
msgstr "<strong class=\"mr16\">Skupaj</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid ""
"<strong class=\"text-center\">Scan me with your banking "
"app.</strong><br/><br/>"
msgstr ""
"<strong class=\"text-center\">Skeniraj me s svojo bančno "
"aplikacijo.</strong><br/><br/>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Credit Note Date:</strong>"
msgstr "<strong>Datum dobropisa:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Customer Code:</strong>"
msgstr "<strong>Koda stranke:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Date:</strong>"
msgstr "<strong>Datum:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Due Date:</strong>"
msgstr "<strong>Valuta:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_statement
msgid "<strong>Ending Balance</strong>"
msgstr "<strong>Končno stanje</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Incoterm: </strong>"
msgstr "<strong>Incoterm: </strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Invoice Date:</strong>"
msgstr "<strong>Datum računa:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Receipt Date:</strong>"
msgstr "<strong>Datum prejema:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Reference:</strong>"
msgstr "<strong>Sklic:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Shipping Address:</strong>"
msgstr "<strong>Naslov za dostavo:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "<strong>Source:</strong>"
msgstr "<strong>Vir:</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_statement
msgid "<strong>Starting Balance</strong>"
msgstr "<strong>Začetno stanje</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "<strong>Subtotal</strong>"
msgstr "<strong>Skupaj brez DDV</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_currency_form_inherit
msgid ""
"<strong>This currency has already been used to generate accounting entries.</strong> <br/>\n"
" Changing its rounding factor now will not change the rounding made on previous entries; possibly causing an inconsistency with the new ones."
msgstr ""
"<strong>Ta valuta je bila že uporabljena za ustvarjanje računovodskih vnosov.</strong> <br/>\n"
" Če zdaj spremenite faktor zaokroževanja, se zaokroževanje prejšnjih vnosov ne bo spremenilo; lahko pride do neskladnosti z novimi."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.document_tax_totals
msgid "<strong>Total</strong>"
msgstr "<strong>Skupaj</strong>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_account_kanban
msgid "<strong>Type: </strong>"
msgstr "<strong>Vrsta: </strong>"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "@From: %(email)s"
msgstr "@Od: %(email)s"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_view_bank_statement_tree
msgid ""
"A Cash Register allows you to manage cash entries in your cash\n"
" journals. This feature provides an easy way to follow up cash\n"
" payments on a daily basis."
msgstr ""
"Blagajna vam omogoča upravljanje gotovinskih vnosov v vaših blagajniških\n"
" dnevnikih. Ta funkcija omogoča preprost način spremljanja gotovine\n"
" plačila na dnevni osnovi."
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid "A bank account can belong to only one journal."
msgstr "Bančni račun lahko pripada samo enemu dnevniku."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree
msgid ""
"A bank statement is a summary of all financial transactions\n"
" occurring over a given period of time on a bank account. You\n"
" should receive this periodically from your bank."
msgstr ""
"Bančni izpisek je povzetek vseh finančnih transakcij,\n"
" ki so se v določenem časovnem obdobju zgodile na bančnem računu. Izpisek \n"
"morate redno prejemati od svoje banke."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid "A fiscal position with a foreign VAT already exists in this region."
msgstr "V tej regiji že obstaja fiskalni položaj s tujim DDV."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_journal_line
msgid ""
"A journal entry consists of several journal items, each of\n"
" which is either a debit or a credit transaction."
msgstr ""
"Dnevnik je sestavljen iz več vnosov, vsak je\n"
" lahko bodisi debetna bodisi kreditna transakcija."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_journal_group_uniq_name
msgid "A journal group name must be unique per company."
msgstr "Ime skupine dnevnikov mora biti unikatno za vsako družbo."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_journal_form
msgid ""
"A journal is used to record transactions of all accounting data\n"
" related to the day-to-day business."
msgstr ""
"Dnevnik se uporablja za beleženje transakcij vseh računovodskih podatkov\n"
" povezane z vsakodnevnim poslovanjem."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "A line cannot have both children and a groupby value (line '%s')."
msgstr ""
"Vrstica ne more imeti hkrati podrejenih elementov in skupine po vrednosti "
"(vrstica '%s')."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "A line of this move is using a deprecated account, you cannot post it."
msgstr "Vrstica te poteze uporablja zastareli račun, ne morete je objaviti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "A payment must always belongs to a bank or cash journal."
msgstr "Plačilo mora vedno pripadati bančnemu ali gotovinskemu dnevniku."
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid ""
"A payment tolerance defined as a percentage should always be between 0 and "
"100"
msgstr ""
"Toleranca plačila, opredeljena kot odstotek, mora biti vedno med 0 in 100"
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid ""
"A payment tolerance defined as an amount should always be higher than 0"
msgstr "Toleranca plačila, opredeljena kot znesek, mora biti vedno višja od 0"
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_reconcile_model_name_unique
msgid "A reconciliation model already bears this name."
msgstr "Model sprave že nosi to ime."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_report_line_code_uniq
msgid "A report line with the same code already exists."
msgstr "Vrstica poročila z isto kodo že obstaja."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"A rounding per line is advised if your prices are tax-included. That way, "
"the sum of line subtotals equals the total with taxes."
msgstr ""
"Če so cene vključene z davkom, je priporočljivo zaokroževanje na vrstico. Na"
" ta način je vsota vmesnih vsot vrstic enaka skupnemu znesku z davki."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "A second payment has been created: %s"
msgstr "Ustvarjeno je bilo drugo plačilo:%s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid ""
"A second payment will be created automatically in the destination journal."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid "A statement should only contain lines from the same journal."
msgstr "Izjava naj vsebuje samo vrstice iz istega dnevnika."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_fiscal_position_tax_tax_src_dest_uniq
msgid "A tax fiscal position could be defined only one time on same taxes."
msgstr "Davčno območje je mogoče za iste davke opredeliti samo enkrat."
#. module: account
#. odoo-python
#: code:addons/account/models/res_users.py:0
#, python-format
msgid ""
"A user cannot have both Tax B2B and Tax B2C.\n"
"You should go in General Settings, and choose to display Product Prices\n"
"either in 'Tax-Included' or in 'Tax-Excluded' mode\n"
"(or switch twice the mode if you are already in the desired one)."
msgstr ""
#. module: account
#: model:res.groups,name:account.group_warning_account
msgid "A warning can be set on a partner (Account)"
msgstr "Na partnerju se lahko nastavi opozorilo (Račun)"
#. module: account
#: model:ir.model,name:account.model_res_groups
msgid "Access Groups"
msgstr "Skupine pravic"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_warning
#: model:ir.model.fields,field_description:account.field_account_move__access_warning
#: model:ir.model.fields,field_description:account.field_account_payment__access_warning
msgid "Access warning"
msgstr "Opozorilo ob dostopu"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__normal
msgid "According to each type of account"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model,name:account.model_account_account
#: model:ir.model.fields,field_description:account.field_account_move_line__account_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__account_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__account_id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__account_id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__account_id
#: model_terms:ir.ui.view,arch_db:account.view_account_form
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_search
#, python-format
msgid "Account"
msgstr "Konto"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"Account %s does not allow reconciliation. First change the configuration of "
"this account to allow it."
msgstr ""
"Račun %s ne omogoča usklajevanja. Najprej spremenite konfiguracijo tega "
"računa, da jo bo omogočal."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Account %s is of payable type, but is used in a sale operation."
msgstr ""
"Konto%s je plačljivega tipa, vendar se uporablja v prodajni operaciji."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Account %s is of receivable type, but is used in a purchase operation."
msgstr ""
"Konto%s je terjatvenega tipa, vendar se uporablja v nakupni operaciji."
#. module: account
#: model:ir.model,name:account.model_account_cash_rounding
msgid "Account Cash Rounding"
msgstr "Zaokroževanje gotovine na računu"
#. module: account
#: model:ir.model,name:account.model_account_chart_template
msgid "Account Chart Template"
msgstr "Predloga kontnega načrta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__account_codes_formula
msgid "Account Codes Formula Shortcut"
msgstr "Bližnjica formule za kode računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__currency_id
#: model:ir.model.fields,field_description:account.field_account_account_template__currency_id
msgid "Account Currency"
msgstr "Valuta konta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__account_dest_id
msgid "Account Destination"
msgstr "Ciljni konto"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Account Entry"
msgstr "Vknjižba"
#. module: account
#: model:ir.model,name:account.model_account_group
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
#: model_terms:ir.ui.view,arch_db:account.view_account_group_tree
msgid "Account Group"
msgstr "Kontna skupina"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_hierarchy
msgid "Account Groups"
msgstr "Kontne skupine"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "Account Groups with the same granularity can't overlap"
msgstr "Skupine računov z enako stopnjo podrobnosti se ne smejo prekrivati"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__company_partner_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__partner_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__partner_id
msgid "Account Holder"
msgstr "Imetnik računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_holder_name
#: model:ir.model.fields,field_description:account.field_res_partner_bank__acc_holder_name
msgid "Account Holder Name"
msgstr "Naziv imetnika računa"
#. module: account
#: model:ir.model,name:account.model_account_invoice_send
msgid "Account Invoice Send"
msgstr "Pošiljanje računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__journal_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__journal_id
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_tree
msgid "Account Journal"
msgstr "Dnevnik konta"
#. module: account
#: model:ir.model,name:account.model_account_journal_group
msgid "Account Journal Group"
msgstr "Skupina dnevnikov računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__account_ids
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__account_ids
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Account Mapping"
msgstr "Povezovanje kontov"
#. module: account
#: model:ir.model,name:account.model_account_move_reversal
msgid "Account Move Reversal"
msgstr "Razveljavitev knjiženja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__name
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid "Account Name"
msgstr "Naziv računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__bank_acc_number
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_number
#: model:ir.model.fields,field_description:account.field_res_partner_bank__acc_number
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Account Number"
msgstr "Številka računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_onboarding_create_invoice_state_flag
msgid "Account Onboarding Create Invoice State Flag"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__property_account_payable_id
#: model:ir.model.fields,field_description:account.field_res_users__property_account_payable_id
msgid "Account Payable"
msgstr "Konto obveznosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_category_property_form
msgid "Account Properties"
msgstr "Lastnosti konta"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__property_account_receivable_id
#: model:ir.model.fields,field_description:account.field_res_users__property_account_receivable_id
msgid "Account Receivable"
msgstr "Konto terjatev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__is_account_reconcile
msgid "Account Reconcile"
msgstr "Usklajen konto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__account_root_id
msgid "Account Root"
msgstr "Koren računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__account_src_id
msgid "Account Source"
msgstr "Vir konta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_bank_statement_graph
#: model_terms:ir.ui.view,arch_db:account.account_bank_statement_pivot
#: model_terms:ir.ui.view,arch_db:account.account_move_line_graph_date
msgid "Account Statistics"
msgstr "Knjigovodske statistike"
#. module: account
#: model:ir.model,name:account.model_account_account_tag
msgid "Account Tag"
msgstr "Oznaka konta"
#. module: account
#: model:ir.model.fields,field_description:account.field_product_product__account_tag_ids
#: model:ir.model.fields,field_description:account.field_product_template__account_tag_ids
msgid "Account Tags"
msgstr "Oznake konta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tax_view_tree
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_tree
msgid "Account Tax"
msgstr "Konto davka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_tax_group_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_group_tree
msgid "Account Tax Group"
msgstr "Skupina za davek na račune"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_form
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_tree
msgid "Account Tax Template"
msgstr "Kontna predloga davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_taxcloud
msgid "Account TaxCloud"
msgstr "TaxCloud račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_stock_valuation_account_id
#: model:ir.model.fields,field_description:account.field_res_company__property_stock_valuation_account_id
msgid "Account Template for Stock Valuation"
msgstr "Predloga konta za vrednotenje zaloge"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__account_type
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Account Type"
msgstr "Vrsta konta"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__account_type
#: model:ir.model.fields,help:account.field_account_move_line__account_type
msgid ""
"Account Type is used for information purpose, to generate country-specific "
"legal reports, and set the rules to close a fiscal year and generate opening"
" entries."
msgstr ""
"Vrsta konta se uporablja za namene informacij, generiranje specifičnih "
"poročil in nastavitve pravila za zaključek poslovnega leta in ustvarjanje "
"odprtih postavk."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_account_type
msgid "Account Types"
msgstr "Vrste kontov"
#. module: account
#: model:ir.model,name:account.model_account_unreconcile
msgid "Account Unreconcile"
msgstr "Neusklajen konto"
#. module: account
#: model:ir.model,name:account.model_account_root
msgid "Account codes first 2 digits"
msgstr "Kode računov prvi dve številki "
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_journal_early_pay_discount_loss_account_id
msgid ""
"Account for the difference amount after the expense discount has been "
"granted"
msgstr "Obračunajte znesek razlike po odobritvi popusta na stroške"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_journal_early_pay_discount_gain_account_id
msgid ""
"Account for the difference amount after the income discount has been granted"
msgstr "Upoštevajte znesek razlike po odobritvi popusta na dohodek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_group_search
msgid "Account group"
msgstr "Kontna skupina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_group_search
msgid "Account groups"
msgstr "Kontne skupine"
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__acc_holder_name
#: model:ir.model.fields,help:account.field_res_partner_bank__acc_holder_name
msgid ""
"Account holder name, in case it is different than the name of the Account "
"Holder"
msgstr "Ime imetnika računa, če je drugačen od imena imetnika računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_src_id
msgid "Account on Product"
msgstr "Konto na izdelku"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__account_id
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__account_id
msgid "Account on which to post the tax amount"
msgstr "Račun, na katerega se knjiži znesek davka"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__group_id
msgid "Account prefixes can determine account groups."
msgstr "Predpone računov lahko določajo skupine računov."
#. module: account
#: model:ir.model,name:account.model_report_account_report_invoice_with_payments
msgid "Account report with payment lines"
msgstr "Poročilo o računu s plačili"
#. module: account
#: model:ir.model,name:account.model_report_account_report_invoice
msgid "Account report without payment lines"
msgstr "Poročilo o računu brez plačilnih vrstic"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__tag_ids
msgid "Account tag"
msgstr "Oznaka konta"
#. module: account
#: model:ir.model.fields,help:account.field_account_chart_template__property_cash_basis_base_account_id
#: model:ir.model.fields,help:account.field_res_company__account_cash_basis_base_account_id
#: model:ir.model.fields,help:account.field_res_config_settings__account_cash_basis_base_account_id
msgid ""
"Account that will be set on lines created in cash basis journal entry and "
"used to keep track of the tax base amount."
msgstr ""
"Konto, ki bo nastavljen pri postavkah ustvarjenih v dnevniku na podlagi "
"plačil in bo služil spremljanju zneska davčne osnove."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_dest_id
msgid "Account to Use Instead"
msgstr "Konto uporabiti namesto tega"
#. module: account
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__destination_account_id
msgid "Account to transfer to."
msgstr "To datoteko ste že uvozili"
#. module: account
#: model:ir.model,name:account.model_account_tour_upload_bill
msgid "Account tour upload bill"
msgstr ""
#. module: account
#: model:ir.model,name:account.model_account_tour_upload_bill_email_confirm
msgid "Account tour upload bill email confirm"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_company__revenue_accrual_account_id
msgid "Account used to move the period of a revenue"
msgstr "Račun, ki se uporablja za premikanje obdobja prihodka"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__expense_accrual_account_id
msgid "Account used to move the period of an expense"
msgstr "Račun, ki se uporablja za prenos obdobja odhodka"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__cash_basis_transition_account_id
#: model:ir.model.fields,help:account.field_account_tax_template__cash_basis_transition_account_id
msgid ""
"Account used to transition the tax amount for cash basis taxes. It will "
"contain the tax amount as long as the original invoice has not been "
"reconciled ; at reconciliation, this amount cancelled on this account and "
"put on the regular tax account."
msgstr ""
"Račun, ki se uporablja za prenos zneska davka za davke na podlagi gotovine. "
"Vseboval bo znesek davka, dokler prvotni račun ni usklajen; pri usklajevanju"
" se ta znesek na tem računu stornira in vpiše na redni davčni račun."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Account with Entries"
msgstr "Račun z vnosi"
#. module: account
#: model:ir.actions.server,name:account.ir_cron_auto_post_draft_entry_ir_actions_server
#: model:ir.cron,cron_name:account.ir_cron_auto_post_draft_entry
msgid ""
"Account: Post draft entries with auto_post enabled and accounting date up to"
" today"
msgstr ""
"Račun: Objavite osnutke vnosov z omogočenim samodejnim objavljanjem in "
"datumom obračunavanja do danes"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_accountant
#: model:ir.ui.menu,name:account.account_account_menu
#: model:ir.ui.menu,name:account.menu_finance_entries
#: model_terms:ir.ui.view,arch_db:account.product_template_form_view
#: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_form_inherit_account
#: model_terms:ir.ui.view,arch_db:account.view_account_form
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Accounting"
msgstr "Knjigovodstvo"
#. module: account
#: model:ir.actions.act_window,name:account.open_account_journal_dashboard_kanban
msgid "Accounting Dashboard"
msgstr "Računovodska nadzorna plošča"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Accounting Date"
msgstr "Knjigovodski datum"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Accounting Documents"
msgstr "Računovodski dokumenti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Accounting Entries"
msgstr "Računovodske vknjižbe"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Accounting Firms mode"
msgstr "Način računovodskih podjetij"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Accounting Information"
msgstr "Računovodski podatki"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#: model_terms:ir.ui.view,arch_db:account.onboarding_fiscal_year_step
#, python-format
msgid "Accounting Periods"
msgstr "Obračunska obdobja"
#. module: account
#: model:ir.model,name:account.model_account_report
msgid "Accounting Report"
msgstr "Računovodsko poročilo"
#. module: account
#: model:ir.model,name:account.model_account_report_column
msgid "Accounting Report Column"
msgstr "Stolpec računovodskega poročila"
#. module: account
#: model:ir.model,name:account.model_account_report_expression
msgid "Accounting Report Expression"
msgstr "Izraz računovodskega poročila"
#. module: account
#: model:ir.model,name:account.model_account_report_external_value
msgid "Accounting Report External Value"
msgstr "Zunanja vrednost računovodskega poročila"
#. module: account
#: model:ir.model,name:account.model_account_report_line
msgid "Accounting Report Line"
msgstr "Vrstica računovodskega poročila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Accounting firm mode will change invoice/bill encoding:"
msgstr "Način računovodskega podjetja bo spremenil kodiranje računa/fakture:"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Accounting-related settings are managed on"
msgstr "Nastavitve računovodstva so na"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__accounts
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Accounts"
msgstr "Konti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_form
msgid "Accounts Mapping"
msgstr "Mapiranje kontov"
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position_account_template
msgid "Accounts Mapping Template of Fiscal Position"
msgstr "Predloga za preslikavo računov za fiskalni položaj"
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position_account
msgid "Accounts Mapping of Fiscal Position"
msgstr "Preslikava računov za fiskalni položaj"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__account_prefix
msgid "Accounts Prefix"
msgstr "Predpona računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__account_id
msgid "Accrual Account"
msgstr "Račun obračunavanja"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Accrual Moves"
msgstr "Premiki obračunavanja"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid ""
"Accrual entry created on %(date)s: %(accrual_entry)s. And"
" its reverse entry: %(reverse_entry)s."
msgstr ""
"Vnos obračuna ustvarjen dne %(date)s: %(accrual_entry)s. "
"In njegov obratni vnos: %(reverse_entry)s."
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Accrued %s entry as of %s"
msgstr "Obračunani %svnos od%s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "Accrued Account"
msgstr "Obračunani račun"
#. module: account
#: model:ir.model,name:account.model_account_accrued_orders_wizard
msgid "Accrued Orders Wizard"
msgstr "Čarovnik za obračunana naročila"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Accrued total"
msgstr "Skupni znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__action
#: model:ir.model.fields,field_description:account.field_account_report_line__action_id
msgid "Action"
msgstr "Dejanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_needaction
#: model:ir.model.fields,field_description:account.field_account_account_template__message_needaction
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_needaction
#: model:ir.model.fields,field_description:account.field_account_journal__message_needaction
#: model:ir.model.fields,field_description:account.field_account_move__message_needaction
#: model:ir.model.fields,field_description:account.field_account_payment__message_needaction
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_needaction
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_needaction
#: model:ir.model.fields,field_description:account.field_res_company__message_needaction
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_needaction
msgid "Action Needed"
msgstr "Potreben je ukrep"
#. module: account
#: model:ir.ui.menu,name:account.menu_finance_entries_actions
msgid "Actions"
msgstr "Dejanja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Activate to create purchase receipt"
msgstr "Aktivirajte, da ustvarite potrdilo o nakupu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Activate to create sale receipt"
msgstr "Aktivirajte za ustvarjanje potrdila o prodaji"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__active
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__active
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_dest_active
#: model:ir.model.fields,field_description:account.field_account_incoterms__active
#: model:ir.model.fields,field_description:account.field_account_journal__active
#: model:ir.model.fields,field_description:account.field_account_payment_term__active
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__active
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__active
#: model:ir.model.fields,field_description:account.field_account_tax__active
#: model:ir.model.fields,field_description:account.field_account_tax_template__active
#: model:ir.model.fields,field_description:account.field_res_partner_bank__active
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Active"
msgstr "Aktivno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Active Account"
msgstr "Aktivni račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__active_domain
msgid "Active domain"
msgstr "Aktivna domena"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_ids
#: model:ir.model.fields,field_description:account.field_account_journal__activity_ids
#: model:ir.model.fields,field_description:account.field_account_move__activity_ids
#: model:ir.model.fields,field_description:account.field_account_payment__activity_ids
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_ids
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_ids
msgid "Activities"
msgstr "Aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_exception_decoration
#: model:ir.model.fields,field_description:account.field_account_journal__activity_exception_decoration
#: model:ir.model.fields,field_description:account.field_account_move__activity_exception_decoration
#: model:ir.model.fields,field_description:account.field_account_payment__activity_exception_decoration
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_exception_decoration
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr "Activity Exception Decoration"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_state
#: model:ir.model.fields,field_description:account.field_account_journal__activity_state
#: model:ir.model.fields,field_description:account.field_account_move__activity_state
#: model:ir.model.fields,field_description:account.field_account_payment__activity_state
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_state
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_state
msgid "Activity State"
msgstr "Stanje aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__sale_activity_note
msgid "Activity Summary"
msgstr "Povzetek aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_type_icon
#: model:ir.model.fields,field_description:account.field_account_journal__activity_type_icon
#: model:ir.model.fields,field_description:account.field_account_move__activity_type_icon
#: model:ir.model.fields,field_description:account.field_account_payment__activity_type_icon
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_type_icon
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_type_icon
msgid "Activity Type Icon"
msgstr "Activity Type Icon"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__sale_activity_user_id
msgid "Activity User"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__sale_activity_type_id
msgid ""
"Activity will be automatically scheduled on payment due date, improving "
"collection process."
msgstr ""
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Add"
msgstr "Dodaj"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Add Credit Note"
msgstr "Dodaj dobropis"
#. module: account
#: model:ir.actions.server,name:account.action_new_bank_setting
#: model:ir.ui.menu,name:account.menu_action_account_bank_journal_form
msgid "Add a Bank Account"
msgstr "Dodaj bančni račun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__plain
msgid "Add a Note"
msgstr "Dodaj opombo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Add a QR-code to your invoices so that your customers can pay instantly with"
" their mobile banking application."
msgstr ""
"Dodajte QR kodo svojim računom, da bodo lahko vaše stranke takoj plačale z "
"aplikacijo za mobilno bančništvo."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_bank_account_step
msgid "Add a bank account"
msgstr "Dodaj bančni račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_journal_form
msgid "Add a journal"
msgstr "Dodaj dnevnik"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_journal_group_list
msgid "Add a journal group"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Add a line"
msgstr "Dodaj postavko"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Add a line to your invoice"
msgstr "Dodajte vrstico na račun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__html
msgid "Add a link to a Web Page"
msgstr "Dodaj povezavo do spletne strani"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_form
msgid "Add a new account"
msgstr "Dodaj nov konto"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Add a note"
msgstr "Dodaj opombo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Add a payment QR-code to your invoices"
msgstr "Dodajte QR-kodo za plačilo na svoje račune"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__add_invoice_line
msgid "Add a rounding line"
msgstr "Dodaj postavko zaokroževanja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Add a section"
msgstr "Dodaj odsek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Add an internal note..."
msgstr "Dodajanje zaznamka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Add contacts to notify..."
msgstr "Dodajanje stikov za obveščanje..."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Add your terms &amp; conditions at the bottom of invoices/orders/quotations"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__partner_ids
msgid "Additional Contacts"
msgstr "Dodatni stiki"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__tag_ids
msgid ""
"Additional tags that will be assigned by this repartition line for use in "
"domains"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "Adjusting Amount"
msgstr "Prilagajanje zneska"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"Adjusting Entries have been created for this invoice:<ul><li>%(link1)s "
"cancelling {percent:.2f}%% of {amount}</li><li>%(link0)s postponing it to "
"{new_date}</li></ul>"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"Adjusting Entry for {link}: {percent:.2f}% of {amount} recognized on "
"{new_date}"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"Adjusting Entry {link}: {percent:.2f}% of {amount} recognized from {date}"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_advance_tax_payment_account_id
msgid "Advance tax payment account"
msgstr "Konto za plačilo predujmov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid "Advanced Options"
msgstr "Napredne možnosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Advanced Settings"
msgstr "Napredne nastavitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__include_base_amount
msgid "Affect Base of Subsequent Taxes"
msgstr "Vplivajo na osnovo kasnejših davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__include_base_amount
msgid "Affect Subsequent Taxes"
msgstr "Vpliv na kasnejše davke"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0
#, python-format
msgid "After"
msgstr "Po"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__aggregation
msgid "Aggregate Other Formulas"
msgstr "Združi druge formule"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__aggregation_formula
msgid "Aggregation Formula Shortcut"
msgstr "Bližnjica formule za združevanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__alias_name
msgid "Alias Name"
msgstr "Naziv vzdevka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__alias_domain
msgid "Alias domain"
msgstr "Domenski vzdevek"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#, python-format
msgid "All"
msgstr "Vse"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_lock_date
msgid "All Users Lock Date"
msgstr "Datum zaklepanja za vse uporabnike"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "All accounts on the lines must be of the same type."
msgstr "Vsi računi v vrsticah morajo biti istega tipa."
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "All entries are hashed."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid "All our contractual relations will be governed exclusively by"
msgstr "Vsa naša pogodbena razmerja bodo urejala izključno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__reconcile
msgid "Allow Invoices & payments Matching"
msgstr "Dovoli račune in usklajevanje plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__allow_payment_tolerance
msgid "Allow Payment Gap"
msgstr "Dovolite vrzel v plačilu"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_product_margin
msgid "Allow Product Margin"
msgstr "Dovoli maržo izdelka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__reconcile
msgid "Allow Reconciliation"
msgstr "Dovoli uskladitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_check_printing
msgid "Allow check printing and deposits"
msgstr "Dovoli tiskanje čekov in depozitov"
#. module: account
#: model:res.groups,name:account.group_cash_rounding
msgid "Allow the cash rounding management"
msgstr "Dovoli upravljanje zaokroževanja gotovine"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Allow to configure taxes using cash basis"
msgstr "Dovoli nastavitve davkov z uporabo metode na podlagi plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__allowed_journal_ids
msgid "Allowed Journals"
msgstr "Dovoljeni dnevniki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__account_control_ids
msgid "Allowed accounts"
msgstr "Dovoljeni računi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Allows you to use Storno accounting."
msgstr "Omogoča vam uporabo računovodskega sistema Storno."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Allows you to use the analytic accounting."
msgstr "Omogoči uporabo analitičnega računovodstva"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__always
msgid "Always"
msgstr "Vedno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__early_pay_discount_computation__mixed
msgid "Always (upon invoice)"
msgstr "Vedno (ob izdaji računa)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__always_tax_exigible
#: model:ir.model.fields,field_description:account.field_account_move__always_tax_exigible
#: model:ir.model.fields,field_description:account.field_account_payment__always_tax_exigible
msgid "Always Tax Exigible"
msgstr "Vedno upravičen do davka"
#. module: account
#: model:ir.model.fields,help:account.field_account_partial_reconcile__amount
msgid ""
"Always positive amount concerned by this matching expressed in the company "
"currency."
msgstr ""
"Vedno pozitiven znesek, na katerega se nanaša to ujemanje, izražen v valuti "
"podjetja."
#. module: account
#: model:ir.model.fields,help:account.field_account_partial_reconcile__credit_amount_currency
msgid ""
"Always positive amount concerned by this matching expressed in the credit "
"line foreign currency."
msgstr ""
"Vedno pozitiven znesek, na katerega se nanaša to usklajevanje, izražen v "
"tuji valuti kreditne linije."
#. module: account
#: model:ir.model.fields,help:account.field_account_partial_reconcile__debit_amount_currency
msgid ""
"Always positive amount concerned by this matching expressed in the debit "
"line foreign currency."
msgstr ""
"Vedno pozitiven znesek, na katerega se nanaša to ujemanje, izražen v tuji "
"valuti debetne vrstice."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__amount
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__amount
#: model:ir.model.fields,field_description:account.field_account_payment__amount
#: model:ir.model.fields,field_description:account.field_account_payment_register__amount
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount_string
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__amount_string
#: model:ir.model.fields,field_description:account.field_account_tax__amount
#: model:ir.model.fields,field_description:account.field_account_tax_template__amount
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Amount"
msgstr "Znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__amount_company_currency_signed
msgid "Amount Company Currency Signed"
msgstr "Znesek Podjetje Valuta Podpisano"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_amount
msgid "Amount Condition"
msgstr "Znesek pod pogojem"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move__amount_residual
#: model:ir.model.fields,field_description:account.field_account_payment__amount_residual
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
msgid "Amount Due"
msgstr "Dolgovani znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_residual_signed
#: model:ir.model.fields,field_description:account.field_account_move__amount_residual_signed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_residual_signed
msgid "Amount Due Signed"
msgstr "Znesek zapadlosti podpisan"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_max
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_amount_max
msgid "Amount Max Parameter"
msgstr "Maksimalni parameter zneska"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_min
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_amount_min
msgid "Amount Min Parameter"
msgstr "Minimalni parameter zneska"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_nature__amount_paid
msgid "Amount Paid"
msgstr "Znesek plačila"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_nature__both
msgid "Amount Paid/Received"
msgstr "Znesek plačila/prejema"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_nature__amount_received
msgid "Amount Received"
msgstr "Znesek prejema"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__amount_signed
msgid "Amount Signed"
msgstr "Podpisani znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_nature
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__amount_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_nature
msgid "Amount Type"
msgstr "Vrsta zneska"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_currency
#: model:ir.model.fields,field_description:account.field_account_move_line__amount_currency
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
msgid "Amount in Currency"
msgstr "Znesek v valuti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount
msgid "Amount to Pay (company currency)"
msgstr "Znesek za plačilo ( v valuti podjetja )"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount_currency
msgid "Amount to Pay (foreign currency)"
msgstr "Znesek za plačilo (v tuji valuti)"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Amount:"
msgstr "Znesek:"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "An Off-Balance account can not be reconcilable"
msgstr "Izvenbilančnega računa ni mogoče uskladiti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "An Off-Balance account can not have taxes"
msgstr "Izvenbilančni račun ne more imeti davkov"
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_fiscal_position_account_account_src_dest_uniq
msgid ""
"An account fiscal position could be defined only one time on same accounts."
msgstr ""
"Fiskalni položaj računa je mogoče na istih računih opredeliti le enkrat."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_form
msgid ""
"An account is part of a ledger allowing your company\n"
" to register all kinds of debit and credit transactions.\n"
" Companies present their annual accounts in two main parts: the\n"
" balance sheet and the income statement (profit and loss\n"
" account). The annual accounts of a company are required by law\n"
" to disclose a certain amount of information."
msgstr ""
"Račun je del glavne knjige, ki vašemu podjetju omogoča beleženje vseh vrst debetnih in kreditnih transakcij. Podjetja predstavijo svoje letne računovodske izkaze v dveh glavnih oblikah\n"
" deli: bilanca stanja in izkaz poslovnega izida (poslovni izid račun). Letni računovodski izkazi podjetja morajo po zakonu razkriti določeno količino informacij."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "An error has occurred."
msgstr "Prišlo je do napake."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"An error occurred when computing the inalterability. Impossible to get the "
"unique previous posted journal entry."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_distribution
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_distribution
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Analytic"
msgstr "Analitika"
#. module: account
#: model:ir.model,name:account.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analitični konto"
#. module: account
#: model:ir.ui.menu,name:account.menu_analytic_accounting
msgid "Analytic Accounting"
msgstr "Analitično knjigovodstvo"
#. module: account
#: model:ir.ui.menu,name:account.account_analytic_def_account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Analytic Accounts"
msgstr "Analitični konti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__analytic
msgid "Analytic Cost"
msgstr "Analitični strošek"
#. module: account
#: model:ir.model,name:account.model_account_analytic_distribution_model
msgid "Analytic Distribution Model"
msgstr "Analitični porazdelitveni model"
#. module: account
#: model:ir.ui.menu,name:account.menu_analytic__distribution_model
msgid "Analytic Distribution Models"
msgstr "Analitični modeli porazdelitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_distribution_search
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_distribution_search
msgid "Analytic Distribution Search"
msgstr "Iskanje analitične distribucije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_analytic
msgid "Analytic Filter"
msgstr "Analitični filter"
#. module: account
#: model:ir.ui.menu,name:account.menu_action_analytic_lines_tree
msgid "Analytic Items"
msgstr "Analitične postavke"
#. module: account
#: model:ir.model,name:account.model_account_analytic_line
msgid "Analytic Line"
msgstr "Analitična postavka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Analytic Lines"
msgstr "Analitične postavke"
#. module: account
#: model:ir.model,name:account.model_account_analytic_applicability
msgid "Analytic Plan's Applicabilities"
msgstr "Uporabnost analitičnega načrta"
#. module: account
#: model:ir.ui.menu,name:account.account_analytic_plan_menu
msgid "Analytic Plans"
msgstr "Analitični načrti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_precision
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_precision
msgid "Analytic Precision"
msgstr "Analitična natančnost"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_line_ids
msgid "Analytic lines"
msgstr "Analitične postavke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Analytics"
msgstr "Analitika"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"Any journal item on a payable account must have a due date and vice versa."
msgstr ""
"Vsaka postavka dnevnika na plačljivem računu mora imeti datum zapadlosti in "
"obratno."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"Any journal item on a receivable account must have a due date and vice "
"versa."
msgstr ""
"Vsaka postavka dnevnika na kontu terjatev mora imeti datum zapadlosti in "
"obratno."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__applicability
msgid "Applicability"
msgstr "Uporaba"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_onboarding_sale_tax_form
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
msgid "Apply"
msgstr "Uporabi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Apply VAT of the EU country to which goods and services are delivered."
msgstr "Uporabi DDV države EU, v katero se blago in storitve dobavljajo."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__auto_apply
#: model:ir.model.fields,help:account.field_account_fiscal_position_template__auto_apply
msgid "Apply automatically this fiscal position."
msgstr "Samodejno uporabi za ta davčni položaj."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__country_group_id
#: model:ir.model.fields,help:account.field_account_fiscal_position_template__country_group_id
msgid "Apply only if delivery country matches the group."
msgstr "Velja le, če se država dostave ujema s skupino."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__country_id
#: model:ir.model.fields,help:account.field_account_fiscal_position_template__country_id
msgid "Apply only if delivery country matches."
msgstr "Velja samo, če se država dostave ujema."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__vat_required
#: model:ir.model.fields,help:account.field_account_fiscal_position_template__vat_required
msgid "Apply only if partner has a VAT number."
msgstr "Uporabi le če ima partner DDV številko."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__4
msgid "April"
msgstr "April"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_incoterms_form
#: model_terms:ir.ui.view,arch_db:account.account_incoterms_view_search
#: model_terms:ir.ui.view,arch_db:account.account_tag_view_form
#: model_terms:ir.ui.view,arch_db:account.account_tag_view_search
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
#: model_terms:ir.ui.view,arch_db:account.view_account_position_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_search
msgid "Archived"
msgstr "Arhivirano"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__asset
msgid "Asset"
msgstr "Osnovna sredstva"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#: model_terms:ir.ui.view,arch_db:account.view_account_search
#, python-format
msgid "Assets"
msgstr "Sredstva"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_ids
msgid "Associated Account Templates"
msgstr "Predloge povezanih računov"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__at_date
msgid "At Date"
msgstr "Na datum"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__to_beginning_of_fiscalyear
msgid "At the beginning of the fiscal year"
msgstr "Na začetku fiskalnega leta"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__to_beginning_of_period
msgid "At the beginning of the period"
msgstr "Na začetku obdobja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill
msgid "Attach a file"
msgstr "Pripni datoteko"
#. module: account
#: model:ir.model,name:account.model_ir_attachment
msgid "Attachment"
msgstr "Priponka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_account_template__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_journal__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_move__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_payment__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_attachment_count
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_attachment_count
#: model:ir.model.fields,field_description:account.field_res_company__message_attachment_count
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_attachment_count
msgid "Attachment Count"
msgstr "Število prilog"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__attachment_ids
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__attachment_ids
#: model:ir.model.fields,field_description:account.field_account_invoice_send__attachment_ids
#: model:ir.model.fields,field_description:account.field_account_move__attachment_ids
#: model:ir.model.fields,field_description:account.field_account_payment__attachment_ids
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__attachment_ids
msgid "Attachments"
msgstr "Priponke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__auditable
msgid "Auditable"
msgstr "Preverljivo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__8
msgid "August"
msgstr "Avgust"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__author_id
msgid "Author"
msgstr "Avtor"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__author_id
msgid ""
"Author of the message. If not set, email_from may hold an email address that"
" did not match any partner."
msgstr ""
"Avtor sporočila. Če ni nastavljen, lahko email_from vsebuje elektronski "
"naslov, ki ni povezan z nobenim partnerjem."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Auto validate"
msgstr "Samodejno preverjanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Auto-Complete"
msgstr "Samodejno dokončaj"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_vendor_bill_id
#: model:ir.model.fields,help:account.field_account_move__invoice_vendor_bill_id
#: model:ir.model.fields,help:account.field_account_payment__invoice_vendor_bill_id
msgid "Auto-complete from a past bill."
msgstr "Samodejno izpolni iz prejšnjega računa."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_ids
msgid "Auto-generated Payments"
msgstr "Samodejno generirana plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post
#: model:ir.model.fields,field_description:account.field_account_move__auto_post
#: model:ir.model.fields,field_description:account.field_account_payment__auto_post
msgid "Auto-post"
msgstr "Samodejna objava"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post_until
#: model:ir.model.fields,field_description:account.field_account_move__auto_post_until
#: model:ir.model.fields,field_description:account.field_account_payment__auto_post_until
msgid "Auto-post until"
msgstr "Samodejna objava do"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__auto_reconcile
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__auto_reconcile
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Auto-validate"
msgstr "Samodejno potrdi"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/company.py:0
#: code:addons/account/models/company.py:0
#, python-format
msgid "Automatic Balancing Line"
msgstr "Samodejna balansirna linija"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_currency_rate_live
msgid "Automatic Currency Rates"
msgstr "Samodejni menjalni tečaji"
#. module: account
#: model:ir.actions.server,name:account.action_automatic_entry
msgid "Automatic Entries"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__automatic_entry_default_journal_id
msgid "Automatic Entry Default Journal"
msgstr "Privzeti dnevnik samodejnega vnosa"
#. module: account
#: model:ir.model,name:account.model_sequence_mixin
msgid "Automatic sequence"
msgstr "Samodejno zaporedje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__availability_condition
msgid "Availability"
msgstr "Razpoložljivost"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__available_journal_ids
#: model:ir.model.fields,field_description:account.field_account_payment__available_journal_ids
#: model:ir.model.fields,field_description:account.field_account_payment_register__available_journal_ids
msgid "Available Journal"
msgstr "Razpoložljiv dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__available_partner_bank_ids
#: model:ir.model.fields,field_description:account.field_account_payment_register__available_partner_bank_ids
msgid "Available Partner Bank"
msgstr "Razpoložljiva partnerska banka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__available_payment_method_ids
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__available_payment_method_ids
msgid "Available Payment Method"
msgstr "Razpoložljiv način plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__available_payment_method_line_ids
#: model:ir.model.fields,field_description:account.field_account_payment_register__available_payment_method_line_ids
msgid "Available Payment Method Line"
msgstr "Razpoložljivi način plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_average
msgid "Average Price"
msgstr "Povprečna cena"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "BILL"
msgstr "RAČUN"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__bad
msgid "Bad Debtor"
msgstr "Slab dolžnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__balance
#: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__balance
msgid "Balance"
msgstr "Saldo"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#, python-format
msgid "Balance Sheet"
msgstr "Bilanca stanja"
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "Balance percentage can't be 0"
msgstr "Odstotek stanja ne more biti 0"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: model:ir.model.fields,field_description:account.field_account_journal__bank_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_id
#: model:ir.model.fields,field_description:account.field_res_partner__bank_account_count
#: model:ir.model.fields,field_description:account.field_res_partner_bank__bank_id
#: model:ir.model.fields,field_description:account.field_res_users__bank_account_count
#: model:ir.model.fields.selection,name:account.selection__account_journal__type__bank
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#, python-format
msgid "Bank"
msgstr "Banka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Bank &amp; Cash"
msgstr "Banka in gotovina"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__bank_account_id
#: model_terms:ir.ui.view,arch_db:account.onboarding_bank_account_step
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Bank Account"
msgstr "Bančni račun"
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid "Bank Account %s created"
msgstr "Bančni račun %s ustvarjen"
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid "Bank Account %s updated"
msgstr "Bančni račun %s posodobljen"
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid "Bank Account %s with number %s deleted"
msgstr "Bančni račun %s s številko %s izbrisan"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__account_number
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Bank Account Number"
msgstr "Številka bančnega računa"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__partner_bank_id
#: model:ir.model.fields,help:account.field_account_move__partner_bank_id
msgid ""
"Bank Account Number to which the invoice will be paid. A Company bank "
"account if this is a Customer Invoice or Vendor Credit Note, otherwise a "
"Partner bank account number."
msgstr ""
"Številka bančnega računa, na katerega bo plačan račun. Bančni račun "
"podjetja, če gre za račun stranke ali dobropis dobavitelja, sicer številka "
"bančnega računa partnerja."
#. module: account
#: model:ir.model,name:account.model_res_partner_bank
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Bank Accounts"
msgstr "Bančni računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__bank_statements_source
msgid "Bank Feeds"
msgstr "Bančni dovodi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid "Bank Identifier Code"
msgstr "Identifikacijska oznaka banke 'BIC'"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__bank_journal_ids
msgid "Bank Journals"
msgstr "Bančni dnevniki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__bank_partner_id
#: model:ir.model.fields,field_description:account.field_account_move__bank_partner_id
#: model:ir.model.fields,field_description:account.field_account_payment__bank_partner_id
msgid "Bank Partner"
msgstr "Partner banke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_tree
msgid "Bank Reconciliation Move Presets"
msgstr "Pred-nastavljene uskladitve bančnih premikov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Bank Reconciliation Move preset"
msgstr "Pred-nastavljena uskladitev bančnega premika"
#. module: account
#: model:ir.model,name:account.model_account_bank_statement
#: model_terms:ir.ui.view,arch_db:account.report_statement
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Bank Statement"
msgstr "Bančni izpisek"
#. module: account
#: model:ir.model,name:account.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Postavka bančnega izpiska"
#. module: account
#: model:ir.actions.act_window,name:account.action_bank_statement_tree
msgid "Bank Statements"
msgstr "Bančni izpiski"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_suspense_account_id
#, python-format
msgid "Bank Suspense Account"
msgstr "Bančni prehodni konto"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Bank Transaction"
msgstr "Plačilna transakcija"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "Bank Transactions Conditions"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_journal_suspense_account_id
msgid ""
"Bank Transactions are posted immediately after import or synchronization. Their counterparty is the bank suspense account.\n"
"Reconciliation replaces the latter by the definitive account(s)."
msgstr ""
"Bančne transakcije se knjižijo takoj po uvozu ali sinhronizaciji. Njihova nasprotna stranka je prehodni bančni račun.\n"
"Usklajevanje nadomesti slednjega z dokončnim(i) računom(i)."
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__acc_type
msgid ""
"Bank account type: Normal or IBAN. Inferred from the bank account number."
msgstr ""
"Tip bančnega računa: normalna ali IBAN. Sklepano iz številke bančnega "
"računa."
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_journal_bank_cash
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_cash
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_cash
msgid "Bank and Cash"
msgstr "Banka in blagajna"
#. module: account
#: model:ir.model,name:account.model_account_setup_bank_manual_config
msgid "Bank setup manual config"
msgstr "Ročna konfiguracija nastavitve banke"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__suspense_account_id
msgid ""
"Bank statements transactions will be posted on the suspense account until "
"the final reconciliation allowing finding the right account."
msgstr ""
"Transakcije bančnih izpiskov bodo knjižene na prehodnem konto do končne "
"uskladitve, ki omogoča iskanje pravega konta."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Bank: Balance"
msgstr "Banka: stanje"
#. module: account
#: model:ir.ui.menu,name:account.account_banks_menu
msgid "Banks"
msgstr "Banke"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__base
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line_template__repartition_type__base
msgid "Base"
msgstr "Osnova"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__is_base_affected
#: model:ir.model.fields,field_description:account.field_account_tax_template__is_base_affected
msgid "Base Affected by Previous Taxes"
msgstr "Osnova, na katero vplivajo prejšnji davki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_base_amount
msgid "Base Amount"
msgstr "Znesek osnove"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_cash_basis_base_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_cash_basis_base_account_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_cash_basis_base_account_id
msgid "Base Tax Received Account"
msgstr "Račun prejetega osnovnega davka"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__repartition_type
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__repartition_type
msgid "Base on which the factor will be applied."
msgstr "Podlaga, na kateri se bo faktor uporabil."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__repartition_type
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__repartition_type
msgid "Based On"
msgstr "Na osnovi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__partner
msgid "Based on Customer"
msgstr "Na osnovi kupca"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__invoice
#: model:ir.model.fields.selection,name:account.selection__account_tax__tax_exigibility__on_invoice
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__tax_exigibility__on_invoice
msgid "Based on Invoice"
msgstr "Na osnovi računa"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__tax_exigibility
#: model:ir.model.fields,help:account.field_account_tax_template__tax_exigibility
msgid ""
"Based on Invoice: the tax is due as soon as the invoice is validated.\n"
"Based on Payment: the tax is due as soon as the payment of the invoice is received."
msgstr ""
"Na podlagi računa: davek zapade takoj, ko je račun potrjen.\n"
"Na podlagi plačila: davek zapade takoj, ko je prejeto plačilo računa."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__tax_exigibility__on_payment
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__tax_exigibility__on_payment
msgid "Based on Payment"
msgstr "Na osnovi plačil"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Batch Payments"
msgstr "Paketna plačila"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0
#, python-format
msgid "Before"
msgstr "Prej"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"Below text serves as a suggestion and doesnt engage Odoo S.A. "
"responsibility."
msgstr ""
"Spodnje besedilo služi kot predlog in ne prevzema odgovornosti podjetja Odoo"
" S.A."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_bic
msgid "Bic"
msgstr "BIC"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Bill"
msgstr "Račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_bill_tree
msgid "Bill Currency"
msgstr "Valuta računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Bill Date"
msgstr "Datum računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Bill Reference"
msgstr "Referenca računa"
#. module: account
#: model:res.groups,name:account.group_account_invoice
msgid "Billing"
msgstr "Obračun"
#. module: account
#: model:res.groups,name:account.group_account_manager
msgid "Billing Administrator"
msgstr "Administrator računovodstva"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: model:ir.actions.act_window,name:account.action_move_in_invoice_type
#: model:ir.ui.menu,name:account.menu_action_move_in_invoice_type
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#, python-format
msgid "Bills"
msgstr "Računi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Bills Analysis"
msgstr "Analiza računov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Bills to Pay"
msgstr "Računi za plačilo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Bills to Validate"
msgstr "Računi za potrditev"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Bills to pay"
msgstr "Računi za plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__blank_if_zero
#: model:ir.model.fields,field_description:account.field_account_report_expression__blank_if_zero
msgid "Blank if Zero"
msgstr "Prazno, če je nič"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__block
msgid "Blocking Message"
msgstr "Sporočilo ob blokadi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__include_initial_balance
msgid "Bring Accounts Balance Forward"
msgstr "Prenesite stanje na računih naprej"
#. module: account
#: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban
msgid "Browse available countries."
msgstr "Brskajte po razpoložljivih državah."
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_budget
msgid "Budget Management"
msgstr "Upravljanje proračuna"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__name
msgid "Button Label"
msgstr "Oznaka gumba"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_button
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__rule_type__writeoff_button
msgid "Button to generate counterpart entry"
msgstr "Gumb za ustvarjanje protipostavke"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__foldable
msgid ""
"By default, we always unfold the lines that can be. If this is checked, the "
"line won't be unfolded by default, and a folding button will be displayed."
msgstr ""
"Privzeto vedno razgrnemo črte, ki jih je mogoče. Če je to označeno, se črta "
"privzeto ne bo razgrnila in prikazal se bo gumb za prepogibanje."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__active
msgid ""
"By unchecking the active field, you may hide a fiscal position without "
"deleting it."
msgstr ""
"Če odznačite aktivno polje, lahko skrijete fiskalni položaj, ne da bi ga "
"izbrisali."
#. module: account
#: model:ir.model.fields,help:account.field_account_incoterms__active
msgid ""
"By unchecking the active field, you may hide an INCOTERM you will not use."
msgstr ""
"Če odznačite polje aktivno, lahko skrijete INCOTERM, ki ga ne boste "
"uporabljali."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "CABA"
msgstr "CABA - Davek na osnovi gotovine"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "CAMT Import"
msgstr "CAMT uvoz"
#. module: account
#: model:account.incoterms,name:account.incoterm_CIP
msgid "CARRIAGE AND INSURANCE PAID TO"
msgstr "PREVOZ IN ZAVAROVANJE PLAČANA"
#. module: account
#: model:account.incoterms,name:account.incoterm_CPT
msgid "CARRIAGE PAID TO"
msgstr "PREVOZ PLAČAN DO"
#. module: account
#: model:account.incoterms,name:account.incoterm_CFR
msgid "COST AND FREIGHT"
msgstr "STROŠKI IN PREVOZ"
#. module: account
#: model:account.incoterms,name:account.incoterm_CIF
msgid "COST, INSURANCE AND FREIGHT"
msgstr "STROŠKI, ZAVAROVANJE IN PREVOZ"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "CSV Import"
msgstr "CSV uvoz"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "CUST"
msgstr "CUST - Račun stranke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__can_edit_body
msgid "Can Edit Body"
msgstr "Lahko urejate telo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__can_edit_wizard
msgid "Can Edit Wizard"
msgstr "Čarovnik za urejanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__can_group_payments
msgid "Can Group Payments"
msgstr "Lahko se izvajajo skupinska plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__visible
msgid "Can be Visible?"
msgstr "Ali je lahko vidno ?"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
#: model_terms:ir.ui.view,arch_db:account.account_invoice_onboarding_sale_tax_form
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
#: model_terms:ir.ui.view,arch_db:account.account_unreconcile_view
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Cancel"
msgstr "Prekliči"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Cancel Entry"
msgstr "Preklic vnosa"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__cancel
#: model:ir.model.fields.selection,name:account.selection__account_move__state__cancel
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Cancelled"
msgstr "Preklicano"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Cancelled Invoice"
msgstr "Preklican račun"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Cannot create a purchase document in a non purchase journal"
msgstr "Nakupnega dokumenta ni mogoče ustvariti v dnevniku, ki ni nakupni."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Cannot create a sale document in a non sale journal"
msgstr "Prodajnega dokumenta ni mogoče ustvariti v dnevniku neprodaje"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Cannot create an accrual entry with orders in different currencies."
msgstr "Vnosa obračuna z naročili v različnih valutah ni mogoče ustvariti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"Cannot find a chart of accounts for this company, You should configure it. \n"
"Please go to Account Configuration."
msgstr ""
"Ni kontnega plana za to družbo, nastavite ga. \n"
"Pojdite v nastavitve kontov."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cannot generate an unused account code."
msgstr "Neuporabljene kode računa ni mogoče ustvariti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"Cannot generate an unused journal code. Please change the name for journal "
"%s."
msgstr ""
"Neuporabljene kode dnevnika ni mogoče ustvariti. Spremenite ime dnevnika. "
"%s."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"Cannot generate an unused journal code. Please fill the 'Shortcode' field."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"Cannot get aggregation details from a line not using 'aggregation' engine"
msgstr ""
"Podrobnosti o agregaciji ni mogoče pridobiti iz vrstice, ki ne uporablja "
"mehanizma za »agregacijo«"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__carryover_target
msgid "Carry Over To"
msgstr "Prenesi na"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: model:ir.model.fields.selection,name:account.selection__account_journal__type__cash
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#, python-format
msgid "Cash"
msgstr "Gotovina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Cash Account"
msgstr "Gotovinski račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__tax_exigibility
msgid "Cash Basis"
msgstr "Na podlagi plačil"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_created_move_ids
#: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_created_move_ids
#: model:ir.model.fields,field_description:account.field_account_payment__tax_cash_basis_created_move_ids
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Cash Basis Entries"
msgstr "Vnosi na podlagi gotovine"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__tax_cash_basis_journal_id
msgid "Cash Basis Journal"
msgstr "Dnevnik na podlagi plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_origin_move_id
#: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_origin_move_id
#: model:ir.model.fields,field_description:account.field_account_payment__tax_cash_basis_origin_move_id
msgid "Cash Basis Origin"
msgstr "Izvor denarne osnove"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash Basis Taxes"
msgstr "Davki na osnovi gotovine"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__cash_basis_transition_account_id
#: model:ir.model.fields,field_description:account.field_account_tax_template__cash_basis_transition_account_id
msgid "Cash Basis Transition Account"
msgstr "Prehodni račun na osnovi gotovine"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__default_cash_difference_expense_account_id
#: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_expense_account_id
msgid "Cash Difference Expense Account"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash Difference Gain"
msgstr "Dobiček iz denarne razlike"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__default_cash_difference_income_account_id
#: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_income_account_id
msgid "Cash Difference Income Account"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash Difference Loss"
msgstr "Izguba denarne razlike"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash Discount Gain"
msgstr "Dobiček od gotovinskega popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_early_pay_discount_gain_account_id
msgid "Cash Discount Gain account"
msgstr "Račun za pridobitev gotovinskega popusta"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash Discount Loss"
msgstr "Izguba gotovinskega popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_early_pay_discount_loss_account_id
msgid "Cash Discount Loss account"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__early_pay_discount_computation
msgid "Cash Discount Tax Reduction"
msgstr "Znižanje davka pri gotovinskem popustu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_journal_early_pay_discount_gain_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_early_pay_discount_gain_account_id
msgid "Cash Discount Write-Off Gain Account"
msgstr "Račun dobička od odpisa gotovinskega popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_journal_early_pay_discount_loss_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_early_pay_discount_loss_account_id
msgid "Cash Discount Write-Off Loss Account"
msgstr "Račun izgube zaradi odpisa gotovinskega diskonta"
#. module: account
#: model:ir.actions.act_window,name:account.action_view_bank_statement_tree
msgid "Cash Registers"
msgstr "Blagajna"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_cash_rounding
msgid "Cash Rounding"
msgstr "Gotovinsko zaokroževanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_cash_rounding_id
#: model:ir.model.fields,field_description:account.field_account_move__invoice_cash_rounding_id
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_cash_rounding_id
msgid "Cash Rounding Method"
msgstr "Metoda zaokroževanja gotovine"
#. module: account
#: model:ir.actions.act_window,name:account.rounding_list_action
#: model:ir.ui.menu,name:account.menu_action_rounding_form_view
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Cash Roundings"
msgstr "Gotovinsko zaokroževanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_statement
msgid "Cash Statement"
msgstr "Izpisek blagajne"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Cash basis rounding difference"
msgstr "Razlika v zaokroževanju na podlagi denarnega toka"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Cash basis transition account"
msgstr "Prehodni račun na osnovi gotovine"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Cash: Balance"
msgstr "Gotovina: saldo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_line__category
#: model:ir.model.fields,field_description:account.field_account_move_line__product_uom_category_id
#: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit
msgid "Category"
msgstr "Kategorija"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_expense_categ_id
msgid "Category of Expense Account"
msgstr "Kategorija konta odhodka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_income_categ_id
msgid "Category of Income Account"
msgstr "Kategorija konta prihodkov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"Certain countries apply withholding at source on the amount of invoices, in "
"accordance with their internal legislation. Any withholding at source will "
"be paid by the client to the tax authorities. Under no circumstances can"
msgstr ""
"Nekatere države v skladu s svojo notranjo zakonodajo uporabljajo odtegljaj "
"davka pri viru od zneska računov. Vsak odtegljaj davka pri viru bo stranka "
"plačala davčnim organom. Pod nobenim pogojem ne more"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__action__change_account
msgid "Change Account"
msgstr "Spremeni račun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__action__change_period
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Change Period"
msgstr "Obdobje spremembe"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_register__writeoff_label
msgid "Change label of the counterpart that will hold the payment difference"
msgstr "Sprememba oznake nasprotne stranke, ki bo zadržala razliko v plačilu"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#, python-format
msgid ""
"Changing VAT number is not allowed once invoices have been issued for your "
"account. Please contact us directly for this operation."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#, python-format
msgid ""
"Changing your company name is not allowed once invoices have been issued for"
" your account. Please contact us directly for this operation."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#, python-format
msgid ""
"Changing your name is not allowed once invoices have been issued for your "
"account. Please contact us directly for this operation."
msgstr ""
"Spreminjanje tvojega imena ni dovoljeno, če so računi za to konto že bili "
"izdani. Prosimo, kontaktiraj nas neposredno za to operacijo."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__chart_template_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__chart_template_id
#: model:ir.model.fields,field_description:account.field_account_group_template__chart_template_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__chart_template_id
#: model:ir.model.fields,field_description:account.field_account_tax_template__chart_template_id
#: model:ir.model.fields,field_description:account.field_res_company__chart_template_id
msgid "Chart Template"
msgstr "Predloga kontnega načrta"
#. module: account
#: model:ir.actions.act_window,name:account.open_account_charts_modules
msgid "Chart Templates"
msgstr "Kontni načrt"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#: model:ir.actions.act_window,name:account.action_account_form
#: model:ir.model.fields,field_description:account.field_account_report__chart_template_id
#: model:ir.ui.menu,name:account.menu_action_account_form
#: model_terms:ir.ui.view,arch_db:account.onboarding_chart_of_account_step
#, python-format
msgid "Chart of Accounts"
msgstr "Kontni načrti"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__coa
msgid "Chart of Accounts Matches"
msgstr "Ujemanja kontnega načrta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_list
msgid "Chart of accounts"
msgstr "Kontni načrt"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_chart_of_account_step
msgid "Chart of accounts set."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_account__reconcile
#: model:ir.model.fields,help:account.field_account_move_line__is_account_reconcile
msgid ""
"Check this box if this account allows invoices & payments matching of "
"journal items."
msgstr ""
"Označite to polje, če ta račun dovoljuje ujemanje računov in plačil postavk "
"dnevnika."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__refund_sequence
msgid ""
"Check this box if you don't want to share the same sequence for invoices and"
" credit notes made from this journal"
msgstr ""
"Označite to polje, če ne želite deliti istega zaporedja za račune in "
"dobropise, izdelane iz tega dnevnika."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__payment_sequence
msgid ""
"Check this box if you don't want to share the same sequence on payments and "
"bank transactions posted on this journal"
msgstr ""
"Označite to polje, če ne želite deliti istega zaporedja za plačila in bančne"
" transakcije, knjižene v tem dnevniku."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_tag__tax_negate
msgid ""
"Check this box to negate the absolute value of the balance of the lines "
"associated with this tag in tax report computation."
msgstr ""
"Označite to polje, če želite pri izračunu davčnega poročila negirati "
"absolutno vrednost stanja vrstic, povezanih s to oznako."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__price_include
#: model:ir.model.fields,help:account.field_account_tax_template__price_include
msgid ""
"Check this if the price you use on the product and invoices includes this "
"tax."
msgstr "Označite , če cena vsebuje ta davek."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_template__reconcile
msgid ""
"Check this option if you want the user to reconcile entries in this account."
msgstr ""
"Označite , če želite uporabniku omogočiti zapiranje postavk za ta konto."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Checks"
msgstr "Čeki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__children_ids
msgid "Child Lines"
msgstr "Podrejene vrstice"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__children_tax_ids
#: model:ir.model.fields,field_description:account.field_account_tax_template__children_tax_ids
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid "Children Taxes"
msgstr "Podrejeni davki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_onboarding_sale_tax_form
#: model_terms:ir.ui.view,arch_db:account.onboarding_sale_tax_step
msgid "Choose a default sales tax for your products."
msgstr "Izberite privzeti prodajni davek za svoje izdelke."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_reversal__refund_method
msgid ""
"Choose how you want to credit this invoice. You cannot \"modify\" nor "
"\"cancel\" if the invoice is already reconciled."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Click"
msgstr "Klikni"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
msgid "Close"
msgstr "Zaključi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__account_dashboard_onboarding_state__closed
#: model:ir.model.fields.selection,name:account.selection__res_company__account_invoice_onboarding_state__closed
msgid "Closed"
msgstr "Neaktivni"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__code
#: model:ir.model.fields,field_description:account.field_account_account_template__code
#: model:ir.model.fields,field_description:account.field_account_analytic_line__code
#: model:ir.model.fields,field_description:account.field_account_incoterms__code
#: model:ir.model.fields,field_description:account.field_account_payment__payment_method_code
#: model:ir.model.fields,field_description:account.field_account_payment_method__code
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__code
#: model:ir.model.fields,field_description:account.field_account_report_line__code
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid "Code"
msgstr "Oznaka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
msgid "Code Prefix"
msgstr "Predpona kode"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_group__code_prefix_end
#: model:ir.model.fields,field_description:account.field_account_group_template__code_prefix_end
msgid "Code Prefix End"
msgstr "Konec predpone kode"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_group__code_prefix_start
#: model:ir.model.fields,field_description:account.field_account_group_template__code_prefix_start
msgid "Code Prefix Start"
msgstr "Začetek predpone kode"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Collect customer payments in one-click using Euro SEPA Service"
msgstr "Zberite plačila strank z enim klikom s storitvijo Euro SEPA Servis"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Collect information and produce statistics on the trade in goods in Europe "
"with intrastat"
msgstr ""
"Zberite informacije in izdelajte statistiko o blagovni menjavi v Evropi z "
"intrastatom"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__color
#: model:ir.model.fields,field_description:account.field_account_journal__color
msgid "Color Index"
msgstr "Barvni indeks"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__column_ids
msgid "Columns"
msgstr "Columns"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__groupby
msgid ""
"Comma-separated list of fields from account.move.line (Journal Item). When "
"set, this line will generate sublines grouped by those keys."
msgstr ""
"Seznam polj iz account.move.line (dnevniška postavka), ločenih z vejicami. "
"Ko je ta vrstica nastavljena, bo ustvarila podvrstice, združene po teh "
"ključih."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__commercial_partner_id
#: model:ir.model.fields,field_description:account.field_account_move__commercial_partner_id
#: model:ir.model.fields,field_description:account.field_account_payment__commercial_partner_id
msgid "Commercial Entity"
msgstr "Poslovni subjekt"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_model
msgid "Communication Standard"
msgstr "Komunikacijski standard"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_type
msgid "Communication Type"
msgstr "Vrsta komunikacije"
#. module: account
#: model:ir.model,name:account.model_res_company
msgid "Companies"
msgstr "Podjetja"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__ref_company_ids
#: model:ir.model.fields,field_description:account.field_res_users__ref_company_ids
msgid "Companies that refers to partner"
msgstr "Družbe, ki so povezane s partnerjem"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__company_id
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__company_id
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__company_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement__company_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__company_id
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__company_id
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__company_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__company_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__company_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__company_id
#: model:ir.model.fields,field_description:account.field_account_group__company_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__company_id
#: model:ir.model.fields,field_description:account.field_account_journal__company_id
#: model:ir.model.fields,field_description:account.field_account_journal_group__company_id
#: model:ir.model.fields,field_description:account.field_account_move__company_id
#: model:ir.model.fields,field_description:account.field_account_move_line__company_id
#: model:ir.model.fields,field_description:account.field_account_move_reversal__company_id
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__company_id
#: model:ir.model.fields,field_description:account.field_account_payment__company_id
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__company_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__company_id
#: model:ir.model.fields,field_description:account.field_account_payment_term__company_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__company_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__company_id
#: model:ir.model.fields,field_description:account.field_account_report_external_value__company_id
#: model:ir.model.fields,field_description:account.field_account_root__company_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__company_id
#: model:ir.model.fields,field_description:account.field_account_tax__company_id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__company_id
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Company"
msgstr "Podjetje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Company Bank Account"
msgstr "Bančni račun podjetja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__company_country_id
msgid "Company Country"
msgstr "Država podjetja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__currency_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_move__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_move_line__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_payment__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__company_currency_id
msgid "Company Currency"
msgstr "Valuta družbe"
#. module: account
#: model:ir.model,name:account.model_base_document_layout
msgid "Company Document Layout"
msgstr "Postavitev dokumenta podjetja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__is_storno
msgid "Company Storno Accounting"
msgstr "Računovodsko podjetje Storno"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__has_chart_of_accounts
msgid "Company has a chart of accounts"
msgstr "Podjetje ima kontni načrt"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement__company_id
#: model:ir.model.fields,help:account.field_account_journal__company_id
#: model:ir.model.fields,help:account.field_account_payment_method_line__company_id
msgid "Company related to this journal"
msgstr "Družba vezana na ta dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__composer_id
msgid "Composer"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__composition_mode
msgid "Composition mode"
msgstr "Način za sestavo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__engine
msgid "Computation Engine"
msgstr "Računalniški mehanizem"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__compute_all_tax
msgid "Compute All Tax"
msgstr "Izračun vseh davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__compute_all_tax_dirty
msgid "Compute All Tax Dirty"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Compute tax rates based on U.S. ZIP codes"
msgstr "Izračunajte davčne stopnje na podlagi ameriških poštnih številk"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_end
msgid "Computed Balance"
msgstr "Izračunani saldo"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__tax_audit
msgid ""
"Computed field, listing the tax grids impacted by this line, and the amount "
"it applies to each of them."
msgstr ""
#. module: account
#: model:ir.model,name:account.model_res_config_settings
msgid "Config Settings"
msgstr "Uredi nastavitve"
#. module: account
#: model:ir.ui.menu,name:account.menu_finance_configuration
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Configuration"
msgstr "Nastavitve"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Configuration review"
msgstr "Pregled konfiguracije"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_fiscal_year_step
msgid "Configure"
msgstr "Nastavi"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_tour_upload_bill.py:0
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Confirm"
msgstr "Potrdi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_onboarding_panel
msgid "Congratulations! You are all set."
msgstr "Čestitamo! Vse je nastavljeno."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Connect"
msgstr "Povežite"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_bank_account_step
msgid "Connect your financial accounts in seconds."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__reply_to_force_new
msgid "Considers answers as new thread"
msgstr "Odgovore obravnava kot novo nit"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__tax_scope__consu
msgid "Consumable"
msgstr "Potrošni material"
#. module: account
#: model:ir.model,name:account.model_res_partner
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "Contact"
msgstr "Stik"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_label__contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_note__contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_transaction_type__contains
msgid "Contains"
msgstr "Vsebuje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__body
msgid "Contents"
msgstr "Prispevki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill_email_confirm
msgid "Continue"
msgstr "Naprej"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Control-Access"
msgstr "Nadzor dostopa"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__product_uom_category_id
msgid ""
"Conversion between Units of Measure can only occur if they belong to the "
"same category. The conversion will be made based on the ratios."
msgstr "Pretvorba med enotami mere je možna samo v isti kategoriji."
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Corrupted data on journal entry with id %s."
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__cogs
msgid "Cost of Goods Sold"
msgstr "Cena prodanega blaga"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_direct_cost
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__expense_direct_cost
msgid "Cost of Revenue"
msgstr "Vrednost poslovnih učinkov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"Could not compute any code for the copy automatically. Please create it "
"manually."
msgstr ""
"Kode za kopijo ni bilo mogoče samodejno izračunati. Prosimo, ustvarite jo "
"ročno."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "Could not determine carryover target automatically for expression %s."
msgstr ""
"Kode za kopijo ni bilo mogoče samodejno izračunati. Prosimo, ustvarite jo "
"ročno."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid ""
"Could not install new chart of account as there are already accounting "
"entries existing."
msgstr ""
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/bills_upload/bills_upload.js:0
#, python-format
msgid "Could not upload files"
msgstr "Ni možno naložiti datoteke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "Counterpart Entries"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Counterpart buttons"
msgstr "Gumbi proti postavk"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Counterpart rules"
msgstr "Pravila za nasprotno stranko"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__multi_vat_foreign_country_ids
msgid "Countries for which the company has a VAT number"
msgstr "Države, za katere ima podjetje številko za DDV"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__country_id
#: model:ir.model.fields,field_description:account.field_account_chart_template__country_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__country_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__country_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__country_id
#: model:ir.model.fields,field_description:account.field_account_report__country_id
#: model:ir.model.fields,field_description:account.field_account_report_external_value__report_country_id
#: model:ir.model.fields,field_description:account.field_account_tax__country_id
#: model:ir.model.fields,field_description:account.field_account_tax_group__country_id
#: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search
msgid "Country"
msgstr "Država"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__country_code
#: model:ir.model.fields,field_description:account.field_account_journal__country_code
#: model:ir.model.fields,field_description:account.field_account_move__country_code
#: model:ir.model.fields,field_description:account.field_account_move_reversal__country_code
#: model:ir.model.fields,field_description:account.field_account_payment__country_code
#: model:ir.model.fields,field_description:account.field_account_payment_register__country_code
#: model:ir.model.fields,field_description:account.field_account_tax__country_code
#: model:ir.model.fields,field_description:account.field_account_tax_group__country_code
#: model:ir.model.fields,field_description:account.field_res_company__country_code
#: model:ir.model.fields,field_description:account.field_res_config_settings__country_code
msgid "Country Code"
msgstr "Koda države"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__country_group_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__country_group_id
msgid "Country Group"
msgstr "Skupine držav"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__country
msgid "Country Matches"
msgstr "Ujemanje po državah"
#. module: account
#: model:ir.model.fields,help:account.field_account_account_tag__country_id
msgid "Country for which this tag is available, when applied on taxes."
msgstr "Država, za katero je ta oznaka na voljo, ko se uporabi za davke."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Coverage"
msgstr "Pokritost"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_create_invoice_step
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid "Create"
msgstr "Ustvari"
#. module: account
#: model:ir.model,name:account.model_account_automatic_entry_wizard
msgid "Create Automatic Entries"
msgstr "Ustvari samodejne vnose"
#. module: account
#: model:ir.actions.act_window,name:account.account_automatic_entry_wizard_action
msgid "Create Automatic Entries for selected Journal Items"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
msgid "Create Entry"
msgstr "Ustvari vnos"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_create_invoice_step
msgid "Create Invoice"
msgstr "Ustvari račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Create Invoices upon Emails"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "Create Journal Entries"
msgstr "Ustvarjanje vnosov v dnevnik"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Create Manually"
msgstr "Ustvari ročno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
msgid "Create Payment"
msgstr "Ustvari plačilo"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Create a Bank Account"
msgstr "Ustvari bančni račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_refund_type
msgid "Create a credit note"
msgstr "Ustvari dobropis"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_invoice_type
msgid "Create a customer invoice"
msgstr "Ustvari izdani račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_journal_line
msgid "Create a journal entry"
msgstr "Ustvari vnos v dnevnik"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_view_bank_statement_tree
msgid "Create a new cash log"
msgstr "Ustvari nov dnevnik blagajne"
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_customer
msgid "Create a new customer in your address book"
msgstr "Ustvarite novo stranko v svojem imeniku"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_fiscal_position_form
msgid "Create a new fiscal position"
msgstr "Ustvari novo davčno območje"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_incoterms_tree
msgid "Create a new incoterm"
msgstr "Ustvari novo incoterm"
#. module: account
#: model_terms:ir.actions.act_window,help:account.product_product_action_purchasable
msgid "Create a new purchasable product"
msgstr "Ustvarite nov izdelek, ki ga je mogoče kupiti"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_reconcile_model
msgid "Create a new reconciliation model"
msgstr "Ustvari nov model usklajevanja"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_receipt_type
msgid "Create a new sales receipt"
msgstr "Ustvari nov prodajni račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.product_product_action_sellable
msgid "Create a new sellable product"
msgstr "Ustvarite nov izdelek, ki ga je mogoče prodati"
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier
msgid "Create a new supplier in your address book"
msgstr "Ustvarite novega dobavitelja v svojem imeniku"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_tax_form
msgid "Create a new tax"
msgstr "Ustvari nov davek"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_tax_group
msgid "Create a new tax group"
msgstr "Ustvari novo davčno skupino"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_invoice_type
msgid "Create a vendor bill"
msgstr "Ustvari prejeti račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_refund_type
msgid "Create a vendor credit note"
msgstr "Ustavrite prejeti dobropis"
#. module: account
#: model:ir.actions.act_window,name:account.action_open_account_onboarding_create_invoice
msgid "Create first invoice"
msgstr "Ustvari prvi račun"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Create invoice/bill"
msgstr "Ustvari izdani/prejeti račun"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_invoice_type
msgid ""
"Create invoices, register payments and keep track of the discussions with "
"your customers."
msgstr ""
"Ustvarite račune, registrirajte plačila in spremljajte razprave s strankami."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_invoice_type
msgid ""
"Create invoices, register payments and keep track of the discussions with "
"your vendors."
msgstr ""
#. module: account
#: model_terms:ir.actions.act_window,help:account.rounding_list_action
msgid "Create the first cash rounding"
msgstr "Ustvarite prvo zaokroževanje gotovine"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_create_invoice_step
msgid "Create your first invoice."
msgstr "Ustvari svoj prvi račun."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__create_uid
#: model:ir.model.fields,field_description:account.field_account_account_tag__create_uid
#: model:ir.model.fields,field_description:account.field_account_account_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__create_uid
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__create_uid
#: model:ir.model.fields,field_description:account.field_account_bank_statement__create_uid
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__create_uid
#: model:ir.model.fields,field_description:account.field_account_chart_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__create_uid
#: model:ir.model.fields,field_description:account.field_account_group__create_uid
#: model:ir.model.fields,field_description:account.field_account_group_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_incoterms__create_uid
#: model:ir.model.fields,field_description:account.field_account_invoice_send__create_uid
#: model:ir.model.fields,field_description:account.field_account_journal__create_uid
#: model:ir.model.fields,field_description:account.field_account_journal_group__create_uid
#: model:ir.model.fields,field_description:account.field_account_move__create_uid
#: model:ir.model.fields,field_description:account.field_account_move_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_move_reversal__create_uid
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment_method__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment_register__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment_term__create_uid
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__create_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__create_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_report__create_uid
#: model:ir.model.fields,field_description:account.field_account_report_column__create_uid
#: model:ir.model.fields,field_description:account.field_account_report_expression__create_uid
#: model:ir.model.fields,field_description:account.field_account_report_external_value__create_uid
#: model:ir.model.fields,field_description:account.field_account_report_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__create_uid
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__create_uid
#: model:ir.model.fields,field_description:account.field_account_tax__create_uid
#: model:ir.model.fields,field_description:account.field_account_tax_group__create_uid
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__create_uid
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_tax_template__create_uid
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__create_uid
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__create_uid
#: model:ir.model.fields,field_description:account.field_account_unreconcile__create_uid
#: model:ir.model.fields,field_description:account.field_validate_account_move__create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__create_date
#: model:ir.model.fields,field_description:account.field_account_account_tag__create_date
#: model:ir.model.fields,field_description:account.field_account_account_template__create_date
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__create_date
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__create_date
#: model:ir.model.fields,field_description:account.field_account_bank_statement__create_date
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__create_date
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__create_date
#: model:ir.model.fields,field_description:account.field_account_chart_template__create_date
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__create_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__create_date
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__create_date
#: model:ir.model.fields,field_description:account.field_account_group__create_date
#: model:ir.model.fields,field_description:account.field_account_group_template__create_date
#: model:ir.model.fields,field_description:account.field_account_incoterms__create_date
#: model:ir.model.fields,field_description:account.field_account_invoice_send__create_date
#: model:ir.model.fields,field_description:account.field_account_journal__create_date
#: model:ir.model.fields,field_description:account.field_account_journal_group__create_date
#: model:ir.model.fields,field_description:account.field_account_move__create_date
#: model:ir.model.fields,field_description:account.field_account_move_line__create_date
#: model:ir.model.fields,field_description:account.field_account_move_reversal__create_date
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__create_date
#: model:ir.model.fields,field_description:account.field_account_payment__create_date
#: model:ir.model.fields,field_description:account.field_account_payment_method__create_date
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__create_date
#: model:ir.model.fields,field_description:account.field_account_payment_register__create_date
#: model:ir.model.fields,field_description:account.field_account_payment_term__create_date
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__create_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__create_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__create_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__create_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__create_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__create_date
#: model:ir.model.fields,field_description:account.field_account_report__create_date
#: model:ir.model.fields,field_description:account.field_account_report_column__create_date
#: model:ir.model.fields,field_description:account.field_account_report_expression__create_date
#: model:ir.model.fields,field_description:account.field_account_report_external_value__create_date
#: model:ir.model.fields,field_description:account.field_account_report_line__create_date
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__create_date
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__create_date
#: model:ir.model.fields,field_description:account.field_account_tax__create_date
#: model:ir.model.fields,field_description:account.field_account_tax_group__create_date
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__create_date
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__create_date
#: model:ir.model.fields,field_description:account.field_account_tax_template__create_date
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__create_date
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__create_date
#: model:ir.model.fields,field_description:account.field_account_unreconcile__create_date
#: model:ir.model.fields,field_description:account.field_validate_account_move__create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model.fields,field_description:account.field_account_analytic_account__credit
#: model:ir.model.fields,field_description:account.field_account_move_line__credit
#, python-format
msgid "Credit"
msgstr "Kredit"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_amount_currency
msgid "Credit Amount Currency"
msgstr "Znesek kredita Valuta"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_credit_card
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__liability_credit_card
msgid "Credit Card"
msgstr "Kreditna kartica"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__credit_limit
#: model:ir.model.fields,field_description:account.field_res_users__credit_limit
msgid "Credit Limit"
msgstr "Kreditni limit"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Credit Limits"
msgstr "Kreditna omejitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__refund_method
msgid "Credit Method"
msgstr "Metoda dobropisa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_move_id
msgid "Credit Move"
msgstr "Vknjižba terjatve"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields.selection,name:account.selection__account_payment__reconciled_invoices_type__credit_note
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#, python-format
msgid "Credit Note"
msgstr "Dobropis"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Credit Note Created"
msgstr "Dobropis ustvarjen"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_out_credit_note_tree
msgid "Credit Note Currency"
msgstr "Valuta dobropisa"
#. module: account
#: model:mail.template,name:account.email_template_edi_credit_note
msgid "Credit Note: Sending"
msgstr "Dobropis: Pošiljanje"
#. module: account
#: model:ir.actions.act_window,name:account.action_move_out_refund_type
#: model:ir.ui.menu,name:account.menu_action_move_out_refund_type
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Credit Notes"
msgstr "Dobropisi"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__matched_credit_ids
msgid "Credit journal items that are matched with this journal item."
msgstr "Postavke kreditnega dnevnika, ki se ujemajo s to postavko dnevnika."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__credit_limit
#: model:ir.model.fields,help:account.field_res_users__credit_limit
msgid "Credit limit specific to this partner."
msgstr "Kreditna omejitev, specifična za tega partnerja."
#. module: account
#: model:mail.template,report_name:account.email_template_edi_credit_note
msgid ""
"Credit_note_{{ (object.name or '').replace('/','_') }}{{ object.state == "
"'draft' and '_draft' or '' }}"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__cumulated_balance
msgid "Cumulated Balance"
msgstr "Kumulirano ravnovesje"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__cumulated_balance
msgid ""
"Cumulated balance depending on the domain and the order chosen in the view."
msgstr ""
"Skupno stanje, odvisno od domene in vrstnega reda, izbranega v pogledu."
#. module: account
#: model:ir.ui.menu,name:account.menu_action_currency_form
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Currencies"
msgstr "Valute"
#. module: account
#: model:ir.model,name:account.model_res_currency
#: model:ir.model.fields,field_description:account.field_account_account__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__company_currency_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement__currency_id
#: model:ir.model.fields,field_description:account.field_account_chart_template__currency_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__currency_id
#: model:ir.model.fields,field_description:account.field_account_journal__currency_id
#: model:ir.model.fields,field_description:account.field_account_move__currency_id
#: model:ir.model.fields,field_description:account.field_account_move_line__currency_id
#: model:ir.model.fields,field_description:account.field_account_move_reversal__currency_id
#: model:ir.model.fields,field_description:account.field_account_payment__currency_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__currency_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__currency_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__currency_id
#: model:ir.model.fields,field_description:account.field_res_partner__currency_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__currency_id
#: model:ir.model.fields,field_description:account.field_res_users__currency_id
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Currency"
msgstr "Valuta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__display_currency_helper
msgid "Currency Conversion Helper"
msgstr "Pomočnik za pretvorbo valut"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__currency_exchange_journal_id
msgid "Currency Exchange Journal"
msgstr "Dnevnik menjalnice valut"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__currency_rate
msgid "Currency Rate"
msgstr "Menjalni tečaj"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Currency exchange rate difference"
msgstr "Razlika deviznih tečajev"
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid "Currency must always be provided in order to generate a QR-code"
msgstr "Za generiranje QR-kode je vedno treba navesti valuto."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_currency_id
msgid "Currency of the credit journal item."
msgstr "Currency of the credit journal item."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_currency_id
msgid "Currency of the debit journal item."
msgstr "Valuta postavke dnevnika bremenitve."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__currency_rate
msgid "Currency rate from company currency to document currency."
msgstr "Tečaj valute podjetja v valuto dokumenta."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_current
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_current
msgid "Current Assets"
msgstr "Kratkoročna sredstva"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__current_balance
msgid "Current Balance"
msgstr "Trenutno stanje"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_current
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__liability_current
msgid "Current Liabilities"
msgstr "Kratkoročne obveznosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__current_statement_balance
msgid "Current Statement Balance"
msgstr "Trenutno stanje na izpisku"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__equity_unaffected
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__equity_unaffected
msgid "Current Year Earnings"
msgstr "Dohodki v tekočem letu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Cust. Payment"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Cust. Payments"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__custom_audit_action_id
msgid "Custom Audit Action"
msgstr "Revizijsko dejanje po meri"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__custom
msgid "Custom Python Function"
msgstr "Funkcija Pythona po meri"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment__partner_type__customer
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__partner_type__customer
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Customer"
msgstr "Stranka"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_sale_delivery_address
msgid "Customer Addresses"
msgstr "Naslovi kupca"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Customer Bank Account"
msgstr "Bančni račun stranke"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__out_refund
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_refund
msgid "Customer Credit Note"
msgstr "Izdani dobropis"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_analytic_line__category__invoice
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__out_invoice
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_invoice
msgid "Customer Invoice"
msgstr "Izdan račun"
#. module: account
#. odoo-python
#: code:addons/account/models/account_analytic_account.py:0
#: code:addons/account/models/chart_template.py:0
#: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__out_invoices
#: model_terms:ir.ui.view,arch_db:account.account_analytic_account_view_form_inherit
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.res_partner_view_search
#, python-format
msgid "Customer Invoices"
msgstr "Izdani računi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__out_and_in_invoices
msgid "Customer Invoices and Vendor Bills"
msgstr "Računi strank in dobaviteljev"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Customer Payment"
msgstr "Prejeto plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__property_payment_term_id
#: model:ir.model.fields,field_description:account.field_res_users__property_payment_term_id
msgid "Customer Payment Terms"
msgstr "Plačilni pogoji za kupca"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Customer Payments"
msgstr "Prejeta plačila"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__access_url
#: model:ir.model.fields,help:account.field_account_move__access_url
#: model:ir.model.fields,help:account.field_account_payment__access_url
msgid "Customer Portal URL"
msgstr "URL portala za stranke"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__customer_rank
#: model:ir.model.fields,field_description:account.field_res_users__customer_rank
msgid "Customer Rank"
msgstr "Ocena strank"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Customer Reference"
msgstr "Sklic stranke"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Customer Reimbursement"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_product_product__taxes_id
#: model:ir.model.fields,field_description:account.field_product_template__taxes_id
msgid "Customer Taxes"
msgstr "Prodajni davki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__partner_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__partner_id
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Customer/Vendor"
msgstr "Kupec/Dobavitelj"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Customer:"
msgstr "Stranka:"
#. module: account
#: model:ir.actions.act_window,name:account.res_partner_action_customer
#: model:ir.ui.menu,name:account.menu_account_customer
#: model:ir.ui.menu,name:account.menu_finance_receivables
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Customers"
msgstr "Stranke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_invoice_layout_step
msgid "Customize"
msgstr "Prilagodi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_invoice_layout_step
msgid "Customize the look of your invoices."
msgstr "Prilagodite videz računov."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Customize your layout."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Cut-Off"
msgstr "Mejna vrednost"
#. module: account
#: model:account.incoterms,name:account.incoterm_DAP
msgid "DELIVERED AT PLACE"
msgstr "DOSTAVLJENO NA LOKACIJO"
#. module: account
#: model:account.incoterms,name:account.incoterm_DPU
msgid "DELIVERED AT PLACE UNLOADED"
msgstr "DOSTAVLJENO NA KRAJ RAZTOVORA"
#. module: account
#: model:account.incoterms,name:account.incoterm_DDP
msgid "DELIVERED DUTY PAID"
msgstr "DOSTAVLJENO, DAJA PLAČANA"
#. module: account
#: model:ir.ui.menu,name:account.menu_board_journal_1
msgid "Dashboard"
msgstr "Nadzorna plošča"
#. module: account
#: model:ir.actions.server,name:account.action_check_hash_integrity
msgid "Data Inalterability Check"
msgstr "Preverjanje nespremenljivosti podatkov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Data consistency check"
msgstr "Preverjanje skladnosti podatkov"
#. module: account
#. odoo-javascript
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__date
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__date
#: model:ir.model.fields,field_description:account.field_account_bank_statement__date
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__date
#: model:ir.model.fields,field_description:account.field_account_move__date
#: model:ir.model.fields,field_description:account.field_account_move_line__date
#: model:ir.model.fields,field_description:account.field_account_payment__date
#: model:ir.model.fields,field_description:account.field_account_report_external_value__date
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__date
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__date
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Date"
msgstr "Datum"
#. module: account
#: model:ir.model.fields,help:account.field_account_resequence_wizard__first_date
msgid "Date (inclusive) from which the numbers are resequenced."
msgstr "Datum (vključno), od katerega se številke prerazporejajo."
#. module: account
#: model:ir.model.fields,help:account.field_account_resequence_wizard__end_date
msgid ""
"Date (inclusive) to which the numbers are resequenced. If not set, all "
"Journal Entries up to the end of the period are resequenced."
msgstr ""
"Datum (vključno), do katerega se številke prerazporedijo. Če ni nastavljen, "
"se prerazporedijo vsi dnevniški vnosi do konca obdobja."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__date_mode
msgid "Date Mode"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_date_range
msgid "Date Range"
msgstr "Datumsko obdobje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__date_scope
msgid "Date Scope"
msgstr "Obseg datuma"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_date
msgid "Date example"
msgstr "Primer datuma"
#. module: account
#: model:ir.model.fields,help:account.field_account_financial_year_op__opening_date
msgid ""
"Date from which the accounting is managed in Odoo. It is the date of the "
"opening entry."
msgstr ""
"Datum, od katerega se računovodstvo vodi v Odooju. To je datum začetnega "
"vnosa."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Date:"
msgstr "Datum:"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Dates"
msgstr "Datumi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__datetime
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__datetime
msgid "Datetime"
msgstr "Datum in čas"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__days
msgid "Days"
msgstr "Dni"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__days_after
msgid "Days after End of month"
msgstr "Dni po koncu meseca"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__days_after
msgid "Days to add after the end of the month"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model.fields,field_description:account.field_account_analytic_account__debit
#: model:ir.model.fields,field_description:account.field_account_move_line__debit
#, python-format
msgid "Debit"
msgstr "Debet"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_amount_currency
msgid "Debit Amount Currency"
msgstr "Znesek bremenitve Valuta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_move_id
msgid "Debit Move"
msgstr "Vknjižba obveznosti"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__matched_debit_ids
msgid "Debit journal items that are matched with this journal item."
msgstr "Postavke dnevnika bremenitve, ki se ujemajo s to postavko dnevnika."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__12
msgid "December"
msgstr "December"
#. module: account
#: model:ir.model,name:account.model_decimal_precision
msgid "Decimal Precision"
msgstr "Decimalna natančnost"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__decimal_separator
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__decimal_separator
msgid "Decimal Separator"
msgstr "Decimalno ločilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__refund_sequence
msgid "Dedicated Credit Note Sequence"
msgstr "Namensko zaporedje dobropisov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__payment_sequence
msgid "Dedicated Payment Sequence"
msgstr "Namensko zaporedje plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__default_account_id
msgid "Default Account"
msgstr "Privzeti račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__default_account_type
msgid "Default Account Type"
msgstr "Privzeta vrsta računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Default Accounts"
msgstr "Privzeti računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_default_credit_limit
msgid "Default Credit Limit"
msgstr "Privzeti kreditni limit"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Default Expense Account"
msgstr "Privzeti račun stroškov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Default Income Account"
msgstr "Privzeti dohodni račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Default Incoterm of your company"
msgstr "Privzeti Incoterm vaše družbe"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__default_opening_date_filter
msgid "Default Opening"
msgstr "Privzeto odpiranje"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_default_pos_receivable_account_id
msgid "Default PoS Receivable Account"
msgstr "Privzeti račun terjatev PoS"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_purchase_tax_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__purchase_tax_id
msgid "Default Purchase Tax"
msgstr "Privzeti davek nabave"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_sale_tax_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__sale_tax_id
msgid "Default Sale Tax"
msgstr "Privzeti davek prodaje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__tax_ids
#: model:ir.model.fields,field_description:account.field_account_account_template__tax_ids
msgid "Default Taxes"
msgstr "Privzeti davki"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__use_invoice_terms
msgid "Default Terms & Conditions"
msgstr "Privzeta pravila in pogoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__invoice_terms
msgid "Default Terms and Conditions"
msgstr "Privzeta pravila in pogoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__invoice_terms_html
msgid "Default Terms and Conditions as a Web page"
msgstr "Privzeti pogoji in določila kot spletna stran"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__incoterm_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__incoterm_id
msgid "Default incoterm"
msgstr "Privzeti Incoterm"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Default taxes applied to local transactions"
msgstr "Privzeti davki aplicirani na lokalne transakcije"
#. module: account
#: model:ir.model.fields,help:account.field_product_product__supplier_taxes_id
#: model:ir.model.fields,help:account.field_product_template__supplier_taxes_id
msgid "Default taxes used when buying the product."
msgstr "Privzeti davki, ki se uporabljajo pri nakupu izdelka."
#. module: account
#: model:ir.model.fields,help:account.field_product_product__taxes_id
#: model:ir.model.fields,help:account.field_product_template__taxes_id
msgid "Default taxes used when selling the product."
msgstr "Privzeti davki, ki se uporabljajo pri prodaji izdelka."
#. module: account
#: model:ir.model.fields,help:account.field_account_account__allowed_journal_ids
msgid ""
"Define in which journals this account can be used. If empty, can be used in "
"all journals."
msgstr ""
"Določite, v katerih dnevnikih se lahko ta račun uporablja. Če je prazno, se "
"lahko uporablja v vseh dnevnikih."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Define the smallest coinage of the currency used to pay by cash"
msgstr ""
"Določite najmanjši kovanec valute, ki se uporablja za plačevanje z gotovino."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_fiscal_year_step
msgid "Define your fiscal years &amp; tax returns periodicity."
msgstr "Določite fisklano leto &amp; obdobja davčnega poročanja."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__bank_statements_source
msgid "Defines how the bank statements will be registered"
msgstr "Določa, kako bodo bančni izpiski registrirani"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_cash_rounding_id
#: model:ir.model.fields,help:account.field_account_move__invoice_cash_rounding_id
#: model:ir.model.fields,help:account.field_account_payment__invoice_cash_rounding_id
msgid ""
"Defines the smallest coinage of the currency that can be used to pay by "
"cash."
msgstr ""
"Določi najmanjšo enoto kovanca za valuto, ki se uporablja za gotovinska "
"plačila."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_form
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid "Definition"
msgstr "Definition"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__trust
#: model:ir.model.fields,field_description:account.field_res_users__trust
msgid "Degree of trust you have in this debtor"
msgstr "Stopnja zaupanja za tega dolžnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__auto_delete
msgid "Delete Emails"
msgstr "Izbriši e-pošto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__auto_delete_message
msgid "Delete Message Copy"
msgstr "Izbriši kopijo sporočila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_shipping_id
#: model:ir.model.fields,field_description:account.field_account_move__partner_shipping_id
#: model:ir.model.fields,field_description:account.field_account_payment__partner_shipping_id
#: model:res.groups,name:account.group_delivery_invoice_address
msgid "Delivery Address"
msgstr "Naslov za dostavo"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__partner_shipping_id
#: model:ir.model.fields,help:account.field_account_move__partner_shipping_id
#: model:ir.model.fields,help:account.field_account_payment__partner_shipping_id
msgid "Delivery address for current invoice."
msgstr "Naslov za dostavo za trenutni račun."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__deprecated
msgid "Deprecated"
msgstr "Opuščeno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_depreciation
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__expense_depreciation
msgid "Depreciation"
msgstr "Amortizacija"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Description"
msgstr "Opis"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__note
msgid "Description on the Invoice"
msgstr "Opis na računu"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields,field_description:account.field_account_payment__destination_account_id
#, python-format
msgid "Destination Account"
msgstr "Ciljni konto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__destination_journal_id
msgid "Destination Journal"
msgstr "Ciljni dnevnik"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Destination journal"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__auto_apply
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__auto_apply
msgid "Detect Automatically"
msgstr "Samodejno zaznaj"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_template__type_tax_use
msgid ""
"Determines where the tax is selectable. Note : 'None' means a tax can't be "
"used by itself, however it can still be used in a group."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__type_tax_use
msgid ""
"Determines where the tax is selectable. Note : 'None' means a tax can't be "
"used by itself, however it can still be used in a group. 'adjustment' is "
"used to perform tax adjustment."
msgstr ""
"Določi, kje je mogoče izbrati davek. Opomba: \"Brez\" pomeni, da davka ni "
"mogoče uporabiti samega, a ga je vseeno mogoče uporabiti v sklopu skupine "
"davkov. Za prilagoditev davka se uporablja „Prilagoditev“."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_account_id
msgid "Difference Account"
msgstr "Razlika v računu"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__allow_payment_tolerance
#: model:ir.model.fields,help:account.field_account_reconcile_model_line__allow_payment_tolerance
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__allow_payment_tolerance
msgid "Difference accepted in case of underpayment."
msgstr "Razlika se prizna v primeru preplačila."
#. module: account
#: model:ir.model,name:account.model_digest_digest
msgid "Digest"
msgstr "Povzemanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Digitization"
msgstr "Digitalizacija"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Digitize your PDF or scanned documents with OCR and Artificial Intelligence"
msgstr ""
"Digitalizirajte svoje PDF ali skenirane dokumente z OCR in umetno "
"inteligenco"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__direction_sign
#: model:ir.model.fields,field_description:account.field_account_move__direction_sign
#: model:ir.model.fields,field_description:account.field_account_payment__direction_sign
msgid "Direction Sign"
msgstr "Znak za smer"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__disabled
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Disabled"
msgstr "Onemogočeno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Disc.%"
msgstr "Pop.%"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill_email_confirm
#: model_terms:ir.ui.view,arch_db:account.res_company_view_form_terms
msgid "Discard"
msgstr "Opusti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Discount"
msgstr "Popust"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__discount_percentage
msgid "Discount %"
msgstr "Popust %"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__discount
msgid "Discount (%)"
msgstr "Popust (%)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Discount Amount"
msgstr "Znesek popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_balance
msgid "Discount Balance"
msgstr "Stanje popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_date
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Discount Date"
msgstr "Datum popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__discount_days
msgid "Discount Days"
msgstr "Dnevi popustov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_percentage
msgid "Discount Percentage"
msgstr "Popust v odstotkih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_amount_currency
msgid "Discount amount in Currency"
msgstr "Znesek popusta v valuti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid ""
"Discount percentages on the Payment Terms lines must be between 0 and 100."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__display_amount
msgid "Display Amount"
msgstr "Prikazni znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_inactive_currency_warning
#: model:ir.model.fields,field_description:account.field_account_move__display_inactive_currency_warning
#: model:ir.model.fields,field_description:account.field_account_payment__display_inactive_currency_warning
msgid "Display Inactive Currency Warning"
msgstr "Prikaži opozorilo o neaktivni valuti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__display_name
#: model:ir.model.fields,field_description:account.field_account_account_tag__display_name
#: model:ir.model.fields,field_description:account.field_account_account_template__display_name
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__display_name
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__display_name
#: model:ir.model.fields,field_description:account.field_account_bank_statement__display_name
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__display_name
#: model:ir.model.fields,field_description:account.field_account_chart_template__display_name
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__display_name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__display_name
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__display_name
#: model:ir.model.fields,field_description:account.field_account_group__display_name
#: model:ir.model.fields,field_description:account.field_account_group_template__display_name
#: model:ir.model.fields,field_description:account.field_account_incoterms__display_name
#: model:ir.model.fields,field_description:account.field_account_invoice_report__display_name
#: model:ir.model.fields,field_description:account.field_account_invoice_send__display_name
#: model:ir.model.fields,field_description:account.field_account_journal__display_name
#: model:ir.model.fields,field_description:account.field_account_journal_group__display_name
#: model:ir.model.fields,field_description:account.field_account_move__display_name
#: model:ir.model.fields,field_description:account.field_account_move_line__display_name
#: model:ir.model.fields,field_description:account.field_account_move_reversal__display_name
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__display_name
#: model:ir.model.fields,field_description:account.field_account_payment__display_name
#: model:ir.model.fields,field_description:account.field_account_payment_method__display_name
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__display_name
#: model:ir.model.fields,field_description:account.field_account_payment_register__display_name
#: model:ir.model.fields,field_description:account.field_account_payment_term__display_name
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__display_name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__display_name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__display_name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__display_name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__display_name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__display_name
#: model:ir.model.fields,field_description:account.field_account_report__display_name
#: model:ir.model.fields,field_description:account.field_account_report_column__display_name
#: model:ir.model.fields,field_description:account.field_account_report_expression__display_name
#: model:ir.model.fields,field_description:account.field_account_report_external_value__display_name
#: model:ir.model.fields,field_description:account.field_account_report_line__display_name
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__display_name
#: model:ir.model.fields,field_description:account.field_account_root__display_name
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__display_name
#: model:ir.model.fields,field_description:account.field_account_tax__display_name
#: model:ir.model.fields,field_description:account.field_account_tax_group__display_name
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__display_name
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__display_name
#: model:ir.model.fields,field_description:account.field_account_tax_template__display_name
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__display_name
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__display_name
#: model:ir.model.fields,field_description:account.field_account_unreconcile__display_name
#: model:ir.model.fields,field_description:account.field_validate_account_move__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_qr_code
#: model:ir.model.fields,field_description:account.field_account_move__display_qr_code
#: model:ir.model.fields,field_description:account.field_account_payment__display_qr_code
msgid "Display QR-code"
msgstr "Prikaži QR-kodo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__qr_code
msgid "Display QR-code on invoices"
msgstr "Prikaži QR-kodo na računih"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_currency__display_rounding_warning
msgid "Display Rounding Warning"
msgstr "Prikaz opozorila o zaokroževanju"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__qr_code
msgid "Display SEPA QR-code"
msgstr "Prikaži SEPA QR-kodo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__display_type
msgid "Display Type"
msgstr "Vrsta prikaza"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__description
msgid "Display on Invoices"
msgstr "Prikaži na računih"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__preview_ready
msgid "Display preview button"
msgstr "Prikaži gumb za predogled"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__display_on_invoice
msgid "Display terms on invoice"
msgstr "Prikaži pogoje na računu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__invoice_repartition_line_ids
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid "Distribution for Invoices"
msgstr "Distribucija za račune"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__refund_repartition_line_ids
msgid "Distribution for Refund Invoices"
msgstr "Distribucija za dobropise"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
msgid "Distribution for Refunds"
msgstr "Razdelitev za vračila"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__refund_repartition_line_ids
msgid "Distribution when the tax is used on a refund"
msgstr "Razdelitev, ko se davek uporabi za vračilo"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__invoice_repartition_line_ids
msgid "Distribution when the tax is used on an invoice"
msgstr "Razdelitev, ko se davek uporabi na računu"
#. module: account
#. odoo-python
#: code:addons/account/models/digest.py:0
#, python-format
msgid "Do not have access, skip this data for user's digest email"
msgstr ""
"Nimate dostopa, preskočite te podatke v uporabnikovem e-poštnem povzetku."
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__auto_delete_message
msgid ""
"Do not keep a copy of the email in the document communication history (mass "
"mailing only)"
msgstr ""
"Ne obdrži kopije e-pošte v zgodovini komunikacij (le za masovno e-pošto)"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_invoice_extract
msgid "Document Digitization"
msgstr "Digitalizacija dokumentov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__document_type
msgid "Document Type"
msgstr "Vrsta dokumenta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Documentation"
msgstr "Dokumentacija"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__business_domain
msgid "Domain"
msgstr "Domena"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__domain_formula
msgid "Domain Formula Shortcut"
msgstr "Bližnjica formule domene"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Domestic country of your accounting"
msgstr "Domača država vašega računovodstva"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__account_dashboard_onboarding_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_invoice_onboarding_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_create_invoice_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_invoice_layout_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_sale_tax_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bank_data_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bill_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_coa_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_fy_data_state__done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_taxes_state__done
msgid "Done"
msgstr "Opravljeno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__down
msgid "Down"
msgstr "Dol"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "Download"
msgstr "Prenesi"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/settings_form_view/res_config_dev_tool.xml:0
#, python-format
msgid "Download XSD files (XML validation)"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_group__property_advance_tax_payment_account_id
msgid ""
"Downpayments posted on this account will be considered by the Tax Closing "
"Entry."
msgstr ""
"Predplačila, knjižena na tem računu, bodo upoštevana pri zaključku davčnega "
"obračuna."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__draft
#: model:ir.model.fields.selection,name:account.selection__account_move__state__draft
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Draft"
msgstr "Osnutek"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Bill"
msgstr "Osnutek računa"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Credit Note"
msgstr "Osnutek dobropisa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_show_draft
msgid "Draft Entries"
msgstr "Osnutki vnosov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Entry"
msgstr "Osnutek vnosa"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#, python-format
msgid "Draft Invoice"
msgstr "Osnutek računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Draft Invoices"
msgstr "Osnutki računov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Draft Payment"
msgstr "Osnutek plačila"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Purchase Receipt"
msgstr "Osnutek potrdila o nakupu"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Sales Receipt"
msgstr "Osnutek prodajnega računa"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Draft Vendor Credit Note"
msgstr "Osnutek dobropisa dobavitelja"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Due"
msgstr "Zapadlo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Due Amount for"
msgstr "Zapadli znesek za"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_date_due
#: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_date_due
#: model:ir.model.fields,field_description:account.field_account_move__invoice_date_due
#: model:ir.model.fields,field_description:account.field_account_move_line__date_maturity
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_date_due
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Due Date"
msgstr "Datum zapadlosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid "Due Type"
msgstr "Vrsta zapadlosti"
#. module: account
#: model:ir.actions.server,name:account.action_duplicate_account
msgid "Duplicate"
msgstr "Podvoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__duplicated_bank_account_partners_count
#: model:ir.model.fields,field_description:account.field_res_users__duplicated_bank_account_partners_count
msgid "Duplicated Bank Account Partners Count"
msgstr "Število podvojenih partnerjev na bančnem računu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__duplicated_ref_ids
#: model:ir.model.fields,field_description:account.field_account_move__duplicated_ref_ids
#: model:ir.model.fields,field_description:account.field_account_payment__duplicated_ref_ids
msgid "Duplicated Ref"
msgstr "Podvojena referenca"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_reports
msgid "Dynamic Reports"
msgstr "Dinamična poročila"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__tag_ids_domain
msgid "Dynamic domain used for the tag that can be set on tax"
msgstr ""
"Dinamična domena, uporabljena za oznako, ki jo je mogoče nastaviti za davek"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_l10n_eu_oss
msgid "EU Intra-community Distance Selling"
msgstr "Prodaja na daljavo znotraj skupnosti EU"
#. module: account
#: model:account.incoterms,name:account.incoterm_EXW
msgid "EX WORKS"
msgstr "EX WORKS"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "EXCH"
msgstr "EXCH - Okrajšava za menjavo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__epd
#, python-format
msgid "Early Payment Discount"
msgstr "Popust za predčasno plačilo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_move_line.py:0
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Early Payment Discount (%s)"
msgstr "Popust za predčasno plačilo (%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Early Payment Discount (Exchange Difference)"
msgstr "Popust za predčasno plačilo (tečajna razlika)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__early_payment_discount_mode
msgid "Early Payment Discount Mode"
msgstr "Način popusta za predčasno plačilo"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__discount_percentage
msgid "Early Payment Discount granted for this line"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
msgid "Early Payment Discount of"
msgstr "Popust za predčasno plačilo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Edit"
msgstr "Uredi"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_totals
#: model:ir.model.fields,help:account.field_account_move__tax_totals
#: model:ir.model.fields,help:account.field_account_payment__tax_totals
msgid "Edit Tax amounts if you encounter rounding issues."
msgstr "Če naletite na težave z zaokroževanjem, uredite zneske davka."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__is_email
msgid "Email"
msgstr "E-pošta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__email_add_signature
msgid "Email Add Signature"
msgstr "Dodaj podpis k e-pošti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__alias_id
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__email_alias
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Email Alias"
msgstr "Email vzdevek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__email_layout_xmlid
msgid "Email Notification Layout"
msgstr "Postavitev e-poštnega obvestila"
#. module: account
#: model:ir.model,name:account.model_mail_thread
msgid "Email Thread"
msgstr "Obravnava z elektronsko pošto"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__email_from
msgid ""
"Email address of the sender. This field is set when no matching partner is "
"found and replaces the author_id field in the chatter."
msgstr ""
"E-poštni naslov pošiljatelja. To polje se nastavi, ko ni najden noben "
"ujemajoči se partner, in v klepetu nadomesti polje author_id."
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__invoice_is_email
msgid "Email by default"
msgstr "Privzeto pošlji e-pošto"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Empty"
msgstr "Prazno"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__account_use_credit_limit
#: model:ir.model.fields,help:account.field_res_config_settings__account_use_credit_limit
msgid "Enable the use of credit limit on partners."
msgstr "Omogočite uporabo kreditnega limita za partnerje."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__by_default
msgid "Enabled by Default"
msgstr "Privzeto omogočeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__end_date
msgid "End Date"
msgstr "Končni datum"
#. module: account
#: model:account.payment.term,name:account.account_payment_term_end_following_month
msgid "End of Following Month"
msgstr "Ob koncu naslednjega meseca"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__end_month
msgid "End of month"
msgstr "Konec meseca"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_end_real
msgid "Ending Balance"
msgstr "Končni saldo"
#. module: account
#: model:ir.actions.act_window,name:account.action_move_line_form
msgid "Entries"
msgstr "Vknjižbe"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__entries_count
msgid "Entries Count"
msgstr "Število vnosov"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Entries are hashed from %s (%s)"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Entries are not from the same account: %s != %s"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Entries can only be created for a single company at a time."
msgstr "Vnose je mogoče ustvariti samo za eno podjetje hkrati."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Entries doesn't belong to the same company: %s != %s"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_validate_account_move__force_post
msgid ""
"Entries in the future are set to be auto-posted by default. Check this "
"checkbox to post them now."
msgstr ""
"Prihodnji vnosi bodo privzeto samodejno objavljeni. Označite to potrditveno "
"polje, da jih objavite zdaj."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Entries to Review"
msgstr "Vnosi za preveriti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_analytic_line.py:0
#, python-format
msgid "Entries: %(account)s"
msgstr "Vnosi: %(account)s"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_dirty
msgid "Epd Dirty"
msgstr "EPD Umazano"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_key
msgid "Epd Key"
msgstr "Epd Ključ"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_needed
msgid "Epd Needed"
msgstr "Potreben je EPD"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__equity
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__equity
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__equity
#: model_terms:ir.ui.view,arch_db:account.view_account_search
#, python-format
msgid "Equity"
msgstr "Kapital"
#. module: account
#. odoo-python
#: code:addons/account/models/res_config_settings.py:0
#, python-format
msgid "Error!"
msgstr "Napaka!"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__euro
msgid "European"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__decimal_separator
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__decimal_separator
msgid ""
"Every character that is nor a digit nor this separator will be removed from "
"the matching string"
msgstr ""
"Vsak znak, ki ni niti števka niti ta ločila, bo odstranjen iz ujemajočega se"
" niza."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid "Example"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_amount
msgid "Example Amount"
msgstr "Primer zneska"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_invalid
msgid "Example Invalid"
msgstr "Primer neveljaven"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_preview
msgid "Example Preview"
msgstr "Pregled primera"
#. module: account
#. odoo-javascript
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Exchange Difference"
msgstr "Razlika iz menjalnega tečaja"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__currency_exchange_journal_id
msgid "Exchange Gain or Loss Journal"
msgstr "Dnevnik izgube/dobička iz menjalnega tečaja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__exchange_move_id
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__exchange_move_id
msgid "Exchange Move"
msgstr "Premik pri menjavi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal_group__excluded_journal_ids
msgid "Excluded Journals"
msgstr "Izključene revije"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__expects_chart_of_accounts
msgid "Expects a Chart of Accounts"
msgstr "Pričakovan je kontni načrt."
#. module: account
#. odoo-javascript
#. odoo-python
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__expense
#: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__account_type__expense
#, python-format
msgid "Expense"
msgstr "Strošek"
#. module: account
#: model:ir.model.fields,field_description:account.field_product_category__property_account_expense_categ_id
#: model:ir.model.fields,field_description:account.field_product_product__property_account_expense_id
#: model:ir.model.fields,field_description:account.field_product_template__property_account_expense_id
msgid "Expense Account"
msgstr "Konto stroškov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_expense_id
msgid "Expense Account on Product Template"
msgstr "Konto stroškov za predlogo izdelka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__expense_accrual_account
#: model:ir.model.fields,field_description:account.field_res_company__expense_accrual_account_id
msgid "Expense Accrual Account"
msgstr "Račun obračunavanja stroškov"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__expense
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Expenses"
msgstr "Stroški"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__expression_label
msgid "Expression Label"
msgstr "Oznaka izraza"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__expression_ids
msgid "Expressions"
msgstr "Izrazi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__reference
msgid "External Reference"
msgstr "Zunanji sklic"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__external
msgid "External Value"
msgstr "Zunanja vrednost"
#. module: account
#: model:account.incoterms,name:account.incoterm_FAS
msgid "FREE ALONGSIDE SHIP"
msgstr "BREZPLAČNO OB BOK LADJE"
#. module: account
#: model:account.incoterms,name:account.incoterm_FCA
msgid "FREE CARRIER"
msgstr "BREZPLAČNI PREVOZNIK"
#. module: account
#: model:account.incoterms,name:account.incoterm_FOB
msgid "FREE ON BOARD"
msgstr "BREZPLAČNO NA KROVU"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__factor
msgid "Factor Ratio"
msgstr "Faktorsko razmerje"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__factor
msgid ""
"Factor to apply on the account move lines generated from this distribution "
"line"
msgstr ""
"Faktor, ki se uporabi za vrstice premika računa, ustvarjene iz te "
"distribucijske vrstice"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__factor_percent
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__factor_percent
msgid ""
"Factor to apply on the account move lines generated from this distribution "
"line, in percents"
msgstr ""
"Faktor, ki se uporabi za vrstice premika računa, ustvarjene iz te "
"distribucijske vrstice, v odstotkih"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
msgid "Favorites"
msgstr "Priljubljene"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__2
msgid "February"
msgstr "Februar"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__state_ids
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__state_ids
msgid "Federal States"
msgstr "Zvezne države"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__figure_type
#: model:ir.model.fields,field_description:account.field_account_report_expression__figure_type
msgid "Figure Type"
msgstr "Vrsta slike"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Fill in the details of the line."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_fiscal_position
msgid "Filter Multivat"
msgstr "Filter za več DDV številk"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_line__general_account_id
#: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account
msgid "Financial Account"
msgstr "Finančni konto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__account_prefix
msgid "Financial Accounts Prefix"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_line__journal_id
msgid "Financial Journal"
msgstr "Finančni dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__tag_ids
msgid "Financial Tags"
msgstr "Finančne oznake"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__payment_ref_regex
msgid "Find Text in Label"
msgstr "Iskanje besedila v nalepki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__narration_regex
msgid "Find Text in Notes"
msgstr "Iskanje besedila v zapiskih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_date
msgid "First Date"
msgstr "Prvi datum"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "First Entry"
msgstr "Prvi vnos"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "First Hash"
msgstr "Prva zgoščena vrednost"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__first_line_index
msgid "First Line Index"
msgstr "Indeks prve vrstice"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_name
msgid "First New Sequence"
msgstr "Prvo novo zaporedje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_create_invoice_step
msgid "First invoice sent!"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post_origin_id
#: model:ir.model.fields,field_description:account.field_account_move__auto_post_origin_id
#: model:ir.model.fields,field_description:account.field_account_payment__auto_post_origin_id
msgid "First recurring entry"
msgstr "Prvi ponavljajoči se vnos"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_fiscal_country_id
msgid "Fiscal Country"
msgstr "Davčna država"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_fiscal_country_id
msgid "Fiscal Country Code"
msgstr "Davčna koda države"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Fiscal Information"
msgstr "Fiskalni podatki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Fiscal Localization"
msgstr "Davčna lokalizacija"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__position_id
msgid "Fiscal Mapping"
msgstr "Povezovanje davkov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Fiscal Periods"
msgstr "Fiskalna obdobja"
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__fiscal_position_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__name
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__position_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__position_id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__position_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__fiscal_position_id
#: model:ir.model.fields,field_description:account.field_account_move__fiscal_position_id
#: model:ir.model.fields,field_description:account.field_account_payment__fiscal_position_id
#: model:ir.model.fields,field_description:account.field_res_company__fiscal_position_ids
#: model:ir.model.fields,field_description:account.field_res_partner__property_account_position_id
#: model:ir.model.fields,field_description:account.field_res_users__property_account_position_id
#: model_terms:ir.ui.view,arch_db:account.view_account_position_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_search
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_tree
#: model_terms:ir.ui.view,arch_db:account.view_account_position_tree
msgid "Fiscal Position"
msgstr "Davčno območje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__name
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_form
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_search
msgid "Fiscal Position Template"
msgstr "Vzorec za davčno območje"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_fiscal_position_form
#: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form
msgid "Fiscal Positions"
msgstr "Davčno območje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
msgid "Fiscal Year End"
msgstr "Konec fiskalnega leta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
msgid "Fiscal Years"
msgstr "Fiskalna leta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__foreign_vat_fiscal_position_id
msgid "Fiscal position"
msgstr "Fiskalni položaj"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__fiscal_position_id
#: model:ir.model.fields,help:account.field_account_move__fiscal_position_id
#: model:ir.model.fields,help:account.field_account_payment__fiscal_position_id
msgid ""
"Fiscal positions are used to adapt taxes and accounts for particular "
"customers or sales orders/invoices. The default value comes from the "
"customer."
msgstr ""
"Fiskalne pozicije se uporabljajo za prilagajanje davkov in računov za "
"določene stranke ali prodajna naročila/račune. Privzeta vrednost izvira iz "
"stranke."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__fiscalyear_last_day
#: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_last_day
msgid "Fiscalyear Last Day"
msgstr "Zadnji dan poslovnega leta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__fiscalyear_last_month
#: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_last_month
msgid "Fiscalyear Last Month"
msgstr "Zadnji mesec poslovnega leta"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__fixed
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line_template__amount_type__fixed
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__fixed
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__amount_type__fixed
msgid "Fixed"
msgstr "Stalno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__fixed
msgid "Fixed Amount"
msgstr "Fiksni znesek"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_fixed
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_fixed
msgid "Fixed Assets"
msgstr "Nepremičnine"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__float
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__float
msgid "Float"
msgstr "Decimalno število"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount
msgid "Float Amount"
msgstr "Znesek s plavajočo valuto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__foldable
msgid "Foldable"
msgstr "Zložljiv"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Follow Customer Payments"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_account_template__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_journal__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_move__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_payment__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_follower_ids
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_follower_ids
#: model:ir.model.fields,field_description:account.field_res_company__message_follower_ids
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_follower_ids
msgid "Followers"
msgstr "Sledilci"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_account_template__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_journal__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_move__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_payment__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_partner_ids
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_partner_ids
#: model:ir.model.fields,field_description:account.field_res_company__message_partner_ids
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_partner_ids
msgid "Followers (Partners)"
msgstr "Sledilci (partnerji)"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_type_icon
#: model:ir.model.fields,help:account.field_account_journal__activity_type_icon
#: model:ir.model.fields,help:account.field_account_move__activity_type_icon
#: model:ir.model.fields,help:account.field_account_payment__activity_type_icon
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_type_icon
#: model:ir.model.fields,help:account.field_res_partner_bank__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr "Font izjemna ikona npr. fa-tasks"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid ""
"For any invoice of\n"
" <span class=\"mx-1\"/>"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__value_amount
msgid "For percent enter a ratio between 0-100."
msgstr "Za odstotke vnesite razmerje med 0 in 100."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "For this entry to be automatically posted, it required a bill date."
msgstr "Za samodejno knjiženje tega vnosa je bil potreben datum računa."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_move_line_check_non_accountable_fields_null
msgid "Forbidden balance or account on non-accountable line"
msgstr "Prepovedano stanje ali račun na neobračunani vrstici"
#. module: account
#: model:ir.model.fields,field_description:account.field_validate_account_move__force_post
msgid "Force"
msgstr "Sila"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model_line__force_tax_included
#: model:ir.model.fields,help:account.field_account_reconcile_model_line_template__force_tax_included
msgid "Force the tax to be managed as a price included tax."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_account__currency_id
msgid ""
"Forces all journal items in this account to have a specific currency (i.e. "
"bank journals). If no currency is set, entries can use any currency."
msgstr ""
"Vsili, da imajo vsi elementi dnevnika na tem računu določeno valuto (npr. "
"bančni dnevniki). Če valuta ni nastavljena, lahko vnosi uporabljajo katero "
"koli valuto."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_template__currency_id
msgid "Forces all moves for this account to have this secondary currency."
msgstr "Priredi vsem postavkam konta drugo valuto."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__foreign_currency_id
msgid "Foreign Currency"
msgstr "Tuja valuta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat
msgid "Foreign Tax ID"
msgstr "Tuja davčna številka"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__multi_vat_foreign_country_ids
msgid "Foreign VAT countries"
msgstr "Tuje države z DDV"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat_header_mode
msgid "Foreign Vat Header Mode"
msgstr "Način glave za tuji DDV"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Foreign account (%s)"
msgstr "Tuji račun (%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Foreign tax account (%s)"
msgstr "Tuji bančni račun (%s)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__formula
msgid "Formula"
msgstr "Formula"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_expression__carryover_target
msgid ""
"Formula in the form line_code.expression_label. This allows setting the "
"target of the carryover for this expression (on a _carryover_*-labeled "
"expression), in case it is different from the parent line. 'custom' is also "
"allowed as value in case the carryover destination requires more complex "
"logic."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__email_from
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
msgid "From"
msgstr "Od"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "From Non Trade Receivable accounts"
msgstr "Iz računov neposlovnih terjatev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "From P&L accounts"
msgstr "Iz računov dobička in izgube"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "From Trade Payable accounts"
msgstr "Iz računov obveznosti do dobaviteljev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "From Trade Receivable accounts"
msgstr "Iz kontov terjatev do kupcev"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line_template__amount_type__regex
msgid "From label"
msgstr "Iz oznake"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__previous_tax_period
msgid "From previous tax period"
msgstr "Iz prejšnjega davčnega obdobja"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__from_fiscalyear
msgid "From the start of the fiscal year"
msgstr "Od začetka fiskalnega leta"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__from_beginning
msgid "From the very start"
msgstr "Že od samega začetka"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_invoice_report_all_supp
msgid ""
"From this report, you can have an overview of the amount invoiced from your "
"vendors. The search tool can also be used to personalise your Invoices "
"reports and so, match this analysis to your needs."
msgstr ""
"V tem poročilu si lahko ogledate znesek, ki vam ga zaračunajo vaši "
"dobavitelji. Iskalno orodje lahko uporabite tudi za prilagoditev poročil o "
"računih in tako to analizo uskladite z vašimi potrebami."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_invoice_report_all
msgid ""
"From this report, you can have an overview of the amount invoiced to your "
"customers. The search tool can also be used to personalise your Invoices "
"reports and so, match this analysis to your needs."
msgstr ""
"V tem poročilu si lahko ogledate znesek, izstavljen vašim strankam. Iskalno "
"orodje lahko uporabite tudi za prilagoditev poročil o računih in tako to "
"analizo uskladite z vašimi potrebami."
#. module: account
#: model:ir.model,name:account.model_account_full_reconcile
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__full_reconcile_id
msgid "Full Reconcile"
msgstr "Polna uskladitev"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_reversal__refund_method__cancel
msgid "Full Refund"
msgstr "Celotni dobropis"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_reversal__refund_method__modify
msgid "Full refund and new draft invoice"
msgstr "Celotni dobropis in nov osnutek računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Future Activities"
msgstr "Bodoče aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__income_currency_exchange_account_id
msgid "Gain Account"
msgstr "Konto dobička"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__income_currency_exchange_account_id
#: model:ir.model.fields,field_description:account.field_res_company__income_currency_exchange_account_id
msgid "Gain Exchange Rate Account"
msgstr "Konto pozitivnih tečajnih razlik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__payment_tolerance_param
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__payment_tolerance_param
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__payment_tolerance_param
msgid "Gap"
msgstr "Vrzel"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid ""
"Gaps due to canceled invoices, deleted entries or manual errors in open "
"period."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Gaps in the sequence"
msgstr ""
#. module: account
#: model:ir.ui.menu,name:account.menu_finance_entries_generate_entries
msgid "Generate Entries"
msgstr "Generiraj vnose"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#: code:addons/account/wizard/account_tour_upload_bill.py:0
#, python-format
msgid "Generated Documents"
msgstr "Ustvarjeni dokumenti"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Generated Entries"
msgstr "Ustvarjeni vnosi"
#. module: account
#: model:account.report,name:account.generic_tax_report
msgid "Generic Tax report"
msgstr "Splošno davčno poročilo"
#. module: account
#: model:ir.model,name:account.model_report_account_report_hash_integrity
msgid "Get hash integrity result as PDF."
msgstr "Pridobite rezultat integritete zgoščene vrednosti v obliki PDF."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Get warnings when invoicing specific customers"
msgstr "Prejemanje opozoril pri izdaji računov določenim kupcem"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/company.py:0
#, python-format
msgid "Go to the configuration panel"
msgstr "Pojdi na nastavitveno nadzorno ploščo."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__good
msgid "Good Debtor"
msgstr "Dober dolžnik"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__tax_scope__consu
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Goods"
msgstr "Blago"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__group_id
msgid "Group"
msgstr "Skupina"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__groupby
#: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
#: model_terms:ir.ui.view,arch_db:account.view_account_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Group By"
msgstr "Združi po"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__group_payment
msgid "Group Payments"
msgstr "Združi plačila"
#. module: account
#: model:account.report,name:account.generic_tax_report_account_tax
msgid "Group by: Account > Tax "
msgstr "Združi po: Račun > Davek"
#. module: account
#: model:account.report,name:account.generic_tax_report_tax_account
msgid "Group by: Tax > Account "
msgstr "Združi po: Davek > Račun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__group
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__amount_type__group
msgid "Group of Taxes"
msgstr "Skupina davkov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Group payments into a single batch to ease the reconciliation process"
msgstr ""
"Združi skupna plačila v eno serijo, da se olajša postopek usklajevanja"
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"Groupby feature isn't supported by aggregation engine. Please remove the "
"groupby value on '%s'"
msgstr ""
"Funkcije združevanja ne podpira mehanizem za združevanje. Odstranite "
"vrednost združevanja na '%s'"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_growth_comparison
msgid "Growth Comparison"
msgstr "Primerjava rasti"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__has_accounting_entries
msgid "Has Accounting Entries"
msgstr "Vsebuje računovodske vknjižbe"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__has_message
#: model:ir.model.fields,field_description:account.field_account_account_template__has_message
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__has_message
#: model:ir.model.fields,field_description:account.field_account_journal__has_message
#: model:ir.model.fields,field_description:account.field_account_move__has_message
#: model:ir.model.fields,field_description:account.field_account_payment__has_message
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__has_message
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__has_message
#: model:ir.model.fields,field_description:account.field_res_company__has_message
#: model:ir.model.fields,field_description:account.field_res_partner_bank__has_message
msgid "Has Message"
msgstr "Ima sporočilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__has_reconciled_entries
#: model:ir.model.fields,field_description:account.field_account_move__has_reconciled_entries
#: model:ir.model.fields,field_description:account.field_account_payment__has_reconciled_entries
msgid "Has Reconciled Entries"
msgstr "Vsebuje usklajene postavke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__has_sequence_holes
msgid "Has Sequence Holes"
msgstr "Ima zaporedne luknje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__has_statement_lines
msgid "Has Statement Lines"
msgstr "Ima vrstice z izjavo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__has_unreconciled_entries
#: model:ir.model.fields,field_description:account.field_res_users__has_unreconciled_entries
msgid "Has Unreconciled Entries"
msgstr "Vsebuje neusklajene postavke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Hash Integrity Result -"
msgstr ""
#. module: account
#: model:ir.actions.report,name:account.action_report_account_hash_integrity
msgid "Hash integrity result PDF"
msgstr "PDF z rezultati integritete zgoščevanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__hide_post_button
#: model:ir.model.fields,field_description:account.field_account_move__hide_post_button
#: model:ir.model.fields,field_description:account.field_account_payment__hide_post_button
msgid "Hide Post Button"
msgstr "Skrij gumb za objavo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__hide_tax_exigibility
msgid "Hide Use Cash Basis Option"
msgstr "Skrij opcijo Uporaba opcije na podlagi plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__hide_writeoff_section
msgid "Hide Writeoff Section"
msgstr "Skrij razdelek za odpis"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__hide_if_zero
msgid "Hide if Zero"
msgstr "Skrij, če je nič"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__highest_name
#: model:ir.model.fields,field_description:account.field_account_move__highest_name
#: model:ir.model.fields,field_description:account.field_account_payment__highest_name
msgid "Highest Name"
msgstr "Najvišje ime"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "History"
msgstr "Zgodovina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "How total tax amount is computed in orders and invoices"
msgstr "Način izračuna skupnega zneska pri naročilih in računih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__id
#: model:ir.model.fields,field_description:account.field_account_account_tag__id
#: model:ir.model.fields,field_description:account.field_account_account_template__id
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__id
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__id
#: model:ir.model.fields,field_description:account.field_account_bank_statement__id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__id
#: model:ir.model.fields,field_description:account.field_account_chart_template__id
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__id
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__id
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__id
#: model:ir.model.fields,field_description:account.field_account_group__id
#: model:ir.model.fields,field_description:account.field_account_group_template__id
#: model:ir.model.fields,field_description:account.field_account_incoterms__id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__id
#: model:ir.model.fields,field_description:account.field_account_invoice_send__id
#: model:ir.model.fields,field_description:account.field_account_journal__id
#: model:ir.model.fields,field_description:account.field_account_journal_group__id
#: model:ir.model.fields,field_description:account.field_account_move__id
#: model:ir.model.fields,field_description:account.field_account_move_line__id
#: model:ir.model.fields,field_description:account.field_account_move_reversal__id
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__id
#: model:ir.model.fields,field_description:account.field_account_payment__id
#: model:ir.model.fields,field_description:account.field_account_payment_method__id
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__id
#: model:ir.model.fields,field_description:account.field_account_payment_register__id
#: model:ir.model.fields,field_description:account.field_account_payment_term__id
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__id
#: model:ir.model.fields,field_description:account.field_account_report__id
#: model:ir.model.fields,field_description:account.field_account_report_column__id
#: model:ir.model.fields,field_description:account.field_account_report_expression__id
#: model:ir.model.fields,field_description:account.field_account_report_external_value__id
#: model:ir.model.fields,field_description:account.field_account_report_line__id
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__id
#: model:ir.model.fields,field_description:account.field_account_root__id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__id
#: model:ir.model.fields,field_description:account.field_account_tax__id
#: model:ir.model.fields,field_description:account.field_account_tax_group__id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__id
#: model:ir.model.fields,field_description:account.field_account_tax_template__id
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__id
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__id
#: model:ir.model.fields,field_description:account.field_account_unreconcile__id
#: model:ir.model.fields,field_description:account.field_validate_account_move__id
msgid "ID"
msgstr "ID"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "INV"
msgstr "INV"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_exception_icon
#: model:ir.model.fields,field_description:account.field_account_journal__activity_exception_icon
#: model:ir.model.fields,field_description:account.field_account_move__activity_exception_icon
#: model:ir.model.fields,field_description:account.field_account_payment__activity_exception_icon
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_exception_icon
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_exception_icon
msgid "Icon"
msgstr "Ikona"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_exception_icon
#: model:ir.model.fields,help:account.field_account_journal__activity_exception_icon
#: model:ir.model.fields,help:account.field_account_move__activity_exception_icon
#: model:ir.model.fields,help:account.field_account_payment__activity_exception_icon
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_exception_icon
#: model:ir.model.fields,help:account.field_res_partner_bank__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr "Icon to indicate an exception activity."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"If a payment is still outstanding more than sixty (60) days after the due "
"payment date,"
msgstr ""
"Če je plačilo še vedno neporavnano več kot šestdeset (60) dni po datumu "
"zapadlosti plačila,"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__message_needaction
#: model:ir.model.fields,help:account.field_account_account_template__message_needaction
#: model:ir.model.fields,help:account.field_account_bank_statement_line__message_needaction
#: model:ir.model.fields,help:account.field_account_journal__message_needaction
#: model:ir.model.fields,help:account.field_account_move__message_needaction
#: model:ir.model.fields,help:account.field_account_payment__message_needaction
#: model:ir.model.fields,help:account.field_account_reconcile_model__message_needaction
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_needaction
#: model:ir.model.fields,help:account.field_res_company__message_needaction
#: model:ir.model.fields,help:account.field_res_partner_bank__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Če je označeno, zahtevajo nova sporočila vašo pozornost."
#. module: account
#: model:ir.model.fields,help:account.field_account_account__message_has_error
#: model:ir.model.fields,help:account.field_account_account__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_account_template__message_has_error
#: model:ir.model.fields,help:account.field_account_account_template__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_error
#: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_journal__message_has_error
#: model:ir.model.fields,help:account.field_account_journal__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_move__message_has_error
#: model:ir.model.fields,help:account.field_account_move__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_payment__message_has_error
#: model:ir.model.fields,help:account.field_account_payment__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_error
#: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_sms_error
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_error
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_sms_error
#: model:ir.model.fields,help:account.field_res_company__message_has_error
#: model:ir.model.fields,help:account.field_res_company__message_has_sms_error
#: model:ir.model.fields,help:account.field_res_partner_bank__message_has_error
#: model:ir.model.fields,help:account.field_res_partner_bank__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Če je označeno, nekatera sporočila vsebujejo napako pri dostavi."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_template__nocreate
msgid ""
"If checked, the new chart of accounts will not contain this by default."
msgstr "Če je označeno, nov konto ne bo vseboval privzetih vrednosti."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_reversal__journal_id
msgid "If empty, uses the journal of the journal entry to be reversed."
msgstr ""
"Če je prazno, se uporabi dnevnik vnosa v dnevnik, ki ga je treba "
"razveljaviti."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__include_base_amount
#: model:ir.model.fields,help:account.field_account_tax_template__include_base_amount
msgid ""
"If set, taxes with a higher sequence than this one will be affected by it, "
"provided they accept it."
msgstr ""
"Če je nastavljeno, bo to vplivalo na davke z višjim zaporedjem od tega, pod "
"pogojem, da ga sprejmejo."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__is_base_affected
#: model:ir.model.fields,help:account.field_account_tax_template__is_base_affected
msgid ""
"If set, taxes with a lower sequence might affect this one, provided they try"
" to do it."
msgstr ""
"Če je nastavljeno, lahko davki z nižjim zaporedjem vplivajo na to, pod "
"pogojem, da to poskušajo storiti."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__analytic
#: model:ir.model.fields,help:account.field_account_tax_template__analytic
msgid ""
"If set, the amount computed by this tax will be assigned to the same "
"analytic account as the invoice line (if any)"
msgstr ""
"Če je nastavljeno, bo znesek, izračunan s tem davkom, dodeljen istemu "
"analitičnemu računu kot vrstica računa (če obstaja)."
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term__display_on_invoice
msgid ""
"If set, the payment deadlines and respective due amounts will be detailed on"
" invoices."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_account__non_trade
msgid ""
"If set, this account will belong to Non Trade Receivable/Payable in reports and filters.\n"
"If not, this account will belong to Trade Receivable/Payable in reports and filters."
msgstr ""
"Če je nastavljeno, bo ta račun v poročilih in filtrih spadal med neposlovne terjatve/obveznosti.\n"
"Če ni, bo ta račun v poročilih in filtrih spadal med poslovne terjatve/obveznosti."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_group__preceding_subtotal
msgid ""
"If set, this value will be used on documents as the label of a subtotal "
"excluding this tax group before displaying it. If not set, the tax group "
"will be displayed after the 'Untaxed amount' subtotal."
msgstr ""
"Če je nastavljena, bo ta vrednost uporabljena v dokumentih kot oznaka vmesne"
" vsote brez te davčne skupine, preden se ta prikaže. Če ni nastavljena, bo "
"davčna skupina prikazana za vmesno vsoto »Neobdavčeni znesek«."
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term__active
msgid ""
"If the active field is set to False, it will allow you to hide the payment "
"terms without removing it."
msgstr ""
"Če je aktivno polje nastavljeno na False, boste lahko skril plačilne pogoje,"
" ne da bi jih odstranili."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__to_check
#: model:ir.model.fields,help:account.field_account_move__to_check
#: model:ir.model.fields,help:account.field_account_payment__to_check
msgid ""
"If this checkbox is ticked, it means that the user was not sure of all the "
"related information at the time of the creation of the move and that the "
"move needs to be checked again."
msgstr ""
"Če je obkljukano, potem uporabnik ni bil prepričan o vseh podatkih, ko je "
"bil vnos ustvarjen, in ga bo potrebno ponovno preveriti."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__restrict_mode_hash_table
#: model:ir.model.fields,help:account.field_account_journal__restrict_mode_hash_table
#: model:ir.model.fields,help:account.field_account_move__restrict_mode_hash_table
#: model:ir.model.fields,help:account.field_account_payment__restrict_mode_hash_table
msgid ""
"If ticked, the accounting entry or invoice receives a hash as soon as it is "
"posted and cannot be modified anymore."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"If you check this box, you will be able to collect payments using SEPA "
"Direct Debit mandates."
msgstr ""
"Če označite to polje, boste lahko pobirali plačila z uporabo nalogov za "
"direktno obremenitev SEPA."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"If you check this box, you will be able to register your payment using SEPA."
msgstr ""
"Če označite to polje, boste lahko registrirali svoje plačilo z uporabo SEPA."
#. module: account
#: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban
msgid ""
"If you have not installed a chart of account, please install one first.<br>"
msgstr ""
"Če še nimate nameščenega kontnega načrta, ga najprej namestite.\n"
"<br>"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"If you sell goods and services to customers in a foreign EU country, you "
"must charge VAT based on the delivery address. This rule applies regardless "
"of where you are located."
msgstr ""
"Če prodajate blago in storitve strankam v tuji državi EU, morate obračunati "
"DDV na podlagi naslova za dostavo. To pravilo velja ne glede na to, kje se "
"nahajate."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_unreconcile_view
msgid ""
"If you unreconcile transactions, you must also verify all the actions that "
"are linked to those transactions because they will not be disabled"
msgstr "Če odprete vknjižbe , morate preveriti tudi povezane dokumente."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"If you want to use \"Off-Balance Sheet\" accounts, all the accounts of the "
"journal entry must be of this type"
msgstr ""
"Če želite uporabljati račune »zunajbilančne« stanja, morajo biti vsi računi "
"temeljniškega vpisa te vrste."
#. module: account
#: model:account.payment.term,name:account.account_payment_term_immediate
msgid "Immediate Payment"
msgstr "Takojšnje plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_qif
msgid "Import .qif files"
msgstr "Uvozi .gif datoteke"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "Import Template for Chart of Accounts"
msgstr "Predloga za uvoz kontnega načrta"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Import Template for Journal Items"
msgstr "Predloga za uvoz postavk dnevnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_csv
msgid "Import in .csv format"
msgstr "Uvozi v .csv obliki"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_ofx
msgid "Import in .ofx format"
msgstr "Uvozi v .ofx obliki"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_camt
msgid "Import in CAMT.053 format"
msgstr "Uvozi v CAMT.053 obliki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Import your bank statements in CAMT.053"
msgstr "Uvozite svoje bančne izpiske v CAMT.053"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Import your bank statements in CSV"
msgstr "Uvozite svoje bančne izpiske v CSV"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Import your bank statements in OFX"
msgstr "Uvozite svoje bančne izpiske v OFX"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Import your bank statements in QIF"
msgstr "Uvozite svoje bančne izpiske v QIF"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Import your first bill"
msgstr "Uvozi prvi račun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__in_payment
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__in_payment
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "In Payment"
msgstr "V plačilu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid "In order for it to be admissible,"
msgstr "Da bi bilo dopustno,"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "In order to validate this bill, you must"
msgstr "Za potrditev tega računa morate"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "In order to validate this invoice, you must"
msgstr "Za potrditev tega računa morate"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Inactive"
msgstr "Neaktivno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__inalterable_hash
#: model:ir.model.fields,field_description:account.field_account_move__inalterable_hash
#: model:ir.model.fields,field_description:account.field_account_payment__inalterable_hash
msgid "Inalterability Hash"
msgstr "Nespremenljivost \"Hash\""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Inalterability check"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__secure_sequence_number
#: model:ir.model.fields,field_description:account.field_account_move__secure_sequence_number
#: model:ir.model.fields,field_description:account.field_account_payment__secure_sequence_number
msgid "Inalteralbility No Gap Sequence #"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__inbound
msgid "Inbound"
msgstr "Vhodno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__inbound_payment_method_line_ids
msgid "Inbound Payment Methods"
msgstr "Načini dohodnega plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__analytic
msgid "Include in Analytic Cost"
msgstr "Vključi v analitični strošek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__price_include
#: model:ir.model.fields,field_description:account.field_account_tax_template__price_include
msgid "Included in Price"
msgstr "Vključeno v ceno"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__income
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__income
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__income
#: model_terms:ir.ui.view,arch_db:account.view_account_search
#, python-format
msgid "Income"
msgstr "Prihodki"
#. module: account
#: model:ir.model.fields,field_description:account.field_product_category__property_account_income_categ_id
#: model:ir.model.fields,field_description:account.field_product_product__property_account_income_id
#: model:ir.model.fields,field_description:account.field_product_template__property_account_income_id
msgid "Income Account"
msgstr "Konto prihodkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_income_id
msgid "Income Account on Product Template"
msgstr "Konto prihodkov za predlogo izdelka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Incoming Payments"
msgstr "Prejeta plačila"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_journal_payment_debit_account_id
msgid ""
"Incoming payments are posted on an Outstanding Receipts Account. In the bank reconciliation widget, they appear as blue lines.\n"
"Bank transactions are then reconciled on the Outstanding Receipts Accounts rather than the Receivable Account."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/setup_wizards.py:0
#, python-format
msgid ""
"Incorrect fiscal year date: day is out of range for month. Month: %s; Day: "
"%s"
msgstr ""
"Napačen datum davčnega leta: dan je zunaj obsega meseca. Mesec: %s; Dan: %s"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_incoterm_id
#: model:ir.model.fields,field_description:account.field_account_move__invoice_incoterm_id
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_incoterm_id
msgid "Incoterm"
msgstr "Incoterm"
#. module: account
#: model:ir.model.fields,help:account.field_account_incoterms__code
msgid "Incoterm Standard Code"
msgstr "Incoterm standardna koda"
#. module: account
#: model:ir.actions.act_window,name:account.action_incoterms_tree
#: model:ir.model,name:account.model_account_incoterms
#: model:ir.ui.menu,name:account.menu_action_incoterm_open
#: model_terms:ir.ui.view,arch_db:account.account_incoterms_form
#: model_terms:ir.ui.view,arch_db:account.account_incoterms_view_search
#: model_terms:ir.ui.view,arch_db:account.view_incoterms_tree
msgid "Incoterms"
msgstr "Incoterms"
#. module: account
#: model:ir.model.fields,help:account.field_account_incoterms__name
msgid ""
"Incoterms are series of sales terms. They are used to divide transaction "
"costs and responsibilities between buyer and seller and reflect state-of-"
"the-art transportation practices."
msgstr ""
"Incoterms je zbirka terminov, ki se uporabljajo za določanje pravic in "
"obveznosti strank v zvezi z dobavo blaga, razporeditvijo stroškov in prehodu"
" nevarnosti s prodajalca na kupca."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_incoterms_tree
msgid ""
"Incoterms are used to divide transaction costs and responsibilities between "
"buyer and seller."
msgstr ""
"Incoterms se uporabljajo za razdelitev transakcijskih stroškov in "
"odgovornosti med kupcem in prodajalcem."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr "Označuje, da je ta postavka dnevnika davčna vrstica"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Info"
msgstr "Info"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Information"
msgstr "Informacije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_stock_account_input_categ_id
#: model:ir.model.fields,field_description:account.field_res_company__property_stock_account_input_categ_id
msgid "Input Account for Stock Valuation"
msgstr "Vhodni konto za vrednotenje zaloge"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Insert your terms & conditions here..."
msgstr "Tukaj vnesite svoja pravila in pogoje poslovnaja..."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Install More Packages"
msgstr "Namesti več paketov programske opreme"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Install new module"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__integer
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__integer
msgid "Integer"
msgstr "Celo število"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__transfer_account_id
msgid "Inter-Banks Transfer Account"
msgstr "Medbančni transakcijski račun"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__transfer_account_id
msgid ""
"Intermediary account used when moving from a liquidity account to another."
msgstr ""
"Vmesni račun, ki se uporablja pri prenosu z enega likvidnostnega računa na "
"drugega."
#. module: account
#: model:ir.model.fields,help:account.field_res_company__transfer_account_id
msgid ""
"Intermediary account used when moving money from a liqity account to another"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__internal_group
#: model:ir.model.fields,field_description:account.field_account_move_line__account_internal_group
msgid "Internal Group"
msgstr "Interna skupina"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__note
msgid "Internal Notes"
msgstr "Interne opombe"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__internal_index
msgid "Internal Reference"
msgstr "Interni sklic"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#: model:ir.model.fields,field_description:account.field_account_payment__is_internal_transfer
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#, python-format
msgid "Internal Transfer"
msgstr "Interni prenos"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__transfer_account_id
msgid "Internal Transfer Account"
msgstr ""
#. module: account
#: model:ir.actions.act_window,name:account.action_account_payments_transfer
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Internal Transfers"
msgstr "Interni prenosi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__account_type
msgid "Internal Type"
msgstr "Interni tip"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__account_codes_formula
msgid ""
"Internal field to shorten expression_ids creation for the account_codes "
"engine"
msgstr ""
"Notranje polje za skrajšanje ustvarjanja izrazov expression_ids za mehanizem"
" account_codes"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__aggregation_formula
msgid ""
"Internal field to shorten expression_ids creation for the aggregation engine"
msgstr ""
"Notranje polje za skrajšanje ustvarjanja izrazov expression_ids za mehanizem"
" za združevanje"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__domain_formula
msgid ""
"Internal field to shorten expression_ids creation for the domain engine"
msgstr ""
"Notranje polje za skrajšanje ustvarjanja izrazov expression_ids za mehanizem"
" domene"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__tax_tags_formula
msgid ""
"Internal field to shorten expression_ids creation for the tax_tags engine"
msgstr ""
"Notranje polje za skrajšanje ustvarjanja expression_ids za mehanizem "
"tax_tags"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_incoterm_id
#: model:ir.model.fields,help:account.field_account_move__invoice_incoterm_id
#: model:ir.model.fields,help:account.field_account_payment__invoice_incoterm_id
#: model:ir.model.fields,help:account.field_res_company__incoterm_id
#: model:ir.model.fields,help:account.field_res_config_settings__incoterm_id
msgid ""
"International Commercial Terms are a series of predefined commercial terms "
"used in international transactions."
msgstr ""
"Mednarodni pogoji (INCOTERMS) so v naprej določeni komercialni pogoji, ki se"
" uporabljajo pri mednarodnih prevozih."
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_intrastat
msgid "Intrastat"
msgstr "Intrastat"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Invalid"
msgstr "Neveljavno"
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"Invalid \"Zip Range\", You have to configure both \"From\" and \"To\" values"
" for the zip range and \"To\" should be greater than \"From\"."
msgstr ""
"Neveljaven \"Obseg poštnih številk\". Za obseg poštnih številk morate "
"konfigurirati vrednosti \"Od\" in \"Do\", vrednost \"Do\" pa mora biti večja"
" od vrednosti \"Od\"."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "Invalid domain for expression '%s' of line '%s': %s"
msgstr "Neveljavna domena za izraz '%s' na liniji '%s': %s"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Invalid fiscal year last day"
msgstr "Neveljaven zadnji dan poslovnega leta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_tag_invert
msgid "Invert Tags"
msgstr "Obrni oznake"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields,field_description:account.field_res_partner__invoice_warn
#: model:ir.model.fields,field_description:account.field_res_users__invoice_warn
#: model:ir.model.fields.selection,name:account.selection__account_analytic_applicability__business_domain__invoice
#: model:ir.model.fields.selection,name:account.selection__account_payment__reconciled_invoices_type__invoice
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__document_type__invoice
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Invoice"
msgstr "Račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid "Invoice #"
msgstr "Račun št. "
#. module: account
#: model:ir.ui.menu,name:account.menu_action_account_invoice_report_all
msgid "Invoice Analysis"
msgstr "Analiza računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_account__invoice_count
msgid "Invoice Count"
msgstr "Števec računov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:mail.message.subtype,description:account.mt_invoice_created
#: model:mail.message.subtype,name:account.mt_invoice_created
#, python-format
msgid "Invoice Created"
msgstr "Račun ustvarjen"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_out_invoice_tree
msgid "Invoice Currency"
msgstr "Valuta računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_date
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Invoice Date"
msgstr "Datum računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_filter_type_domain
#: model:ir.model.fields,field_description:account.field_account_move__invoice_filter_type_domain
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_filter_type_domain
msgid "Invoice Filter Type Domain"
msgstr "Domena vrste filtra računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_has_outstanding
#: model:ir.model.fields,field_description:account.field_account_move__invoice_has_outstanding
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_has_outstanding
msgid "Invoice Has Outstanding"
msgstr "Račun je neplačan"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_invoice_layout_step
msgid "Invoice Layout"
msgstr "Postavitev računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Invoice Line"
msgstr "Postavka računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Invoice Lines"
msgstr "Postavke računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree
msgid "Invoice Number"
msgstr "Številka računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_payment
msgid "Invoice Online Payment"
msgstr "Plačilo računa preko spleta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_outstanding_credits_debits_widget
#: model:ir.model.fields,field_description:account.field_account_move__invoice_outstanding_credits_debits_widget
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_outstanding_credits_debits_widget
msgid "Invoice Outstanding Credits Debits Widget"
msgstr "Pripomoček za neporavnane račune, dobropise in bremenitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_partner_display_name
#: model:ir.model.fields,field_description:account.field_account_move__invoice_partner_display_name
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_partner_display_name
msgid "Invoice Partner Display Name"
msgstr "Prikazano ime partnerja na računu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_payments_widget
#: model:ir.model.fields,field_description:account.field_account_move__invoice_payments_widget
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_payments_widget
msgid "Invoice Payments Widget"
msgstr "Pripomoček za plačila računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__preview_invoice
msgid "Invoice Preview"
msgstr "Predogled računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__state
msgid "Invoice Status"
msgstr "Status računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__invoice_tax_id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__invoice_tax_id
msgid "Invoice Tax"
msgstr "Davek računa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_totals
#: model:ir.model.fields,field_description:account.field_account_move__tax_totals
#: model:ir.model.fields,field_description:account.field_account_payment__tax_totals
msgid "Invoice Totals"
msgstr "Skupaj"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"Invoice and credit note distribution should each contain exactly one line "
"for the base."
msgstr ""
"Razporeditev računov in dobropisov mora vsebovati natanko eno vrstico za "
"osnovo."
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"Invoice and credit note distribution should have the same number of lines."
msgstr "Razporeditev računov in dobropisov mora imeti enako število vrstic."
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"Invoice and credit note distribution should match (same percentages, in the "
"same order)."
msgstr ""
"Porazdelitev računov in dobropisov se mora ujemati (enaki odstotki, v istem "
"vrstnem redu)."
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"Invoice and credit note repartition should have at least one tax repartition"
" line."
msgstr ""
"Razdelitev računov in dobropisov mora imeti vsaj eno vrstico za razdelitev "
"davka."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_line_ids
#: model:ir.model.fields,field_description:account.field_account_move__invoice_line_ids
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_line_ids
msgid "Invoice lines"
msgstr "Postavke računa"
#. module: account
#: model:mail.message.subtype,description:account.mt_invoice_paid
msgid "Invoice paid"
msgstr "Račun plačan"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Invoice send & Print"
msgstr "Račun pošlji & natisni"
#. module: account
#: model:mail.message.subtype,description:account.mt_invoice_validated
msgid "Invoice validated"
msgstr "Račun potrjen"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_date
#: model:ir.model.fields,field_description:account.field_account_move__invoice_date
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_date
msgid "Invoice/Bill Date"
msgstr "Datum računa"
#. module: account
#: model:mail.template,name:account.email_template_edi_invoice
msgid "Invoice: Sending"
msgstr "Račun: Pošiljanje"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Invoice_%(name)s%(post)s"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Invoiced"
msgstr "Zaračunano"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: model:ir.actions.act_window,name:account.action_move_out_invoice_type
#: model:ir.actions.report,name:account.account_invoices
#: model:ir.model.fields,field_description:account.field_account_invoice_send__invoice_ids
#: model:ir.model.fields,field_description:account.field_res_partner__invoice_ids
#: model:ir.model.fields,field_description:account.field_res_users__invoice_ids
#: model:ir.ui.menu,name:account.menu_action_move_out_invoice_type
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_graph
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#, python-format
msgid "Invoices"
msgstr "Računi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice
msgid "Invoices &amp; Bills"
msgstr "Izdani &amp; prejeti računi"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_invoice_report_all
#: model:ir.actions.act_window,name:account.action_account_invoice_report_all_supp
#: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_graph
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_pivot
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Invoices Analysis"
msgstr "Analiza računov"
#. module: account
#: model:ir.model,name:account.model_account_invoice_report
msgid "Invoices Statistics"
msgstr "Statistika računov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Invoices owed to you"
msgstr "Računi, ki vam jih dolgujemo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Invoices to Validate"
msgstr "Računi za potrditev"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__reconciled_bill_ids
#: model:ir.model.fields,help:account.field_account_payment__reconciled_invoice_ids
msgid "Invoices whose journal items have been reconciled with these payments."
msgstr "Računi, katerih postavke dnevnika so bile usklajene s temi plačili."
#. module: account
#: model:ir.actions.report,name:account.account_invoices_without_payment
msgid "Invoices without Payment"
msgstr "Računi brez plačila"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Invoices/Bills Partial Match if Underpaid"
msgstr "Delno ujemanje računov/faktur v primeru premajhnega plačila"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Invoices/Bills Perfect Match"
msgstr "Popolno ujemanje računov/faktur"
#. module: account
#: model:ir.ui.menu,name:account.account_invoicing_menu
#: model:ir.ui.menu,name:account.menu_finance
#: model_terms:ir.ui.view,arch_db:account.digest_digest_view_form
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "Invoicing"
msgstr "Obračun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__invoicing_legacy
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__invoicing_legacy
msgid "Invoicing App Legacy"
msgstr "Aplikacija za izdajanje računov starejša različica"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__between
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_amount__between
msgid "Is Between"
msgstr "Je med"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__is_coa_installed
#: model:ir.model.fields,field_description:account.field_res_users__is_coa_installed
msgid "Is Coa Installed"
msgstr "Je nameščen certifikat o potrjevanju"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__is_complete
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_complete
msgid "Is Complete"
msgstr "Je dokončano"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__is_mail_template_editor
msgid "Is Editor"
msgstr "Je urednik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_account_template__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_journal__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_move__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_payment__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_is_follower
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_is_follower
#: model:ir.model.fields,field_description:account.field_res_company__message_is_follower
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_is_follower
msgid "Is Follower"
msgstr "Je sledilec"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__greater
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_amount__greater
msgid "Is Greater Than"
msgstr "Je večje od"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__green_on_positive
msgid "Is Growth Good when Positive"
msgstr "Je rast dobra, ko je pozitivna"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__lower
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_amount__lower
msgid "Is Lower Than"
msgstr "Je nižje od"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__is_matched
msgid "Is Matched With a Bank Statement"
msgstr "Se ujema z bančnim izpiskom"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_move_sent
#: model:ir.model.fields,field_description:account.field_account_move__is_move_sent
#: model:ir.model.fields,field_description:account.field_account_payment__is_move_sent
msgid "Is Move Sent"
msgstr "Je premik poslan"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__is_off_balance
msgid "Is Off Balance"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__printed
msgid "Is Printed"
msgstr "Je natisnjeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_reconciled
#: model:ir.model.fields,field_description:account.field_account_payment__is_reconciled
msgid "Is Reconciled"
msgstr "Je usklajeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__is_refund
msgid "Is Refund"
msgstr "Je vračilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__is_same_currency
msgid "Is Same Currency"
msgstr "Je enaka valuta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_storno
#: model:ir.model.fields,field_description:account.field_account_move__is_storno
#: model:ir.model.fields,field_description:account.field_account_payment__is_storno
msgid "Is Storno"
msgstr "Je storno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__is_valid
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_valid
msgid "Is Valid"
msgstr "Veljavno"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__alias_name
msgid "It creates draft invoices and bills by sending an email."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__is_move_sent
#: model:ir.model.fields,help:account.field_account_move__is_move_sent
#: model:ir.model.fields,help:account.field_account_payment__is_move_sent
msgid "It indicates that the invoice/payment has been sent."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "It was previously '%(previous)s' and it is now '%(current)s'."
msgstr "Prej je bilo '%(previous)s' in zdaj je '%(current)s'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Items With Missing Analytic Distribution"
msgstr "Postavke z manjkajočo analitično porazdelitvijo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__1
msgid "January"
msgstr "Januar"
#. module: account
#: model:ir.model,name:account.model_account_journal
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__journal_id
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__journal_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement__journal_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__journal_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__journal_id
#: model:ir.model.fields,field_description:account.field_account_move__journal_id
#: model:ir.model.fields,field_description:account.field_account_move_line__journal_id
#: model:ir.model.fields,field_description:account.field_account_payment__journal_id
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__journal_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__journal_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__journal_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__linked_journal_id
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Journal"
msgstr "Dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__currency_id
msgid "Journal Currency"
msgstr "Valuta dnevnika"
#. module: account
#. odoo-javascript
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js:0
#: code:addons/account/static/src/js/legacy_mail_activity.js:0
#: model:ir.actions.act_window,name:account.action_move_journal_line
#: model:ir.ui.menu,name:account.menu_action_move_journal_line_form
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
#: model_terms:ir.ui.view,arch_db:account.view_move_tree
#, python-format
msgid "Journal Entries"
msgstr "Vnosi v dnevnik"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
msgid "Journal Entries by Date"
msgstr "Vnosi v dnevnik po datumu"
#. module: account
#. odoo-javascript
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_payment.py:0
#: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js:0
#: code:addons/account/static/src/js/legacy_mail_activity.js:0
#: model:ir.model,name:account.model_account_move
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__move_id
#: model:ir.model.fields,field_description:account.field_account_move_line__move_id
#: model:ir.model.fields,field_description:account.field_account_payment__move_id
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__entry
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
#, python-format
msgid "Journal Entry"
msgstr "Temeljnica"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"Journal Entry %s is not valid. In order to proceed, the journal items must "
"include one and only one outstanding payments/receipts account."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"Journal Entry %s is not valid. In order to proceed, the journal items must "
"include one and only one receivable/payable account (with an exception of "
"internal transfers)."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"Journal Entry %s is not valid. In order to proceed, the journal items must "
"share the same currency."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"Journal Entry %s is not valid. In order to proceed, the journal items must "
"share the same partner."
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_reversal__date_mode__entry
msgid "Journal Entry Date"
msgstr "Datum vnosa v dnevnik"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/components/account_payment_field/account_payment_field.js:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Journal Entry Info"
msgstr "Informacije o vnosu v dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal_group__name
msgid "Journal Group"
msgstr ""
#. module: account
#: model:ir.actions.act_window,name:account.action_account_journal_group_list
#: model:ir.model.fields,field_description:account.field_account_journal__journal_group_ids
#: model:ir.ui.menu,name:account.menu_action_account_journal_group_list
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_form
msgid "Journal Groups"
msgstr "Skupine dnevnikov"
#. module: account
#: model:ir.model,name:account.model_account_move_line
#: model:ir.model.fields,field_description:account.field_account_analytic_line__move_line_id
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Journal Item"
msgstr "Postavka"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Journal Item %s updated"
msgstr "Element dnevnika %s posodobljeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_label
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__label
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__label
msgid "Journal Item Label"
msgstr "Oznaka elementa v dnevniku"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_all
#: model:ir.actions.act_window,name:account.action_account_moves_all_a
#: model:ir.actions.act_window,name:account.action_account_moves_all_grouped_matching
#: model:ir.actions.act_window,name:account.action_account_moves_all_tree
#: model:ir.actions.act_window,name:account.action_move_line_select
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__line_ids
#: model:ir.model.fields,field_description:account.field_account_move__line_ids
#: model:ir.model.fields,field_description:account.field_account_payment__line_ids
#: model:ir.model.fields,field_description:account.field_res_partner__journal_item_count
#: model:ir.model.fields,field_description:account.field_res_users__journal_item_count
#: model:ir.ui.menu,name:account.menu_action_account_moves_all
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_pivot
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Journal Items"
msgstr "Postavke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__name
msgid "Journal Name"
msgstr "Naziv dnevnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_journal_payment_credit_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_payment_credit_account_id
msgid "Journal Outstanding Payments Account"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_journal_payment_debit_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_payment_debit_account_id
msgid "Journal Outstanding Receipts Account"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__account_journal_suspense_account_id
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_suspense_account_id
msgid "Journal Suspense Account"
msgstr "Dnevnik negotovega računa"
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_journal_code_company_uniq
msgid "Journal codes must be unique per company."
msgstr "Kode dnevnikov morajo biti edinstvene za vsako podjetje."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_journal_group_list
msgid "Journal group are used in reporting to display relevant data together."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__line_ids
msgid "Journal items"
msgstr "Postavke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Journal items where matching number isn't set"
msgstr "Postavke dnevnika, kjer ni nastavljena ujemajoča se številka"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_move_reversal.py:0
#, python-format
msgid "Journal should be the same type as the reversed entry."
msgstr "Dnevnik mora biti iste vrste kot stornirani vnos."
#. module: account
#: model:ir.model.fields,help:account.field_res_company__automatic_entry_default_journal_id
msgid "Journal used by default for moving the period of an entry"
msgstr "Dnevnik, ki se privzeto uporablja za premikanje obdobja vnosa"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__account_opening_journal_id
msgid ""
"Journal where the opening entry of this company's accounting has been "
"posted."
msgstr ""
"Dnevnik, v katerega je bil vknjižen začetni vnos računovodstva tega "
"podjetja."
#. module: account
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__journal_id
msgid "Journal where to create the entry."
msgstr "Dnevnik, v katerega želite ustvariti vnos."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "Journal:"
msgstr "Dnevnik:"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_journal_form
#: model:ir.model.fields,field_description:account.field_account_report__filter_journals
#: model:ir.ui.menu,name:account.menu_action_account_journal_form
#: model:ir.ui.menu,name:account.menu_finance_entries_accounting_miscellaneous
msgid "Journals"
msgstr "Dnevniki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_journal_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_journal_ids
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Journals Availability"
msgstr "Razpoložljivost dnevnikov"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__period_lock_date
msgid "Journals Entries Lock Date"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__json_activity_data
msgid "Json Activity Data"
msgstr "Podatki o dejavnosti JSON"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__7
msgid "July"
msgstr "Julij"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__6
msgid "June"
msgstr "Junij"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__account_dashboard_onboarding_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_invoice_onboarding_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_create_invoice_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_invoice_layout_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_sale_tax_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bank_data_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bill_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_coa_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_fy_data_state__just_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_taxes_state__just_done
msgid "Just done"
msgstr "Ravnokar opravljeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard
msgid "Kanban Dashboard"
msgstr "Kanban nadzorna plošča"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard_graph
msgid "Kanban Dashboard Graph"
msgstr "Graf nadzorne plošče Kanban"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__keep
msgid "Keep current order"
msgstr "Ohrani trenutni vrstni red"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Keep empty for no control"
msgstr "Pustite prazno za način brez nadzora"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__open
msgid "Keep open"
msgstr "Obdrži odprto"
#. module: account
#: model:ir.model.fields,help:account.field_product_product__property_account_income_id
#: model:ir.model.fields,help:account.field_product_template__property_account_income_id
msgid ""
"Keep this field empty to use the default value from the product category."
msgstr ""
"To polje pustite prazno, če želite uporabiti privzeto vrednost iz kategorije"
" izdelka."
#. module: account
#: model:ir.model.fields,help:account.field_product_product__property_account_expense_id
#: model:ir.model.fields,help:account.field_product_template__property_account_expense_id
msgid ""
"Keep this field empty to use the default value from the product category. If"
" anglo-saxon accounting with automated valuation method is configured, the "
"expense account on the product category will be used."
msgstr ""
"To polje pustite prazno, če želite uporabiti privzeto vrednost iz kategorije"
" izdelka. Če je konfigurirano anglosaško računovodstvo z avtomatizirano "
"metodo vrednotenja, bo uporabljen konto stroškov za kategorijo izdelka."
#. module: account
#: model:ir.model.fields,field_description:account.field_digest_digest__kpi_account_total_revenue_value
msgid "Kpi Account Total Revenue Value"
msgstr "Skupna vrednost prihodkov od ključnih kazalnikov uspešnosti računa"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_ref
#: model:ir.model.fields,field_description:account.field_account_move_line__name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_label
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_label
#: model:ir.model.fields,field_description:account.field_account_report_expression__label
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
#, python-format
msgid "Label"
msgstr "Naziv"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_label_param
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_label_param
msgid "Label Parameter"
msgstr "Oznaka parametera"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__description
msgid "Label on Invoices"
msgstr "Oznaka na računih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__lang
msgid "Language"
msgstr "Jezik"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Last Entry"
msgstr "Zadnji vnos"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid "Last Hash"
msgstr "Zadnji zgoščeni znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account____last_update
#: model:ir.model.fields,field_description:account.field_account_account_tag____last_update
#: model:ir.model.fields,field_description:account.field_account_account_template____last_update
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard____last_update
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard____last_update
#: model:ir.model.fields,field_description:account.field_account_bank_statement____last_update
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account.field_account_cash_rounding____last_update
#: model:ir.model.fields,field_description:account.field_account_chart_template____last_update
#: model:ir.model.fields,field_description:account.field_account_financial_year_op____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template____last_update
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template____last_update
#: model:ir.model.fields,field_description:account.field_account_full_reconcile____last_update
#: model:ir.model.fields,field_description:account.field_account_group____last_update
#: model:ir.model.fields,field_description:account.field_account_group_template____last_update
#: model:ir.model.fields,field_description:account.field_account_incoterms____last_update
#: model:ir.model.fields,field_description:account.field_account_invoice_report____last_update
#: model:ir.model.fields,field_description:account.field_account_invoice_send____last_update
#: model:ir.model.fields,field_description:account.field_account_journal____last_update
#: model:ir.model.fields,field_description:account.field_account_journal_group____last_update
#: model:ir.model.fields,field_description:account.field_account_move____last_update
#: model:ir.model.fields,field_description:account.field_account_move_line____last_update
#: model:ir.model.fields,field_description:account.field_account_move_reversal____last_update
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile____last_update
#: model:ir.model.fields,field_description:account.field_account_payment____last_update
#: model:ir.model.fields,field_description:account.field_account_payment_method____last_update
#: model:ir.model.fields,field_description:account.field_account_payment_method_line____last_update
#: model:ir.model.fields,field_description:account.field_account_payment_register____last_update
#: model:ir.model.fields,field_description:account.field_account_payment_term____last_update
#: model:ir.model.fields,field_description:account.field_account_payment_term_line____last_update
#: model:ir.model.fields,field_description:account.field_account_reconcile_model____last_update
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line____last_update
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template____last_update
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping____last_update
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template____last_update
#: model:ir.model.fields,field_description:account.field_account_report____last_update
#: model:ir.model.fields,field_description:account.field_account_report_column____last_update
#: model:ir.model.fields,field_description:account.field_account_report_expression____last_update
#: model:ir.model.fields,field_description:account.field_account_report_external_value____last_update
#: model:ir.model.fields,field_description:account.field_account_report_line____last_update
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard____last_update
#: model:ir.model.fields,field_description:account.field_account_root____last_update
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config____last_update
#: model:ir.model.fields,field_description:account.field_account_tax____last_update
#: model:ir.model.fields,field_description:account.field_account_tax_group____last_update
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line____last_update
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template____last_update
#: model:ir.model.fields,field_description:account.field_account_tax_template____last_update
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill____last_update
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm____last_update
#: model:ir.model.fields,field_description:account.field_account_unreconcile____last_update
#: model:ir.model.fields,field_description:account.field_validate_account_move____last_update
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__last_month
msgid "Last Month"
msgstr "Prejšnji mesec"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__last_quarter
msgid "Last Quarter"
msgstr "Zadnja četrtina"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__write_uid
#: model:ir.model.fields,field_description:account.field_account_account_tag__write_uid
#: model:ir.model.fields,field_description:account.field_account_account_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__write_uid
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__write_uid
#: model:ir.model.fields,field_description:account.field_account_bank_statement__write_uid
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__write_uid
#: model:ir.model.fields,field_description:account.field_account_chart_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__write_uid
#: model:ir.model.fields,field_description:account.field_account_group__write_uid
#: model:ir.model.fields,field_description:account.field_account_group_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_incoterms__write_uid
#: model:ir.model.fields,field_description:account.field_account_invoice_send__write_uid
#: model:ir.model.fields,field_description:account.field_account_journal__write_uid
#: model:ir.model.fields,field_description:account.field_account_journal_group__write_uid
#: model:ir.model.fields,field_description:account.field_account_move__write_uid
#: model:ir.model.fields,field_description:account.field_account_move_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_move_reversal__write_uid
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment_method__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment_register__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment_term__write_uid
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__write_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__write_uid
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_report__write_uid
#: model:ir.model.fields,field_description:account.field_account_report_column__write_uid
#: model:ir.model.fields,field_description:account.field_account_report_expression__write_uid
#: model:ir.model.fields,field_description:account.field_account_report_external_value__write_uid
#: model:ir.model.fields,field_description:account.field_account_report_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__write_uid
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__write_uid
#: model:ir.model.fields,field_description:account.field_account_tax__write_uid
#: model:ir.model.fields,field_description:account.field_account_tax_group__write_uid
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__write_uid
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_tax_template__write_uid
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__write_uid
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__write_uid
#: model:ir.model.fields,field_description:account.field_account_unreconcile__write_uid
#: model:ir.model.fields,field_description:account.field_validate_account_move__write_uid
msgid "Last Updated by"
msgstr "Zadnji posodobil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__write_date
#: model:ir.model.fields,field_description:account.field_account_account_tag__write_date
#: model:ir.model.fields,field_description:account.field_account_account_template__write_date
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__write_date
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__write_date
#: model:ir.model.fields,field_description:account.field_account_bank_statement__write_date
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__write_date
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__write_date
#: model:ir.model.fields,field_description:account.field_account_chart_template__write_date
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account_template__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__write_date
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__write_date
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__write_date
#: model:ir.model.fields,field_description:account.field_account_group__write_date
#: model:ir.model.fields,field_description:account.field_account_group_template__write_date
#: model:ir.model.fields,field_description:account.field_account_incoterms__write_date
#: model:ir.model.fields,field_description:account.field_account_invoice_send__write_date
#: model:ir.model.fields,field_description:account.field_account_journal__write_date
#: model:ir.model.fields,field_description:account.field_account_journal_group__write_date
#: model:ir.model.fields,field_description:account.field_account_move__write_date
#: model:ir.model.fields,field_description:account.field_account_move_line__write_date
#: model:ir.model.fields,field_description:account.field_account_move_reversal__write_date
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__write_date
#: model:ir.model.fields,field_description:account.field_account_payment__write_date
#: model:ir.model.fields,field_description:account.field_account_payment_method__write_date
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__write_date
#: model:ir.model.fields,field_description:account.field_account_payment_register__write_date
#: model:ir.model.fields,field_description:account.field_account_payment_term__write_date
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__write_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__write_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__write_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__write_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__write_date
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__write_date
#: model:ir.model.fields,field_description:account.field_account_report__write_date
#: model:ir.model.fields,field_description:account.field_account_report_column__write_date
#: model:ir.model.fields,field_description:account.field_account_report_expression__write_date
#: model:ir.model.fields,field_description:account.field_account_report_external_value__write_date
#: model:ir.model.fields,field_description:account.field_account_report_line__write_date
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__write_date
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__write_date
#: model:ir.model.fields,field_description:account.field_account_tax__write_date
#: model:ir.model.fields,field_description:account.field_account_tax_group__write_date
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__write_date
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__write_date
#: model:ir.model.fields,field_description:account.field_account_tax_template__write_date
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__write_date
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill_email_confirm__write_date
#: model:ir.model.fields,field_description:account.field_account_unreconcile__write_date
#: model:ir.model.fields,field_description:account.field_validate_account_move__write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__last_year
msgid "Last Year"
msgstr "Prejšnje leto"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__discount_date
msgid ""
"Last date at which the discounted amount must be paid in order for the Early"
" Payment Discount to be granted"
msgstr ""
"Zadnji datum, do katerega je treba plačati znižani znesek, da se odobri "
"popust za predčasno plačilo"
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__last_time_entries_checked
#: model:ir.model.fields,help:account.field_res_users__last_time_entries_checked
msgid ""
"Last time the invoices & payments matching was performed for this partner. "
"It is set either if there's not at least an unreconciled debit and an "
"unreconciled credit or if you click the \"Done\" button."
msgstr ""
"Nazadnje, ko je bilo za tega partnerja izvedeno usklajevanje računov in "
"plačil. Nastavi se, če ni vsaj enega neusklajenega debeta in neusklajenega "
"kredita ali če kliknete gumb \"Končano\"."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Late Activities"
msgstr "Aktivnosti z zamudo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Late Bills"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Late Invoices"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__last_time_entries_checked
#: model:ir.model.fields,field_description:account.field_res_users__last_time_entries_checked
msgid "Latest Invoices & Payments Matching Date"
msgstr "Datum zadnjega usklajevanja računov in plačil"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__sale_activity_user_id
msgid "Leave empty to assign the Salesperson of the invoice."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Leave empty to use the default outstanding account"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Legal Notes..."
msgstr "Pravna pojasnila..."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__note
msgid "Legal mentions that have to be printed on the invoices."
msgstr "Pravne omembe, ki morajo biti natisnjene na računih."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Less Payment"
msgstr "Manjše plačilo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Let your customers pay their invoices online"
msgstr "Omogočite kupcem plačevanje računov preko spleta"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Let's send the invoice."
msgstr "Pošljimo račun."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__hierarchy_level
msgid "Level"
msgstr "Nivo"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#, python-format
msgid "Liabilities"
msgstr "Obveznosti"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__liability
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Liability"
msgstr "Obveznost"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__line_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__line_ids
msgid "Line"
msgstr "Postavka"
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "Line \"%s\" defines itself as its parent."
msgstr "Črta\"%s\" se definira kot svoj starš."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"Line \"%s\" defines line \"%s\" as its parent, but appears before it in the "
"report. The parent must always come first."
msgstr ""
"Črta\"%s\" definira črto \"%s\" kot njegov nadrejeni element, vendar se v "
"poročilu pojavi pred njim. Nadrejeni element mora biti vedno na prvem mestu."
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__show_line_subtotals_tax_selection
msgid "Line Subtotals Tax Display"
msgstr "Prikaz davka pri vmesnih seštevkih"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Line subtotals tax display"
msgstr "Prikaz davka v vrsticah vmesnih seštevkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__line_ids
msgid "Lines"
msgstr "Vrstice"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "Lines from \"Off-Balance Sheet\" accounts cannot be reconciled"
msgstr "Vrstic iz računov »zunajbilančne stanja« ni mogoče uskladiti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
msgid "Liquidity"
msgstr "Likvidnost"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Liquidity Transfer"
msgstr "Prenos likvidnosti"
#. module: account
#: model:ir.model.fields,help:account.field_account_chart_template__tax_template_ids
msgid "List of all the taxes that have to be installed by the wizard"
msgstr "Seznam davkov , ki jih bo namestil čarovnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__load_more_limit
msgid "Load More Limit"
msgstr "Naloži več omejitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__lock_date_message
msgid "Lock Date Message"
msgstr "Sporočilo o datum zaklepanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__restrict_mode_hash_table
#: model:ir.model.fields,field_description:account.field_account_journal__restrict_mode_hash_table
#: model:ir.model.fields,field_description:account.field_account_move__restrict_mode_hash_table
#: model:ir.model.fields,field_description:account.field_account_payment__restrict_mode_hash_table
msgid "Lock Posted Entries with Hash"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__is_log
msgid "Log as Internal Note"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "Logo"
msgstr "Logotip"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Looks good. Let's continue."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_invoice_layout_step
msgid "Looks great!"
msgstr "Izgleda super!"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__loss_account_id
#: model:ir.model.fields,field_description:account.field_account_journal__loss_account_id
#: model:ir.model.fields,field_description:account.field_res_config_settings__expense_currency_exchange_account_id
msgid "Loss Account"
msgstr "Konto izgube"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__expense_currency_exchange_account_id
#: model:ir.model.fields,field_description:account.field_res_company__expense_currency_exchange_account_id
msgid "Loss Exchange Rate Account"
msgstr "Konto negativnih tečajnih razlik"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "MISC"
msgstr "Razl."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__made_sequence_hole
#: model:ir.model.fields,field_description:account.field_account_move__made_sequence_hole
#: model:ir.model.fields,field_description:account.field_account_payment__made_sequence_hole
msgid "Made Sequence Hole"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__mail_activity_type_id
msgid "Mail Activity Type"
msgstr "Tip poštne aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_account_template__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_journal__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_move__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_payment__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_res_company__message_main_attachment_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_main_attachment_id
msgid "Main Attachment"
msgstr "Glavna priponka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__commercial_partner_id
msgid "Main Partner"
msgstr "Glavni partner"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__currency_id
msgid "Main currency of the company."
msgstr "Glavna valuta družbe"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Main currency of your company"
msgstr "Glavna valuta vaše družbe"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
msgid "Make Accrual Entries"
msgstr "Vnesite obračunske vnose"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__reply_to_force_new
msgid ""
"Manage answers as new incoming emails instead of replies going to the same "
"thread."
msgstr ""
#. module: account
#: model:ir.ui.menu,name:account.account_management_menu
#: model:ir.ui.menu,name:account.account_reports_management_menu
#: model:ir.ui.menu,name:account.menu_finance_entries_management
msgid "Management"
msgstr "Upravljanje"
#. module: account
#: model:account.payment.method,name:account.account_payment_method_manual_in
#: model:account.payment.method,name:account.account_payment_method_manual_out
msgid "Manual"
msgstr "Ročno"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Manual entry"
msgstr "Ročni vnos"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__inbound_payment_method_line_ids
msgid ""
"Manual: Get paid by any method outside of Odoo.\n"
"Payment Providers: Each payment provider has its own Payment Method. Request a transaction on/to a card thanks to a payment token saved by the partner when buying or subscribing online.\n"
"Batch Deposit: Collect several customer checks at once generating and submitting a batch deposit to your bank. Module account_batch_payment is necessary.\n"
"SEPA Direct Debit: Get paid in the SEPA zone thanks to a mandate your partner will have granted to you. Module account_sepa is necessary.\n"
msgstr ""
"Ročno: Plačilo na katero koli metodo zunaj Odooja.\n"
"Ponudniki plačilnih storitev: Vsak ponudnik plačilnih storitev ima svojo metodo plačila. Zahtevajte transakcijo na kartico s pomočjo plačilnega žetona, ki ga partner shrani ob spletnem nakupu ali naročilu.\n"
"Paketno nakazilo: Zberite več čekov strank hkrati, ustvarite in oddajte paketno nakazilo svoji banki. Modul account_batch_payment je potreben.\n"
"SEPA direktna obremenitev: Plačilo v območju SEPA prek mandata, ki vam ga je podelil vaš partner. Modul account_sepa je potreben.\n"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__outbound_payment_method_line_ids
msgid ""
"Manual: Pay by any method outside of Odoo.\n"
"Check: Pay bills by check and print it from Odoo.\n"
"SEPA Credit Transfer: Pay in the SEPA zone by submitting a SEPA Credit Transfer file to your bank. Module account_sepa is necessary.\n"
msgstr ""
"Ročno: Plačajte s katero koli metodo zunaj Odooja.\n"
"Ček: Plačajte račune s čekom in ga natisnite iz Odooja.\n"
"Kreditno nakazilo SEPA: Plačajte v območju SEPA tako, da svoji banki pošljete datoteko za kreditno nakazilo SEPA. Modul account_sepa je potreben.\n"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__payment_method_line_id
#: model:ir.model.fields,help:account.field_account_payment_register__payment_method_line_id
msgid ""
"Manual: Pay or Get paid by any method outside of Odoo.\n"
"Payment Providers: Each payment provider has its own Payment Method. Request a transaction on/to a card thanks to a payment token saved by the partner when buying or subscribing online.\n"
"Check: Pay bills by check and print it from Odoo.\n"
"Batch Deposit: Collect several customer checks at once generating and submitting a batch deposit to your bank. Module account_batch_payment is necessary.\n"
"SEPA Credit Transfer: Pay in the SEPA zone by submitting a SEPA Credit Transfer file to your bank. Module account_sepa is necessary.\n"
"SEPA Direct Debit: Get paid in the SEPA zone thanks to a mandate your partner will have granted to you. Module account_sepa is necessary.\n"
msgstr ""
"Ročno: Plačajte ali prejmite plačilo na katero koli metodo zunaj Odooja.\n"
"Ponudniki plačilnih storitev: Vsak ponudnik plačilnih storitev ima svojo metodo plačila. Zahtevajte transakcijo na kartico s pomočjo plačilnega žetona, ki ga partner shrani ob spletnem nakupu ali naročilu.\n"
"Ček: Plačajte račune s čekom in ga natisnite iz Odooja.\n"
"Paketno nakazilo: Zberite več čekov strank hkrati, ustvarite in oddajte paketno nakazilo svoji banki. Modul account_batch_payment je potreben.\n"
"Kreditno nakazilo SEPA: Plačajte v območju SEPA tako, da svoji banki pošljete datoteko za kreditno nakazilo SEPA. Modul account_sepa je potreben.\n"
"SEPA direktna obremenitev: Prejemajte plačila v območju SEPA zahvaljujoč mandatu, ki vam ga je podelil vaš partner. Modul account_sepa je potreben.\n"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__3
msgid "March"
msgstr "Marec"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Margin Analysis"
msgstr "Analiza marž"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Mark as Sent"
msgstr "Označi kot poslano"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__reconcile
msgid "Mark as fully paid"
msgstr "Označi kot v celoti plačano"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__match_regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__match_regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__match_regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_label__match_regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_note__match_regex
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_transaction_type__match_regex
msgid "Match Regex"
msgstr "Regularni izraz ujemanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_label
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_text_location_label
msgid "Match Text Location Label"
msgstr "Ujemanje besedila z oznako lokacije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_note
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_text_location_note
msgid "Match Text Location Note"
msgstr "Ujemanje besedila z opombo o lokaciji"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_reference
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_text_location_reference
msgid "Match Text Location Reference"
msgstr "Ujemanje besedila z referenco lokacije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__matched_credit_ids
msgid "Matched Credits"
msgstr "Ujemanje kreditov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__matched_debit_ids
msgid "Matched Debits"
msgstr "Usklajene obremenitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__reconciled_line_ids
#: model_terms:ir.ui.view,arch_db:account.view_full_reconcile_form
msgid "Matched Journal Items"
msgstr "Ujemanje postavk"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Matched Transactions"
msgstr "Ujemajoče se transakcije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__full_reconcile_id
#: model_terms:ir.ui.view,arch_db:account.view_full_reconcile_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Matching"
msgstr "Ujemanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__matching_number
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Matching #"
msgstr "Ujemanje #"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__matching_order
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__matching_order
msgid "Matching Order"
msgstr "Ujemanje naročil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_category_ids
msgid "Matching categories"
msgstr "Ujemanje kategorij"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__matching_number
msgid ""
"Matching number for this line, 'P' if it is only partially reconcile, or the"
" name of the full reconcile if it exists."
msgstr ""
"Ujemajoča se številka za to vrstico, 'P', če gre le za delno uskladitev, ali"
" ime celotne uskladitve, če obstaja."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_ids
msgid "Matching partners"
msgstr "Ujemanje partnerjev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Matching rules"
msgstr "Pravila ujemanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__max_date
msgid "Max Date of Matched Lines"
msgstr "Največji datum ujemajočih se vrstic"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__5
msgid "May"
msgstr "Maj"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__communication
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Memo"
msgstr "Zapisek"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
#, python-format
msgid "Memo:"
msgstr "Zapis:"
#. module: account
#: model:ir.model,name:account.model_base_partner_merge_automatic_wizard
msgid "Merge Partner Wizard"
msgstr "Čarovnik spajanja partnerjev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_has_error
#: model:ir.model.fields,field_description:account.field_account_account_template__message_has_error
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_error
#: model:ir.model.fields,field_description:account.field_account_journal__message_has_error
#: model:ir.model.fields,field_description:account.field_account_move__message_has_error
#: model:ir.model.fields,field_description:account.field_account_payment__message_has_error
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_error
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_error
#: model:ir.model.fields,field_description:account.field_res_company__message_has_error
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_error
msgid "Message Delivery error"
msgstr "Napaka pri dostavi sporočila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__record_name
msgid "Message Record Name"
msgstr "Naziv zapisa sporočila"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__invoice_warn_msg
#: model:ir.model.fields,field_description:account.field_res_users__invoice_warn_msg
msgid "Message for Invoice"
msgstr "Sporočilo za račun"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__message_type
msgid ""
"Message type: email for email message, notification for system message, "
"comment for other messages such as user replies"
msgstr ""
"Tip sporočila: elektronska pošta za elektronsko sporočilo, zaznamek za "
"sistemsko sporočilo, komentar za ostala sporočila kot npr. uporabnikov "
"odgovor"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_ids
#: model:ir.model.fields,field_description:account.field_account_account_template__message_ids
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_ids
#: model:ir.model.fields,field_description:account.field_account_journal__message_ids
#: model:ir.model.fields,field_description:account.field_account_move__message_ids
#: model:ir.model.fields,field_description:account.field_account_payment__message_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_ids
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_ids
#: model:ir.model.fields,field_description:account.field_res_company__message_ids
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_ids
msgid "Messages"
msgstr "Sporočila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__payment_method_id
msgid "Method"
msgstr "Metoda"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__minus_report_expression_ids
msgid "Minus Report Expressions"
msgstr ""
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_journal_misc
#: model:ir.model.fields.selection,name:account.selection__account_journal__type__general
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Miscellaneous"
msgstr "Razno"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Miscellaneous Operations"
msgstr "Razne operacije"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_validate_account_move.py:0
#, python-format
msgid "Missing 'active_model' in context."
msgstr "V kontekstu manjka 'active_model'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_partial_reconcile.py:0
#, python-format
msgid "Missing foreign currencies on partials having ids: %s"
msgstr "Manjkajoče tuje valute na delnih vlogah z identifikacijami: %s"
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_move_line_check_accountable_required_fields
msgid "Missing required account on accountable line."
msgstr "V odgovorni vrstici manjka zahtevani račun."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__model_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__model_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__model_id
msgid "Model"
msgstr "Model"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "Model Name"
msgstr "Naziv modela"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__biggest_tax
msgid "Modify tax amount"
msgstr "Spremeni znesek davka"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__monetary
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__monetary
msgid "Monetary"
msgstr "Denarno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Monitor your product margins from invoices"
msgstr "Spremljajte proizvodne marže v računih"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__monthly
msgid "Monthly"
msgstr "Mesečno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__months
msgid "Months"
msgstr "Meseci"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__move_id
#: model:ir.model.fields,field_description:account.field_account_move_reversal__move_ids
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__move_ids
msgid "Move"
msgstr "Premik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_data
msgid "Move Data"
msgstr "Prenos podatkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_line_ids
msgid "Move Line"
msgstr "Postavka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__move_type
#: model:ir.model.fields,field_description:account.field_account_move_reversal__move_type
msgid "Move Type"
msgstr "Vrsta premika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__move_types
msgid "Move types"
msgstr "Vrste premikov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_multi_company
msgid "Multi-Company"
msgstr "Več podjetij"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__direction_sign
#: model:ir.model.fields,help:account.field_account_move__direction_sign
#: model:ir.model.fields,help:account.field_account_payment__direction_sign
msgid ""
"Multiplicator depending on the document type, to convert a price into a "
"balance"
msgstr "Množitelj, odvisno od vrste dokumenta, za pretvorbo cene v stanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__my_activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_journal__my_activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_move__my_activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_payment__my_activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__my_activity_date_deadline
#: model:ir.model.fields,field_description:account.field_res_partner_bank__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr "My Activity Deadline"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "My Invoices"
msgstr "Moji računi"
#. module: account
#: model:account.report.column,name:account.generic_tax_report_account_tax_column_net
#: model:account.report.column,name:account.generic_tax_report_column_net
#: model:account.report.column,name:account.generic_tax_report_tax_account_column_net
msgid "NET"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__name
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__name
#: model:ir.model.fields,field_description:account.field_account_chart_template__name
#: model:ir.model.fields,field_description:account.field_account_group__name
#: model:ir.model.fields,field_description:account.field_account_group_template__name
#: model:ir.model.fields,field_description:account.field_account_incoterms__name
#: model:ir.model.fields,field_description:account.field_account_payment_method__name
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__name
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__name
#: model:ir.model.fields,field_description:account.field_account_report__name
#: model:ir.model.fields,field_description:account.field_account_report_column__name
#: model:ir.model.fields,field_description:account.field_account_report_external_value__name
#: model:ir.model.fields,field_description:account.field_account_report_line__name
#: model:ir.model.fields,field_description:account.field_account_root__name
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_name
#: model:ir.model.fields,field_description:account.field_account_tax_group__name
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Name"
msgstr "Naziv"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__name_searchable
msgid "Name Searchable"
msgstr "Iskanje po imenu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Navigate easily through reports and see what is behind the numbers"
msgstr ""
"Preprosto se pomikajte po poročilih in si oglejte, kaj se skriva za "
"številkami"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__half-up
msgid "Nearest"
msgstr "Najbližji"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__needed_terms
#: model:ir.model.fields,field_description:account.field_account_move__needed_terms
#: model:ir.model.fields,field_description:account.field_account_payment__needed_terms
msgid "Needed Terms"
msgstr "Potrebni pogoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__needed_terms_dirty
#: model:ir.model.fields,field_description:account.field_account_move__needed_terms_dirty
#: model:ir.model.fields,field_description:account.field_account_payment__needed_terms_dirty
msgid "Needed Terms Dirty"
msgstr "Potrebni izrazi umazani"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__tax_negate
msgid "Negate Tax Balance"
msgstr "Negiraj davčno stanje"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__amount_signed
msgid "Negative value of amount field if payment_type is outbound"
msgstr "Negativna vrednost polja znesek, če je vrsta plačila odhodna"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid "Nested group of taxes are not allowed."
msgstr "Vgnezdene skupine davkov niso dovoljene."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__never
#: model:ir.model.fields.selection,name:account.selection__res_company__early_pay_discount_computation__excluded
msgid "Never"
msgstr "Nikoli"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__new_journal_name
msgid "New Journal Name"
msgstr "Novo ime dnevnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__new_move_ids
msgid "New Move"
msgstr "Nova selitev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "New Transaction"
msgstr "Nova transakcija"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__new_values
msgid "New Values"
msgstr "Nove vrednosti"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__new_first
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__matching_order__new_first
msgid "Newest first"
msgstr "Najnovejše najprej"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_calendar_event_id
#: model:ir.model.fields,field_description:account.field_account_journal__activity_calendar_event_id
#: model:ir.model.fields,field_description:account.field_account_move__activity_calendar_event_id
#: model:ir.model.fields,field_description:account.field_account_payment__activity_calendar_event_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_calendar_event_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_calendar_event_id
msgid "Next Activity Calendar Event"
msgstr "Naslednji dogodek v koledarju"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_journal__activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_move__activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_payment__activity_date_deadline
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_date_deadline
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_date_deadline
msgid "Next Activity Deadline"
msgstr "Rok naslednje aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_summary
#: model:ir.model.fields,field_description:account.field_account_journal__activity_summary
#: model:ir.model.fields,field_description:account.field_account_move__activity_summary
#: model:ir.model.fields,field_description:account.field_account_payment__activity_summary
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_summary
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_summary
msgid "Next Activity Summary"
msgstr "Povzetek naslednje aktivnosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_type_id
#: model:ir.model.fields,field_description:account.field_account_journal__activity_type_id
#: model:ir.model.fields,field_description:account.field_account_move__activity_type_id
#: model:ir.model.fields,field_description:account.field_account_payment__activity_type_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_type_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_type_id
msgid "Next Activity Type"
msgstr "Tip naslednje aktivnosti"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__no
msgid "No"
msgstr "Ne"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "No Bank Matching"
msgstr "Ni ujemanja banke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__blocked
msgid "No Follow-up"
msgstr "Ni nadaljevanja"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__none
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__none
msgid "No Formatting"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__no-message
msgid "No Message"
msgstr "Brez sporočila"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__no_template
msgid "No Template"
msgstr "Brez predloge"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid "No attachment was provided"
msgstr "Priponka ni priloženo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"No journal could be found in company %(company_name)s for any of those "
"types: %(journal_types)s"
msgstr ""
"V podjetju ni bilo mogoče najti nobenega dnevnika %(company_name)s za katero"
" koli od teh vrst: %(journal_types)s"
#. module: account
#. odoo-python
#: code:addons/account/models/ir_actions_report.py:0
#, python-format
msgid ""
"No original purchase document could be found for any of the selected "
"purchase documents."
msgstr ""
"Za nobenega od izbranih dokumentov o nakupu ni bilo mogoče najti "
"originalnega dokumenta o nakupu."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "No possible action found with the selected lines."
msgstr "Z izbranimi vrsticami ni bilo mogoče najti nobenega možnega dejanja."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid ""
"No tax template found for this country. Please install the corresponding "
"localization module."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_company__tax_lock_date
msgid ""
"No users can edit journal entries related to a tax prior and inclusive of "
"this date."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_company__fiscalyear_lock_date
msgid ""
"No users, including Advisers, can edit accounts prior to and inclusive of "
"this date. Use it for fiscal year locking for example."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_chart_template__code_digits
msgid "No. of Digits to use for account code"
msgstr "Število mest za konto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__non_trade
msgid "Non Trade"
msgstr "Ne trgovina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Non Trade Payable"
msgstr "Neposlovne obveznosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Non Trade Receivable"
msgstr "Neposlovne terjatve"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_non_current
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_non_current
msgid "Non-current Assets"
msgstr "Dolgoročna sredstva"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_non_current
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__liability_non_current
msgid "Non-current Liabilities"
msgstr "Dolgoročne obveznosti"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__none
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__type_tax_use__none
msgid "None"
msgstr "Ni prenosa"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__normal
msgid "Normal Debtor"
msgstr "Običajen dolžnik"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__not_contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__not_contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__not_contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_label__not_contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_note__not_contains
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__match_transaction_type__not_contains
msgid "Not Contains"
msgstr "Ne vsebuje"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Not Due"
msgstr "Ni zapadlo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__not_paid
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__not_paid
msgid "Not Paid"
msgstr "Ni plačano"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__account_dashboard_onboarding_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_invoice_onboarding_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_create_invoice_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_invoice_layout_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_onboarding_sale_tax_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bank_data_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_bill_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_coa_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_fy_data_state__not_done
#: model:ir.model.fields.selection,name:account.selection__res_company__account_setup_taxes_state__not_done
msgid "Not done"
msgstr "Ni opravljeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__note
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_note
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_note
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__line_note
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Note"
msgstr "Opomba"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_note_param
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_note_param
msgid "Note Parameter"
msgstr "Opomba parametera"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_refund_type
msgid ""
"Note that the easiest way to create a credit note is to do it directly\n"
" from the customer invoice."
msgstr ""
"Upoštevajte, da je najlažji način, da ustvarite dobropis neposredno\n"
" iz računa stranke."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_refund_type
msgid ""
"Note that the easiest way to create a vendor credit note is to do it "
"directly from the vendor bill."
msgstr ""
"Upoštevajte, da je najlažji način za ustvarjanje dobropisa dobavitelja "
"neposredno iz računa dobavitelja."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__note
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__note
msgid "Notes"
msgstr "Beležke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__notify
msgid "Notify followers"
msgstr "Obvesti sledilce"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__notify
msgid "Notify followers of the document (mass post only)"
msgstr "Obvesti sledilce dokumenta (le za masovno pošto)"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__11
msgid "November"
msgstr "November"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Now, we'll create your first invoice."
msgstr "Zdaj bomo ustvarili vaš prvi račun."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__num_journals_without_account
msgid "Num Journals Without Account"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__name
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__name
#: model:ir.model.fields,field_description:account.field_account_move__name
#: model:ir.model.fields,field_description:account.field_account_move_line__move_name
#: model:ir.model.fields,field_description:account.field_account_payment__name
msgid "Number"
msgstr "Številka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_account_template__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_journal__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_move__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_payment__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_res_company__message_needaction_counter
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_needaction_counter
msgid "Number of Actions"
msgstr "Število aktivnosti"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__discount_days
msgid "Number of days before the early payment proposition expires"
msgstr "Število dni pred iztekom ponudbe za predčasno plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__number_entries
msgid "Number of entries related to this model"
msgstr "Število vnosov, povezanih s tem modelom"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_account_template__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_journal__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_move__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_payment__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_res_company__message_has_error_counter
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_error_counter
msgid "Number of errors"
msgstr "Število napak"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_account_template__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_bank_statement_line__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_journal__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_move__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_payment__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_reconcile_model__message_needaction_counter
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_needaction_counter
#: model:ir.model.fields,help:account.field_res_company__message_needaction_counter
#: model:ir.model.fields,help:account.field_res_partner_bank__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Number of messages requiring action"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_account_template__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_journal__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_move__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_payment__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_error_counter
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_error_counter
#: model:ir.model.fields,help:account.field_res_company__message_has_error_counter
#: model:ir.model.fields,help:account.field_res_partner_bank__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Število sporočil, ki niso bila pravilno dostavljena."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__past_months_limit
msgid ""
"Number of months in the past to consider entries from when applying this "
"model."
msgstr ""
"Število preteklih mesecev, iz katerih se upoštevajo vnosi pri uporabi tega "
"modela."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "OFX Import"
msgstr "OFX uvoz"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__10
msgid "October"
msgstr "Oktober"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__odoo
msgid "Odoo"
msgstr "Odoo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__domain
msgid "Odoo Domain"
msgstr "Odoo Domena"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree
msgid ""
"Odoo allows you to reconcile a statement line directly with\n"
" the related sale or purchase invoices."
msgstr ""
"Odoo vam omogoča, da neposredno uskladite vrstico izjave z\n"
" povezane prodajne ali nakupne račune."
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_customer
msgid "Odoo helps you easily track all activities related to a customer."
msgstr ""
"Odoo vam pomaga enostavno spremljati vse dejavnosti, povezane s stranko."
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier
msgid "Odoo helps you easily track all activities related to a supplier."
msgstr ""
"Odoo vam pomaga enostavno slediti vsem dejavnostim, povezanim z "
"dobaviteljem."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__off_balance
msgid "Off Balance"
msgstr "Izvenbilančna postavka"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__off_balance
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__off_balance
msgid "Off-Balance Sheet"
msgstr "Izvenbilančna stanja"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__old_first
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__matching_order__old_first
msgid "Oldest first"
msgstr "Najprej najstarejši"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__early_pay_discount_computation__included
msgid "On early payment"
msgstr "Pri predčasnem plačilu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill_email_confirm
msgid "Once done, press continue."
msgstr ""
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Once everything is as you want it, validate."
msgstr ""
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid ""
"Once everything is set, you are good to continue. You will be able to edit "
"this later in the <b>Customers</b> menu."
msgstr ""
"Ko je vse nastavljeno, lahko nadaljujete. To boste lahko uredili pozneje v <b>Stranke\n"
"</b> meni."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Once installed, set 'Bank Feeds' to 'File Import' in bank account "
"settings.This adds a button to import from the Accounting dashboard."
msgstr ""
"Ko je nameščen, v nastavitvah bančnega računa nastavite »Bančne vire« na "
"»Uvoz datotek«. S tem se doda gumb za uvoz iz nadzorne plošče za "
"računovodstvo."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Once your invoice is ready, press CONFIRM."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "One or more Bank Accounts set on this partner are also used by other"
msgstr ""
"Enega ali več bančnih računov, odprtih za tega partnerja, uporabljajo tudi "
"drugi"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "One or more lines require a 100% analytic distribution."
msgstr "Ena ali več vrstic zahteva 100-odstotno analitično porazdelitev."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid ""
"Only 'tax_tags' expressions can be linked to a tax repartition line "
"template."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__only_tax_exigible
msgid "Only Tax Exigible Lines"
msgstr "Samo davčno upravičene vrstice"
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"Only a report without a root report of its own can be selected as root "
"report."
msgstr ""
"Kot korensko poročilo je mogoče izbrati samo poročilo brez lastnega "
"korenskega poročila."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Only administrators can load a chart of accounts"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/ir_actions_report.py:0
#, python-format
msgid "Only invoices could be printed."
msgstr "Natisniti je bilo mogoče le račune."
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_register__group_payment
msgid ""
"Only one payment will be created by partner (bank), instead of one per bill."
msgstr "Partner (banka) bo ustvaril samo eno plačilo namesto enega na račun."
#. module: account
#: model:ir.model.fields,help:account.field_res_company__period_lock_date
msgid ""
"Only users with the 'Adviser' role can edit accounts prior to and inclusive "
"of this date. Use it for period locking inside an open fiscal year, for "
"example."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/controllers/terms.py:0
#, python-format
msgid "Oops"
msgstr "Opa"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__posted
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__none
msgid "Open"
msgstr "Odprto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__opening_balance
msgid "Opening Balance"
msgstr "Začetno stanje"
#. module: account
#: model:ir.model,name:account.model_account_financial_year_op
msgid "Opening Balance of Financial Year"
msgstr "Začetno stanje finančnega leta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__opening_credit
msgid "Opening Credit"
msgstr "Uvodni kredit"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_date
msgid "Opening Date"
msgstr "Datum odprtja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__opening_debit
msgid "Opening Debit"
msgstr "Začetna bremenitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_opening_date
msgid "Opening Entry"
msgstr "Otvoritveni vnos"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_opening_journal_id
msgid "Opening Journal"
msgstr "Otvoritveni dnevnik"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#: model:ir.model.fields,field_description:account.field_res_company__account_opening_move_id
#, python-format
msgid "Opening Journal Entry"
msgstr "Otvoritveni dnevniški vnos"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_move_posted
msgid "Opening Move Posted"
msgstr "Objavljena otvoritvena poteza"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Opening balance"
msgstr "Začetno stanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "Operation Templates"
msgstr "Predloge operacij"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid "Operation not supported"
msgstr "Operacija ni podprta"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__optional
msgid "Optional"
msgstr "Neobvezno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_template__nocreate
msgid "Optional Create"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_account__tag_ids
#: model:ir.model.fields,help:account.field_account_account_template__tag_ids
msgid "Optional tags you may want to assign for custom reporting"
msgstr ""
"Izbirne oznake, ki jih boste morda želeli dodeliti za poročanje po meri"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__lang
msgid ""
"Optional translation language (ISO code) to select when sending out an "
"email. If not set, the english version will be used. This should usually be "
"a placeholder expression that provides the appropriate language, e.g. {{ "
"object.partner_id.lang }}."
msgstr ""
"Izbirni jezik prevoda (koda ISO), ki ga je treba izbrati pri pošiljanju "
"e-pošte. Če ni nastavljen, bo uporabljena angleška različica. Običajno naj "
"bo to nadomestni izraz, ki ponuja ustrezen jezik, npr. {{ "
"object.partner_id.lang }}."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_tour_upload_bill.py:0
#, python-format
msgid "Or send a bill to %s@%s"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__ordering
msgid "Ordering"
msgstr "Vrstni red"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_origin
#: model:ir.model.fields,field_description:account.field_account_move__invoice_origin
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_origin
msgid "Origin"
msgstr "Izvor"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_expression_label
msgid "Origin Expression Label"
msgstr "Oznaka izvornega izraza"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_report_line_id
msgid "Origin Line"
msgstr "Izvorna črta"
#. module: account
#: model:ir.actions.report,name:account.action_account_original_vendor_bill
msgid "Original Bills"
msgstr "Izvirni računi"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__reply_to_mode
msgid ""
"Original Discussion: Answers go in the original document discussion thread. \n"
" Another Email Address: Answers go to the email address mentioned in the tracking message-id instead of original document discussion thread. \n"
" This has an impact on the generated message-id."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__group_tax_id
msgid "Originator Group of Taxes"
msgstr "Skupina davkov originatorja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__payment_id
msgid "Originator Payment"
msgstr "Izvajalec plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__statement_line_id
msgid "Originator Statement Line"
msgstr "Izjava originatorja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_line_id
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Originator Tax"
msgstr "Davek za originatorje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_repartition_line_id
msgid "Originator Tax Distribution Line"
msgstr "Razdelitvena linija za poreklo davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_group_id
msgid "Originator tax group"
msgstr "Davčna skupina originatorja"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#, python-format
msgid "Other"
msgstr "Drugo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__income_other
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__income_other
msgid "Other Income"
msgstr "Drugi prihodki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Other Info"
msgstr "Ostale informacije"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"Our invoices are payable within 21 working days, unless another payment "
"timeframe is indicated on either the invoice or the order. In the event of "
"non-payment by the due date,"
msgstr ""
"Naši računi so plačljivi v 21 delovnih dneh, razen če je na računu ali "
"naročilu naveden drug plačilni rok. V primeru neplačila do roka zapadlosti,"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__outbound
msgid "Outbound"
msgstr "Izhodno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__outbound_payment_method_line_ids
msgid "Outbound Payment Methods"
msgstr "Načini odhodnega plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Outgoing Payments"
msgstr "Odhodna plačila"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_journal_payment_credit_account_id
msgid ""
"Outgoing Payments are posted on an Outstanding Payments Account. In the bank reconciliation widget, they appear as blue lines.\n"
"Bank transactions are then reconciled on the Outstanding Payments Account rather the Payable Account."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__mail_server_id
msgid "Outgoing mail server"
msgstr "Odhodni SMTP strežnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_stock_account_output_categ_id
#: model:ir.model.fields,field_description:account.field_res_company__property_stock_account_output_categ_id
msgid "Output Account for Stock Valuation"
msgstr "Izhodni konto za vrednotenje zaloge"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__outstanding_account_id
msgid "Outstanding Account"
msgstr "Neporavnani račun"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Outstanding Payments"
msgstr "Neporavnana plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_payment_credit_account_id
msgid "Outstanding Payments Account"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Outstanding Payments accounts"
msgstr "Neporavnani računi plačil"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Outstanding Receipts"
msgstr "Neporavnani računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_payment_debit_account_id
msgid "Outstanding Receipts Account"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Outstanding Receipts accounts"
msgstr "Neporavnani računi prejemkov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Outstanding credits"
msgstr "Odprte terjatve"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Outstanding debits"
msgstr "Odprte obveznosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Overdue"
msgstr "Zapadlo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Overdue invoices, maturity date passed"
msgstr "Zamujeni računi, rok zapadlosti je potekel"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "P&L Accounts"
msgstr "Računi dobička in izgube"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Package"
msgstr "Programski paket"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__paid
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__paid
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__amount_paid
#: model:mail.message.subtype,name:account.mt_invoice_paid
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Paid"
msgstr "Plačano"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Paid Bills"
msgstr "Plačani računi"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Paid Invoices"
msgstr "Plačani računi"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
#, python-format
msgid "Paid on"
msgstr "Plačano"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__both
msgid "Paid/Received"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__paired_internal_transfer_payment_id
msgid "Paired Internal Transfer Payment"
msgstr "Parno notranje nakazilo plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_group__parent_id
#: model:ir.model.fields,field_description:account.field_account_group_template__parent_id
#: model:ir.model.fields,field_description:account.field_account_root__parent_id
msgid "Parent"
msgstr "Nadrejeni"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__parent_id
msgid "Parent Chart Template"
msgstr "Matična predloga grafikona"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__parent_id
msgid "Parent Line"
msgstr "Starševska linija"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__parent_id
msgid "Parent Message"
msgstr "Nadrejeno sporočilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_group__parent_path
msgid "Parent Path"
msgstr "Pot nadrejenega"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__report_id
msgid "Parent Report"
msgstr "Poročilo staršev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Partial"
msgstr "Delno"
#. module: account
#: model:ir.model,name:account.model_account_partial_reconcile
msgid "Partial Reconcile"
msgstr "Delno usklajevanje"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_reversal__refund_method__refund
msgid "Partial Refund"
msgstr "Delni dobropis"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__partial
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__partial
msgid "Partially Paid"
msgstr "Delno plačan"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: model:ir.model.fields,field_description:account.field_account_analytic_line__partner_id
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__partner_id
#: model:ir.model.fields,field_description:account.field_account_move__partner_id
#: model:ir.model.fields,field_description:account.field_account_move_line__partner_id
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__partner_id
#: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_various_payment_tree
#, python-format
msgid "Partner"
msgstr "Partner"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__contract_ids
#: model:ir.model.fields,field_description:account.field_res_users__contract_ids
msgid "Partner Contracts"
msgstr "Partnerske pogodbe"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_credit_warning
#: model:ir.model.fields,field_description:account.field_account_move__partner_credit_warning
#: model:ir.model.fields,field_description:account.field_account_payment__partner_credit_warning
msgid "Partner Credit Warning"
msgstr "Opozorilo o kreditih partnerjev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_partner
msgid "Partner Is Set"
msgstr "Partner je nastavljen"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_ledger_partner
msgid "Partner Ledger"
msgstr "Saldakonti"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__use_partner_credit_limit
#: model:ir.model.fields,field_description:account.field_res_users__use_partner_credit_limit
msgid "Partner Limit"
msgstr "Omejitev partnerjev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "Partner Mapping"
msgstr "Mapiranje partnerjev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__partner_mapping_line_ids
msgid "Partner Mapping Lines"
msgstr "Linije mapiranja partnerjev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_name
msgid "Partner Name"
msgstr "Naziv partnerja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__partner_type
#: model:ir.model.fields,field_description:account.field_account_payment_register__partner_type
msgid "Partner Type"
msgstr "Vrsta partnerja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner
msgid "Partner is Set"
msgstr "Partner je nastavljen"
#. module: account
#: model:ir.model,name:account.model_account_reconcile_model_partner_mapping
msgid "Partner mapping for reconciliation models"
msgstr "Preslikava partnerjev za modele usklajevanja"
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#: model:ir.model.fields,field_description:account.field_account_report__filter_partner
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
#, python-format
msgid "Partners"
msgstr "Partnerji"
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid "Partners that are used in hashed entries cannot be merged."
msgstr "Partnerjev, ki se uporabljajo v zgoščenih vnosih, ni mogoče združiti."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Pay your bills in one-click using Euro SEPA Service"
msgstr "Plačajte račune z enim klikom s storitvijo Euro SEPA Servis"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_payable
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__liability_payable
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Payable"
msgstr "Obveznosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_payable_id
msgid "Payable Account"
msgstr "Konto obveznosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__debit_limit
#: model:ir.model.fields,field_description:account.field_res_users__debit_limit
msgid "Payable Limit"
msgstr "Limit plačila (dolga)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.product_template_form_view
msgid "Payables"
msgstr "Obveznosti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_id
#: model:ir.model.fields,field_description:account.field_account_move__payment_id
#: model:ir.model.fields,field_description:account.field_account_payment__payment_id
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#, python-format
msgid "Payment"
msgstr "Plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_account_id
msgid "Payment Account"
msgstr "Plačilni račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Payment Amount:"
msgstr "Plačilni račun:"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Payment Communications"
msgstr "Plačilna sporočila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
msgid "Payment Currency"
msgstr "Valuta plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_date
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Payment Date"
msgstr "Datum plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Payment Date:"
msgstr "Datum plačila:"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference
msgid "Payment Difference"
msgstr "Razlika plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference_handling
msgid "Payment Difference Handling"
msgstr "Obravnavanje razlik v plačilih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__payment_method_line_id
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_method_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_method_line_id
msgid "Payment Method"
msgstr "Način plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Payment Method Line"
msgstr "Način plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Payment Method:"
msgstr "Način plačila:"
#. module: account
#: model:ir.model,name:account.model_account_payment_method
#: model:ir.model,name:account.model_account_payment_method_line
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "Payment Methods"
msgstr "Načini plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__qr_code_method
#: model:ir.model.fields,field_description:account.field_account_move__qr_code_method
#: model:ir.model.fields,field_description:account.field_account_payment__qr_code_method
msgid "Payment QR-code"
msgstr "OR-koda za plačilo"
#. module: account
#: model:ir.actions.report,name:account.action_report_payment_receipt
msgid "Payment Receipt"
msgstr "Potrdilo o plačilu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Payment Receipt:"
msgstr "Potrdilo o plačilu:"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_reference
#: model:ir.model.fields,field_description:account.field_account_move__payment_reference
#: model:ir.model.fields,field_description:account.field_account_payment__payment_reference
msgid "Payment Reference"
msgstr "Sklic plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_state
#: model:ir.model.fields,field_description:account.field_account_invoice_report__payment_state
#: model:ir.model.fields,field_description:account.field_account_move__payment_state
#: model:ir.model.fields,field_description:account.field_account_payment__payment_state
msgid "Payment Status"
msgstr "Status plačila"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__payment_term
msgid "Payment Term"
msgstr "Plačilni rok"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_term_details
#: model:ir.model.fields,field_description:account.field_account_move__payment_term_details
#: model:ir.model.fields,field_description:account.field_account_payment__payment_term_details
msgid "Payment Term Details"
msgstr "Podrobnosti o plačilnem roku"
#. module: account
#: model:ir.actions.act_window,name:account.action_payment_term_form
#: model:ir.model,name:account.model_account_payment_term
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_payment_term_id
#: model:ir.model.fields,field_description:account.field_account_move__invoice_payment_term_id
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_payment_term_id
#: model:ir.model.fields,field_description:account.field_account_payment_term__name
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__payment_id
#: model:ir.ui.menu,name:account.menu_action_payment_term_form
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_search
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_tree
msgid "Payment Terms"
msgstr "Plačilni pogoji"
#. module: account
#: model:ir.model,name:account.model_account_payment_term_line
msgid "Payment Terms Line"
msgstr "Postavka plačilnih pogojev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__allow_payment_tolerance
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__allow_payment_tolerance
msgid "Payment Tolerance"
msgstr "Toleranca plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__payment_tolerance_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__payment_tolerance_type
msgid "Payment Tolerance Type"
msgstr "Vrsta tolerance plačila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__payment_type
#: model:ir.model.fields,field_description:account.field_account_payment_method__payment_type
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_type
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_type
msgid "Payment Type"
msgstr "Način plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid "Payment term explanation for the customer..."
msgstr "Razlaga plačilnih pogojev za stranko..."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Payment terms"
msgstr "Plačilni pogoji"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_15days
msgid "Payment terms: 15 Days"
msgstr "Plačilni pogoj: rok plačila 15 dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_2months
msgid "Payment terms: 2 Months"
msgstr "Plačilni pogoji: 2 meseca"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_21days
msgid "Payment terms: 21 Days"
msgstr "Plačilni pogoji: 21 dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_30days
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "Payment terms: 30 Days"
msgstr "Plačilni pogoji: 30 dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_30days_early_discount
msgid "Payment terms: 30 Days, 2% Early Payment Discount under 7 days"
msgstr ""
"Plačilni pogoji: 30 dni, 2 % popust za predčasno plačilo v roku manj kot 7 "
"dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_30_days_end_month_the_10
msgid "Payment terms: 30 days End of Month on the 10th"
msgstr ""
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_advance
msgid "Payment terms: 30% Advance End of Following Month"
msgstr "Plačilni pogoj: 30% avansa konec naslednjega meseca"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_advance_60days
msgid "Payment terms: 30% Now, Balance 60 Days"
msgstr "Plačilni pogoji: 30 % zdaj, preostanek 60 dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_45days
msgid "Payment terms: 45 Days"
msgstr "Plačilni pogoji: 45 dni"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_end_following_month
msgid "Payment terms: End of Following Month"
msgstr "Plačilni pogoj: konec naslednjega meseca"
#. module: account
#: model_terms:account.payment.term,note:account.account_payment_term_immediate
msgid "Payment terms: Immediate Payment"
msgstr "Plačilni pogoj: takojšnje plačilo"
#. module: account
#: model:mail.template,name:account.mail_template_data_payment_receipt
msgid "Payment: Payment Receipt"
msgstr "Plačilo: Potrdilo o plačilu"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#: model:ir.actions.act_window,name:account.action_account_payments
#: model:ir.actions.act_window,name:account.action_account_payments_payable
#: model:ir.model,name:account.model_account_payment
#: model:ir.model.fields,field_description:account.field_account_move__payment_ids
#: model:ir.model.fields,field_description:account.field_account_payment__payment_ids
#: model:ir.ui.menu,name:account.menu_action_account_payments_payable
#: model:ir.ui.menu,name:account.menu_action_account_payments_receivable
#: model:ir.ui.menu,name:account.root_payment_menu
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#, python-format
msgid "Payments"
msgstr "Plačila"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_payments
#: model_terms:ir.actions.act_window,help:account.action_account_payments_payable
#: model_terms:ir.actions.act_window,help:account.action_account_payments_transfer
msgid ""
"Payments are used to register liquidity movements. You can process those "
"payments by your own means or by using installed facilities."
msgstr ""
"Plačila se uporabljajo za evidentiranje gibanja likvidnosti. Ta plačila "
"lahko obdelujete z lastnimi sredstvi ali z uporabo nameščenih naprav."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__percent
msgid "Percent"
msgstr "Odstotek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__percentage
#: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__percentage
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__percentage
msgid "Percentage"
msgstr "Odstotek"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Percentage must be between 0 and 100"
msgstr "Odstotek mora biti med 0 in 100"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__percent
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__amount_type__percent
msgid "Percentage of Price"
msgstr "Odstotek davka na ceno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__division
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__amount_type__division
msgid "Percentage of Price Tax Included"
msgstr "Odstotek davka na ceno, davek vključen"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__percentage
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line_template__amount_type__percentage
msgid "Percentage of balance"
msgstr "Odstotek od ravnovesja"
#. module: account
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__percentage
msgid "Percentage of each line to execute the action on."
msgstr "Odstotek vsake vrstice, na katerem se bo dejanje izvedlo."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__percentage_st_line
msgid "Percentage of statement line"
msgstr "Odstotek stavka"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid "Percentages on the Payment Terms lines must be between 0 and 100."
msgstr "Odstotki v vrsticah Plačilni pogoji morajo biti med 0 in 100."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Period"
msgstr "Obdobje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_period_comparison
msgid "Period Comparison"
msgstr "Primerjava obdobij"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid ""
"Please check the fiscal country of company %s. (Settings > Accounting > "
"Fiscal Country)Taxes can only be updated if they are in the company's fiscal"
" country (%s) or the localization's country (%s)."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid ""
"Please check these taxes. They might be outdated. We did not update them. "
"Indeed, they do not exactly match the taxes of the original version of the "
"localization module.<br/>You might want to archive or adapt them.<br/><ul>"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Please contact your accountant to print the Hash integrity result."
msgstr ""
"Za tiskanje rezultata preverjanja integritete zgoščene vrednosti se obrnite "
"na svojega računovodjo."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "Please create new accounts from the Chart of Accounts menu."
msgstr "Prosimo, ustvarite nove račune v meniju Kontni načrt."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Please define a payment method line on your payment."
msgstr "Prosimo, da pri plačilu določite način plačila."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Please first define a fiscal country for company %s."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Please install Accounting for this feature"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"Please install a chart of accounts or create a miscellaneous journal before "
"proceeding."
msgstr ""
"Pred nadaljevanjem namestite kontni načrt ali ustvarite razni dnevnik."
#. module: account
#. odoo-python
#: code:addons/account/models/account_cash_rounding.py:0
#, python-format
msgid "Please set a strictly positive rounding value."
msgstr "Prosimo, nastavite strogo pozitivno vrednost zaokrožitve."
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid ""
"Please set at least one of the match texts to create a partner mapping."
msgstr ""
"Za ustvarjanje partnerskega preslikavanja nastavite vsaj eno od besedil "
"ujemanja."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Please use the following communication for your payment :"
msgstr "Prosimo, da pri plačilu navedete naslednji sklic:"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__plus_report_expression_ids
msgid "Plus Tax Report Expressions"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__default_pos_receivable_account_id
msgid "PoS receivable account"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_url
#: model:ir.model.fields,field_description:account.field_account_move__access_url
#: model:ir.model.fields,field_description:account.field_account_payment__access_url
msgid "Portal Access URL"
msgstr "URL dostop do portala"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Post"
msgstr "Vknjiži"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Post All Entries"
msgstr "Vknjiži vse vnose"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
msgid "Post Difference In"
msgstr "Razliko knjiži kot"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
msgid "Post Journal Entries"
msgstr "Vknjiži temeljnico"
#. module: account
#: model:ir.actions.server,name:account.action_account_confirm_payments
msgid "Post Payments"
msgstr "Potrdi plačila"
#. module: account
#: model:ir.actions.act_window,name:account.action_validate_account_move
msgid "Post entries"
msgstr "Knjiženje postavk"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__state__posted
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Posted"
msgstr "Knjiženo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__posted_before
#: model:ir.model.fields,field_description:account.field_account_move__posted_before
#: model:ir.model.fields,field_description:account.field_account_payment__posted_before
msgid "Posted Before"
msgstr "Objavljeno prej"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
msgid "Posted Journal Entries"
msgstr "Knjižene postavke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Posted Journal Items"
msgstr "Zaključene postavke"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"Posted journal entry must have an unique sequence number per company.\n"
"Problematic numbers: %s\n"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_group__preceding_subtotal
msgid "Preceding Subtotal"
msgstr "Prejšnji vmesni seštevek"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__account_codes
msgid "Prefix of Account Codes"
msgstr "Predpona kod računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__bank_account_code_prefix
#: model:ir.model.fields,field_description:account.field_res_company__bank_account_code_prefix
msgid "Prefix of the bank accounts"
msgstr "Predpona bančnih računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__cash_account_code_prefix
msgid "Prefix of the cash accounts"
msgstr "Predpona gotovinskih računov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__cash_account_code_prefix
msgid "Prefix of the main cash accounts"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__transfer_account_code_prefix
msgid "Prefix of the main transfer accounts"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__transfer_account_code_prefix
msgid "Prefix of the transfer accounts"
msgstr "Predpona transakcijskih računov"
#. module: account
#: model:ir.model.fields,help:account.field_account_analytic_applicability__account_prefix
msgid ""
"Prefix that defines which accounts from the financial accounting this "
"applicability should apply on."
msgstr ""
"Predpona, ki določa, za katere račune iz finančnega računovodstva naj se ta "
"uporabnost uporablja."
#. module: account
#: model:ir.model.fields,help:account.field_account_analytic_distribution_model__account_prefix
msgid ""
"Prefix that defines which accounts from the financial accounting this model "
"should apply on."
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_prepayments
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_prepayments
msgid "Prepayments"
msgstr "Predujmi"
#. module: account
#: model:ir.model,name:account.model_account_reconcile_model
msgid ""
"Preset to create journal entries during a invoices and payments matching"
msgstr ""
"Prednastavljeno za ustvarjanje dnevniških vnosov med usklajevanjem računov "
"in plačil"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Preview"
msgstr "Predogled"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__preview_data
msgid "Preview Data"
msgstr "Predogled podatkov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
msgid "Preview Modifications"
msgstr "Predogled sprememb"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__preview_move_data
msgid "Preview Move Data"
msgstr "Predogled o prenosu podatkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__preview_moves
msgid "Preview Moves"
msgstr "Predogled premikov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Preview as a PDF"
msgstr "Predogled kot PDF"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Preview invoice"
msgstr "Predogled računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Price"
msgstr "Cena"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__is_print
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_is_print
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "Print"
msgstr "Tiskanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__print_on_new_page
msgid "Print On New Page"
msgstr "Tiskanje na novo stran"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__invoice_is_print
msgid "Print by default"
msgstr "Privzeto natisni"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Print checks to pay your vendors"
msgstr "Natisnite čeke za plačilo dobaviteljem"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__problem_description
msgid "Problem Description"
msgstr "Opis težave"
#. module: account
#: model:ir.model,name:account.model_product_template
#: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__product_id
#: model:ir.model.fields,field_description:account.field_account_analytic_line__product_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__product_id
#: model:ir.model.fields,field_description:account.field_account_move_line__product_id
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__product
#: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "Product"
msgstr "Proizvod"
#. module: account
#: model:ir.ui.menu,name:account.menu_product_product_categories
msgid "Product Categories"
msgstr "Kategorije izdelkov"
#. module: account
#: model:ir.model,name:account.model_product_category
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__product_categ_id
#: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__product_categ_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__product_categ_id
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Product Category"
msgstr "Kategorija proizvoda"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__quantity
msgid "Product Quantity"
msgstr "Količina"
#. module: account
#: model:ir.model,name:account.model_product_product
msgid "Product Variant"
msgstr "Različica proizvoda"
#. module: account
#: model:ir.actions.act_window,name:account.product_product_action_purchasable
#: model:ir.actions.act_window,name:account.product_product_action_sellable
#: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__products
#: model:ir.ui.menu,name:account.product_product_menu_purchasable
#: model:ir.ui.menu,name:account.product_product_menu_sellable
#: model_terms:ir.ui.view,arch_db:account.product_template_view_tree
msgid "Products"
msgstr "Proizvodi"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
#: code:addons/account/static/src/js/legacy_account_selection.js:0
#, python-format
msgid "Profit & Loss"
msgstr "Izkaz poslovnega izida"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__profit_account_id
#: model:ir.model.fields,field_description:account.field_account_journal__profit_account_id
msgid "Profit Account"
msgstr "Konto prihodkov"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_journal__type__purchase
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Purchase"
msgstr "Nabava"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_purchase_receipts
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_receipt
#: model:res.groups,name:account.group_purchase_receipts
msgid "Purchase Receipt"
msgstr "Potrdilo nabave"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Purchase Receipt Created"
msgstr "Potrdilo o nakupu ustvarjeno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
msgid "Purchase Representative"
msgstr "Nabavni zastopnik"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Purchase Tax"
msgstr "Davek nabave"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_journal_purchase
#: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__purchase
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__type_tax_use__purchase
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Purchases"
msgstr "Nabava"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "QIF Import"
msgstr "QIF uvoz"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__qr_code
msgid "QR Code URL"
msgstr "QR Koda URL"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "QR Codes"
msgstr "QR Kode"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__quantity
msgid "Quantity"
msgstr "Količina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Quantity:"
msgstr "Količina:"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__quarterly
msgid "Quarterly"
msgstr "Četrtletno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_edit_mode
#: model:ir.model.fields,field_description:account.field_account_move__quick_edit_mode
#: model:ir.model.fields,field_description:account.field_account_payment__quick_edit_mode
msgid "Quick Edit Mode"
msgstr "Način hitrega urejanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_encoding_vals
#: model:ir.model.fields,field_description:account.field_account_move__quick_encoding_vals
#: model:ir.model.fields,field_description:account.field_account_payment__quick_encoding_vals
msgid "Quick Encoding Vals"
msgstr "Hitro kodiranje Vals"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__quick_edit_mode
#: model:ir.model.fields,field_description:account.field_res_config_settings__quick_edit_mode
msgid "Quick encoding"
msgstr "Hitro kodiranje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
msgid "Re-Sequence"
msgstr "Ponovno zaporedje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__real_amount
msgid "Real amount to apply"
msgstr "Dejanski znesek za uporabo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__reason
msgid "Reason"
msgstr "Razlog"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_receipt_tree
msgid "Receipt Currency"
msgstr "Valuta potrdila"
#. module: account
#: model:ir.actions.act_window,name:account.action_move_in_receipt_type
#: model:ir.actions.act_window,name:account.action_move_out_receipt_type
#: model:ir.ui.menu,name:account.menu_action_move_in_receipt_type
#: model:ir.ui.menu,name:account.menu_action_move_out_receipt_type
msgid "Receipts"
msgstr "Dokazila"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_receivable
#: model:ir.model.fields.selection,name:account.selection__account_account_template__account_type__asset_receivable
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_search
msgid "Receivable"
msgstr "Terjatve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_account_receivable_id
msgid "Receivable Account"
msgstr "Konto terjatev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.product_template_form_view
msgid "Receivables"
msgstr "Terjatve"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__inbound
msgid "Receive"
msgstr "Prejem"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_type__inbound
msgid "Receive Money"
msgstr "Prejmi denar"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__amount_received
msgid "Received"
msgstr "Prejeto"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_bank_id
#: model:ir.model.fields,field_description:account.field_account_move__partner_bank_id
msgid "Recipient Bank"
msgstr "Banka prejemnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__partner_bank_id
#: model:ir.model.fields,field_description:account.field_account_payment_register__partner_bank_id
msgid "Recipient Bank Account"
msgstr "Bančni račun prejemnika"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Recipients"
msgstr "Prejemniki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "Recognition Date"
msgstr "Datum priznanja"
#. module: account
#: model:ir.model,name:account.model_account_reconcile_model_line_template
msgid "Reconcile Model Line Template"
msgstr ""
#. module: account
#: model:ir.model,name:account.model_account_reconcile_model_template
msgid "Reconcile Model Template"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__reconciled
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Reconciled"
msgstr "Usklajen"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bill_ids
msgid "Reconciled Bills"
msgstr "Usklajeni računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoice_ids
msgid "Reconciled Invoices"
msgstr "Usklajeni računi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_type
msgid "Reconciled Invoices Type"
msgstr "Vrsta usklajenih računov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Reconciled Items"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_line_ids
msgid "Reconciled Statement Lines"
msgstr "Usklajene vrstice izpiska"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__reconcile_model_id
msgid "Reconciliation Model"
msgstr "Model usklajevanja"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_reconcile_model
#: model:ir.ui.menu,name:account.action_account_reconcile_model_menu
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Reconciliation Models"
msgstr "Modeli usklajevanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__partial_reconcile_ids
msgid "Reconciliation Parts"
msgstr "Deli za usklajevanje"
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier_bills
msgid "Record a new vendor bill"
msgstr "Zapiši nov prejeti račun"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid "Recursion found for tax '%s'."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_line__ref
msgid "Ref."
msgstr "Sklic"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement__name
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__ref
#: model:ir.model.fields,field_description:account.field_account_move__ref
#: model:ir.model.fields,field_description:account.field_account_move_line__ref
#: model:ir.model.fields,field_description:account.field_account_payment__ref
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
#, python-format
msgid "Reference"
msgstr "Referenca"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__payment_reference
msgid ""
"Reference of the document used to issue this payment. Eg. check number, file"
" name, etc."
msgstr ""
"Referenca dokumenta, uporabljenega za izdajo tega plačila. Npr. številka "
"čeka, ime datoteke itd."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__document_type__refund
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Refund"
msgstr "Dobropis"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Refund Created"
msgstr "Vračilo ustvarjeno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_refund_tree
msgid "Refund Currency"
msgstr "Valuta vračila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid "Refund Date"
msgstr "Datum dobropisa"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__refund_tax_id
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__refund_tax_id
msgid "Refund Tax"
msgstr "Vračilo davka"
#. module: account
#: model:ir.actions.act_window,name:account.action_move_in_refund_type
#: model:ir.ui.menu,name:account.menu_action_move_in_refund_type
msgid "Refunds"
msgstr "Dobropisi"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: model:ir.actions.server,name:account.action_account_invoice_from_list
#: model:ir.model,name:account.model_account_payment_register
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#, python-format
msgid "Register Payment"
msgstr "Zabeleži plačilo"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree
msgid "Register a bank statement"
msgstr "Registrirajte bančni izpisek"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_receipt_type
msgid "Register a new purchase receipt"
msgstr "Registrirajte nov račun za nakup"
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_payments
#: model_terms:ir.actions.act_window,help:account.action_account_payments_payable
#: model_terms:ir.actions.act_window,help:account.action_account_payments_transfer
msgid "Register a payment"
msgstr "Zabeleži plačilo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__res_id
msgid "Related Document ID"
msgstr "ID povezanega dokumenta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__model
msgid "Related Document Model"
msgstr "Povezan dokumentni model"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__related_taxes_amount
msgid "Related Taxes Amount"
msgstr "Znesek povezanih davkov"
#. module: account
#: model:ir.model,name:account.model_account_resequence_wizard
msgid "Remake the sequence of Journal Entries."
msgstr "Preoblikujte zaporedje vnosov v dnevnik."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__render_model
msgid "Rendering Model"
msgstr "Model upodabljanja"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__date
msgid "Reorder by accounting date"
msgstr "Prerazporedite po obračunskem datumu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__invoice_repartition_line_ids
msgid "Repartition for Invoices"
msgstr "Razdelitev za račune"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__refund_repartition_line_ids
msgid "Repartition for Refund Invoices"
msgstr "Razdelitev za račune za vračilo"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_template__refund_repartition_line_ids
msgid "Repartition when the tax is used on a refund"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_template__invoice_repartition_line_ids
msgid "Repartition when the tax is used on an invoice"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__tax_dest_id
msgid "Replacement Tax"
msgstr "Zamenjalni davek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__reply_to_mode
msgid "Replies"
msgstr "Odgovori"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__reply_to
msgid "Reply To"
msgstr "Odgovori-na"
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__reply_to
msgid ""
"Reply email address. Setting the reply_to bypasses the automatic thread "
"creation."
msgstr ""
"E-pošta za odgovor. Nastavitev reply_to obide samodejno ustvarjanje niti."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__report_id
msgid "Report"
msgstr "Poročilo"
#. module: account
#: model:ir.model,name:account.model_ir_actions_report
msgid "Report Action"
msgstr "Ukrep poročila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Report Dates"
msgstr "Datumi poročil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_id
msgid "Report Line"
msgstr "Vrstica poročila"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_name
msgid "Report Line Name"
msgstr "Ime vrstice poročila"
#. module: account
#: model:ir.ui.menu,name:account.account_report_folder
#: model:ir.ui.menu,name:account.menu_finance_reports
msgid "Reporting"
msgstr "Poročanje"
#. module: account
#: model:ir.model.fields,help:account.field_account_cash_rounding__rounding
msgid "Represent the non-zero value smallest coinage (for example, 0.05)."
msgstr ""
"Predstavlja najmanjši kovanec z neničelno vrednostjo (na primer 0,05)."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__require_partner_bank_account
#: model:ir.model.fields,field_description:account.field_account_payment_register__require_partner_bank_account
msgid "Require Partner Bank Account"
msgstr "Zahtevajte bančni račun partnerja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__res_partner_bank_id
msgid "Res Partner Bank"
msgstr "Partnerska banka za raziskave"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_resequence
msgid "Resequence"
msgstr "Preštevilči"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Reset To Draft"
msgstr "Vrni v osnutek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Reset to Draft"
msgstr "Vrni v osnutek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__residual
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Residual"
msgstr "Preostali"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_residual
#: model:ir.model.fields,field_description:account.field_account_move_line__amount_residual
msgid "Residual Amount"
msgstr "Preostali znesek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__amount_residual_currency
msgid "Residual Amount in Currency"
msgstr "Preostali znesek v valuti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Residual amount"
msgstr "Preostali znesek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Residual in Currency"
msgstr "Preostanek v valuti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_user_id
#: model:ir.model.fields,field_description:account.field_account_journal__activity_user_id
#: model:ir.model.fields,field_description:account.field_account_move__activity_user_id
#: model:ir.model.fields,field_description:account.field_account_payment__activity_user_id
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_user_id
#: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_user_id
msgid "Responsible User"
msgstr "Odgovorni uporabnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_partner_category_ids
msgid "Restrict Partner Categories to"
msgstr "Omeji kategorije partnerja na"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_partner_ids
msgid "Restrict Partners to"
msgstr "Omeji partnerje na"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__tax_scope
#: model:ir.model.fields,help:account.field_account_tax_template__tax_scope
msgid "Restrict the use of taxes to a type of product."
msgstr "Omejite uporabo davkov na določeno vrsto izdelka."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_same_currency
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_same_currency
msgid ""
"Restrict to propositions having the same currency as the statement line."
msgstr "Omejite na predloge z isto valuto kot stavčna vrstica."
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#: model:ir.model.fields,field_description:account.field_digest_digest__kpi_account_total_revenue
#: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__account_type__income
#, python-format
msgid "Revenue"
msgstr "Prihodek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__revenue_accrual_account
#: model:ir.model.fields,field_description:account.field_res_company__revenue_accrual_account_id
msgid "Revenue Accrual Account"
msgstr "Račun časovnih razmejitev prihodkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__account_id
msgid "Revenue/Expense Account"
msgstr "Konto prihodkov / odhodkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__reversal_date
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid "Reversal Date"
msgstr "Datum razveljavitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__reversal_move_id
#: model:ir.model.fields,field_description:account.field_account_move__reversal_move_id
#: model:ir.model.fields,field_description:account.field_account_payment__reversal_move_id
msgid "Reversal Move"
msgstr "Obratna poteza"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__date
msgid "Reversal date"
msgstr "Datum razveljavitve"
#. module: account
#. odoo-python
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Reversal date must be posterior to date."
msgstr "Datum razveljavitve mora biti poznejši od datuma."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__reversed_entry_id
#: model:ir.model.fields,field_description:account.field_account_move__reversed_entry_id
#: model:ir.model.fields,field_description:account.field_account_payment__reversed_entry_id
msgid "Reversal of"
msgstr "Obrnjen od"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_move_reversal.py:0
#, python-format
msgid "Reversal of: %(move_name)s, %(reason)s"
msgstr "Vračilo od: %(move_name)s, %(reason)s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_full_reconcile.py:0
#: code:addons/account/models/account_partial_reconcile.py:0
#: code:addons/account/wizard/account_move_reversal.py:0
#: code:addons/account/wizard/accrued_orders.py:0
#, python-format
msgid "Reversal of: %s"
msgstr "Obrnjen od: %s"
#. module: account
#: model:ir.actions.act_window,name:account.action_view_account_move_reversal
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid "Reverse"
msgstr "Obrnjen"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Reverse Entry"
msgstr "Obrnjen vnos"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid "Reverse Journal Entry"
msgstr "Obrnjeni vnos v dnevnik"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_move_reversal.py:0
#, python-format
msgid "Reverse Moves"
msgstr "Obrnjen premik"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__reversed
#: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__reversed
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Reversed"
msgstr "Obrnjeno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_chart_of_account_step
#: model_terms:ir.ui.view,arch_db:account.onboarding_taxes_step
msgid "Review"
msgstr "Pregled"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__root_id
msgid "Root"
msgstr "Koren"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__root_report_id
msgid "Root Report"
msgstr "Korensko poročilo"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_globally
msgid "Round Globally"
msgstr "Skupno zaokroževanje"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_per_line
msgid "Round per Line"
msgstr "Zaokroževanje na vrstico"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/tax_totals/tax_totals.xml:0
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__rounding
#: model_terms:ir.ui.view,arch_db:account.document_tax_totals
#, python-format
msgid "Rounding"
msgstr "Zaokroževanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.rounding_form_view
msgid "Rounding Form"
msgstr "Obrazec za zaokroževanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__rounding_method
msgid "Rounding Method"
msgstr "Metoda zaokroževanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__rounding
msgid "Rounding Precision"
msgstr "Natančnost zaokroževanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__strategy
msgid "Rounding Strategy"
msgstr "Strategija zaokroževanja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.rounding_tree_view
msgid "Rounding Tree"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__invoice_matching
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__rule_type__invoice_matching
msgid "Rule to match invoices/bills"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_suggestion
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__rule_type__writeoff_suggestion
msgid "Rule to suggest counterpart entry"
msgstr "Pravilo za predlaganje vnosa nasprotne stranke"
#. module: account
#: model:ir.model,name:account.model_account_reconcile_model_line
msgid "Rules for the reconciliation model"
msgstr "Pravila za model usklajevanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__running_balance
msgid "Running Balance"
msgstr "Tekaško ravnovesje"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_sepa
msgid "SEPA Credit Transfer (SCT)"
msgstr "SEPA nakazilo (SCT)"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "SEPA Direct Debit (SDD)"
msgstr "SEPA direktna bremenitev (SDD)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_account_template__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_journal__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_move__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_payment__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_res_company__message_has_sms_error
#: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_sms_error
msgid "SMS Delivery error"
msgstr "Napaka pri dostavi SMS "
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid "STANDARD TERMS AND CONDITIONS OF SALE"
msgstr "STANDARDNI POGOJI PRODAJE"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Sale"
msgstr "Prodaja"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_sale_receipts
#: model:res.groups,name:account.group_sale_receipts
msgid "Sale Receipt"
msgstr "Potrdilo o prodaji"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_moves_journal_sales
#: model:ir.model.fields.selection,name:account.selection__account_journal__type__sale
#: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__sale
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__type_tax_use__sale
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Sales"
msgstr "Prodaja"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_use_credit_limit
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_use_credit_limit
msgid "Sales Credit Limit"
msgstr "Kreditna omejitev prodaje"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_receipt
msgid "Sales Receipt"
msgstr "Potrdilo prodaje"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Sales Receipt Created"
msgstr "Prodajni račun ustvarjen"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_onboarding_sale_tax_form
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Sales Tax"
msgstr "Prodajni davek"
#. module: account
#: model:ir.actions.act_window,name:account.action_open_account_onboarding_sale_tax
msgid "Sales tax"
msgstr "Davek od prodaje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_user_id
#: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_user_id
#: model:ir.model.fields,field_description:account.field_account_move__invoice_user_id
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_user_id
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
msgid "Salesperson"
msgstr "Prodajalec"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_same_currency
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_same_currency
msgid "Same Currency"
msgstr "Enaka valuta"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "Sample data"
msgstr "Vzorčni podatki"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__sanitized_acc_number
msgid "Sanitized Account Number"
msgstr "Sanirana številka računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_company_view_form_terms
msgid "Save"
msgstr "Shrani"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Save as a new template"
msgstr "Shrani kot novo predlogo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Save as new template"
msgstr "Shrani kot novo predlogo"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Save this page and come back here to set up the feature."
msgstr "Shranite to stran in se vrnite za nastavitev funkcije."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Scan me with your banking app."
msgstr "Skeniraj me s svojo bančno aplikacijo."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__sale_activity_type_id
msgid "Schedule Activity"
msgstr "Načrt aktivnosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
msgid "Search Account Journal"
msgstr "Iskanje dnevnika"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
msgid "Search Bank Statements"
msgstr "Iskanje bančnih izpiskov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__search_bar
msgid "Search Bar"
msgstr "Iskalna vrstica"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_filter
msgid "Search Fiscal Positions"
msgstr "Iskanje fiskalnih položajev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search
msgid "Search Group"
msgstr "Iskalna skupina"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Search Invoice"
msgstr "Iskanje računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Search Journal Items"
msgstr "Iskanje postavk dnevnika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__past_months_limit
msgid "Search Months Limit"
msgstr "Omejitev mesecev iskanja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
msgid "Search Move"
msgstr "Iskanje postavk"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Search Tax Templates"
msgstr "Iskanje davčnih predlog"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tax_view_search
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Search Taxes"
msgstr "Išči davke"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_label
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_text_location_label
msgid ""
"Search in the Statement's Label to find the Invoice/Payment's reference"
msgstr "V oznaki izpiska poiščite referenco računa/plačila."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_note
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_text_location_note
msgid "Search in the Statement's Note to find the Invoice/Payment's reference"
msgstr "V opombi izpiska poiščite referenco računa/plačila"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_reference
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_text_location_reference
msgid ""
"Search in the Statement's Reference to find the Invoice/Payment's reference"
msgstr ""
"V referenčni številki izpiska poiščite referenčno številko računa/plačila."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__line_section
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Section"
msgstr "Rubrika"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__secure_sequence_id
msgid "Secure Sequence"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid "Securisation of %s - %s"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_token
#: model:ir.model.fields,field_description:account.field_account_move__access_token
#: model:ir.model.fields,field_description:account.field_account_payment__access_token
msgid "Security Token"
msgstr "Varnostni žeton"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.xml:0
#: code:addons/account/static/src/xml/legacy_account_journal_activity.xml:0
#, python-format
msgid "See all activities"
msgstr "Oglejte si vse dejavnosti"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "See items"
msgstr "Oglejte si artikle"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__type
msgid ""
"Select 'Sale' for customer invoices journals.\n"
"Select 'Purchase' for vendor bills journals.\n"
"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n"
"Select 'General' for miscellaneous operations journals."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_analytic_distribution_model__product_categ_id
msgid ""
"Select a product category which will use analytic account specified in "
"analytic default (e.g. create new customer invoice or Sales order if we "
"select this product, it will automatically take this as an analytic account)"
msgstr ""
"Izberite kategorijo izdelkov, ki bo uporabljala analitični račun, naveden v "
"privzetih nastavitvah analitike (npr. ustvari nov račun stranke ali prodajno"
" naročilo, če izberemo ta izdelek, ga bo samodejno sprejel kot analitični "
"račun)."
#. module: account
#: model:ir.model.fields,help:account.field_account_analytic_distribution_model__product_id
msgid ""
"Select a product for which the analytic distribution will be used (e.g. "
"create new customer invoice or Sales order if we select this product, it "
"will automatically take this as an analytic account)"
msgstr ""
"Izberite izdelek, za katerega bo uporabljena analitična porazdelitev (npr. "
"ustvarite nov račun stranke ali prodajno naročilo, če izberemo ta izdelek, "
"ga bo samodejno sprejel kot analitični račun)."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Select an old vendor bill"
msgstr "Izberite star prejeti račun"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Select first partner"
msgstr "Izberite prvega partnerja"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__value
msgid "Select here the kind of valuation related to this payment terms line."
msgstr ""
"Tukaj izberite vrsto vrednotenja, povezanega s to vrstico plačilnih pogojev."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Select specific invoice and delivery addresses"
msgstr "Izberi ustrezen naslov za dostavo in naslov za račun"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Select this if the taxes should use cash basis, which will create an entry "
"for such taxes on a given account during reconciliation."
msgstr ""
"Izberite, če se za davke uporablja metoda na podlagi plačil. Za tovrstne "
"davke bo ob usklajevanju ustvarjen vnos."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__selected_payment_method_codes
msgid "Selected Payment Method Codes"
msgstr "Izbrane kode načinov plačila"
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__invoice_warn
#: model:ir.model.fields,help:account.field_res_users__invoice_warn
msgid ""
"Selecting the \"Warning\" option will notify user with the message, "
"Selecting \"Blocking Message\" will throw an exception with the message and "
"block the flow. The Message has to be written in the next field."
msgstr ""
"Izbira možnosti \"Opozorilo\" uporabnika obvesti s sporočilom. Izbira "
"\"Sporočila ob blokadi\" povzroči izjemo, izpiše sporočilo in zaustavi "
"potek. Sporočilo je potrebno zapisati v naslednje polje."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tour_upload_bill__selection
msgid "Selection"
msgstr "Izbor"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__outbound
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Send"
msgstr "Pošlji"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Send & Print"
msgstr "Pošlji & natisni"
#. module: account
#: model:ir.actions.server,name:account.invoice_send
msgid "Send & print"
msgstr "Pošlji & natisni"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_is_email
msgid "Send Email"
msgstr "Pošlji e-pošto"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_move.py:0
#: code:addons/account/wizard/account_invoice_send.py:0
#, python-format
msgid "Send Invoice"
msgstr "Pošlji račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__allow_out_payment
#: model:ir.model.fields,field_description:account.field_res_partner_bank__allow_out_payment
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_type__outbound
msgid "Send Money"
msgstr "Pošlji denar"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Send invoices and payment follow-ups by post"
msgstr "Pošljite račune in spremljanje plačil po pošti"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid ""
"Send invoices to your customers in no time with the <b>Invoicing app</b>."
msgstr ""
"Pošljite račune svojim strankam v hipu z <b>Aplikacija za izdajanje računov\n"
"</b>."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__alias_id
msgid ""
"Send one separate email for each invoice.\n"
"\n"
"Any file extension will be accepted.\n"
"\n"
"Only PDF and XML files will be interpreted by Odoo"
msgstr ""
#. module: account
#: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action
msgid "Send receipt by email"
msgstr "Pošlji potrdilo po e-pošti "
#. module: account
#: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action_multi
msgid "Send receipts by email"
msgstr "Pošlji potrdila po e-pošti "
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Send the invoice and check what the customer will receive."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill_email_confirm
msgid "Send your email to"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Sent"
msgstr "Poslano"
#. module: account
#: model:mail.template,description:account.mail_template_data_payment_receipt
msgid ""
"Sent manually to customer when clicking on 'Send receipt by email' in "
"payment action"
msgstr ""
"Ročno poslano stranki ob kliku na »Pošlji potrdilo po e-pošti« v plačilnem "
"dejanju"
#. module: account
#: model:mail.template,description:account.email_template_edi_credit_note
msgid "Sent to customers with the credit note in attachment"
msgstr "Poslano strankam s priloženim dobropisom"
#. module: account
#: model:mail.template,description:account.email_template_edi_invoice
msgid "Sent to customers with their invoices in attachment"
msgstr "Poslano strankam z njihovimi računi v prilogi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__9
msgid "September"
msgstr "September"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__sequence
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__sequence
#: model:ir.model.fields,field_description:account.field_account_journal__sequence
#: model:ir.model.fields,field_description:account.field_account_journal_group__sequence
#: model:ir.model.fields,field_description:account.field_account_move_line__sequence
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__sequence
#: model:ir.model.fields,field_description:account.field_account_payment_term__sequence
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__sequence
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__sequence
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__sequence
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__sequence
#: model:ir.model.fields,field_description:account.field_account_report_column__sequence
#: model:ir.model.fields,field_description:account.field_account_report_line__sequence
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__sequence
#: model:ir.model.fields,field_description:account.field_account_tax__sequence
#: model:ir.model.fields,field_description:account.field_account_tax_group__sequence
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__sequence
#: model:ir.model.fields,field_description:account.field_account_tax_template__sequence
msgid "Sequence"
msgstr "Zaporedje"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence_number
#: model:ir.model.fields,field_description:account.field_account_move__sequence_number
#: model:ir.model.fields,field_description:account.field_account_payment__sequence_number
#: model:ir.model.fields,field_description:account.field_sequence_mixin__sequence_number
msgid "Sequence Number"
msgstr "Zaporedna številka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__sequence_number_reset
msgid "Sequence Number Reset"
msgstr "Ponastavitev zaporedne številke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__sequence_override_regex
msgid "Sequence Override Regex"
msgstr "Preglasitev zaporedja, regularni izraz"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence_prefix
#: model:ir.model.fields,field_description:account.field_account_move__sequence_prefix
#: model:ir.model.fields,field_description:account.field_account_payment__sequence_prefix
#: model:ir.model.fields,field_description:account.field_sequence_mixin__sequence_prefix
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Sequence Prefix"
msgstr "Predpona zaporedja"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__secure_sequence_id
msgid "Sequence to use to ensure the securisation of data"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax_template__tax_scope__service
msgid "Service"
msgstr "Storitev"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax__tax_scope__service
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Services"
msgstr "Storitve"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Set a price"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__use_partner_credit_limit
#: model:ir.model.fields,help:account.field_res_users__use_partner_credit_limit
msgid "Set a value greater than 0.0 to activate a credit limit check"
msgstr ""
"Za aktivacijo preverjanja kreditne omejitve nastavite vrednost, večjo od "
"0,0."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_tag__active
msgid "Set active to false to hide the Account Tag without removing it."
msgstr ""
"Če želite skriti oznako računa, ne da bi jo odstranili, nastavite »active« "
"na »false«."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__active
msgid "Set active to false to hide the Journal without removing it."
msgstr ""
"Če želite skriti dnevnik, ne da bi ga odstranili, nastavite »active« na "
"»false«."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position_tax__tax_dest_active
#: model:ir.model.fields,help:account.field_account_tax__active
#: model:ir.model.fields,help:account.field_account_tax_template__active
msgid "Set active to false to hide the tax without removing it."
msgstr ""
"Če želite skriti dnevnik, ne da bi ga odstranili, nastavite »aktiven« na "
"»lažno«."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Set as Checked"
msgstr "Nastavi kot označeno"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_taxes_step
msgid "Set default Taxes for sales and purchase transactions."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_sale_tax_step
msgid "Set taxes"
msgstr "Nastavite davke"
#. module: account
#: model:ir.model.fields,help:account.field_account_chart_template__visible
msgid ""
"Set this to False if you don't want this template to be used actively in the"
" wizard that generate Chart of Accounts from templates, this is useful when "
"you want to generate accounts of this template only when loading its child "
"template."
msgstr ""
"Nastavite na 'Ne', če ne želite uporabljati te predloge v čarovniku za "
"generacijo kontnega načrta. Uporabno, kadar želite uporabljati le podrejeno "
"predlogo."
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__action_id
msgid ""
"Setting this field will turn the line into a link, executing the action when"
" clicked."
msgstr ""
"Če nastavite to polje, se vrstica spremeni v povezavo in ob kliku izvede "
"dejanje."
#. module: account
#: model:ir.actions.act_window,name:account.action_account_config
#: model:ir.actions.act_window,name:account.action_open_settings
#: model:ir.ui.menu,name:account.menu_account_config
msgid "Settings"
msgstr "Nastavitve"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.init_accounts_tree
#: model_terms:ir.ui.view,arch_db:account.view_account_list
msgid "Setup"
msgstr "Nastavitve"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_chart_of_account_step
msgid "Setup your chart of accounts and record initial balances."
msgstr "Nastavite si kontni načrt in vpišite začetna stanja."
#. module: account
#: model:ir.actions.server,name:account.model_account_move_action_share
msgid "Share"
msgstr "Souporaba"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__code
msgid "Short Code"
msgstr "Kratka koda"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__code
msgid ""
"Shorter name used for display. The journal entries of this journal will also"
" be named using this prefix by default."
msgstr ""
"Krajše ime, uporabljeno za prikaz. Tudi dnevniški vnosi v tem dnevniku bodo "
"privzeto poimenovani s to predpono."
#. module: account
#: model:res.groups,name:account.group_account_readonly
msgid "Show Accounting Features - Readonly"
msgstr "Prikaži računovodske funkcije samo za branje"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__show_credit_limit
#: model:ir.model.fields,field_description:account.field_res_users__show_credit_limit
msgid "Show Credit Limit"
msgstr "Pokaži kreditno omejitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__show_decimal_separator
msgid "Show Decimal Separator"
msgstr "Prikaži ločilo decimalnih mest"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_discount_details
#: model:ir.model.fields,field_description:account.field_account_move__show_discount_details
#: model:ir.model.fields,field_description:account.field_account_payment__show_discount_details
msgid "Show Discount Details"
msgstr "Prikaži podrobnosti popusta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__show_force_tax_included
msgid "Show Force Tax Included"
msgstr ""
#. module: account
#: model:res.groups,name:account.group_account_user
msgid "Show Full Accounting Features"
msgstr "Prikaži vse funkcije računovodstva"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_name_warning
#: model:ir.model.fields,field_description:account.field_account_move__show_name_warning
#: model:ir.model.fields,field_description:account.field_account_payment__show_name_warning
msgid "Show Name Warning"
msgstr "Prikaži opozorilo o imenu"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment__show_partner_bank_account
#: model:ir.model.fields,field_description:account.field_account_payment_register__show_partner_bank_account
msgid "Show Partner Bank Account"
msgstr "Prikaži bančni račun partnerja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_payment_term_details
#: model:ir.model.fields,field_description:account.field_account_move__show_payment_term_details
#: model:ir.model.fields,field_description:account.field_account_payment__show_payment_term_details
msgid "Show Payment Term Details"
msgstr "Prikaži podrobnosti o plačilnem roku"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_reset_to_draft_button
#: model:ir.model.fields,field_description:account.field_account_move__show_reset_to_draft_button
#: model:ir.model.fields,field_description:account.field_account_payment__show_reset_to_draft_button
msgid "Show Reset To Draft Button"
msgstr "Pokaži gumb Ponastavi na osnutek"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Show Unreconciled Bank Statement Line"
msgstr "Prikaži vrstico neusklajenega bančnega izpiska"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Show active taxes"
msgstr "Prikaži aktivne davke"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Show all records which has next action date is before today"
msgstr ""
"Prikaži vse zapise z datumom naslednje aktivnosti pred današnjim datumom."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Show inactive taxes"
msgstr "Prikaži neaktivne davke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__show_on_dashboard
msgid "Show journal on dashboard"
msgstr "Prikaži dnevnik na nadzorni plošči"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_line_subtotals_tax_included
msgid "Show line subtotals with taxes (B2C)"
msgstr "Pokaži vmesne vsote z davki (B2C)"
#. module: account
#: model:res.groups,comment:account.group_show_line_subtotals_tax_included
msgid "Show line subtotals with taxes included (B2C)"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_line_subtotals_tax_excluded
#: model:res.groups,comment:account.group_show_line_subtotals_tax_excluded
msgid "Show line subtotals without taxes (B2B)"
msgstr "Pokaži vmesne vsote brez davkov (B2B)"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Show unposted entries"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_snailmail_account
msgid "Snailmail"
msgstr "Pošta"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"Some journal items already exist in this journal but with other accounts "
"than the allowed ones."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"Some journal items already exist with this account but in other journals "
"than the allowed ones."
msgstr ""
"Nekateri elementi dnevnika že obstajajo s tem računom, vendar v drugih "
"dnevnikih, ne le v dovoljenih."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"Some payment methods supposed to be unique already exists somewhere else.\n"
"(%s)"
msgstr ""
"Nekateri načini plačila, ki naj bi bili edinstveni, že obstajajo drugje.\n"
"(%s)"
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__bank_bic
msgid "Sometimes called BIC or Swift."
msgstr "Včasih imenovano BIC ali SWIFT."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_column__sortable
msgid "Sortable"
msgstr "Razvrstljivo"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_currency_id
msgid "Source Currency"
msgstr "Izvorna valuta"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Source Document"
msgstr "Izvorni dokument"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_source_email
#: model:ir.model.fields,field_description:account.field_account_move__invoice_source_email
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_source_email
msgid "Source Email"
msgstr "Vir e-pošte"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move_reversal__date_mode__custom
msgid "Specific"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_accrued_orders_wizard__amount
msgid ""
"Specify an arbitrary value that will be accrued on a default account"
" for the entire order, regardless of the products on the different lines."
msgstr ""
"Določite poljubno vrednost, ki se bo obračunala na privzeti račun za"
" celotno naročilo, ne glede na izdelke v različnih vrsticah."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__auto_post
#: model:ir.model.fields,help:account.field_account_move__auto_post
#: model:ir.model.fields,help:account.field_account_payment__auto_post
msgid ""
"Specify whether this entry is posted automatically on its accounting date, "
"and any similar recurring invoices."
msgstr ""
"Določite, ali se ta vnos samodejno knjiži na datum obračuna in vse podobne "
"ponavljajoče se račune."
#. module: account
#: model:ir.model.fields,help:account.field_account_cash_rounding__strategy
msgid ""
"Specify which way will be used to round the invoice amount to the rounding "
"precision"
msgstr ""
"Določite, kako se bo znesek računa zaokrožil na natančnost zaokroževanja."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Start by checking your company's data."
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_start
msgid "Starting Balance"
msgstr "Začetno stanje"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_dashboard_onboarding_state
msgid "State of the account dashboard onboarding panel"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_invoice_onboarding_state
msgid "State of the account invoice onboarding panel"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_setup_taxes_state
msgid "State of the onboarding Taxes step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_setup_bank_data_state
msgid "State of the onboarding bank data step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_setup_bill_state
msgid "State of the onboarding bill step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_setup_coa_state
msgid "State of the onboarding charts of account step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_onboarding_create_invoice_state
msgid "State of the onboarding create invoice step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_setup_fy_data_state
msgid "State of the onboarding fiscal year step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_onboarding_invoice_layout_state
msgid "State of the onboarding invoice layout step"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_onboarding_sale_tax_state
msgid "State of the onboarding sale tax step"
msgstr ""
#. module: account
#: model:ir.actions.report,name:account.action_report_account_statement
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_id
#: model:ir.model.fields,field_description:account.field_account_move_line__statement_id
msgid "Statement"
msgstr "Izpisek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_line_id
#: model:ir.model.fields,field_description:account.field_account_move__statement_line_id
#: model:ir.model.fields,field_description:account.field_account_payment__statement_line_id
msgid "Statement Line"
msgstr "Postavka izpiska"
#. module: account
#: model:ir.ui.menu,name:account.account_reports_legal_statements_menu
msgid "Statement Reports"
msgstr "Poročila o izjavi"
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "Statement line percentage can't be 0"
msgstr "Odstotek v vrstici izpiska ne sme biti 0"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement__line_ids
msgid "Statement lines"
msgstr "Postavke izpiska"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_line_ids
#: model:ir.model.fields,field_description:account.field_account_move__statement_line_ids
#: model:ir.model.fields,field_description:account.field_account_payment__statement_line_ids
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_tree
msgid "Statements"
msgstr "Izpiski"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__reconciled_statement_line_ids
msgid "Statements lines matched to this payment"
msgstr "Vrstice izpiskov, ki se ujemajo s tem plačilom"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
msgid "States"
msgstr "Regije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__states_count
msgid "States Count"
msgstr "Števec regij"
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__state
#: model:ir.model.fields,field_description:account.field_account_move__state
#: model:ir.model.fields,field_description:account.field_account_move_line__parent_state
#: model:ir.model.fields,field_description:account.field_account_payment__state
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
#, python-format
msgid "Status"
msgstr "Status"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_state
#: model:ir.model.fields,help:account.field_account_journal__activity_state
#: model:ir.model.fields,help:account.field_account_move__activity_state
#: model:ir.model.fields,help:account.field_account_payment__activity_state
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_state
#: model:ir.model.fields,help:account.field_res_partner_bank__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
"Status na osnovi aktivnosti\n"
"Zapadel: Rok je že prekoračen\n"
"Danes: Datum aktivnosti je danes\n"
"Planirano: Bodoče aktivnosti."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_bank_account_step
#: model_terms:ir.ui.view,arch_db:account.onboarding_fiscal_year_step
#: model_terms:ir.ui.view,arch_db:account.onboarding_sale_tax_step
msgid "Step Completed!"
msgstr "Korak zaključen!"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Storno Accounting"
msgstr "Računovodstvo Storno"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_storno
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_storno
msgid "Storno accounting"
msgstr "Računovodstvo Storno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__strict_range
msgid "Strictly on the given dates"
msgstr "Strogo na navedene datume"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__string_to_hash
#: model:ir.model.fields,field_description:account.field_account_move__string_to_hash
#: model:ir.model.fields,field_description:account.field_account_payment__string_to_hash
msgid "String To Hash"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_expression__subformula
msgid "Subformula"
msgstr "Podformula"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__subject
msgid "Subject"
msgstr "Zadeva"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "Subject..."
msgstr "Zadeva..."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__price_subtotal
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Subtotal"
msgstr "Vmesni seštevek"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__subtype_id
msgid "Subtype"
msgstr "Podvrsta"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__suitable_journal_ids
#: model:ir.model.fields,field_description:account.field_account_move__suitable_journal_ids
#: model:ir.model.fields,field_description:account.field_account_payment__suitable_journal_ids
msgid "Suitable Journal"
msgstr "Ustrezen dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__supplier_rank
#: model:ir.model.fields,field_description:account.field_res_users__supplier_rank
msgid "Supplier Rank"
msgstr "Ocena dobavitelja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_journal__suspense_account_id
msgid "Suspense Account"
msgstr "Prehodni konto"
#. module: account
#: model:ir.actions.server,name:account.action_move_switch_invoice_to_credit_note
msgid "Switch into invoice/credit note"
msgstr "Preklopi na račun/dobropis"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment_term_line__end_month
msgid "Switch to end of the month after having added months or days"
msgstr ""
#. module: account
#: model:account.report.column,name:account.generic_tax_report_account_tax_column_tax
#: model:account.report.column,name:account.generic_tax_report_column_tax
#: model:account.report.column,name:account.generic_tax_report_tax_account_column_tax
msgid "TAX"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account_tag__name
msgid "Tag Name"
msgstr "Naziv oznake"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__tag_ids
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_tag_ids
#: model_terms:ir.ui.view,arch_db:account.account_tag_view_form
#: model_terms:ir.ui.view,arch_db:account.account_tag_view_tree
msgid "Tags"
msgstr "Ključne besede"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__tax_tag_ids
msgid ""
"Tags assigned to this line by the tax creating it, if any. It determines its"
" impact on financial reports."
msgstr ""
"Oznake, ki jih tej vrstici dodeli davek, ki jo je ustvaril, če obstajajo. "
"Določa njen vpliv na finančna poročila."
#. module: account
#: model:ir.model.fields,help:account.field_product_product__account_tag_ids
#: model:ir.model.fields,help:account.field_product_template__account_tag_ids
msgid ""
"Tags to be set on the base and tax journal items created for this product."
msgstr ""
"Oznake, ki jih je treba nastaviti za osnovne in davčne postavke dnevnika, "
"ustvarjene za ta izdelek."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_id
msgid "Target Expression"
msgstr "Ciljni izraz"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_label
msgid "Target Expression Label"
msgstr "Oznaka ciljnega izraza"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_line_id
msgid "Target Line"
msgstr "Ciljna črta"
#. module: account
#: model:ir.model,name:account.model_account_tax
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_tax
#: model:ir.model.fields,field_description:account.field_account_move__amount_tax
#: model:ir.model.fields,field_description:account.field_account_payment__amount_tax
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tax_id
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__tax
#: model_terms:ir.ui.view,arch_db:account.account_tax_view_search
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tax_audit_tree
msgid "Tax"
msgstr "Davek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Tax 15%"
msgstr "Davek 15%"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_group__property_advance_tax_payment_account_id
msgid "Tax Advance Account"
msgstr "Račun za predplačilo davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_audit
msgid "Tax Audit String"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__tax_calculation_rounding_method
msgid "Tax Calculation Rounding Method"
msgstr "Metoda zaokroževanja davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_rec_id
#: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_rec_id
#: model:ir.model.fields,field_description:account.field_account_payment__tax_cash_basis_rec_id
msgid "Tax Cash Basis Entry of"
msgstr "Davčni vnos na podlagi plačila za"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__tax_cash_basis_journal_id
msgid "Tax Cash Basis Journal"
msgstr "Dnevnik davkov na podlagi plačil"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__use_in_tax_closing
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line_template__use_in_tax_closing
msgid "Tax Closing Entry"
msgstr "Zaključek davčnega obračuna"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__amount_type
#: model:ir.model.fields,field_description:account.field_account_tax_template__amount_type
msgid "Tax Computation"
msgstr "Izračun davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_country_id
#: model:ir.model.fields,field_description:account.field_account_move__tax_country_id
#: model:ir.model.fields,field_description:account.field_account_payment__tax_country_id
msgid "Tax Country"
msgstr "Davčna država"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_country_code
#: model:ir.model.fields,field_description:account.field_account_move__tax_country_code
#: model:ir.model.fields,field_description:account.field_account_payment__tax_country_code
msgid "Tax Country Code"
msgstr "Davčna koda države"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_template__tax_exigibility
msgid "Tax Due"
msgstr "Dolgovani davek"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_config_settings__show_line_subtotals_tax_selection__tax_excluded
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
msgid "Tax Excluded"
msgstr "Osnova"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__tax_exigibility
msgid "Tax Exigibility"
msgstr "Davčna upravičenost"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Tax Grid"
msgstr "Davčna mreža"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Tax Grids"
msgstr "Davčne mreže"
#. module: account
#: model:ir.model,name:account.model_account_tax_group
#: model:ir.model.fields,field_description:account.field_account_tax__tax_group_id
#: model:ir.model.fields,field_description:account.field_account_tax_template__tax_group_id
msgid "Tax Group"
msgstr "Davčna skupina"
#. module: account
#: model:ir.actions.act_window,name:account.action_tax_group
#: model:ir.ui.menu,name:account.menu_action_tax_group
msgid "Tax Groups"
msgstr "Davčne skupine"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Tax ID"
msgstr "Davek ID"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_config_settings__show_line_subtotals_tax_selection__tax_included
msgid "Tax Included"
msgstr "DDV vključen"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__force_tax_included
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__force_tax_included
msgid "Tax Included in Price"
msgstr "Davek vključen v ceno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_key
msgid "Tax Key"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_lock_date_message
#: model:ir.model.fields,field_description:account.field_account_move__tax_lock_date_message
#: model:ir.model.fields,field_description:account.field_account_payment__tax_lock_date_message
msgid "Tax Lock Date Message"
msgstr "Sporočilo o datumu davčnega zaklepanja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__tax_ids
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__tax_ids
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Tax Mapping"
msgstr "Preslikava davkov"
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position_tax_template
msgid "Tax Mapping Template of Fiscal Position"
msgstr ""
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position_tax
msgid "Tax Mapping of Fiscal Position"
msgstr "Davčno mapiranje fiskalnega položaja"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__name
#: model:ir.model.fields,field_description:account.field_account_tax_template__name
msgid "Tax Name"
msgstr "Naziv davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_group__property_tax_payable_account_id
msgid "Tax Payable Account"
msgstr "Račun za plačilo davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_group__property_tax_receivable_account_id
msgid "Tax Receivable Account"
msgstr "Račun davčnih terjatev"
#. module: account
#: model:ir.model,name:account.model_account_tax_repartition_line
msgid "Tax Repartition Line"
msgstr "Vrstica za porazdelitev davka"
#. module: account
#: model:ir.model,name:account.model_account_tax_repartition_line_template
msgid "Tax Repartition Line Template"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__tax_lock_date
msgid "Tax Return Lock Date"
msgstr "Datum zaklepanja davčne napovedi"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__tax_scope
#: model:ir.model.fields,field_description:account.field_account_tax_template__tax_scope
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Tax Scope"
msgstr "Področje obdavčitve"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_tax_signed
#: model:ir.model.fields,field_description:account.field_account_move__amount_tax_signed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_tax_signed
msgid "Tax Signed"
msgstr "Davčno podpisano"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax_template__tax_src_id
msgid "Tax Source"
msgstr "Davek"
#. module: account
#: model:ir.model.fields,field_description:account.field_product_product__tax_string
#: model:ir.model.fields,field_description:account.field_product_template__tax_string
msgid "Tax String"
msgstr "Davčni niz"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__tax_tags
msgid "Tax Tags"
msgstr "Davčne oznake"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report_line__tax_tags_formula
msgid "Tax Tags Formula Shortcut"
msgstr "Bližnjica formule za davčne oznake"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Tax Template"
msgstr "Predloga davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__tax_template_ids
msgid "Tax Template List"
msgstr "Seznam davčnih predlog"
#. module: account
#: model:ir.actions.act_window,name:account.action_account_tax_template_form
msgid "Tax Templates"
msgstr "Predloge davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax__type_tax_use
#: model:ir.model.fields,field_description:account.field_account_tax_template__type_tax_use
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
msgid "Tax Type"
msgstr "Vrsta davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__tax_calculation_rounding_method
msgid "Tax calculation rounding method"
msgstr "Metoda zaokroževanja davkov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_tax_payable_account_id
msgid "Tax current account (payable)"
msgstr "Davčni kontni (obveznost)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__property_tax_receivable_account_id
msgid "Tax current account (receivable)"
msgstr "Davčni konti (terjatev)"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_group__property_tax_payable_account_id
msgid ""
"Tax current account used as a counterpart to the Tax Closing Entry when in "
"favor of the authorities."
msgstr ""
"Davčni tekoči račun, ki se uporablja kot protiutež davčnemu zaključku, kadar"
" je v korist organov."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_group__property_tax_receivable_account_id
msgid ""
"Tax current account used as a counterpart to the Tax Closing Entry when in "
"favor of the company."
msgstr ""
"Davčni tekoči račun, ki se uporablja kot protiutež davčnemu zaključku, kadar"
" je v korist podjetja."
#. module: account
#: model:res.groups,name:account.group_show_line_subtotals_tax_excluded
msgid "Tax display B2B"
msgstr "Prikaz davka B2B"
#. module: account
#: model:res.groups,name:account.group_show_line_subtotals_tax_included
msgid "Tax display B2C"
msgstr "Prikaz davka B2C"
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid ""
"Tax distribution line templates should apply to either invoices or refunds, "
"not both at the same time. invoice_tax_id and refund_tax_id should not be "
"set together."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__tax_repartition_line_id
msgid ""
"Tax distribution line that caused the creation of this move line, if any"
msgstr ""
"Davčna razdelitvena vrstica, ki je povzročila nastanek te premične vrstice, "
"če obstaja"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"Tax distribution lines should apply to either invoices or refunds, not both "
"at the same time. invoice_tax_id and refund_tax_id should not be set "
"together."
msgstr ""
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_tax_name_company_uniq
#: model:ir.model.constraint,message:account.constraint_account_tax_template_name_company_uniq
msgid "Tax names must be unique !"
msgstr "Naziv davka mora biti unikaten!"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_src_id
msgid "Tax on Product"
msgstr "Davek na izdelku"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__plus_report_expression_ids
msgid ""
"Tax report expressions whose '+' tag will be assigned to move lines by this "
"repartition line"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__minus_report_expression_ids
msgid ""
"Tax report expressions whose '-' tag will be assigned to move lines by this "
"repartition line"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__early_pay_discount_computation
msgid "Tax setting"
msgstr "Davčna nastavitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_dest_id
msgid "Tax to Apply"
msgstr "Uporabljen davek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "TaxCloud"
msgstr "TaxCloud"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/company.py:0
#: model:account.tax.group,name:account.tax_group_taxes
#: model:ir.actions.act_window,name:account.action_tax_form
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__tax_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line_template__tax_ids
#: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__taxes
#: model:ir.ui.menu,name:account.menu_action_tax_form
#: model_terms:ir.ui.view,arch_db:account.onboarding_sale_tax_step
#: model_terms:ir.ui.view,arch_db:account.onboarding_taxes_step
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
#, python-format
msgid "Taxes"
msgstr "Davki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Taxes Applied"
msgstr "Uporabljeni davki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_template_form
msgid "Taxes Mapping"
msgstr "Preslikava davkov"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"Taxes exigible on payment and on invoice cannot be mixed on the same journal"
" item if they share some tag."
msgstr ""
"Davkov, ki se obračunajo pri plačilu in na računu, ni mogoče mešati na isti "
"postavki dnevnika, če si delita neko oznako."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.onboarding_taxes_step
msgid "Taxes set."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Taxes used in Purchases"
msgstr "Davki uporabljeni v nakupu."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_template_search
msgid "Taxes used in Sales"
msgstr "Davki uporabljeni pri prodaji"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Taxes, fiscal positions, chart of accounts &amp; legal statements for your "
"country"
msgstr "Davki, fiskalni položaji, kontni plani &amp; izpiski za vašo državo"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__account_enabled_tax_country_ids
msgid ""
"Technical field containing the countries for which this company is using "
"tax-related features(hence the ones for which l10n modules need to show tax-"
"related fields)."
msgstr ""
"Tehnično polje, ki vsebuje države, za katere to podjetje uporablja davčne "
"funkcije (torej tiste, za katere morajo moduli l10n prikazovati davčna "
"polja)."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__bank_partner_id
#: model:ir.model.fields,help:account.field_account_move__bank_partner_id
#: model:ir.model.fields,help:account.field_account_payment__bank_partner_id
msgid "Technical field to get the domain on the bank"
msgstr "Tehnično področje za pridobitev domene na banki"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__sequence_override_regex
msgid ""
"Technical field used to enforce complex sequence composition that the system would normally misunderstand.\n"
"This is a regex that can include all the following capture groups: prefix1, year, prefix2, month, prefix3, seq, suffix.\n"
"The prefix* groups are the separators between the year, month and the actual increasing sequence number (seq).\n"
"e.g: ^(?P<prefix1>.*?)(?P<year>\\d{4})(?P<prefix2>\\D*?)(?P<month>\\d{2})(?P<prefix3>\\D+?)(?P<seq>\\d+)(?P<suffix>\\D*?)$"
msgstr ""
"Tehnično polje, ki se uporablja za uveljavljanje kompleksne sestave zaporedja, ki bi jo sistem običajno napačno razumel.\n"
"To je regularni izraz, ki lahko vključuje vse naslednje skupine zajemanja: predpona1, leto, predpona2, mesec, predpona3, zaporedje, pripona.\n"
"Skupine predpon* so ločila med letom, mesecem in dejansko naraščajočo zaporedno številko (zaporedje).\n"
"e.g: ^(?P<prefix1>.*?)(?P<year>\\d{4})(?P<prefix2>\\D*?)(?P<month>\\d{2})(?P<prefix3>\\D+?)(?P<seq>\\d+)(?P<suffix>\\D*?)$"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__chart_template_id
msgid "Template"
msgstr "Predloga"
#. module: account
#: model:ir.model,name:account.model_account_group_template
msgid "Template for Account Groups"
msgstr ""
#. module: account
#: model:ir.model,name:account.model_account_fiscal_position_template
msgid "Template for Fiscal Position"
msgstr "Predloga za davčno območje"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__templates_found
msgid "Templates Found"
msgstr "Najdene predloge"
#. module: account
#: model:ir.model,name:account.model_account_account_template
msgid "Templates for Accounts"
msgstr "Predloge za konte"
#. module: account
#: model:ir.model,name:account.model_account_tax_template
msgid "Templates for Taxes"
msgstr "Predloge za davke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__term_key
msgid "Term Key"
msgstr "Ključ izrazov"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term__line_ids
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid "Terms"
msgstr "Pogoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms
msgid "Terms & Conditions"
msgstr "Pravila in pogoji"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms_html
msgid "Terms & Conditions as a Web page"
msgstr "Pogoji uporabe kot spletna stran"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__terms_type
#: model:ir.model.fields,field_description:account.field_res_config_settings__terms_type
msgid "Terms & Conditions format"
msgstr "Oblika pogojev"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Terms & Conditions: %s"
msgstr "Pravila in pogoji: %s"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__narration
#: model:ir.model.fields,field_description:account.field_account_move__narration
#: model:ir.model.fields,field_description:account.field_account_payment__narration
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Terms and Conditions"
msgstr "Pravila in pogoji"
#. module: account
#: model:ir.model.fields,help:account.field_res_company__account_opening_date
msgid "That is the date of the opening entry."
msgstr "To je datum otvoritvenega vnosa."
#. module: account
#. odoo-python
#: code:addons/account/models/sequence_mixin.py:0
#, python-format
msgid ""
"The %(date_field)s (%(date)s) doesn't match the sequence number of the related %(model)s (%(sequence)s)\n"
"You will need to clear the %(model)s's %(sequence_field)s to proceed.\n"
"In doing so, you might want to resequence your entries in order to maintain a continuous date-based sequence."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"The Availability is set to 'Country Matches' but the field Country is not "
"set."
msgstr ""
"Razpoložljivost je nastavljena na »Ujemanje držav«, polje Država pa ni "
"nastavljeno."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "The Bill/Refund date is required to validate this document."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__country_code
#: model:ir.model.fields,help:account.field_account_journal__country_code
#: model:ir.model.fields,help:account.field_account_move__country_code
#: model:ir.model.fields,help:account.field_account_move_reversal__country_code
#: model:ir.model.fields,help:account.field_account_payment__country_code
#: model:ir.model.fields,help:account.field_account_payment_register__country_code
#: model:ir.model.fields,help:account.field_account_tax__country_code
#: model:ir.model.fields,help:account.field_account_tax_group__country_code
#: model:ir.model.fields,help:account.field_res_company__country_code
#: model:ir.model.fields,help:account.field_res_config_settings__country_code
msgid ""
"The ISO country code in two chars. \n"
"You can use this field for quick search."
msgstr ""
"ISO koda države v dveh znakih. \n"
"To polje lahko uporabiš za hitro iskanje."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The Journal Entry sequence is not conform to the current format. Only the "
"Accountant can change it."
msgstr ""
"Zaporedje vnosov v dnevnik ni skladno s trenutno obliko. Spremeni ga lahko "
"samo računovodja."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
#, python-format
msgid "The Payment Term must have one Balance line."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"The Unit of Measure (UoM) '%s' you have selected for product '%s', is "
"incompatible with its category : %s."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "The account %s (%s) is deprecated."
msgstr "Račun %s(%s) je zastarel."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "The account code can only contain alphanumeric characters and dots."
msgstr "Koda računa lahko vsebuje samo alfanumerične znake in pike."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"The account is already in use in a 'sale' or 'purchase' journal. This means "
"that the account's type couldn't be 'receivable' or 'payable'."
msgstr ""
"Račun je že v uporabi v dnevniku 'prodaja' ali 'nakup'. To pomeni, da vrsta "
"računa ne more biti 'terjatev' ali 'obveznost'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"The account selected on your journal entry forces to provide a secondary "
"currency. You should remove the secondary currency on the account."
msgstr ""
"Izbrani račun v vašem temeljnem vnosu zahteva vnos sekundarne valute. "
"Sekundarno valuto na računu morate odstraniti."
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__journal_id
#: model:ir.model.fields,help:account.field_res_partner_bank__journal_id
msgid "The accounting journal corresponding to this bank account."
msgstr "Računovodski dnevnik, ki ustreza temu bančnemu računu."
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__currency_exchange_journal_id
msgid ""
"The accounting journal where automatic exchange differences will be "
"registered"
msgstr ""
"Računovodski dnevnik, v katerem bodo zabeležene avtomatske tečajne razlike"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__amount_currency
#: model:ir.model.fields,help:account.field_account_move_line__amount_currency
msgid ""
"The amount expressed in an optional other currency if it is a multi-currency"
" entry."
msgstr "Vrednost izražena v opcijski drugi valuti pri več valutnem vnosu."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_move_line_check_amount_currency_balance_sign
msgid ""
"The amount expressed in the secondary currency must be positive when account"
" is debited and negative when account is credited. If the currency is the "
"same as the one from the company, this amount must strictly be equal to the "
"balance."
msgstr ""
"Znesek, izražen v sekundarni valuti, mora biti pozitiven pri bremenitvi "
"računa in negativen pri odobritvi računa. Če je valuta enaka kot valuta "
"podjetja, mora biti ta znesek strogo enak stanju."
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "The amount is not a number"
msgstr "Znesek ni številka"
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"The application scope of taxes in a group must be either the same as the "
"group or left empty."
msgstr ""
"Področje uporabe davkov v skupini mora biti enako kot v skupini ali pa mora "
"ostati prazno."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"The bank account of a bank journal must belong to the same company (%s)."
msgstr "Bančni račun bančnega dnevnika mora pripadati istemu podjetju. (%s)."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__statement_id
msgid "The bank statement used for bank reconciliation"
msgstr "Bančni izpisek, ki se uporablja pri uskladitvi"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_cash_basis_created_move_ids
#: model:ir.model.fields,help:account.field_account_move__tax_cash_basis_created_move_ids
#: model:ir.model.fields,help:account.field_account_payment__tax_cash_basis_created_move_ids
msgid ""
"The cash basis entries created from the taxes on this entry, when "
"reconciling its lines."
msgstr ""
"Vnosi na podlagi denarnega toka, ustvarjeni iz davkov na tem vnosu, pri "
"usklajevanju njegovih vrstic."
#. module: account
#: model:ir.model.fields,help:account.field_res_company__chart_template_id
msgid "The chart template for the company (if any)"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "The chosen QR-code type is not eligible for this invoice."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"The client explicitly waives its own standard terms and conditions, even if "
"these were drawn up after these standard terms and conditions of sale. In "
"order to be valid, any derogation must be expressly agreed to in advance in "
"writing."
msgstr ""
"Stranka se izrecno odpoveduje svojim splošnim pogojem poslovanja, tudi če so"
" bili ti sestavljeni po teh splošnih prodajnih pogojih. Da bi bilo vsako "
"odstopanje veljavno, mora biti izrecno vnaprej dogovorjeno v pisni obliki."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_account_code_company_uniq
msgid "The code of the account must be unique per company !"
msgstr "Koda konta že obstaja!"
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_payment_method_name_code_unique
msgid "The combination code/payment type already exists!"
msgstr "Kombinirana koda/vrsta plačila že obstaja!"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The combination of reference model and reference type on the journal is not "
"implemented"
msgstr ""
"Kombinacija referenčnega modela in referenčnega tipa v reviji ni "
"implementirana."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__company_id
msgid "The company this distribution line belongs to."
msgstr "Podjetje, ki mu pripada ta distribucijska linija."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"The country code of the foreign VAT number does not match any country in the"
" group."
msgstr ""
"Koda države tuje številke za DDV se ne ujema z nobeno državo v skupini."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_group__country_id
msgid "The country for which this tax group is applicable."
msgstr "Država, za katero velja ta davčna skupina."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__country_id
msgid "The country for which this tax is applicable."
msgstr "Država, za katero velja ta davek."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid ""
"The country set on the foreign VAT fiscal position must match the one set on"
" the report."
msgstr ""
"Država, nastavljena za tuji fiskalni položaj DDV, se mora ujemati z državo, "
"nastavljeno v poročilu."
#. module: account
#: model:ir.model.fields,help:account.field_account_chart_template__country_id
msgid "The country this chart of accounts belongs to. None if it's generic."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__company_country_id
#: model:ir.model.fields,help:account.field_res_company__account_fiscal_country_id
#: model:ir.model.fields,help:account.field_res_config_settings__account_fiscal_country_id
msgid "The country to use the tax reports from for this company"
msgstr "Država, iz katere se bodo uporabljala davčna poročila za to podjetje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid "The credit note is auto-validated and reconciled with the invoice."
msgstr "Dobropis je samodejno potrjen in usklajen z računom. "
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid ""
"The credit note is auto-validated and reconciled with the invoice.\n"
" The original invoice is duplicated as a new draft."
msgstr ""
"Dobropis je samodejno potrjen in usklajen z računom.\n"
" Prvotni račun je podvojen kot nov osnutek."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
msgid ""
"The credit note is created in draft and can be edited before being issued."
msgstr ""
"Dobropis je ustvarjen v osnutku in ga je mogoče urediti pred potrditvijo. "
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__currency_id
msgid "The currency used to enter statement"
msgstr "Valuta uporabljena pri vnosu izpiska"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "The current highest number is"
msgstr "Trenutno najvišje število je"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The current total is %s but the expected total is %s. In order to post the "
"invoice/bill, you can adjust its lines or the expected Total (tax inc.)."
msgstr ""
"Trenutni skupni znesek je %s vendar je pričakovani skupni znesek %s. Za "
"knjiženje računa/fakture lahko prilagodite njegove vrstice ali pričakovani "
"skupni znesek (z vključenim DDV)."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The date is being set prior to the %(lock_type)s lock date %(lock_date)s. "
"The Journal Entry will be accounted on %(invoice_date)s upon posting."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "The date selected is protected by a lock date"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid "The discount days of the Payment Terms lines must be positive."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_origin
#: model:ir.model.fields,help:account.field_account_move__invoice_origin
#: model:ir.model.fields,help:account.field_account_payment__invoice_origin
msgid "The document(s) that generated the invoice."
msgstr "Dokument(i), na podlagi katerega je bil izdan račun."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "The entry %s (id %s) is already posted."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_product_category__property_account_expense_categ_id
msgid ""
"The expense is accounted for when a vendor bill is validated, except in "
"anglo-saxon accounting with perpetual inventory valuation in which case the "
"expense (Cost of Goods Sold account) is recognized at the customer invoice "
"validation."
msgstr ""
"Strošek se obračuna ob potrditvi dobaviteljevega računa, razen v anglosaškem"
" računovodstvu s stalnim vrednotenjem zalog, v tem primeru se strošek (konto"
" nabavne vrednosti prodanega blaga) pripozna ob potrditvi kupčevega računa."
#. module: account
#. odoo-python
#: code:addons/account/controllers/portal.py:0
#, python-format
msgid "The field %s must be filled."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The field 'Customer' is required, please complete it to validate the "
"Customer Invoice."
msgstr "Polje \"Stranka\" je obvezno, izpolnite ga in potrdite izdani račun."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The field 'Vendor' is required, please complete it to validate the Vendor "
"Bill."
msgstr "Polje \"Dobavitelj\" je obvezno, izpolnite ga in potrdite prejeti račun."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__property_account_position_id
#: model:ir.model.fields,help:account.field_res_users__property_account_position_id
msgid ""
"The fiscal position determines the taxes/accounts used for this contact."
msgstr "Davčno območje določa davke / račune, ki se uporabljajo za ta stik."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "The following Journal Entries will be generated"
msgstr "Ustvarjeni bodo naslednji vnosi v dnevnik"
#. module: account
#. odoo-python
#: code:addons/account/models/res_partner_bank.py:0
#, python-format
msgid ""
"The following error prevented '%s' QR-code to be generated though it was "
"detected as eligible: "
msgstr ""
"Naslednja napaka je bila preprečena '%s' QR-koda, ki jo je treba ustvariti, "
"čeprav je bila zaznana kot upravičena:"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_invoice_send.py:0
#, python-format
msgid ""
"The following invoice(s) will not be sent by email, because the customers "
"don't have email address."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid ""
"The following regular expression is invalid to create a partner mapping: %s"
msgstr ""
"Naslednji regularni izraz ni veljaven za ustvarjanje partnerske preslikave: "
"%s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid "The foreign currency must be different than the journal one: %s"
msgstr "Tuja valuta se mora razlikovati od dnevne valute: %s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"The foreign currency set on the journal '%(journal)s' and the account "
"'%(account)s' must be the same."
msgstr ""
"Tuja valuta, določena v dnevniku '%(journal)s' in račun '%(account)s' morata"
" biti enaka."
#. module: account
#: model:ir.model.fields,help:account.field_account_report_external_value__foreign_vat_fiscal_position_id
msgid "The foreign fiscal position for which this external value is made."
msgstr "Tuji fiskalni položaj, za katerega je ta zunanja vrednost izračunana."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
msgid ""
"The hash chain is compliant: it is not possible to alter the\n"
" data without breaking the hash chain for subsequent parts."
msgstr ""
"Zgoščevalna veriga je skladna: ni mogoče spremeniti\n"
" podatke brez prekinitve zgoščevalne verige za naslednje dele."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid "The holder of a journal's bank account must be the company (%s)."
msgstr "Imetnik bančnega računa mora biti podjetje (%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The invoice already contains lines, it was not updated from the attachment."
msgstr "Račun že vsebuje vrstice, ni bil posodobljen iz priloge."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "The invoice having been sent, the button has changed priority."
msgstr "Ko je bil račun poslan, se je prioriteta gumba spremenila."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "The invoice is not a draft, it was not updated from the attachment."
msgstr "Račun ni osnutek, ni bil posodobljen iz priloge."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid ""
"The journal entry %s reached an invalid state regarding its related statement line.\n"
"To be consistent, the journal entry must always have exactly one journal item involving the bank/cash account."
msgstr ""
"Vnos v dnevnik %s dosegel neveljavno stanje glede na povezano vrstico stavka.\n"
"Zaradi doslednosti mora dnevniški vnos vedno vsebovati natanko eno postavko dnevnika, ki se nanaša na bančni/gotovinski račun."
#. module: account
#: model:ir.model.fields,help:account.field_res_company__account_opening_move_id
msgid ""
"The journal entry containing the initial balance of all this company's "
"accounts."
msgstr "Dnevniški vpis, ki vsebuje začetno stanje vseh računov tega podjetja."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_cash_basis_origin_move_id
#: model:ir.model.fields,help:account.field_account_move__tax_cash_basis_origin_move_id
#: model:ir.model.fields,help:account.field_account_payment__tax_cash_basis_origin_move_id
msgid ""
"The journal entry from which this tax cash basis journal entry has been "
"created."
msgstr ""
"Dnevniški vnos, iz katerega je bil ustvarjen ta dnevniški vnos davka na "
"denarni osnovi."
#. module: account
#. odoo-python
#: code:addons/account/models/account_analytic_line.py:0
#, python-format
msgid "The journal item is not linked to the correct financial account"
msgstr "Postavka dnevnika ni povezana s pravilnim finančnim računom"
#. module: account
#: model:ir.model.fields,help:account.field_account_financial_year_op__fiscalyear_last_day
#: model:ir.model.fields,help:account.field_account_financial_year_op__fiscalyear_last_month
msgid ""
"The last day of the month will be used if the chosen day doesn't exist."
msgstr "Če izbrani dan ne obstaja, bo uporabljen zadnji dan v mesecu."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
msgid ""
"The last line's computation type should be \"Balance\" to ensure that the "
"whole amount will be allocated."
msgstr "Za izračun celotne vsote, naj bo vrsta izračuna zadnje vrstice \"Saldo\"."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_group_check_length_prefix
msgid "The length of the starting and the ending code prefix must be the same"
msgstr "Dolžina začetne in končne predpone kode mora biti enaka"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__partner_mapping_line_ids
msgid ""
"The mapping uses regular expressions.\n"
"- To Match the text at the beginning of the line (in label or notes), simply fill in your text.\n"
"- To Match the text anywhere (in label or notes), put your text between .*\n"
" e.g: .*N°48748 abc123.*"
msgstr ""
"Preslikava uporablja regularne izraze.\n"
"- Če želite najti ujemanje z besedilom na začetku vrstice (v oznaki ali opombah), preprosto vnesite svoje besedilo.\n"
"- Če želite, da se besedilo kjer koli ujema (v oznaki ali opombah), ga vstavite med.*\n"
" npr.: .*N°48748 abc123.*"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The move could not be posted for the following reason: %(error_message)s"
msgstr ""
"Premika ni bilo mogoče objaviti iz naslednjega razloga:\n"
"%(error_message)s"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "The next step is payment registration."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"The operation is refused as it would impact an already issued tax statement."
" Please change the journal entry date or the tax lock date set in the "
"settings (%s) to proceed."
msgstr ""
"Operacija je prekinjena, ker bi lahko vplivala na že oddan obračun DDV-ja. "
"Za nadaljavanje spremenite datum knjižbe dnevnika ali nastavite datum "
"davčnega zaklepanja v nastavitvah (%s)."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__foreign_currency_id
msgid "The optional other currency if it is a multi-currency entry."
msgstr "Druga valuta (če gre za več-valutni vnos)"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__quantity
msgid ""
"The optional quantity expressed by this line, eg: number of product sold. "
"The quantity is not a legal requirement but is very useful for some reports."
msgstr "Opcijska količina. Uporabno za nekatera poročila."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__sequence
msgid ""
"The order in which distribution lines are displayed and matched. For refunds"
" to work properly, invoice distribution lines should be arranged in the same"
" order as the credit note distribution lines they correspond to."
msgstr ""
"Vrstni red, v katerem so prikazane in usklajene distribucijske vrstice. Za "
"pravilno delovanje vračil morajo biti distribucijske vrstice računov "
"razporejene v istem vrstnem redu kot distribucijske vrstice dobropisov, ki "
"jim ustrezajo."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid "The partner cannot be deleted because it is used in Accounting"
msgstr "Partnerja ni mogoče izbrisati, ker se uporablja v računovodstvu."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__has_unreconciled_entries
#: model:ir.model.fields,help:account.field_res_users__has_unreconciled_entries
msgid ""
"The partner has at least one unreconciled debit and credit since last time "
"the invoices & payments matching was performed."
msgstr ""
"Partner ima vsaj eno neusklajeno debetno in kreditno zadolžitev od zadnjega "
"usklajevanja računov in plačil."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"The partners of the journal's company and the related bank account mismatch."
msgstr ""
"Partnerji podjetja revije in s tem povezano neusklajenost bančnih računov."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_payment_check_amount_not_negative
msgid "The payment amount cannot be negative."
msgstr "Znesek plačila ne sme biti negativen."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__payment_reference
#: model:ir.model.fields,help:account.field_account_move__payment_reference
msgid "The payment reference to set on journal items."
msgstr "Referenca plačila, ki jo je treba nastaviti za postavke dnevnika."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__payment_id
msgid "The payment that created this entry"
msgstr "Plačilo, s katerim je bil ustvarjen ta vnos"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__currency_id
#: model:ir.model.fields,help:account.field_account_payment_register__currency_id
msgid "The payment's currency."
msgstr "Valuta plačila."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The recipient bank account linked to this invoice is archived.\n"
"So you cannot confirm the invoice."
msgstr ""
"Bančni račun prejemnika, povezan s tem računom, je arhiviran.\n"
"Računa torej ne morete potrditi."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner_category_ids
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_partner_category_ids
msgid ""
"The reconciliation model will only be applied to the selected "
"customer/vendor categories."
msgstr ""
"Model usklajevanja bo uporabljen samo za izbrane kategorije "
"strank/dobaviteljev."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner_ids
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_partner_ids
msgid ""
"The reconciliation model will only be applied to the selected "
"customers/vendors."
msgstr "Model usklajevanja bo uporabljen samo za izbrane stranke/dobavitelje."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_nature
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_nature
msgid ""
"The reconciliation model will only be applied to the selected transaction type:\n"
" * Amount Received: Only applied when receiving an amount.\n"
" * Amount Paid: Only applied when paying an amount.\n"
" * Amount Paid/Received: Applied in both cases."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_partner
msgid ""
"The reconciliation model will only be applied when a customer/vendor is set."
msgstr ""
"Model usklajevanja bo uporabljen le, če je stranka/dobavitelj nastavljen."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_amount
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_amount
msgid ""
"The reconciliation model will only be applied when the amount being lower "
"than, greater than or between specified amount(s)."
msgstr ""
"Model usklajevanja se bo uporabil le, če bo znesek nižji, večji od ali med "
"določenim(-i) zneskom(-i)."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_label
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_label
msgid ""
"The reconciliation model will only be applied when the label:\n"
" * Contains: The proposition label must contains this string (case insensitive).\n"
" * Not Contains: Negation of \"Contains\".\n"
" * Match Regex: Define your own regular expression."
msgstr ""
"Model usklajevanja bo uporabljen le, če oznaka:\n"
"* Vsebuje: Oznaka predloga mora vsebovati ta niz (brez razlikovanja med velikimi in malimi črkami).\n"
" * Ne vsebuje: Zanikanje \"Vsebuje\".\n"
" * Ujemanje regularnega izraza: Definirajte svoj regularni izraz."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_note
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_note
msgid ""
"The reconciliation model will only be applied when the note:\n"
" * Contains: The proposition note must contains this string (case insensitive).\n"
" * Not Contains: Negation of \"Contains\".\n"
" * Match Regex: Define your own regular expression."
msgstr ""
"Model usklajevanja bo uporabljen le, če opomba:\n"
"* Vsebuje: Opomba k predlogu mora vsebovati ta niz (brez razlikovanja med velikimi in malimi črkami).\n"
" * Ne vsebuje: Zanikanje \"Vsebuje\".\n"
" * Ujemanje regularnega izraza: Definirajte svoj regularni izraz."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_transaction_type
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_transaction_type
msgid ""
"The reconciliation model will only be applied when the transaction type:\n"
" * Contains: The proposition transaction type must contains this string (case insensitive).\n"
" * Not Contains: Negation of \"Contains\".\n"
" * Match Regex: Define your own regular expression."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__match_journal_ids
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__match_journal_ids
msgid ""
"The reconciliation model will only be available from the selected journals."
msgstr "Model usklajevanja bo na voljo samo iz izbranih revij."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "The recurrence will end on"
msgstr "Ponavljanje se bo končalo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "The regex is not valid"
msgstr "Regularni izraz ni veljaven"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid ""
"The register payment wizard should only be called on account.move or "
"account.move.line records."
msgstr ""
"Čarovnika za plačila v registru je treba poklicati samo za zapise "
"account.move ali account.move.line."
#. module: account
#: model:ir.model.fields,help:account.field_account_report__root_report_id
msgid "The report this report is a variant of."
msgstr "Poročilo, katerega različica je to poročilo."
#. module: account
#. odoo-python
#: code:addons/account/controllers/terms.py:0
#, python-format
msgid "The requested page is invalid, or doesn't exist anymore."
msgstr "Zahtevana stran je neveljavna ali pa ne obstaja več."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__amount_residual_currency
msgid ""
"The residual amount on a journal item expressed in its currency (possibly "
"not the company currency)."
msgstr ""
"Preostali znesek na postavki dnevnika, izražen v njeni valuti (morda ne v "
"valuti podjetja)."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__amount_residual
msgid ""
"The residual amount on a journal item expressed in the company currency."
msgstr "Preostali znesek na postavki dnevnika, izražen v valuti podjetja."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid "The running balance (%s) doesn't match the specified ending balance."
msgstr "Tekoče stanje (%s) se ne ujema z določenim končnim stanjem."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid ""
"The selected destination account is set to use a specific currency. Every entry transferred to it will be converted into this currency, causing\n"
" the loss of any pre-existing foreign currency amount."
msgstr ""
"Izbrani ciljni račun je nastavljen za uporabo določene valute. Vsak vnos, prenesen nanj, bo pretvorjen v to valuto, kar bo povzročilo\n"
" izguba morebitnega že obstoječega zneska v tuji valuti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"The selected payment method is not available for this payment, please select"
" the payment method again."
msgstr ""
"Izbrani način plačila ni na voljo za to plačilo, prosimo, izberite način "
"plačila znova."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "The selected payment method requires a bank account but none is set on"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__sequence
#: model:ir.model.fields,help:account.field_account_tax_template__sequence
msgid ""
"The sequence field is used to define order in which the tax lines are "
"applied."
msgstr ""
"Polje zaporedja se uporablja za določitev vrstnega reda, v katerem se "
"uporabijo davčne vrstice."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "The sequence format has changed."
msgstr "Oblika zaporedja se je spremenila."
#. module: account
#. odoo-python
#: code:addons/account/models/sequence_mixin.py:0
#, python-format
msgid ""
"The sequence regex should at least contain the seq grouping keys. For instance:\n"
"^(?P<prefix1>.*?)(?P<seq>\\d*)(?P<suffix>\\D*?)$"
msgstr ""
"Zaporedni regularni izraz mora vsebovati vsaj ključe za združevanje zaporedij. Na primer:\n"
"^(?P<prefix1>.*?)(?P<seq>\\d*)(?P<suffix>\\D*?)$"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The sequence will never restart.\n"
"The incrementing number in this case is '%(formatted_seq)s'."
msgstr ""
"Zaporedje se ne bo nikoli znova zagnalo.\n"
"Povečevalno število je v tem primeru '%(formatted_seq)s'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The sequence will restart at 1 at the start of every financial year.\n"
"The financial start year detected here is '%(year)s'.\n"
"The financial end year detected here is '%(year_end)s'.\n"
"The incrementing number in this case is '%(formatted_seq)s'."
msgstr ""
"Zaporedje se bo na začetku vsakega poslovnega leta znova zagnalo pri 1.\n"
"Zaznano leto začetka finančnega poslovanja je '%(year)s'.\n"
"Zaznano poslovno leto je '%(year_end)s'.\n"
"Povečevalno število je v tem primeru '%(formatted_seq)s'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The sequence will restart at 1 at the start of every month.\n"
"The year detected here is '%(year)s' and the month is '%(month)s'.\n"
"The incrementing number in this case is '%(formatted_seq)s'."
msgstr ""
"Zaporedje se bo na začetku vsakega meseca znova zagnalo pri 1.\n"
"Tukaj zaznano leto je '%(year)s' in mesec je '%(month)s'.\n"
"Povečevalno število je v tem primeru '%(formatted_seq)s'."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"The sequence will restart at 1 at the start of every year.\n"
"The year detected here is '%(year)s'.\n"
"The incrementing number in this case is '%(formatted_seq)s'."
msgstr ""
"Zaporedje se bo na začetku vsakega leta znova zagnalo pri 1.\n"
"Tukaj zaznano leto je '%(year)s'.\n"
"Povečevalno število je v tem primeru '%(formatted_seq)s'."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_resequence.py:0
#, python-format
msgid ""
"The sequences of this journal are different for Invoices and Refunds but you"
" selected some of both types."
msgstr ""
"Zaporedja v tem dnevniku se razlikujejo za račune in povračila, vendar ste "
"izbrali nekaj obeh vrst."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_resequence.py:0
#, python-format
msgid ""
"The sequences of this journal are different for Payments and non-Payments "
"but you selected some of both types."
msgstr ""
"Zaporedja v tem dnevniku se razlikujejo za plačila in neplačila, vendar ste "
"izbrali nekaj obeh vrst."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid ""
"The starting balance doesn't match the ending balance of the previous "
"statement, or an earlier statement is missing."
msgstr ""
"Začetno stanje se ne ujema s končnim stanjem prejšnjega izpiska ali pa "
"manjka prejšnji izpisek."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__statement_line_id
msgid "The statement line that created this entry"
msgstr "Stavek, ki je ustvaril ta vnos"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__payment_tolerance_type
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__payment_tolerance_type
msgid ""
"The sum of total residual amount propositions and the statement line amount "
"allowed gap type."
msgstr ""
"Vsota skupnega preostalega zneska predlogov in dovoljene vrzeli v vrstici "
"izpiska."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__payment_tolerance_param
#: model:ir.model.fields,help:account.field_account_reconcile_model_line__payment_tolerance_param
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__payment_tolerance_param
msgid ""
"The sum of total residual amount propositions matches the statement line "
"amount under this amount/percentage."
msgstr ""
"Vsota skupnih preostalih zneskov predlogov se ujema z zneskom v vrstici "
"izpiska pod tem zneskom/odstotkom."
#. module: account
#: model:ir.model.fields,help:account.field_account_fiscal_position__foreign_vat
msgid ""
"The tax ID of your company in the region mapped by this fiscal position."
msgstr ""
"Davčna številka vašega podjetja v regiji, ki jo preslika ta fiskalni "
"položaj."
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid "The tax group must have the same country_id as the tax using it."
msgstr "Davčna skupina mora imeti isti country_id kot davek, ki jo uporablja."
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__invoice_tax_id
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__invoice_tax_id
msgid ""
"The tax set to apply this distribution on invoices. Mutually exclusive with "
"refund_tax_id"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__refund_tax_id
#: model:ir.model.fields,help:account.field_account_tax_repartition_line_template__refund_tax_id
msgid ""
"The tax set to apply this distribution on refund invoices. Mutually "
"exclusive with invoice_tax_id"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_cash_rounding__rounding_method
msgid "The tie-breaking rule used for float rounding operations"
msgstr ""
"Pravilo za odločanje o neodločenem rezultatu, ki se uporablja za operacije "
"zaokroževanja števil s plavajočo plavajočo številčno vrednostjo"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__document_type
msgid "The type of documnet on which the repartition line should be applied"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"The type of the journal's default credit/debit account shouldn't be "
"'receivable' or 'payable'."
msgstr ""
"Vrsta privzetega kreditnega/debetnega računa dnevnika ne sme biti »terjatev«"
" ali »plačljivost«."
#. module: account
#: model:ir.model.fields,help:account.field_res_currency__display_rounding_warning
msgid ""
"The warning informs a rounding factor change might be dangerous on "
"res.currency's form view."
msgstr ""
"Opozorilo obvešča, da je sprememba faktorja zaokroževanja lahko nevarna v "
"pogledu obrazca datoteke res.currency."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
msgid "There are currently no invoices and payments for your account."
msgstr "Trenutno za vaš račun ni računov in plačil."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_validate_account_move.py:0
#, python-format
msgid "There are no journal items in the draft state to post."
msgstr "V stanju osnutka ni postavk dnevnika za objavo."
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"There are still unposted entries in the period you want to lock. You should "
"either post or delete them."
msgstr ""
"V obdobju, ki ga želite zakleniti, so še vedno neknjiženi vnosi. Morate jih "
"poknjižiti ali izbrisati."
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"There are still unreconciled bank statement lines in the period you want to "
"lock.You should either reconcile or delete them."
msgstr ""
"V obdobju, ki ga želite zakleniti, so še vedno neusklajene postavke bančnih "
"izpiskov. Uskladiti jih morate ali izbrisati."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
msgid ""
"There doesn't appear to be anything to invoice for the selected order. "
"However, you can use the amount field to force an accrual entry."
msgstr ""
"Zdi se, da za izbrano naročilo ni ničesar za fakturiranje. Lahko pa "
"uporabite polje za znesek, da vsilite obračunavanje."
#. module: account
#. odoo-python
#: code:addons/account/models/account_partial_reconcile.py:0
#, python-format
msgid ""
"There is no tax cash basis journal defined for the '%s' company.\n"
"Configure it in Accounting/Configuration/Settings"
msgstr ""
"Za davčno obračunavanje ni določen dnevnik na podlagi denarnega toka. '%s' podjetje.\n"
"Konfigurirajte ga v Računovodstvo/Konfiguracija/Nastavitve"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"There isn't any journal entry flagged for data inalterability yet for this "
"journal."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_error
msgid "There was an error processing this page."
msgstr "Pri obdelavi te strani je prišlo do napake."
#. module: account
#. odoo-python
#: code:addons/account/models/ir_actions_report.py:0
#, python-format
msgid ""
"There was an error when trying to add the banner to the original PDF.\n"
"Please make sure the source file is valid."
msgstr ""
"Pri poskusu dodajanja pasice v izvirno datoteko PDF je prišlo do napake.\n"
"Prepričajte se, da je izvorna datoteka veljavna."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "These taxes are set in any new product created."
msgstr "Ti davki so določeni v vsakem ustvarjenem novem izdelku."
#. module: account
#: model:ir.model.fields,help:account.field_account_account_template__account_type
msgid ""
"These types are defined according to your country. The type contains more "
"information about the account and its specificities."
msgstr ""
"Te vrste so opredeljene glede na vašo državo. Vrsta vsebuje več informacij o"
" kontu in njegovih posebnosti."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_month
msgid "This Month"
msgstr "Ta mesec"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_quarter
msgid "This Quarter"
msgstr "Ta četrtina"
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal_dashboard.py:0
#, python-format
msgid "This Week"
msgstr "Ta teden"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_year
msgid "This Year"
msgstr "To leto"
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__allow_out_payment
#: model:ir.model.fields,help:account.field_res_partner_bank__allow_out_payment
msgid "This account can be used for outgoing payments"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"This account is configured in %(journal_names)s journal(s) (ids "
"%(journal_ids)s) as payment debit or credit account. This means that this "
"account's type should be reconcilable."
msgstr ""
"Ta račun je konfiguriran v %(journal_names)s dnevniku (identifikacije) "
"%(journal_ids)s) kot plačilni debetni ali kreditni račun. To pomeni, da mora"
" biti ta vrsta računa uskladljiva."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__property_account_payable_id
#: model:ir.model.fields,help:account.field_res_users__property_account_payable_id
msgid ""
"This account will be used instead of the default one as the payable account "
"for the current partner"
msgstr "Ta konto bo uporabljen namesto privzetega"
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__property_account_receivable_id
#: model:ir.model.fields,help:account.field_res_users__property_account_receivable_id
msgid ""
"This account will be used instead of the default one as the receivable "
"account for the current partner"
msgstr ""
"Ta konto se bo uporabljaj namesto privzetega konta terjatev za tega "
"partnerja"
#. module: account
#: model:ir.model.fields,help:account.field_product_category__property_account_income_categ_id
msgid "This account will be used when validating a customer invoice."
msgstr "Ta račun bo uporabljen pri potrjevanju računa stranke."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "This action isn't available for this document."
msgstr "To dejanje ni na voljo za ta dokument."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"This allows accountants to manage analytic and crossovered budgets. Once the"
" master budgets and the budgets are defined, the project managers can set "
"the planned amount on each analytic account."
msgstr ""
"To računovodjem omogoča upravljanje analitičnih in prečnih proračunov. Ko so"
" glavni in dodatni proračuni določeni, lahko vodje projektov določijo "
"načrtovani znesek za vsak analitični račun."
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__module_account_batch_payment
msgid ""
"This allows you grouping payments into a single batch and eases the reconciliation process.\n"
"-This installs the account_batch_payment module."
msgstr ""
"To vam omogoča združevanje plačil v en sam paket in olajša postopek usklajevanja.\n"
"- S tem se namesti modul account_batch_payment."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "This can only be used on journal items"
msgstr "To se lahko uporablja samo za postavke dnevnika"
#. module: account
#: model:ir.model.fields,help:account.field_account_tax__name_searchable
msgid ""
"This dummy field lets us use another search method on the field 'name'.This "
"allows more freedom on how to search the 'name' compared to "
"'filter_domain'.See '_search_name' and '_parse_name_search' for why this is "
"not possible with 'filter_domain'."
msgstr ""
"To navidezno polje nam omogoča uporabo druge metode iskanja v polju »ime«. "
"To omogoča večjo svobodo pri iskanju po polju »ime« v primerjavi s poljem "
"»filter_domain«. Za razlago, zakaj to ni mogoče s poljem »filter_domain«, "
"glejte »_search_name« in »_parse_name_search«."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"This entry contains one or more taxes that are incompatible with your fiscal"
" country. Check company fiscal country in the settings and tax country in "
"taxes configuration."
msgstr ""
"Ta vnos vsebuje enega ali več davkov, ki niso združljivi z vašo davčno "
"državo. V nastavitvah preverite davčno državo podjetja in davčno državo v "
"konfiguraciji davkov."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"This entry contains taxes that are not compatible with your fiscal position."
" Check the country set in fiscal position and in your tax configuration."
msgstr ""
"Ta vnos vsebuje davke, ki niso združljivi z vašim fiskalnim položajem. "
"Preverite državo, nastavljeno v fiskalnem položaju in v vaši davčni "
"konfiguraciji."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "This entry has been duplicated from %s"
msgstr "Ta vnos je bil podvojen iz %s"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"This entry transfers the following amounts to "
"<strong>%(destination)s</strong> <ul>"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__date_maturity
msgid ""
"This field is used for payable and receivable journal entries. You can put "
"the limit date for the payment of this line."
msgstr ""
"To polje se uporablja za saldakonte kupcev in dobaviteljev. Tu lahko "
"nastavite zadnji rok plačila."
#. module: account
#: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban
msgid "This is the accounting dashboard"
msgstr "To je računovodska nadzorna plošča"
#. module: account
#: model:ir.model.fields,help:account.field_res_config_settings__account_default_credit_limit
msgid ""
"This is the default credit limit that will be used on partners that do not "
"have a specific limit on them."
msgstr ""
"To je privzeta kreditna omejitev, ki bo uporabljena za partnerje, ki nimajo "
"določene omejitve."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"This journal already contains items, therefore you cannot modify its "
"company."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "This journal is not in strict mode."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__hide_if_zero
msgid ""
"This line and its children will be hidden when all of their columns are 0."
msgstr ""
"Ta vrstica in njeni podrejeni elementi bodo skriti, ko bodo vsi njihovi "
"stolpci enaki 0."
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__to_check
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__to_check
msgid ""
"This matching rule is used when the user is not certain of all the "
"information of the counterpart."
msgstr ""
"To pravilo ujemanja se uporablja, kadar uporabnik ni prepričan o vseh "
"informacijah o nasprotni strani."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "This move is configured to be auto-posted on %s"
msgstr "Ta poteza je nastavljena tako, da se samodejno zaključila na %s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"This move is configured to be posted automatically at the accounting date:"
msgstr ""
"Ta premik je konfiguriran tako, da se samodejno knjiži na obračunski datum:"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "This move will be posted at the accounting date: %(date)s"
msgstr "Ta premik bo knjižen na obračunski datum: %(date)s"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_move_service/account_move_service.js:0
#, python-format
msgid "This operation will create a gap in the sequence."
msgstr "Ta operacija bo ustvarila vrzel v zaporedju."
#. module: account
#: model:ir.model.fields,help:account.field_account_invoice_send__auto_delete
msgid ""
"This option permanently removes any track of email after it's been sent, "
"including from the Technical menu in the Settings, in order to preserve "
"storage space of your Odoo database."
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_account_template__chart_template_id
msgid ""
"This optional field allow you to link an account template to a specific "
"chart template that may differ from the one its root parent belongs to. This"
" allow you to define chart templates that extend another and complete it "
"with few new accounts (You don't need to define the whole structure that is "
"common to both several times)."
msgstr ""
"To polje vam omogoča da lahko predlogo konta povežete z predlogo grafikona, "
"ki ni enako kot osnovna predloga."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "This payment has been created from %s"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__property_supplier_payment_term_id
#: model:ir.model.fields,help:account.field_res_users__property_supplier_payment_term_id
msgid ""
"This payment term will be used instead of the default one for purchase "
"orders and vendor bills"
msgstr ""
"Ta plačilni pogoj bo uporabljen namesto privzetega pri nabavnih nalogih in "
"prejetih računih"
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__property_payment_term_id
#: model:ir.model.fields,help:account.field_res_users__property_payment_term_id
msgid ""
"This payment term will be used instead of the default one for sales orders "
"and customer invoices"
msgstr ""
"Ti plačilni pogoji bodo uporabljeni namesto privzetih za prodajne naloge in "
"izdane račune"
#. module: account
#. odoo-python
#: code:addons/account/models/product.py:0
#, python-format
msgid ""
"This product is already being used in posted Journal Entries.\n"
"If you want to change its Unit of Measure, please archive this product and create a new one."
msgstr ""
"Ta izdelek se že uporablja v knjiženih dnevniških vnosih.\n"
"Če želite spremeniti njegovo mersko enoto, arhivirajte ta izdelek in ustvarite novega."
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid ""
"This reconciliation model can't be used in the manual reconciliation widget "
"because its configuration is not adapted"
msgstr ""
"Tega modela usklajevanja ni mogoče uporabiti v pripomočku za ročno "
"usklajevanje, ker njegova konfiguracija ni prilagojena."
#. module: account
#. odoo-python
#: code:addons/account/models/account_reconcile_model.py:0
#, python-format
msgid "This reconciliation model has created no entry so far"
msgstr "Ta model usklajevanja doslej ni ustvaril nobenega vnosa"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "This recurring entry originated from %s"
msgstr "Ta ponavljajoči se vnos izvira iz %s"
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__auto_post_until
#: model:ir.model.fields,help:account.field_account_move__auto_post_until
#: model:ir.model.fields,help:account.field_account_payment__auto_post_until
msgid "This recurring move will be posted up to and including this date."
msgstr "Ta ponavljajoča se selitev bo objavljena do vključno tega datuma."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_validate_account_move
msgid ""
"This wizard will validate all journal entries selected. Once journal entries"
" are validated, you can not update them anymore."
msgstr ""
"Ta čarovnik bo potrdil vse izbrane vnose v dnevnik. Ko so vnosi v dnevnik "
"potrjeni, jih ne morete več posodabljati."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_account_reconcile_model
msgid ""
"Those can be used to quickly create a journal items when reconciling\n"
" a bank statement or an account."
msgstr ""
"Te je mogoče uporabiti za hitro ustvarjanje postavk dnevnika pri usklajevanju\n"
" bančni izpisek ali račun."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Those options will be selected by default when clicking \"Send &amp; Print\""
" on invoices"
msgstr ""
#. module: account
#: model:digest.tip,name:account.digest_tip_account_0
#: model_terms:digest.tip,tip_description:account.digest_tip_account_0
msgid "Tip: No need to print, put in an envelop and post your invoices"
msgstr ""
"Nasvet: Računov ni treba tiskati, pakirati v ovojnico in pošiljati po pošti."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__destination_account_id
msgid "To"
msgstr "Do"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__to_check
#: model:ir.model.fields,field_description:account.field_account_move__to_check
#: model:ir.model.fields,field_description:account.field_account_payment__to_check
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__to_check
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__to_check
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "To Check"
msgstr "Preveriti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "To Invoice"
msgstr "Za obračun"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__today
msgid "Today"
msgstr "Danes"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Today Activities"
msgstr "Današnje aktivnosti"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/tax_totals/tax_totals.xml:0
#: code:addons/account/static/src/xml/legacy_tax_totals.xml:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total
#: model:ir.model.fields,field_description:account.field_account_move__amount_total
#: model:ir.model.fields,field_description:account.field_account_move_line__price_total
#: model:ir.model.fields,field_description:account.field_account_payment__amount_total
#: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_tree
#, python-format
msgid "Total"
msgstr "Skupaj"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_edit_total_amount
#: model:ir.model.fields,field_description:account.field_account_move__quick_edit_total_amount
#: model:ir.model.fields,field_description:account.field_account_payment__quick_edit_total_amount
msgid "Total (Tax inc.)"
msgstr "Skupaj (DDV)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__total_amount
#: model_terms:ir.ui.view,arch_db:account.view_move_tree
msgid "Total Amount"
msgstr "Skupni znesek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Total Balance"
msgstr "Skupaj stanje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tax_audit_tree
msgid "Total Base Amount"
msgstr "Skupni osnovni znesek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Total Credit"
msgstr "Skupaj kredit"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Total Debit"
msgstr "Skupaj breme"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__total_invoiced
#: model:ir.model.fields,field_description:account.field_res_users__total_invoiced
msgid "Total Invoiced"
msgstr "Skupaj obračunano"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__debit
#: model:ir.model.fields,field_description:account.field_res_users__debit
msgid "Total Payable"
msgstr "Skupaj obveznosti"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__credit
#: model:ir.model.fields,field_description:account.field_res_users__credit
msgid "Total Receivable"
msgstr "Terjatve skupaj"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Total Residual"
msgstr "Skupni ostanek"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
msgid "Total Residual in Currency"
msgstr "Skupni preostanek v valuti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total_signed
#: model:ir.model.fields,field_description:account.field_account_move__amount_total_signed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_total_signed
msgid "Total Signed"
msgstr "Skupaj podpisano"
#. module: account
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__total_amount
msgid "Total amount impacted by the automatic entry."
msgstr "Skupni znesek, na katerega vpliva samodejni vnos."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__credit
#: model:ir.model.fields,help:account.field_res_users__credit
msgid "Total amount this customer owes you."
msgstr "Skupni znesek, ki vam ga dolguje ta stranka."
#. module: account
#: model:ir.model.fields,help:account.field_res_partner__debit
#: model:ir.model.fields,help:account.field_res_users__debit
msgid "Total amount you have to pay to this vendor."
msgstr "Skupni znesek za plačilo temu dobavitelju."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_total
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
msgid "Total in Currency"
msgstr "Skupaj v valuti"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total_in_currency_signed
#: model:ir.model.fields,field_description:account.field_account_move__amount_total_in_currency_signed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_total_in_currency_signed
msgid "Total in Currency Signed"
msgstr "Skupaj v valuti, podpisanem"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Track costs &amp; revenues by project, department, etc"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__transaction_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_transaction_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_transaction_type
msgid "Transaction Type"
msgstr "Vrsta transakcije"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_transaction_type_param
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__match_transaction_type_param
msgid "Transaction Type Parameter"
msgstr "Parameter vrste transakcije"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Transfer"
msgstr "Prenos"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
msgid "Transfer Date"
msgstr "Datum prenosa"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Transfer counterpart"
msgstr "Protiustrezna stran za prenos"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Transfer entry to %s"
msgstr "Prenesi vnos na %s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Transfer from %s"
msgstr "Prenos iz %s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "Transfer to %s"
msgstr "Prenesi na %s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid ""
"Trigger alerts when creating Invoices and Sales Orders for Partners with a Total Receivable amount exceeding a limit.\n"
" <br/><small>Set a value greater than 0.0 to activate a credit limit check</small>"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_tour_upload_bill.py:0
#, python-format
msgid "Try a sample vendor bill"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__account_type
#: model:ir.model.fields,field_description:account.field_account_account_template__account_type
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__move_type
#: model:ir.model.fields,field_description:account.field_account_invoice_send__message_type
#: model:ir.model.fields,field_description:account.field_account_journal__type
#: model:ir.model.fields,field_description:account.field_account_move__move_type
#: model:ir.model.fields,field_description:account.field_account_move_line__move_type
#: model:ir.model.fields,field_description:account.field_account_payment__move_type
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__value
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__rule_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__rule_type
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_template__rule_type
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_type
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "Type"
msgstr "Tip"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__type_name
#: model:ir.model.fields,field_description:account.field_account_move__type_name
#: model:ir.model.fields,field_description:account.field_account_payment__type_name
msgid "Type Name"
msgstr "Naziv tipa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
msgid "Type a message..."
msgstr "Vnesite sporočilo ..."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__qr_code_method
#: model:ir.model.fields,help:account.field_account_move__qr_code_method
#: model:ir.model.fields,help:account.field_account_payment__qr_code_method
msgid ""
"Type of QR-code to be generated for the payment of this invoice, when "
"printing it. If left blank, the first available and usable method will be "
"used."
msgstr ""
"Vrsta QR-kode, ki bo ustvarjena za plačilo tega računa pri tiskanju. Če "
"polje pustite prazno, bo uporabljen prvi razpoložljiv in uporaben način."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_exception_decoration
#: model:ir.model.fields,help:account.field_account_journal__activity_exception_decoration
#: model:ir.model.fields,help:account.field_account_move__activity_exception_decoration
#: model:ir.model.fields,help:account.field_account_payment__activity_exception_decoration
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_exception_decoration
#: model:ir.model.fields,help:account.field_res_partner_bank__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr "Vrsta dejavnosti izjeme na zapisu. "
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement.py:0
#, python-format
msgid ""
"Unable to create a statement due to missing transactions. You may want to "
"reorder the transactions before proceeding."
msgstr ""
"Izpiska ni mogoče ustvariti zaradi manjkajočih transakcij. Pred "
"nadaljevanjem lahko spremenite vrstni red transakcij."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid "Undefined Yet"
msgstr "Še nedoločeno"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Undistributed Profits/Losses"
msgstr "Nerazdeljeni dobički/izgube"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_unfold_all
msgid "Unfold All"
msgstr "Razgrni vse"
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__code
msgid "Unique identifier for this line."
msgstr "Enolični identifikator za to vrstico."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_line__price_unit
msgid "Unit Price"
msgstr "Cena enote"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Unit Price:"
msgstr "Cena enote:"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__product_uom_id
#: model:ir.model.fields,field_description:account.field_account_move_line__product_uom_id
msgid "Unit of Measure"
msgstr "Enota mere"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Unmark as Sent"
msgstr "Odznači kot poslano"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
msgid "Unpaid"
msgstr "Neplačano"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Unpaid Invoices"
msgstr "Neplačani računi"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Unposted"
msgstr "Neknjiženo"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Unposted Entries"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
msgid "Unposted Journal Entries"
msgstr "Postavke v statusu 'Osnutek'"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Unposted Journal Items"
msgstr "Nepotrjene postavke dnevnika"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#: model:ir.actions.act_window,name:account.action_account_unreconcile
#: model_terms:ir.ui.view,arch_db:account.account_unreconcile_view
#, python-format
msgid "Unreconcile"
msgstr "Prekliči uskladitev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_unreconcile_view
msgid "Unreconcile Transactions"
msgstr "Neusklajene transakcije"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
msgid "Unreconciled"
msgstr "Odprte postavke"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__filter_unreconciled
msgid "Unreconciled Entries"
msgstr "Neusklajeni vnosi"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid "Unreconciled Transactions"
msgstr "Neusklajene transakcije"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_move.py:0
#: code:addons/account/models/account_tax.py:0
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_untaxed
#: model:ir.model.fields,field_description:account.field_account_move__amount_untaxed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_untaxed
#, python-format
msgid "Untaxed Amount"
msgstr "Znesek brez davka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_untaxed_signed
#: model:ir.model.fields,field_description:account.field_account_move__amount_untaxed_signed
#: model:ir.model.fields,field_description:account.field_account_payment__amount_untaxed_signed
msgid "Untaxed Amount Signed"
msgstr "Neobdavčeni znesek podpisanega"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_subtotal
msgid "Untaxed Total"
msgstr "Skupaj brez davka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "UoM"
msgstr "EM"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__up
msgid "Up"
msgstr "Gor"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Update Terms"
msgstr "Posodobi pogoje"
#. module: account
#. odoo-python
#: code:addons/account/models/res_config_settings.py:0
#, python-format
msgid "Update Terms & Conditions"
msgstr "Posodobi pogoje in določila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Update exchange rates automatically"
msgstr "Samodejno posodobite menjalne tečaje"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/bills_upload/bills_upload.js:0
#: code:addons/account/static/src/components/bills_upload/bills_upload.xml:0
#, python-format
msgid "Upload"
msgstr "Naloži"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "Upload Invoices"
msgstr "Naloži račune"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_tour_upload_bill.py:0
#, python-format
msgid "Upload your own bill"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__use_anglo_saxon
msgid "Use Anglo-Saxon accounting"
msgstr "Uporabi Anglo-Saxon knjigovodstvo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__tax_exigibility
msgid "Use Cash Basis"
msgstr "Uporabi metodo na podlagi plačil"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__selector
msgid "Use Company Selector"
msgstr "Uporabite izbirnik podjetij"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_sepa_direct_debit
msgid "Use SEPA Direct Debit"
msgstr "Uporabi SEPA direktno obremenitev"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_move_reversal__journal_id
msgid "Use Specific Journal"
msgstr "Uporabi določen dnevnik"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_chart_template__use_storno_accounting
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Use Storno accounting"
msgstr "Uporabite računovodske storitve Storno"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__tax_units
msgid "Use Tax Units"
msgstr "Uporabite davčne enote"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__use_active_domain
msgid "Use active domain"
msgstr "Uporabi aktivno domeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__anglo_saxon_accounting
msgid "Use anglo-saxon accounting"
msgstr "Uporabi anglosaško knjigovodstvo"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_batch_payment
msgid "Use batch payments"
msgstr "Uporabite paketna plačila"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Use budgets to compare actual with expected revenues and costs"
msgstr ""
"Uporabite proračune za primerjavo dejanskih s pričakovanimi prihodki in "
"stroški"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__template_id
msgid "Use template"
msgstr "Uporabi predlogo"
#. module: account
#: model_terms:digest.tip,tip_description:account.digest_tip_account_0
msgid ""
"Use the “<i>Send by Post</i>” option to post invoices automatically. For the"
" cost of a local stamp, we do all the manual work: your invoice will be "
"printed in the right country, put in an envelop and sent by snail mail. Use "
"this feature from the list view to post hundreds of invoices in bulk."
msgstr ""
"Uporabite “<i>Pošlji po pošti\n"
"</i>” možnost samodejnega knjiženja računov. Za stroške lokalne znamke opravimo vse ročno delo: vaš račun bo natisnjen v pravi državi, vložen v ovojnico in poslan po navadni pošti. Uporabite to funkcijo v pogledu seznama za množično knjiženje več sto računov."
#. module: account
#: model:ir.model.fields,help:account.field_account_bank_statement_line__quick_edit_total_amount
#: model:ir.model.fields,help:account.field_account_move__quick_edit_total_amount
#: model:ir.model.fields,help:account.field_account_payment__quick_edit_total_amount
msgid ""
"Use this field to encode the total amount of the invoice.\n"
"Odoo will automatically create one invoice line with default values to match it."
msgstr ""
"V to polje vnesite skupni znesek računa.\n"
"Odoo bo samodejno ustvaril eno vrstico računa s privzetimi vrednostmi, ki se ujemajo z njo."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__used
msgid "Used"
msgstr "Rabljeno"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__include_initial_balance
msgid ""
"Used in reports to know if we should consider journal items from the "
"beginning of time instead of from the fiscal year only. Account types that "
"should be reset to zero at each new fiscal year (like expenses, revenue..) "
"should not have this option set."
msgstr ""
"Uporablja se v poročilih za ugotavljanje, ali naj upoštevamo postavke "
"dnevnika od začetka časa in ne samo od poslovnega leta. Vrste računov, ki "
"jih je treba v vsakem novem poslovnem letu ponastaviti na nič (kot so "
"stroški, prihodki ...), ne bi smele imeti nastavljene te možnosti."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__sequence
msgid "Used to order Journals in the dashboard view"
msgstr "Uporablja se za naročanje dnevnikov v pogledu nadzorne plošče"
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__loss_account_id
msgid ""
"Used to register a loss when the ending balance of a cash register differs "
"from what the system computes"
msgstr ""
"Uporablja se za evidentiranje izgube, kadar se končno stanje blagajne "
"razlikuje od tistega, ki ga izračuna sistem."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__profit_account_id
msgid ""
"Used to register a profit when the ending balance of a cash register differs"
" from what the system computes"
msgstr ""
"Uporablja se za evidentiranje dobička, ko se končno stanje blagajne "
"razlikuje od tistega, ki ga izračuna sistem."
#. module: account
#: model:ir.model,name:account.model_res_users
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__user_id
#: model:ir.model.fields,field_description:account.field_account_move__user_id
#: model:ir.model.fields,field_description:account.field_account_payment__user_id
msgid "User"
msgstr "Uporabnik"
#. module: account
#: model:ir.model.fields,help:account.field_account_accrued_orders_wizard__currency_id
#: model:ir.model.fields,help:account.field_account_partial_reconcile__company_currency_id
msgid "Utility field to express amount currency"
msgstr "Pomožno polje za izražanje zneska v valuti"
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__is_storno
msgid ""
"Utility field to express whether the journal item is subject to storno "
"accounting"
msgstr ""
"Polje uporabnosti za izražanje, ali je postavka dnevnika predmet storno "
"računovodstva"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__vat_required
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__vat_required
msgid "VAT required"
msgstr "DDV zahtevan"
#. module: account
#: model:ir.model,name:account.model_validate_account_move
msgid "Validate Account Move"
msgstr "Potrditev vknjižbe"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model__auto_reconcile
#: model:ir.model.fields,help:account.field_account_reconcile_model_template__auto_reconcile
msgid ""
"Validate the statement line automatically (reconciliation based on your "
"rule)."
msgstr ""
"Samodejno preverite vrstico izpiska (uskladitev na podlagi vašega pravila)."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Validate."
msgstr "Potrdi."
#. module: account
#: model:mail.message.subtype,name:account.mt_invoice_validated
msgid "Validated"
msgstr "Potrjeno"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__value_amount
#: model:ir.model.fields,field_description:account.field_account_report_external_value__value
msgid "Value"
msgstr "Vrednost"
#. module: account
#: model:ir.model.fields,help:account.field_account_reconcile_model_line__amount_string
msgid ""
"Value for the amount of the writeoff line\n"
" * Percentage: Percentage of the balance, between 0 and 100.\n"
" * Fixed: The fixed value of the writeoff. The amount will count as a debit if it is negative, as a credit if it is positive.\n"
" * From Label: There is no need for regex delimiter, only the regex is needed. For instance if you want to extract the amount from\n"
"R:9672938 10/07 AX 9415126318 T:5L:NA BRT: 3358,07 C:\n"
"You could enter\n"
"BRT: ([\\d,]+)"
msgstr ""
"Vrednost za znesek odpisane vrstice\n"
"* Odstotek: Odstotek stanja, med 0 in 100.\n"
"* Fiksno: Fiksna vrednost odpisa. Znesek se bo štel kot breme, če je negativen, kot dobropis, če je pozitiven.\n"
"* Iz oznake: Ločilo regularnega izraza ni potrebno, potreben je samo regularni izraz. Na primer, če želite izvleči znesek iz\n"
"R:9672938 10/07 AX 9415126318 T:5L:NA BRT: 3358,07 C:\n"
"Lahko vnesete\n"
"BRT: ([\\d,]+)"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_report__variant_report_ids
msgid "Variants"
msgstr "Različice"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_payment__partner_type__supplier
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__partner_type__supplier
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
#: model_terms:ir.ui.view,arch_db:account.view_account_supplier_payment_tree
#: model_terms:ir.ui.view,arch_db:account.view_invoice_tree
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Vendor"
msgstr "Dobavitelj"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "Vendor Bank Account"
msgstr "Bančni račun prodajalca"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_vendor_bill_id
#: model:ir.model.fields,field_description:account.field_account_move__invoice_vendor_bill_id
#: model:ir.model.fields,field_description:account.field_account_payment__invoice_vendor_bill_id
#: model:ir.model.fields.selection,name:account.selection__account_analytic_applicability__business_domain__bill
#: model:ir.model.fields.selection,name:account.selection__account_analytic_line__category__vendor_bill
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__in_invoice
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_invoice
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Vendor Bill"
msgstr "Prejeti račun"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_analytic_account__vendor_bill_count
msgid "Vendor Bill Count"
msgstr "Število računov prodajalca"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Vendor Bill Created"
msgstr "Prejeti račun ustvarjen"
#. module: account
#. odoo-python
#: code:addons/account/models/account_analytic_account.py:0
#: code:addons/account/models/chart_template.py:0
#: model:ir.actions.act_window,name:account.res_partner_action_supplier_bills
#: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__in_invoices
#: model_terms:ir.ui.view,arch_db:account.account_analytic_account_view_form_inherit
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.res_partner_view_search
#, python-format
msgid "Vendor Bills"
msgstr "Prejeti računi"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__in_refund
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_refund
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "Vendor Credit Note"
msgstr "Prejeti dobropis"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#, python-format
msgid "Vendor Payment"
msgstr "Plačilo dobavitelju"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_partner__property_supplier_payment_term_id
#: model:ir.model.fields,field_description:account.field_res_users__property_supplier_payment_term_id
msgid "Vendor Payment Terms"
msgstr "Plačilni pogoji dobavitelja"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
msgid "Vendor Payments"
msgstr "Plačila dobaviteljem"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid "Vendor Reimbursement"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_product_product__supplier_taxes_id
#: model:ir.model.fields,field_description:account.field_product_template__supplier_taxes_id
msgid "Vendor Taxes"
msgstr "Nabavni davki"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
msgid "Vendor:"
msgstr "Prodajalec:"
#. module: account
#: model:ir.actions.act_window,name:account.res_partner_action_supplier
#: model:ir.ui.menu,name:account.menu_account_supplier
#: model:ir.ui.menu,name:account.menu_finance_payables
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
msgid "Vendors"
msgstr "Dobavitelji"
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier_bills
msgid ""
"Vendors bills can be pre-generated based on purchase\n"
" orders or receipts. This allows you to control bills\n"
" you receive from your vendor according to the draft\n"
" document in Odoo."
msgstr ""
"Računi dobaviteljev se lahko vnaprej generirajo na podlagi naročilnic ali "
"potrdil. To vam omogoča nadzor nad računi, ki jih prejmete od dobavitelja v "
"skladu z osnutkom dokumenta v Odooju."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "View"
msgstr "Prikaz"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "View accounts detail"
msgstr "Ogled podrobnosti o računih"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__warning
msgid "Warning"
msgstr "Opozorilo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Warning for %s"
msgstr "Opozorila za %s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "Warning for Cash Rounding Method: %s"
msgstr "Opozorilo glede metode zaokroževanja gotovine: %s"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
msgid "Warning on the Invoice"
msgstr "Opozorilo na računu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "Warning: this bill might be a duplicate of"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "Warnings"
msgstr "Opozorila"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_warning_account
msgid "Warnings in Invoices"
msgstr "Opozorila v računih"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"We cannot find a chart of accounts for this company, you should configure it. \n"
"Please go to Account Configuration and select or install a fiscal localization."
msgstr ""
"Za to podjetje ne najdemo kontnega načrta, konfigurirati ga morate sami.\n"
"Pojdite v Konfiguracija računa in izberite ali namestite finančno lokalizacijo."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill
msgid ""
"We process bills automatically so that you only have to validate them. "
"Choose how you want to test our artificial intelligence engine:"
msgstr ""
#. module: account
#: model:ir.model.fields,field_description:account.field_account_account__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_account_template__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_journal__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_move__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_payment__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__website_message_ids
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__website_message_ids
#: model:ir.model.fields,field_description:account.field_res_company__website_message_ids
#: model:ir.model.fields,field_description:account.field_res_partner_bank__website_message_ids
msgid "Website Messages"
msgstr "Sporočila iz spletne strani"
#. module: account
#: model:ir.model.fields,help:account.field_account_account__website_message_ids
#: model:ir.model.fields,help:account.field_account_account_template__website_message_ids
#: model:ir.model.fields,help:account.field_account_bank_statement_line__website_message_ids
#: model:ir.model.fields,help:account.field_account_journal__website_message_ids
#: model:ir.model.fields,help:account.field_account_move__website_message_ids
#: model:ir.model.fields,help:account.field_account_payment__website_message_ids
#: model:ir.model.fields,help:account.field_account_reconcile_model__website_message_ids
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__website_message_ids
#: model:ir.model.fields,help:account.field_res_company__website_message_ids
#: model:ir.model.fields,help:account.field_res_partner_bank__website_message_ids
msgid "Website communication history"
msgstr "Kronologija komunikacij spletne strani"
#. module: account
#: model:ir.model.fields,help:account.field_account_payment__paired_internal_transfer_payment_id
msgid ""
"When an internal transfer is posted, a paired payment is created. They are "
"cross referenced through this field"
msgstr ""
"Ko se knjiži interno nakazilo, se ustvari parno plačilo. To polje omogoča "
"navzkrižno sklicevanje na plačilo."
#. module: account
#: model:ir.model.fields,help:account.field_account_report_line__print_on_new_page
msgid ""
"When checked this line and everything after it will be printed on a new "
"page."
msgstr ""
"Ko je označena ta vrstica in vse za njo, bo natisnjeno na novi strani."
#. module: account
#: model:ir.model.fields,help:account.field_account_report_column__blank_if_zero
msgid "When checked, 0 values will not show in this column."
msgstr "Ko je označeno, se vrednosti 0 ne bodo prikazale v tem stolpcu."
#. module: account
#: model:ir.model.fields,help:account.field_account_report_expression__blank_if_zero
msgid ""
"When checked, 0 values will not show when displaying this expression's "
"value."
msgstr ""
"Ko je označeno, se vrednosti 0 ne bodo prikazale pri prikazu vrednosti tega "
"izraza."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_in_receipt_type
msgid ""
"When the purchase receipt is confirmed, you can record the\n"
" vendor payment related to this purchase receipt."
msgstr ""
"Ko je potrdilo o nakupu potrjeno, lahko zabeležite\n"
" plačilo prodajalca v zvezi s tem potrdilom o nakupu."
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_move_out_receipt_type
msgid ""
"When the sale receipt is confirmed, you can record the customer\n"
" payment related to this sales receipt."
msgstr ""
"Ko je potrdilo o prodaji potrjeno, lahko stranko zabeležite\n"
" plačilo, povezano s tem prodajnim računom."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
msgid "When will the tax be reduced when offering a cash discount"
msgstr ""
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__show_on_dashboard
msgid "Whether this journal should be displayed on the dashboard or not"
msgstr "Ali naj bo ta dnevnik prikazan na nadzorni plošči ali ne"
#. module: account
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__new_journal_name
msgid "Will be used to name the Journal related to this bank account"
msgstr ""
"Uporabljeno bo za poimenovanje dnevnika, povezanega s tem bančnim računom."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill
msgid "With Odoo, you won't have to record bills manually"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "With Partner matching"
msgstr "Z ujemanjem partnerjev"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
msgid "With tax"
msgstr "Z davkom"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Write a company name to <b>create one</b> or <b>see suggestions</b>."
msgstr ""
"Vpišite naziv podjetja <b>za kreiranje</b> ali <b>pregled predlogov</b>."
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/js/tours/account.js:0
#, python-format
msgid "Write here <b>your own email address</b> to test the flow."
msgstr ""
"Vpišite tukaj <b>svoj e-poštni naslov\n"
"</b> za preizkus pretoka."
#. module: account
#: model:ir.model.constraint,message:account.constraint_account_move_line_check_credit_debit
msgid "Wrong credit or debit value in accounting entry !"
msgstr "Napačna vrednost v dobro ali breme na temeljnici !"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__yearly
msgid "Yearly"
msgstr "Letno"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You are trying to reconcile some entries that are already reconciled."
msgstr "Poskušate uskladiti nekatere vnose, ki so že usklajeni."
#. module: account
#: model:ir.model.fields,help:account.field_account_move_line__blocked
msgid ""
"You can check this box to mark this journal item as a litigation with the "
"associated partner"
msgstr ""
"Tu lahko označite, da je ta postavka stvar spora (usklajevanja) z "
"partnerjem."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__invoice_reference_model
msgid ""
"You can choose different models for each type of reference. The default one "
"is the Odoo reference."
msgstr ""
"Za vsako vrsto reference lahko izberete različne modele. Privzeti model je "
"referenca Odoo."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"You can not archive a journal containing draft journal entries.\n"
"\n"
"To proceed:\n"
"1/ click on the top-right button 'Journal Entries' from this journal form\n"
"2/ then filter on 'Draft' entries\n"
"3/ select them all and post or delete them through the action menu"
msgstr ""
"Dnevnika, ki vsebuje osnutke vnosov v dnevnik, ni mogoče arhivirati.\n"
"\n"
"Za nadaljevanje:\n"
"1/ kliknite na zgornji desni gumb »Vnosi v dnevnik« v tem obrazcu dnevnika\n"
"2/ nato filtrirajte po vnosih »Osnutek«\n"
"3/ izberite jih vse in jih objavite ali izbrišite prek menija z dejanji"
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid ""
"You can not delete payment terms as other records still reference it. "
"However, you can archive it."
msgstr ""
"Plačilnih pogojev ne morete izbrisati, ker se nanje še vedno sklicujejo "
"drugi zapisi. Lahko pa jih arhivirate."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_resequence.py:0
#, python-format
msgid ""
"You can not reorder sequence by date when the journal is locked with a hash."
msgstr ""
"Zaporedja ne morete prerazporediti po datumu, ko je dnevnik zaklenjen z "
"zgoščeno vrednostjo."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"You can only change the period/account for items that are not yet "
"reconciled."
msgstr ""
"Obdobje/konto lahko spremenite samo za postavke, ki še niso usklajene."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "You can only change the period/account for posted journal items."
msgstr "Obdobje/konto lahko spremenite samo za knjižene postavke dnevnika."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You can only reconcile posted entries."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid "You can only register payment for posted journal entries."
msgstr "Plačilo lahko registrirate samo za knjižene vnose v dnevnik."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_resequence.py:0
#, python-format
msgid "You can only resequence items from the same journal"
msgstr "Preštevilčite lahko samo postavke istega dnevnika"
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_move_reversal.py:0
#, python-format
msgid "You can only reverse posted moves."
msgstr "Objavljene poteze lahko samo obrnete."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_invoice_send.py:0
#, python-format
msgid "You can only send invoices."
msgstr "Pošljete lahko samo račune."
#. module: account
#: model:ir.model.fields,help:account.field_account_journal__invoice_reference_type
msgid ""
"You can set here the default communication that will appear on customer "
"invoices, once validated, to help the customer to refer to that particular "
"invoice when making the payment."
msgstr ""
"Tukaj lahko nastavite privzeto sporočilo, ki se bo prikazalo na računih "
"strank po potrditvi, da se stranka pri plačilu lažje sklicuje na ta račun."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You can't change the company of your account since there are some journal "
"items linked to it."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"You can't change the company of your journal since there are some journal "
"entries linked to it."
msgstr ""
"Podjetja, ki vodi dnevnik, ne morete spremeniti, ker je z njim povezanih "
"nekaj vnosov v dnevnik."
#. module: account
#. odoo-python
#: code:addons/account/models/account_tax.py:0
#, python-format
msgid ""
"You can't change the company of your tax since there are some journal items "
"linked to it."
msgstr ""
"Davčnega zavezanca ne morete spremeniti, ker so z njim povezani nekateri "
"dnevniški elementi."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment.py:0
#, python-format
msgid ""
"You can't create a new payment without an outstanding payments/receipts "
"account set either on the company or the %s payment method in the %s "
"journal."
msgstr ""
"Novega plačila ne morete ustvariti brez računa za neporavnana "
"plačila/prejemke, nastavljenega bodisi pri podjetju bodisi %s način plačila "
"v %s dnevniku."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid ""
"You can't create a new statement line without a suspense account set on the "
"%s journal."
msgstr ""
"Nove postavke izpiska ne morete ustvariti brez nastavljenega premornega "
"računa %s v dnevniku."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid ""
"You can't create payments for entries belonging to different companies."
msgstr ""
"Za vnose, ki pripadajo različnim podjetjem, ni mogoče ustvariti plačil."
#. module: account
#. odoo-python
#: code:addons/account/models/account_report.py:0
#, python-format
msgid "You can't delete a report that has variants."
msgstr "Poročila, ki ima različice, ni mogoče izbrisati."
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"You can't have two payment method lines of the same payment type (%s) and "
"with the same name (%s) on a single journal."
msgstr ""
"Ne morete imeti dveh vrst plačilnih sredstev iste vrste plačila (%s) in z "
"istim imenom (%s) na enem samem dnevniku."
#. module: account
#. odoo-python
#: code:addons/account/models/account_payment_term.py:0
#, python-format
msgid "You can't mix fixed amount with early payment percentage"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid ""
"You can't open the register payment wizard without at least one "
"receivable/payable line."
msgstr ""
"Čarovnika za plačila blagajne ne morete odpreti brez vsaj ene vrstice "
"terjatve/plačljivosti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid ""
"You can't provide a foreign currency without specifying an amount in 'Amount"
" in Currency' field."
msgstr ""
"Tuje valute ne morete navesti, ne da bi v polje »Znesek v valuti« navedli "
"znesek."
#. module: account
#. odoo-python
#: code:addons/account/models/account_bank_statement_line.py:0
#, python-format
msgid ""
"You can't provide an amount in foreign currency without specifying a foreign"
" currency."
msgstr "Zneska v tuji valuti ne morete navesti, ne da bi navedli tujo valuto."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid ""
"You can't register a payment because there is nothing left to pay on the "
"selected journal items."
msgstr ""
"Plačila ne morete registrirati, ker za izbrane postavke dnevnika ni več "
"ničesar za plačilo."
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_payment_register.py:0
#, python-format
msgid ""
"You can't register payments for both inbound and outbound moves at the same "
"time."
msgstr "Plačil ne morete registrirati za istočasne vhodne in odhodne premike."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the lock date %s."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the lock date %s. "
"Check the company settings or ask someone with the 'Adviser' role"
msgstr ""
"Vnosov ne morete dodati/spremeniti pred datumom zaklepanja in vključno z "
"njim %s. Preverite nastavitve podjetja ali vprašajte nekoga, ki ima vlogo "
"svetovalca"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"You cannot change the currency of the company since some journal items "
"already exist"
msgstr ""
"Valute podjetja ne morete spremeniti, ker nekatere postavke dnevnika že "
"obstajajo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot change the owner company of an account that already contains "
"journal items."
msgstr "Ne morete spremeniti družbe za konto, ki že vsebuje vknjižbe."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot change the type of an account set as Bank Account on a journal to"
" Receivable or Payable."
msgstr ""
"Vrste računa, nastavljene kot Bančni račun v dnevniku, ni mogoče spremeniti "
"v Terjatev ali Obveznost."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"You cannot create a fiscal position with a country outside of the selected "
"country group."
msgstr ""
"Fiskalne pozicije ne morete ustvariti z državo zunaj izbrane skupine držav."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"You cannot create a fiscal position with a foreign VAT within your fiscal "
"country without assigning it a state."
msgstr ""
"Davčnega položaja s tujim DDV-jem znotraj vaše davčne države ne morete "
"ustvariti, ne da bi mu dodelili zvezno državo."
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"You cannot create a fiscal position with a foreign VAT within your fiscal "
"country."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/partner.py:0
#, python-format
msgid ""
"You cannot create a fiscal position within your fiscal country with the same"
" VAT number as the main one set on your company."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot create a move already in the posted state. Please create a draft "
"move and post it after."
msgstr ""
"Premika, ki je že objavljen, ni mogoče ustvariti. Ustvarite osnutek premika "
"in ga objavite pozneje."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "You cannot create recursive groups."
msgstr "Rekurzivnih skupin ni mogoče ustvariti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot delete a payable/receivable line as it would not be consistent "
"with the payment terms"
msgstr ""
"Položnice obveznosti/terjatve ne morete izbrisati, ker to ne bi bilo skladno"
" s plačilnimi pogoji."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You cannot delete a tax line as it would impact the tax report"
msgstr ""
"Davčne vrstice ne morete izbrisati, saj bi to vplivalo na davčno poročilo"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You cannot delete an item linked to a posted entry."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account_tag.py:0
#, python-format
msgid ""
"You cannot delete this account tag (%s), it is used on the chart of account "
"definition."
msgstr ""
"Te oznake računa ne morete izbrisati (%s), uporablja se v definiciji "
"kontnega načrta."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot delete this entry, as it has already consumed a sequence number "
"and is not the last one in the chain. You should probably revert it instead."
msgstr ""
"Tega vnosa ne morete izbrisati, ker je že porabil zaporedno številko in ni "
"zadnji v verigi. Verjetno ga boste morali namesto tega razveljaviti."
#. module: account
#. odoo-python
#: code:addons/account/models/ir_actions_report.py:0
#, python-format
msgid ""
"You cannot delete this report (%s), it is used by the accounting PDF "
"generation engine."
msgstr ""
"Tega poročila (%s), ne morete izbrisati, saj ga uporablja računovodski "
"mehanizem za ustvarjanje PDF."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "You cannot deprecate an account that is used in a tax distribution."
msgstr "Računa, ki se uporablja pri izplačilu davka, ni mogoče zastarati."
#. module: account
#. odoo-python
#: code:addons/account/models/res_config_settings.py:0
#, python-format
msgid ""
"You cannot disable this setting because some of your taxes are cash basis. "
"Modify your taxes first before disabling this setting."
msgstr ""
"Te nastavitve ne morete onemogočiti, ker so nekateri vaši davki obračunani "
"na denarni osnovi. Preden onemogočite to nastavitev, najprej spremenite "
"davke."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot do this modification on a reconciled journal entry. You can just change some non legal fields or you must unreconcile first.\n"
"Journal Entry (id): %s (%s)"
msgstr ""
"Te spremembe ne morete izvesti na usklajenem vnosu v dnevnik. Spremenite lahko le nekatera nepravna polja ali pa morate najprej razveljaviti usklajevanje.\n"
"Dnevniški vnos (id): %s (%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot edit the following fields due to restrict mode being activated on"
" the journal: %s."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot edit the following fields: %s.\n"
"The following entries are already hashed:\n"
"%s"
msgstr ""
"Naslednjih polj ne morete urejati: %s.\n"
"Naslednji vnosi so že zgoščeni:\n"
"%s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot edit the journal of an account move if it already has a sequence "
"number assigned."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot edit the journal of an account move if it has been posted once."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot have a receivable/payable account that is not reconcilable. "
"(account code: %s)"
msgstr ""
"Ne morete imeti terjatve/obveznosti, ki niso usklajene. (koda računa: %s)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot have more than one account with \"Current Year Earnings\" as "
"type. (accounts: %s)"
msgstr ""
"Ne morete imeti več kot enega računa z vrsto »Zaslužek tekočega leta«. (računi:\n"
"%s)"
#. module: account
#. odoo-python
#: code:addons/account/models/company.py:0
#, python-format
msgid ""
"You cannot import the \"openning_balance\" if the opening move (%s) is "
"already posted. If you are absolutely sure you want to "
"modify the opening balance of your accounts, reset the move to draft."
msgstr ""
"\"Openning_balance\" ne morete uvoziti, če je otvoritvena poteza (%s) že "
"objavljena. Če ste popolnoma prepričani, da želite "
"spremeniti začetno stanje svojih računov, ponastavite prenos na osnutek."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid "You cannot merge accounts."
msgstr "Računov ne morete združiti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot modify a posted entry of this journal because it is in strict "
"mode."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_journal.py:0
#, python-format
msgid ""
"You cannot modify the field %s of a journal that already has accounting "
"entries."
msgstr ""
"Polja od dnevnika ne morete spremeniti %s, ki že ima računovodske vpise."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot modify the taxes related to a posted journal item, you should "
"reset the journal entry to draft to do so."
msgstr ""
"Davkov, povezanih s knjiženo postavko dnevnika, ne morete spreminjati, zato "
"morate vnos dnevnika ponastaviti na osnutek."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot overwrite the values ensuring the inalterability of the "
"accounting."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot perform this action on an account that contains journal items."
msgstr ""
"Tega dejanja ni mogoče izvesti na računu, ki vsebuje postavke dnevnika."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You cannot post an entry in an archived journal (%(journal)s)"
msgstr "V arhivirani reviji ne morete objaviti vnosa. (%(journal)s)"
#. module: account
#. odoo-python
#: code:addons/account/models/res_currency.py:0
#, python-format
msgid ""
"You cannot reduce the number of decimal places of a currency which has "
"already been used to make accounting entries."
msgstr ""
"Število decimalnih mest valute, ki je že bila uporabljena za knjiženje v "
"računovodske izkaze, ni mogoče zmanjšati."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot remove/deactivate the account %s which is set on a customer or "
"vendor."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot remove/deactivate the accounts \"%s\" which are set on a tax "
"repartition line."
msgstr ""
"Računov ne morete odstraniti/deaktivirati \"%s\" ki so določeni na liniji "
"porazdelitve davkov."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot remove/deactivate the accounts \"%s\" which are set on the "
"account mapping of a fiscal position."
msgstr ""
"Računov ne morete odstraniti/deaktivirati \"%s\" ki so določeni na računskem"
" preslikavanju fiskalnega položaja."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You cannot reset to draft a tax cash basis journal entry."
msgstr ""
"Osnutka dnevnika davčnega vnosa na podlagi denarnega toka ni mogoče "
"ponastaviti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You cannot reset to draft an exchange difference journal entry."
msgstr ""
"Vnosa tečajne razlike v dnevnik ni mogoče ponastaviti, da se osnutek "
"oblikuje."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot set a currency on this account as it already has some journal "
"entries having a different foreign currency."
msgstr ""
"Valute za ta račun ne morete nastaviti, ker že ima nekaj dnevniških vnosov z"
" drugo tujo valuto."
#. module: account
#. odoo-python
#: code:addons/account/models/account_account.py:0
#, python-format
msgid ""
"You cannot switch an account to prevent the reconciliation if some partial "
"reconciliations are still pending."
msgstr ""
"Če so nekatere delne uskladitve še vedno v teku, ne morete zamenjati računa,"
" da preprečite uskladitev."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You cannot switch the type of a document which has been posted once."
msgstr "Vrste dokumenta, ki je bil že enkrat objavljen, ni mogoče spremeniti."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You cannot use a deprecated account."
msgstr "Zastarelega računa ne morete uporabljati."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid "You cannot use taxes on lines with an Off-Balance account"
msgstr "Davkov ne morete uporabiti za postavke z zunajbilančnim računom"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot use this account (%s) in this journal, check the field 'Allowed "
"Journals' on the related account."
msgstr ""
"Tega računa ne morete uporabljati (%s) v tem dnevniku označite polje "
"»Dovoljeni dnevniki« na povezanem računu."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You cannot use this account (%s) in this journal, check the section "
"'Control-Access' under tab 'Advanced Settings' on the related journal."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid ""
"You cannot use this wizard on journal entries belonging to different "
"companies."
msgstr ""
"Tega čarovnika ne morete uporabiti za vnose v dnevnik, ki pripadajo "
"različnim podjetjem."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You cannot validate a document with an inactive currency: %s"
msgstr ""
"Dokumenta z neaktivno valuto ni mogoče potrditi:\n"
"%s"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid ""
"You cannot validate an invoice with a negative total amount. You should "
"create a credit note instead. Use the action menu to transform it into a "
"credit note or refund."
msgstr ""
"Računa z negativnim skupnim zneskom ne morete potrditi. Namesto tega "
"ustvarite dobropis. Za pretvorbo v dobropis ali vračilo uporabite meni z "
"dejanji."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You don't have the access rights to post an invoice."
msgstr "Nimate pravic dostopa za knjiženje računa."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "You have"
msgstr "Imate"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_invoice_send_wizard_form
msgid "You have selected the following document types at the same time:"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You must specify the Profit Account (company dependent)"
msgstr "Določiti morate račun dobička (odvisno od podjetja)"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "You need to add a line before posting."
msgstr "Pred objavo morate dodati vrstico."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You should configure the 'Exchange Gain or Loss Journal' in your company "
"settings, to manage automatically the booking of accounting entries related "
"to differences between exchange rates."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You should configure the 'Gain Exchange Rate Account' in your company "
"settings, to manage automatically the booking of accounting entries related "
"to differences between exchange rates."
msgstr ""
"V nastavitvah podjetja morate konfigurirati »Račun dobička zaradi menjalnega"
" tečaja«, da boste samodejno upravljali knjiženje računovodskih vnosov, "
"povezanih z razlikami med menjalnimi tečaji."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move_line.py:0
#, python-format
msgid ""
"You should configure the 'Loss Exchange Rate Account' in your company "
"settings, to manage automatically the booking of accounting entries related "
"to differences between exchange rates."
msgstr ""
"V nastavitvah podjetja morate konfigurirati »Račun izgub zaradi tečajnih "
"razlik«, da boste samodejno upravljali knjiženje računovodskih vnosov, "
"povezanih z razlikami med menjalnimi tečaji."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid "You should update this document to reflect your T&amp;C."
msgstr "Ta dokument morate posodobiti, da bo odražal vaše T&amp;C."
#. module: account
#. odoo-python
#: code:addons/account/models/chart_template.py:0
#, python-format
msgid "Your taxes have been updated !"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "Zip Range"
msgstr "Poštna številka"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_from
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__zip_from
msgid "Zip Range From"
msgstr "P.št. razpon od"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_to
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_template__zip_to
msgid "Zip Range To"
msgstr "P.št. razpon do"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "[FURN_8220] Four Person Desk"
msgstr "[FURN_8220] Pisalna miza za štiri osebe"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.bill_preview
msgid "[FURN_8999] Three-Seat Sofa"
msgstr "[FURN_8999] Trosedni kavč"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "[Not set]"
msgstr "[Ni nastavljeno]"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "_draft"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "activate the currency of the bill"
msgstr "aktivirajte valuto računa"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "activate the currency of the invoice"
msgstr "aktivirajte valuto računa"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/grouped_view_widget/grouped_view_widget.xml:0
#, python-format
msgid "are not shown in the preview"
msgstr "niso prikazani v predogledu"
#. module: account
#. odoo-javascript
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
#: code:addons/account/static/src/xml/legacy_account_payment.xml:0
#, python-format
msgid "assign to invoice"
msgstr "dodeli računu"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "auto-posting enabled. Next accounting date:"
msgstr "Samodejno knjiženje omogočeno. Naslednji obračunski datum:"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"become involved in costs related to a country's legislation. The amount of "
"the invoice will therefore be due to"
msgstr ""
"biti vključen v stroške, povezane z zakonodajo države. Znesek računa bo zato"
" dolgovan"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"cannot under any circumstances, be required by the client to appear as a "
"third party in the context of any claim for damages filed against the client"
" by an end consumer."
msgstr ""
"stranka pod nobenim pogojem ne more biti dolžna nastopiti kot tretja oseba v"
" okviru kakršnega koli odškodninskega zahtevka, ki ga končni potrošnik vloži"
" proti stranki."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_error
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_success
msgid "close"
msgstr "zapri"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid "e.g BE15001559627230"
msgstr "npr. BE15001559627230"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid "e.g Bank of America"
msgstr "npr. Banka Slovenije"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
msgid "e.g GEBABEBB"
msgstr "e.g GEBABEBB"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid "e.g. 101000"
msgstr "npr. 101000"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
msgid "e.g. Bank Fees"
msgstr "npr. Bančne provizije"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_form
msgid "e.g. Current Assets"
msgstr "npr. kratkoročna sredstva"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "e.g. Customer Invoices"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_form
msgid "e.g. GAAP, IFRS, ..."
msgstr "npr. GAAP, IFRS, ..."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "e.g. Give a phone call, check with others , ..."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
msgid "e.g. INV"
msgstr "npr. INV"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"for this customer. You can allocate them to mark this credit note as paid."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "for this customer. You can allocate them to mark this invoice as paid."
msgstr "za tega kupca. Lahko jih dodelite, da označite ta račun kot plačan."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "for this vendor. You can allocate them to mark this bill as paid."
msgstr ""
"za tega dobavitelja. Lahko jih dodelite, da označite ta račun kot plačan."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid ""
"for this vendor. You can allocate them to mark this credit note as paid."
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
msgid "has been applied."
msgstr "je bil uporabljen."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "here"
msgstr "tukaj"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
msgid "if paid before"
msgstr "če plačano pred"
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__fixed_amount
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__payment_tolerance_type__fixed_amount
msgid "in amount"
msgstr "v znesku"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"in its entirety and does not include any costs relating to the legislation "
"of the country in which the client is located."
msgstr ""
"v celoti in ne vključuje nobenih stroškov, povezanih z zakonodajo države, v "
"kateri se stranka nahaja."
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__percentage
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_template__payment_tolerance_type__percentage
msgid "in percentage"
msgstr "v odstotkih"
#. module: account
#: model:ir.model.fields,field_description:account.field_account_invoice_send__invoice_without_email
msgid "invoice(s) that will not be sent"
msgstr "računov, ki ne bodo poslani"
#. module: account
#: model:ir.model.fields,field_description:account.field_res_company__account_enabled_tax_country_ids
msgid "l10n-used countries"
msgstr "l10n-uporabljene države"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid "law."
msgstr "zakon."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"must be notified of any claim by means of a letter sent by recorded delivery"
" to its registered office within 8 days of the delivery of the goods or the "
"provision of the services."
msgstr ""
"mora biti o vsaki reklamaciji obveščen s pismom, poslanim s priporočeno "
"pošiljko na njegov registrirani sedež v roku 8 dni od dobave blaga ali "
"opravljanja storitev."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tax_view_tree
msgid "name"
msgstr "naziv"
#. module: account
#: model:ir.actions.report,print_report_name:account.account_invoices
#: model:ir.actions.report,print_report_name:account.account_invoices_without_payment
msgid "object._get_report_base_filename()"
msgstr ""
#. module: account
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__tax
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line_template__repartition_type__tax
msgid "of tax"
msgstr "davka"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.tax_groups_totals
msgid "on"
msgstr "na"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "one of those bills"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "outstanding credits"
msgstr "neporavnanih kreditov"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_move_form
msgid "outstanding debits"
msgstr "odprte obveznosti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"reserves the right to call on the services of a debt recovery company. All "
"legal expenses will be payable by the client."
msgstr ""
"si pridržuje pravico, da najame storitve podjetja za izterjavo dolgov. Vse "
"pravne stroške krije stranka."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"reserves the right to request a fixed interest payment amounting to 10% of "
"the sum remaining due."
msgstr ""
"si pridržuje pravico zahtevati fiksno obresti v višini 10 % preostalega "
"zapadlega zneska."
#. module: account
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids_domain
msgid "tag domain"
msgstr "Oznaka domene"
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "tax"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
msgid "the destination journal"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
msgid "the parent company"
msgstr "Nadrejeno podjetje"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
msgid "to"
msgstr "do"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
msgid "to check"
msgstr "preveriti"
#. module: account
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
msgid "to create the taxes for this country."
msgstr "ustvariti davke za to državo."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"undertakes to do its best to supply performant services in due time in "
"accordance with the agreed timeframes. However, none of its obligations can "
"be considered as being an obligation to achieve results."
msgstr ""
"se zavezuje, da si bo po svojih najboljših močeh prizadeval za pravočasno in"
" v skladu z dogovorjenimi roki zagotoviti učinkovite storitve. Vendar nobene"
" od njegovih obveznosti ni mogoče šteti za obveznost doseganja rezultatov."
#. module: account
#. odoo-python
#: code:addons/account/models/account_move.py:0
#, python-format
msgid "user"
msgstr ""
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
msgid ""
"will be authorized to suspend any provision of services without prior "
"warning in the event of late payment."
msgstr ""
"will be authorized to suspend any provision of services without prior "
"warning in the event of late payment."
#. module: account
#: model_terms:ir.ui.view,arch_db:account.account_tour_upload_bill_email_confirm
msgid "with a pdf of an invoice as attachment."
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "{label}: Adjusting Entry of {date}"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "{label}: Adjusting Entry of {new_date}"
msgstr ""
#. module: account
#. odoo-python
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
#, python-format
msgid "{percent:0.2f}% to recognize on {new_date}"
msgstr ""
#. module: account
#: model:mail.template,report_name:account.mail_template_data_payment_receipt
msgid "{{ (object.name or '').replace('/','-') }}"
msgstr ""
#. module: account
#: model:mail.template,report_name:account.email_template_edi_invoice
msgid "{{ object._get_report_mail_attachment_filename() }}"
msgstr ""
#. module: account
#: model:mail.template,subject:account.email_template_edi_credit_note
msgid ""
"{{ object.company_id.name }} Credit Note (Ref {{ object.name or 'n/a' }})"
msgstr ""
"{{ object.company_id.name }} Dobropis (Sklic {{ object.name or 'n/a' }})"
#. module: account
#: model:mail.template,subject:account.email_template_edi_invoice
msgid "{{ object.company_id.name }} Invoice (Ref {{ object.name or 'n/a' }})"
msgstr "{{ object.company_id.name }} Račun(Ref {{ object.name or 'n/a' }})"
#. module: account
#: model:mail.template,subject:account.mail_template_data_payment_receipt
msgid ""
"{{ object.company_id.name }} Payment Receipt (Ref {{ object.name or 'n/a' "
"}})"
msgstr ""
"{{ object.company_id.name }} Potrdilo o plačilu (Ref {{ object.name or 'n/a'"
" }})"