|
|
@ -3,14 +3,14 @@ |
|
|
|
# * contract |
|
|
|
# |
|
|
|
# Translators: |
|
|
|
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|
|
|
msgid "" |
|
|
|
msgstr "" |
|
|
|
"Project-Id-Version: Odoo Server 10.0\n" |
|
|
|
"Project-Id-Version: Odoo Server 11.0\n" |
|
|
|
"Report-Msgid-Bugs-To: \n" |
|
|
|
"POT-Creation-Date: 2017-04-27 02:40+0000\n" |
|
|
|
"PO-Revision-Date: 2017-04-27 02:40+0000\n" |
|
|
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|
|
|
"POT-Creation-Date: 2017-11-21 18:22+0000\n" |
|
|
|
"PO-Revision-Date: 2017-11-21 18:22+0000\n" |
|
|
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|
|
|
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" |
|
|
|
"MIME-Version: 1.0\n" |
|
|
|
"Content-Type: text/plain; charset=UTF-8\n" |
|
|
@ -18,6 +18,64 @@ msgstr "" |
|
|
|
"Language: sl\n" |
|
|
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:mail.template,body_html:contract.email_contract_template |
|
|
|
msgid "" |
|
|
|
"\n" |
|
|
|
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" |
|
|
|
" <p>Hello ${object.partner_id.name or ''},</p>\n" |
|
|
|
" <p>A new contract has been created: </p>\n" |
|
|
|
"\n" |
|
|
|
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n" |
|
|
|
" <strong>REFERENCES</strong><br />\n" |
|
|
|
" Contract: <strong>${object.name}</strong><br />\n" |
|
|
|
" % if object.date_start:\n" |
|
|
|
" Contract Date Start: ${object.date_start or ''}<br />\n" |
|
|
|
" % endif\n" |
|
|
|
"\n" |
|
|
|
" % if object.user_id:\n" |
|
|
|
" % if object.user_id.email:\n" |
|
|
|
" Your Contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Contract%20${object.name}\">${object.user_id.name}</a>\n" |
|
|
|
" % else:\n" |
|
|
|
" Your Contact: ${object.user_id.name}\n" |
|
|
|
" % endif\n" |
|
|
|
" % endif\n" |
|
|
|
" </p>\n" |
|
|
|
"\n" |
|
|
|
" <br/>\n" |
|
|
|
" <p>If you have any questions, do not hesitate to contact us.</p>\n" |
|
|
|
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n" |
|
|
|
" <br/>\n" |
|
|
|
" <br/>\n" |
|
|
|
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n" |
|
|
|
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n" |
|
|
|
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n" |
|
|
|
" </div>\n" |
|
|
|
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n" |
|
|
|
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n" |
|
|
|
" ${object.company_id.partner_id.sudo().with_context(show_address=True, html_format=True).name_get()[0][1] | safe}\n" |
|
|
|
" </span>\n" |
|
|
|
" % if object.company_id.phone:\n" |
|
|
|
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n" |
|
|
|
" Phone: ${object.company_id.phone}\n" |
|
|
|
" </div>\n" |
|
|
|
" % endif\n" |
|
|
|
" % if object.company_id.website:\n" |
|
|
|
" <div>\n" |
|
|
|
" Web: <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n" |
|
|
|
" </div>\n" |
|
|
|
" %endif\n" |
|
|
|
" <p></p>\n" |
|
|
|
" </div>\n" |
|
|
|
"</div>\n" |
|
|
|
" " |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:mail.template,subject:contract.email_contract_template |
|
|
|
msgid "${object.company_id.name} Contract (Ref ${object.name or 'n/a'})" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_contract_view_form |
|
|
@ -30,6 +88,56 @@ msgstr "" |
|
|
|
msgid "<strong>#START#</strong>: Start date of the invoiced period" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Contract: </strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Date Start: </strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Description</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Partner:</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Price</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Quantity</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Recurring Items</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Responsible: </strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Total</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "<strong>Unit Price</strong>" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_contract_view_form |
|
|
@ -53,10 +161,29 @@ msgid "Click to create a new contract." |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:264 |
|
|
|
#, python-format |
|
|
|
msgid "Compose Email" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model,name:contract.model_res_partner |
|
|
|
msgid "Contact" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.actions.report,name:contract.report_contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_analytic_account_id |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_invoice_contract_id |
|
|
|
#: model:mail.template,report_name:contract.email_contract_template |
|
|
|
msgid "Contract" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model,name:contract.model_account_analytic_contract_line |
|
|
|
msgid "Contract Lines" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_contract_template_id |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_contract_view_form |
|
|
@ -73,8 +200,11 @@ msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.actions.act_window,name:contract.action_account_analytic_overdue_all |
|
|
|
#: model:ir.model.fields,field_description:contract.field_res_partner_contract_count |
|
|
|
#: model:ir.model.fields,field_description:contract.field_res_users_contract_count |
|
|
|
#: model:ir.ui.menu,name:contract.menu_action_account_analytic_overdue_all |
|
|
|
#: model:ir.ui.menu,name:contract.menu_config_contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_partner_form |
|
|
|
msgid "Contracts" |
|
|
|
msgstr "" |
|
|
|
|
|
|
@ -85,25 +215,33 @@ msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_create_uid |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_create_uid |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_uid |
|
|
|
msgid "Created by" |
|
|
|
msgstr "Ustvaril" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_create_date |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_create_date |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_date |
|
|
|
msgid "Created on" |
|
|
|
msgstr "Ustvarjeno" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_next_date |
|
|
|
msgid "Date of Next Invoice" |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_date_end |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_account_analytic_account_contract_search |
|
|
|
msgid "Date End" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_date_start |
|
|
|
msgid "Date start" |
|
|
|
msgstr "Začetni datum" |
|
|
|
msgid "Date Start" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_next_date |
|
|
|
msgid "Date of Next Invoice" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: selection:account.analytic.account,recurring_rule_type:0 |
|
|
@ -112,22 +250,25 @@ msgid "Day(s)" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_name |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_name |
|
|
|
msgid "Description" |
|
|
|
msgstr "Opis" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_discount |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_discount |
|
|
|
msgid "Discount (%)" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_invoice_line.py:56 |
|
|
|
#: code:addons/contract/models/account_analytic_invoice_line.py:82 |
|
|
|
#, python-format |
|
|
|
msgid "Discount should be less or equal to 100" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_contract_line_discount |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_invoice_line_discount |
|
|
|
msgid "" |
|
|
|
"Discount that is applied in generated invoices. It should be less or equal " |
|
|
@ -136,10 +277,23 @@ msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_display_name |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_display_name |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_display_name |
|
|
|
msgid "Display Name" |
|
|
|
msgstr "Prikazni naziv" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_account_analytic_account_contract_search |
|
|
|
msgid "Finished" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.actions.server,name:contract.account_analytic_cron_for_invoice_ir_actions_server |
|
|
|
#: model:ir.cron,cron_name:contract.account_analytic_cron_for_invoice |
|
|
|
#: model:ir.cron,name:contract.account_analytic_cron_for_invoice |
|
|
|
msgid "Generate Recurring Invoices from Contracts" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_invoices |
|
|
|
msgid "Generate recurring invoices automatically" |
|
|
@ -152,6 +306,7 @@ msgstr "Združi po..." |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_id |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_id |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_id |
|
|
|
msgid "ID" |
|
|
|
msgstr "ID" |
|
|
@ -193,17 +348,20 @@ msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract___last_update |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line___last_update |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line___last_update |
|
|
|
msgid "Last Modified on" |
|
|
|
msgstr "Zadnjič spremenjeno" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_write_uid |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_write_uid |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_uid |
|
|
|
msgid "Last Updated by" |
|
|
|
msgstr "Zadnjič posodobil" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_write_date |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_write_date |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_date |
|
|
|
msgid "Last Updated on" |
|
|
@ -238,7 +396,12 @@ msgid "Next Invoice" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:131 |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_account_analytic_account_contract_search |
|
|
|
msgid "Partner and dependents" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:170 |
|
|
|
#, python-format |
|
|
|
msgid "Please define a sale journal for the company '%s'." |
|
|
|
msgstr "" |
|
|
@ -263,11 +426,13 @@ msgid "Pricelist" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_product_id |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_product_id |
|
|
|
msgid "Product" |
|
|
|
msgstr "Proizvod" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_quantity |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_quantity |
|
|
|
msgid "Quantity" |
|
|
|
msgstr "" |
|
|
@ -297,6 +462,28 @@ msgstr "" |
|
|
|
msgid "Repeat every (Days/Week/Month/Year)" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_user_id |
|
|
|
msgid "Responsible" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
|
msgid "Send by Email" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_sequence |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_sequence |
|
|
|
msgid "Sequence" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_contract_line_sequence |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_invoice_line_sequence |
|
|
|
msgid "Sequence of the contract line when displaying contracts" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_account_recurring_rule_type |
|
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_contract_recurring_rule_type |
|
|
@ -310,20 +497,33 @@ msgid "Specify if process date is 'from' or 'to' invoicing date" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_price_subtotal |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_price_subtotal |
|
|
|
msgid "Sub Total" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_price_unit |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_price_unit |
|
|
|
msgid "Unit Price" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_contract_line_uom_id |
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_uom_id |
|
|
|
msgid "Unit of Measure" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
msgid "VAT:" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_account_analytic_account_contract_search |
|
|
|
msgid "Valid" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: selection:account.analytic.account,recurring_rule_type:0 |
|
|
|
#: selection:account.analytic.contract,recurring_rule_type:0 |
|
|
@ -337,11 +537,19 @@ msgid "Year(s)" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:123 |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:162 |
|
|
|
#, python-format |
|
|
|
msgid "You must first select a Customer for Contract %s!" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: code:addons/contract/models/account_analytic_account.py:217 |
|
|
|
#, python-format |
|
|
|
msgid "" |
|
|
|
"You must review start and end dates!\n" |
|
|
|
"%s" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.model,name:contract.model_account_analytic_contract |
|
|
|
msgid "account.analytic.contract" |
|
|
@ -352,6 +560,11 @@ msgstr "" |
|
|
|
msgid "account.analytic.invoice.line" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.view_partner_form |
|
|
|
msgid "show the contracts for this partner" |
|
|
|
msgstr "" |
|
|
|
|
|
|
|
#. module: contract |
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
|
msgid "⇒ Show recurring invoices" |
|
|
|