-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_export | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,help:account_invoice_export.field_account_bank_statement_line__send_through_http | ||
#: model:ir.model.fields,help:account_invoice_export.field_account_move__send_through_http | ||
#: model:ir.model.fields,help:account_invoice_export.field_account_payment__send_through_http | ||
#: model:ir.model.fields,help:account_invoice_export.field_transmit_method__send_through_http | ||
msgid "Adds a Send eBill button on the invoice" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#. odoo-python | ||
#: code:addons/account_invoice_export/models/account_move.py:0 | ||
#, python-format | ||
msgid "An error of type {} occured." | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.transmit_method_form | ||
msgid "" | ||
"By default the PDF of the invoice will be sent using the connection " | ||
"parameters below (basic authenticaiton)." | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.view_move_form | ||
msgid "Ebill has already been sent. Are you sure you want to send it again ?" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_bank_statement_line__send_through_http | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_move__send_through_http | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_payment__send_through_http | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_transmit_method__send_through_http | ||
msgid "Enable send eBill" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.exception_sending_invoice | ||
msgid "Error sending invoice to" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#. odoo-python | ||
#: code:addons/account_invoice_export/models/account_move.py:0 | ||
#, python-format | ||
msgid "HTTP error {status_code} sending invoice to {method_name}" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.transmit_method_form | ||
msgid "" | ||
"Handling specific connection needs and/or exporting other files can be done " | ||
"through code." | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_bank_statement_line__invoice_export_confirmed | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_move__invoice_export_confirmed | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_payment__invoice_export_confirmed | ||
msgid "Invoice Export Confirmed" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_bank_statement_line__invoice_exported | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_move__invoice_exported | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_account_payment__invoice_exported | ||
msgid "Invoice Exported" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#. odoo-python | ||
#: code:addons/account_invoice_export/models/account_move.py:0 | ||
#, python-format | ||
msgid "Invoice successfuly sent to {}" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model,name:account_invoice_export.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#. odoo-python | ||
#: code:addons/account_invoice_export/models/account_move.py:0 | ||
#, python-format | ||
msgid "Nothing done, invoice has already been exported before." | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_transmit_method__destination_pwd | ||
msgid "Password" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.view_move_form | ||
msgid "Resend eBill" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.actions.server,name:account_invoice_export.action_send_ebill | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.view_move_form | ||
msgid "Send eBill" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_export.exception_sending_invoice | ||
msgid "The failed job has the uuid" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:mail.activity.type,name:account_invoice_export.mail_activity_transmit_warning | ||
msgid "Transmission Error" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model,name:account_invoice_export.model_transmit_method | ||
msgid "Transmit Method of a document" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#. odoo-python | ||
#: code:addons/account_invoice_export/models/account_move.py:0 | ||
#, python-format | ||
msgid "Transmit method is not configured to send through HTTP" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_transmit_method__destination_url | ||
msgid "Url" | ||
msgstr "" | ||
|
||
#. module: account_invoice_export | ||
#: model:ir.model.fields,field_description:account_invoice_export.field_transmit_method__destination_user | ||
msgid "User" | ||
msgstr "" |