mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-26 05:02:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -1,26 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_payment
|
||||
#
|
||||
# * account_payment
|
||||
#
|
||||
# Translators:
|
||||
# Jorunn D. Newth, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Rune Restad, 2024
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:44+0000\n"
|
||||
"Last-Translator: Rune Restad, 2024\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:28+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_payment/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/wizards/payment_link_wizard.py:0
|
||||
msgid ""
|
||||
"#%(number)s - Installment of <strong>%(amount)s</strong> due on <strong "
|
||||
"class=\"text-primary\">%(date)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-javascript
|
||||
#: code:addons/account_payment/static/src/interactions/portal_my_invoices_payment_list.js:0
|
||||
msgid "%s day(s) overdue"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_success
|
||||
|
|
@ -41,6 +56,20 @@ msgstr ""
|
|||
msgid "<i class=\"fa fa-fw fa-arrow-circle-right\"/> Pay Now"
|
||||
msgstr "<i class=\"fa fa-fw fa-arrow-circle-right\"/> Betal nå"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw fa-check\"/>\n"
|
||||
" <span class=\"d-none d-md-inline\"> Authorized</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw fa-check\"/>\n"
|
||||
" <span class=\"d-none d-md-inline\"> Paid</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_page_inherit_payment
|
||||
msgid "<i class=\"fa fa-fw fa-check-circle\"/> Paid"
|
||||
|
|
@ -53,107 +82,80 @@ msgstr "<i class=\"fa fa-fw fa-check-circle\"/> Avventende"
|
|||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_page_inherit_payment
|
||||
msgid ""
|
||||
"<i class=\"fa fa-info\"/> You have credits card registered, you can log-in "
|
||||
"to be able to use them."
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-info\"/>Du har registrerte bankkort. Logg inn for å bruke "
|
||||
"dem."
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-danger\"><i class=\"fa fa-fw fa-"
|
||||
"remove\"/><span class=\"d-none d-md-inline\"> Cancelled</span></span>"
|
||||
msgid "<i class=\"fa fa-fw fa-check-circle\"/> Processing Payment"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-info\"><i class=\"fa fa-fw fa-"
|
||||
"clock-o\"/><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\"/><span class=\"d-none d-md-inline\"> Venter på "
|
||||
"betaling</span></span>"
|
||||
msgid "<span class=\"d-none d-md-inline\"> Pending</span>"
|
||||
msgstr "<span class=\"d-none d-md-inline\">Ventende</span>"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-primary\"><i class=\"fa fa-fw fa-"
|
||||
"check\"/><span class=\"d-none d-md-inline\"> Authorized</span></span>"
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid "<strong>Full Amount</strong><br/>"
|
||||
msgstr ""
|
||||
"<span class=\"badge rounded-pill text-bg-primary\"><i class=\"fa fa-fw fa-"
|
||||
"check\"/><span class=\"d-none d-md-inline\"> Autorisert</span></span>"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||||
"check\"/><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\"/><span class=\"d-none d-md-inline\"> Betalt</span></span>"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||||
"check\"/><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\"/><span class=\"d-none d-md-inline\"> Reversert</span></span>"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid ""
|
||||
"<span class=\"badge rounded-pill text-bg-warning\"><span class=\"d-none "
|
||||
"d-md-inline\"> Pending</span></span>"
|
||||
msgstr ""
|
||||
"<span class=\"badge rounded-pill text-bg-warning\"><span class=\"d-none "
|
||||
"d-md-inline\"> Avventer</span></span>"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid ""
|
||||
"<strong>No suitable payment option could be found.</strong><br/>\n"
|
||||
" If you believe that it is an error, please contact the website administrator."
|
||||
"<strong>Installment</strong>\n"
|
||||
" <br/>"
|
||||
msgstr ""
|
||||
"<strong>Ingen egnet betalingsmetode ble funnet.</strong><br/>\n"
|
||||
" Hvis du tror dette skyldes en feil, ta kontakt med administrator for nettstedet."
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.payment_refund_wizard_view_form
|
||||
msgid ""
|
||||
"<strong>Warning!</strong> There is a refund pending for this payment.\n"
|
||||
" Wait a moment for it to be processed. If the refund is still pending in a\n"
|
||||
" few minutes, please check your payment provider configuration."
|
||||
" Wait a moment for it to be processed. If the refund "
|
||||
"is still pending in a\n"
|
||||
" few minutes, please check your payment provider "
|
||||
"configuration."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/wizards/payment_link_wizard.py:0
|
||||
msgid "A discount will be applied if the customer pays before %s included."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid ""
|
||||
"A payment has already been made on this invoice, please make sure to not pay "
|
||||
"twice."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_payment.py:0
|
||||
#, python-format
|
||||
msgid "A payment transaction with reference %s already exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_payment.py:0
|
||||
#, python-format
|
||||
msgid "A token is required to create a new payment transaction."
|
||||
msgstr "Det kreves en token for å opprette en ny betalingstransaksjon."
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_overdue_invoices_page
|
||||
msgid "Amount"
|
||||
msgstr "Beløp"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__amount_available_for_refund
|
||||
msgid "Amount Available For Refund"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__invoice_amount_due
|
||||
msgid "Amount Due"
|
||||
msgstr "Skyldig beløp"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_bank_statement_line__amount_paid
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__amount_paid
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__amount_paid
|
||||
msgid "Amount paid"
|
||||
msgstr "Beløp betalt"
|
||||
|
||||
|
|
@ -169,7 +171,6 @@ msgstr ""
|
|||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_bank_statement_line__authorized_transaction_ids
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__authorized_transaction_ids
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__authorized_transaction_ids
|
||||
msgid "Authorized Transactions"
|
||||
msgstr "Autoriserte transaksjoner"
|
||||
|
||||
|
|
@ -181,13 +182,14 @@ msgstr "Belast beløpet"
|
|||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.payment_refund_wizard_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment_paid
|
||||
msgid "Close"
|
||||
msgstr "Lukk"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_register__payment_method_code
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
#: model:ir.model,name:account_payment.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Innstillinger"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__create_uid
|
||||
|
|
@ -197,7 +199,7 @@ msgstr "Opprettet av"
|
|||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet"
|
||||
msgstr "Opprettet den"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__currency_id
|
||||
|
|
@ -205,10 +207,30 @@ msgid "Currency"
|
|||
msgstr "Valuta"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__discount_date
|
||||
msgid "Discount Date"
|
||||
msgstr "Rabattdato"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_journal__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_method__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_method_line__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_register__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_provider__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_transaction__display_name
|
||||
#: model:ir.model.fields,field_description:account_payment.field_res_config_settings__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__display_open_installments
|
||||
msgid "Display Open Installments"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_success
|
||||
msgid ""
|
||||
|
|
@ -216,6 +238,21 @@ msgid ""
|
|||
"your order."
|
||||
msgstr "Fullført. Din betaling er gjennomført. Takk for din ordre."
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__epd_info
|
||||
msgid "Early Payment Discount Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid "Early Payment Discount of"
|
||||
msgstr "Tidlig betalingsrabatt på"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields.selection,name:account_payment.selection__payment_refund_wizard__support_refund__full_only
|
||||
msgid "Full Only"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model,name:account_payment.model_payment_link_wizard
|
||||
msgid "Generate Sales Payment Link"
|
||||
|
|
@ -226,16 +263,39 @@ msgstr "Generer betalingslink"
|
|||
msgid "Generate a Payment Link"
|
||||
msgstr "Generer betalingslink"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__has_eligible_epd
|
||||
msgid "Has Eligible Epd"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__has_pending_refund
|
||||
msgid "Has a pending refund"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_journal__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_method__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_method_line__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_register__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_link_wizard__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_provider__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_transaction__id
|
||||
#: model:ir.model.fields,field_description:account_payment.field_res_config_settings__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/payment.py:0
|
||||
msgid ""
|
||||
"Impossible to pay all the overdue invoices if they don't share the same "
|
||||
"currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,help:account_payment.field_account_payment_method_line__payment_provider_state
|
||||
msgid ""
|
||||
|
|
@ -243,6 +303,11 @@ msgid ""
|
|||
"This mode is advised when setting up the provider."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.res_config_settings_view_form
|
||||
msgid "Invoice Online Payment"
|
||||
msgstr "Faktura online-betaling"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.payment_transaction_form
|
||||
msgid "Invoice(s)"
|
||||
|
|
@ -252,15 +317,24 @@ msgstr "Fakturaer"
|
|||
#. odoo-python
|
||||
#: code:addons/account_payment/models/payment_transaction.py:0
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_transaction__invoice_ids
|
||||
#, python-format
|
||||
msgid "Invoices"
|
||||
msgstr "Fakturaer"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_home_overdue_invoice
|
||||
msgid "Invoices & Bills"
|
||||
msgstr "Fakturaer og regninger"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_transaction__invoices_count
|
||||
msgid "Invoices Count"
|
||||
msgstr "Antall fakturaer"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_home_account_payment
|
||||
msgid "Invoices to pay"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model,name:account_payment.model_account_journal
|
||||
msgid "Journal"
|
||||
|
|
@ -271,11 +345,6 @@ msgstr "Journal"
|
|||
msgid "Journal Entry"
|
||||
msgstr "Bilag"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__write_uid
|
||||
msgid "Last Updated by"
|
||||
|
|
@ -291,6 +360,11 @@ msgstr "Sist oppdatert"
|
|||
msgid "Maximum Refund Allowed"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.payment_link_wizard__form_inherit_account_payment
|
||||
msgid "Next Installments"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,help:account_payment.field_account_payment__payment_token_id
|
||||
msgid ""
|
||||
|
|
@ -306,6 +380,52 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/wizards/payment_link_wizard.py:0
|
||||
msgid "Online payment option is not enabled in Configuration."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/portal.py:0
|
||||
msgid "Overdue invoices should share the same company."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/portal.py:0
|
||||
msgid "Overdue invoices should share the same currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/portal.py:0
|
||||
msgid "Overdue invoices should share the same partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields.selection,name:account_payment.selection__payment_refund_wizard__support_refund__partial
|
||||
msgid "Partial"
|
||||
msgstr "Delvis"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model,name:account_payment.model_account_payment_register
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid "Pay"
|
||||
msgstr "Betal"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment_paid
|
||||
msgid "Pay Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_res_config_settings__pay_invoices_online
|
||||
msgid "Pay Invoices Online"
|
||||
msgstr "Betal fakturaer online"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_docs_entry
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid "Pay Now"
|
||||
msgstr "Betal nå"
|
||||
|
|
@ -316,9 +436,9 @@ msgid "Pay now"
|
|||
msgstr "Betal nå"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid "Pay with"
|
||||
msgstr "Betal med"
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_home_overdue_invoice
|
||||
msgid "Pay overdue"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__payment_id
|
||||
|
|
@ -331,11 +451,6 @@ msgstr "Betaling"
|
|||
msgid "Payment Amount"
|
||||
msgstr "Betalingsbeløp"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.ui.menu,name:account_payment.payment_icon_menu
|
||||
msgid "Payment Icons"
|
||||
msgstr "Betalingsikoner"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_provider__journal_id
|
||||
msgid "Payment Journal"
|
||||
|
|
@ -344,6 +459,7 @@ msgstr "Betalingsjournal"
|
|||
#. module: account_payment
|
||||
#: model:ir.model,name:account_payment.model_account_payment_method
|
||||
#: model:ir.model,name:account_payment.model_account_payment_method_line
|
||||
#: model:ir.ui.menu,name:account_payment.payment_method_menu
|
||||
msgid "Payment Methods"
|
||||
msgstr "Betalingsmetoder"
|
||||
|
||||
|
|
@ -386,20 +502,30 @@ msgstr "Betalingstransaksjoner"
|
|||
msgid "Payments"
|
||||
msgstr "Betalinger"
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/payment.py:0
|
||||
msgid "Please log in to pay your overdue invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_payment_method_line.py:0
|
||||
#, python-format
|
||||
msgid "Provider"
|
||||
msgstr "Transportør"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_overdue_invoices_page
|
||||
msgid "Reference"
|
||||
msgstr "Referanse"
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_payment.py:0
|
||||
#: code:addons/account_payment/models/account_payment.py:0
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__support_refund
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.payment_refund_wizard_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.view_account_payment_form_inherit_payment
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr "Kreditnota"
|
||||
|
||||
|
|
@ -416,18 +542,13 @@ msgstr ""
|
|||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.view_account_payment_form_inherit_payment
|
||||
msgid "Refunds"
|
||||
msgstr "Tilbakebetaling."
|
||||
msgstr "Kreditnotaer"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__refunds_count
|
||||
msgid "Refunds Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model,name:account_payment.model_account_payment_register
|
||||
msgid "Register Payment"
|
||||
msgstr "Registrer betaling"
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.view_account_journal_form
|
||||
msgid "SETUP"
|
||||
|
|
@ -451,7 +572,7 @@ msgstr ""
|
|||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment_method_line__payment_provider_state
|
||||
msgid "State"
|
||||
msgstr "Modus"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__suitable_payment_token_ids
|
||||
|
|
@ -462,14 +583,12 @@ msgstr ""
|
|||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/payment.py:0
|
||||
#, python-format
|
||||
msgid "The access token is invalid."
|
||||
msgstr "Tilgangstokenet er ugyldig."
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/wizards/payment_refund_wizard.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The amount to be refunded must be positive and cannot be superior to %s."
|
||||
msgstr ""
|
||||
|
|
@ -482,17 +601,12 @@ msgstr ""
|
|||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/payment_transaction.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The payment related to the transaction with reference %(ref)s has been "
|
||||
"posted: %(link)s"
|
||||
msgid "The payment related to transaction %(ref)s has been posted: %(link)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/controllers/payment.py:0
|
||||
#: code:addons/account_payment/controllers/payment.py:0
|
||||
#, python-format
|
||||
msgid "The provided parameters are invalid."
|
||||
msgstr "De angitte parameterne er ugyldige."
|
||||
|
||||
|
|
@ -501,6 +615,18 @@ msgstr "De angitte parameterne er ugyldige."
|
|||
msgid "The source payment of related refund payments"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "There are pending transactions for this invoice."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "There is no amount to be paid."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_error
|
||||
msgid "There was an error processing your payment: invalid invoice."
|
||||
|
|
@ -525,23 +651,43 @@ msgstr "Feil under betaling: Ugyldig navnskilt-ID."
|
|||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/payment_provider.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To uninstall this module, please remove first the corresponding payment "
|
||||
"method line in the incoming payments tab defined on the bank journal."
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "This invoice cannot be paid online."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "This invoice has already been paid."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "This invoice isn't posted."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_move.py:0
|
||||
msgid "This is not an outgoing invoice."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_bank_statement_line__transaction_count
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__transaction_count
|
||||
msgid "Transaction Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_bank_statement_line__transaction_ids
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_move__transaction_ids
|
||||
#: model:ir.model.fields,field_description:account_payment.field_account_payment__transaction_ids
|
||||
msgid "Transactions"
|
||||
msgstr "Transaksjoner"
|
||||
|
||||
#. module: account_payment
|
||||
#: model:ir.model.fields,field_description:account_payment.field_payment_refund_wizard__support_refund
|
||||
msgid "Type of Refund Supported"
|
||||
#: model:ir.model.fields.selection,name:account_payment.selection__payment_refund_wizard__support_refund__none
|
||||
msgid "Unsupported"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
|
|
@ -558,17 +704,64 @@ msgstr "Annuller transaksjon"
|
|||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_payment_method_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can't delete a payment method that is linked to a provider in the enabled or test state.\n"
|
||||
"You can't delete a payment method that is linked to a provider in the "
|
||||
"enabled or test state.\n"
|
||||
"Linked providers(s): %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/payment_provider.py:0
|
||||
msgid ""
|
||||
"You cannot uninstall this module as payments using this payment method "
|
||||
"already exist."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-python
|
||||
#: code:addons/account_payment/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You must first deactivate a payment provider before deleting its journal.\n"
|
||||
"Linked providers: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-javascript
|
||||
#: code:addons/account_payment/static/src/interactions/portal_my_invoices_payment_list.js:0
|
||||
msgid "due in %s day(s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#. odoo-javascript
|
||||
#: code:addons/account_payment/static/src/interactions/portal_my_invoices_payment_list.js:0
|
||||
msgid "due today"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_invoice_payment
|
||||
msgid "has been applied."
|
||||
msgstr "har blitt benyttet."
|
||||
|
||||
#. module: account_payment
|
||||
#: model_terms:ir.ui.view,arch_db:account_payment.portal_my_invoices_payment
|
||||
msgid "overdue"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Code"
|
||||
#~ msgstr "Kode"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<strong>No suitable payment option could be found.</strong><br/>\n"
|
||||
#~ " If you believe that it is an error, "
|
||||
#~ "please contact the website administrator."
|
||||
#~ msgstr ""
|
||||
#~ "<strong>Ingen egnet betalingsmetode ble funnet.</strong><br/>\n"
|
||||
#~ " Hvis du tror dette skyldes en feil, ta "
|
||||
#~ "kontakt med administrator for nettstedet."
|
||||
|
||||
#~ msgid "Pay with"
|
||||
#~ msgstr "Betal med"
|
||||
|
||||
#~ msgid "Register Payment"
|
||||
#~ msgstr "Registrer betaling"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue