You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1082 lines
43 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_followup
#
# Translators:
# Arnau Ros, 2022
# ericrolo, 2022
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2022
# Jonatan Gk, 2022
# Eugeni Chafer <eugeni@chafer.cat>, 2022
# RGB Consulting <odoo@rgbconsulting.com>, 2022
# M Palau <mpalau@tda.ad>, 2022
# Carles Antoli <carlesantoli@hotmail.com>, 2022
# Martin Trigaux, 2022
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
# Quim - eccit <quim@eccit.com>, 2022
# jabelchi, 2022
# marcescu, 2022
# Guspy12, 2022
# Ivan Espinola, 2022
# Óscar Fonseca <tecnico@extreme-micro.com>, 2023
# Albert Parera, 2023
# martioodo hola, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-23 08:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: martioodo hola, 2023\n"
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup.py:0
#, python-format
msgid "%s (copy)"
msgstr "%s (còpia)"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "%s Payment Reminder - %s"
msgstr "Recordatori de pagament %s - %s"
#. module: account_followup
#: model:ir.actions.report,print_report_name:account_followup.action_report_followup
msgid "'Follow-up ' + object.display_name"
msgstr "'Seguiment ' + object.display_name"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__type
#: model:ir.model.fields,help:account_followup.field_res_users__type
msgid ""
"- Contact: Use this to organize the contact details of employees of a given company (e.g. CEO, CFO, ...).\n"
"- Invoice Address : Preferred address for all invoices. Selected by default when you invoice an order that belongs to this company.\n"
"- Delivery Address : Preferred address for all deliveries. Selected by default when you deliver an order that belongs to this company.\n"
"- Private: Private addresses are only visible by authorized users and contain sensitive data (employee home addresses, ...).\n"
"- Other: Other address for the company (e.g. subsidiary, ...)"
msgstr ""
"- Contacte: utilitzeu-ho per organitzar les dades de contacte dels empleats d'una empresa determinada (per exemple, CEO, CFO, ...).\n"
"- Adreça de factura: adreça preferida per a totes les factures. Seleccionat per defecte quan es factura una comanda que pertany a aquesta empresa.\n"
"-Adreça de lliurament: Adreça preferida per a tots els lliuraments. Seleccionat per defecte quan entreu una comanda que pertany a aquesta empresa.\n"
"-Privades: les adreces privades només són visibles pels usuaris autoritzats i contenen dades sensibles (adreces de casa dels empleats, ...).\n"
"- Altres: una altra adreça de l'empresa (per exemple, filial, ...)"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line1
msgid "15 Days"
msgstr "15 dies"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line2
msgid "30 Days"
msgstr "30 dies"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line3
msgid "40 Days"
msgstr "40 dies"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line4
msgid "50 Days"
msgstr "50 dies"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line5
msgid "60 Days"
msgstr "60 dies"
#. module: account_followup
#: model:mail.template,body_html:account_followup.email_template_followup_1
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" </p>\n"
" <p>\n"
" Exception made if there was a mistake of ours, it seems that an amount of <t t-out=\"format_amount(object.total_overdue, object.currency_id) or ''\"></t>\n"
" stays unpaid. Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
" </p>\n"
" <p>\n"
" Would your payment have been carried out after this mail was sent, please ignore this message.\n"
" Do not hesitate to contact our accounting department.\n"
" </p>\n"
" <p>\n"
" Best Regards,\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
#. module: account_followup
#: model:mail.template,body_html:account_followup.demo_followup_email_template_4
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" </p>\n"
" <p>\n"
" Despite several reminders, your account is still not settled.\n"
" Unless full payment is made in next 8 days, then legal action for the recovery of the debt will be taken without further notice.\n"
" I trust that this action will prove unnecessary and details of due payments is printed below.\n"
" In case of any queries concerning this matter, do not hesitate to contact our accounting department.\n"
" </p>\n"
" <p>\n"
" Best Regards,\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
#. module: account_followup
#: model:mail.template,body_html:account_followup.demo_followup_email_template_2
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" </p>\n"
" <p>\n"
" We are disappointed to see that despite sending a reminder, that your account is now seriously overdue.\n"
" </p>\n"
" <p>\n"
" It is essential that immediate payment is made, otherwise we will have to consider placing a stop on your account which means that we will no longer be able to supply your company with (goods/services).\n"
" Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
" </p>\n"
" <p>\n"
" If there is a problem with paying invoice that we are not aware of, do not hesitate to contact our accounting department, so that we can resolve the matter quickly.\n"
" </p>\n"
" <p>\n"
" Details of due payments is printed below.\n"
" </p>\n"
" <p>\n"
" Best Regards,\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_search_template
msgid "<span class=\"fa fa-filter\"/> Partners:"
msgstr "<span class=\"fa fa-filter\"/> Contactes:"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.res_partner_view_form
msgid "<span class=\"o_stat_text\">Due</span>"
msgstr "<span class=\"o_stat_text\">Degut</span>"
#. module: account_followup
#: model:ir.model.constraint,message:account_followup.constraint_account_followup_followup_line_uniq_name
msgid ""
"A follow-up action name must be unique. This name is already set to another "
"action."
msgstr ""
"El nom d'una acció de seguiment ha de ser únic. Aquest nom ja està establert"
" en una altra acció."
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_chart_template
msgid "Account Chart Template"
msgstr "Plantilla de quadre de comptes"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__account_manager
msgid "Account Manager"
msgstr "Gestor comptable"
#. module: account_followup
#: model:ir.actions.server,name:account_followup.ir_cron_auto_post_draft_entry_ir_actions_server
#: model:ir.cron,cron_name:account_followup.ir_cron_auto_post_draft_entry
msgid "Account Report Followup; Execute followup"
msgstr "Seguiment de l'informe del compte; Executa el seguiment"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Actions"
msgstr "Accions"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_tree
msgid "Activity"
msgstr "Activitat"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Activity Notes"
msgstr "Notes de l'activitat"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_type_id
msgid "Activity Type"
msgstr "Tipus d'activitat"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.template_followup_report
msgid "Add a note"
msgstr "Afegir una nota"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Add contacts to notify..."
msgstr "Afegir contactes a notificar..."
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__type
#: model:ir.model.fields,field_description:account_followup.field_res_users__type
msgid "Address Type"
msgstr "Tipus d'adreça"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Assigned to me"
msgstr "Assignat a mi"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__join_invoices
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__join_invoices
msgid "Attach Invoices"
msgstr "Adjunta factures"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__attachment_ids
msgid "Attachment"
msgstr "Adjunt"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__auto_execute
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_reminder_type__automatic
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Automatic"
msgstr "Automàtic"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__body_html
msgid "Body Html"
msgstr "Cos Html"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__can_edit_body
msgid "Can Edit Body"
msgstr "Pot Modificar el Cos"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Cancel"
msgstr "Cancel·la"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Communication"
msgstr "Comunicació"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__company_id
msgid "Company"
msgstr "Empresa"
#. module: account_followup
#: model:ir.model,name:account_followup.model_res_partner
msgid "Contact"
msgstr "Contacte"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Content Template"
msgstr "Plantilla de contingut"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__body
msgid "Contents"
msgstr "Continguts"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Country"
msgstr "País"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__create_uid
msgid "Created by"
msgstr "Creat per"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__create_date
msgid "Created on"
msgstr "Creat el"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Customer"
msgstr "Client"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Customer ref:"
msgstr "Ref. client:"
#. module: account_followup
#: model:ir.actions.client,name:account_followup.action_account_followup
msgid "Customers Statement"
msgstr "Clients i proveïdors"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
#, python-format
msgid "Date"
msgstr "Data"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_move_line__next_action_date
msgid ""
"Date where the next action should be taken for a receivable item. Usually, "
"automatically set when sending reminders through the customer statement."
msgstr ""
"Data quan la següent acció ha de ser presa per un ítem cobrable. Usualment, "
"s'assigna automàticament quan s'envien recordatoris a través de l'estat de "
"compte del client."
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Date:"
msgstr "Data:"
#. module: account_followup
#: model:ir.model.constraint,message:account_followup.constraint_account_followup_followup_line_days_uniq
msgid "Days of the follow-up lines must be different per company"
msgstr "Els dies de les línies de seguiment han de ser diferents per empresa"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"Dear %s,\n"
"\n"
"\n"
"Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
"\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to contact our accounting department.\n"
"\n"
"Best Regards,\n"
"\n"
msgstr ""
"Benvolgut %s,\n"
"\n"
"\n"
"Amb la salvetat de ser un error nostre, sembla que la quantitat següent roman sense pagar. Si us plau, prenguin les mesures adequades per a dur a terme aquest pagament en els pròxims 8 dies.\n"
"\n"
"Si el pagament s'hagués realitzat després d'enviar aquest correu, ignoreu aquest missatge. No dubteu a posar-vos en contacte amb el nostre departament de comptabilitat.\n"
"\n"
"Cordialment,\n"
"\n"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"Dear client, we kindly remind you that you still have unpaid invoices. "
"Please check them and take appropriate action. %s"
msgstr ""
"Benvolgut client, li recordem amablement que encara té factures pendents de "
"pagament. Si us plau, comprovi-les i prengui les mesures adequades. %s"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_account_followup_line_definition_form
msgid "Define follow-up levels and their related actions"
msgstr "Defineix els nivells de seguiment i les seves accions relacionades"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__name
msgid "Description"
msgstr "Descripció"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_followup_line__activity_default_responsible_type
msgid ""
"Determine who will be assigned to the activity:\n"
"- Follow-up Responsible (default)\n"
"- Salesperson: Sales Person defined on the invoice\n"
"- Account Manager: Sales Person defined on the customer"
msgstr ""
"Determina qui s'assignarà a l'activitat:\n"
"- Responsable del seguiment (per defecte)\n"
"- Persona Base: Persona Base definida a la factura\n"
"- Gestor de comptes: Persona de vendes definida al client"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__display_name
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__display_name
msgid "Display Name"
msgstr "Nom a mostrar"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Due Date"
msgstr "Data de venciment"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__delay
msgid "Due Days"
msgstr "Dies de venciment"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__email
msgid "Email"
msgstr "Correu electrònic"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__email_add_signature
msgid "Email Add Signature"
msgstr "Afegeix signatura per correu electrònic"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Email Recipients"
msgstr "Destinataris de correu electrònic"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Email Subject"
msgstr "Assumpte del correu electrònic"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Exclude from Follow-ups"
msgstr "Exclou dels seguiments"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__email_recipient_ids
msgid "Extra Recipients"
msgstr "Destinataris addicionals"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/chart_template.py:0
#, python-format
msgid "First Reminder"
msgstr "Primer recordatori"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Follow up"
msgstr "Seguiment"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Follow-up %s - %s"
msgstr "Seguiment %s - %s"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__type__followup
msgid "Follow-up Address"
msgstr "Adreça de seguiment"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_followup_line
msgid "Follow-up Criteria"
msgstr "Criteri de seguiment"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__followup_line_id
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_line_id
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_line_id
msgid "Follow-up Level"
msgstr "Nivell de seguiment"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.action_account_followup_line_definition_form
#: model:ir.ui.menu,name:account_followup.account_followup_menu
msgid "Follow-up Levels"
msgstr "Nivells de seguiment"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_report
msgid "Follow-up Report"
msgstr "Informe de seguiment"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.action_view_list_customer_statements
#: model:ir.ui.menu,name:account_followup.customer_statements_menu
msgid "Follow-up Reports"
msgstr "Informes de seguiment"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_tree_view
msgid "Follow-up Reports Tree View"
msgstr "Informes de seguiment Vista en arbre"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__followup
msgid "Follow-up Responsible"
msgstr "Responsable del seguiment"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_status
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_status
msgid "Follow-up Status"
msgstr "Estat del seguiment"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_tree
msgid "Follow-up Steps"
msgstr "Passos del seguiment"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Follow-up letter generated"
msgstr "Carta de seguiment generada"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.account_followup_journal_dashboard_kanban_view
msgid "Follow-up reports"
msgstr "Informes de seguiment"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_account_followup_line_definition_form
msgid ""
"For each step, specify the actions to be taken and delay in days. It is\n"
" possible to use print and e-mail templates to send specific messages to\n"
" the customer."
msgstr ""
"Per a cada pas, especifiqueu les accions que s'han de prendre i retardar en dies. És\n"
" és possible utilitzar plantilles d'impressió i correu electrònic per enviar missatges específics a\n"
" el client."
#. module: account_followup
#: model:mail.template,name:account_followup.demo_followup_email_template_4
msgid "Fourth reminder followup"
msgstr "Seguiment del quart recordatori"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Group By"
msgstr "Agrupar per"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__id
msgid "ID"
msgstr "ID"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_search_template
msgid "In Need of Action"
msgstr "Amb necessitat d'acció"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__in_need_of_action
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "In need of action"
msgstr "En necessitat d'acció"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Invoice No."
msgstr "Factura núm."
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__invoice_date
msgid "Invoice/Bill Date"
msgstr "Data de factura"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Invoices"
msgstr "Factures"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__is_mail_template_editor
msgid "Is Editor"
msgstr "És Editor"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_move_line
msgid "Journal Item"
msgstr "Apunt comptable"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Kind reminder!"
msgstr "Recordatori del tipus!"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__lang
msgid "Language"
msgstr "Idioma"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line____last_update
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder____last_update
msgid "Last Modified on"
msgstr "Última modificació el "
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__write_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__write_uid
msgid "Last Updated by"
msgstr "Última actualització per"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__write_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__write_date
msgid "Last Updated on"
msgstr "Última actualització el"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__last_followup_date
msgid "Latest Follow-up"
msgstr "Últim seguiment"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Letter/Email Content"
msgstr "Contingut de la carta/correu"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__mail_template_id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__template_id
msgid "Mail Template"
msgstr "Plantilla de correu"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_reminder_type__manual
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Manual"
msgstr "Manual"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__next_action_date
msgid "Next Action Date"
msgstr "Data de la següent acció"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/res_partner.py:0
#, python-format
msgid "Next Reminder Date set to %s"
msgstr "Propera data de recordatori establerta a %s"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_next_action_date
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_next_action_date
msgid "Next reminder"
msgstr "Recordatori següent"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__no_action_needed
msgid "No action needed"
msgstr "No cal cap acció"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_view_list_customer_statements
msgid "No follow-up to send!"
msgstr "¡No hi ha cap seguiment per enviar!"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_note
msgid "Note"
msgstr "Nota"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Notification"
msgstr "Notificació "
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_manual_reminder__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 ""
"Idioma opcional de traducció (codi ISO) per a seleccionar en enviar un "
"correu electrònic. Si no està establert, s'usarà la versió anglesa. Això "
"normalment hauria de ser una expressió de substitució que proveeixi l'idioma"
" apropiat, p. ex. {{ object.partner_id.lang }}."
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__followup_responsible_id
#: model:ir.model.fields,help:account_followup.field_res_users__followup_responsible_id
msgid ""
"Optionally you can assign a user to this field, which will make him "
"responsible for the activities. If empty, we will find someone responsible."
msgstr ""
"Opcionalment podeu assignar un usuari a aquest camp, el qual el farà "
"responsable de les activitats. Si està buit, trobarem algú responsable."
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Options"
msgstr "Opcions"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__invoice_origin
#, python-format
msgid "Origin"
msgstr "Origen"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Overdue Invoices"
msgstr "Factures endarrerides"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/res_partner.py:0
#, python-format
msgid "Overdue Payments for %s"
msgstr "Pagaments endarrerits per %s"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__partner_id
msgid "Partner"
msgstr "Empresa"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:mail.template,name:account_followup.email_template_followup_1
#, python-format
msgid "Payment Reminder"
msgstr "Recordatori de pagament"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__print
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Print"
msgstr "Imprimir"
#. module: account_followup
#: model:ir.actions.report,name:account_followup.action_report_followup
msgid "Print Follow-up Letter"
msgstr "Imprimir carta de seguiment"
#. module: account_followup
#: model:ir.actions.server,name:account_followup.action_account_reports_customer_statements_do_followup
msgid "Process Automatic Follow-ups"
msgstr "Processa els seguiments automàtics"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Reconcile"
msgstr "Concilia"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Remind"
msgstr "Recorda"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_reminder_type
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_reminder_type
msgid "Reminders"
msgstr "Recordatoris "
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__render_model
msgid "Rendering Model"
msgstr "Model de renderització"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Residual Amount"
msgstr "Import pendent d'amortitzar"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_default_responsible_type
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_responsible_id
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_responsible_id
msgid "Responsible"
msgstr "Responsable"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "SMS"
msgstr "SMS"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__salesperson
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Salesperson"
msgstr "Comercial"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_activity
msgid "Schedule Activity"
msgstr "Planificar activitat"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Search Follow-up"
msgstr "Buscar seguiment"
#. module: account_followup
#: model:mail.template,name:account_followup.demo_followup_email_template_2
msgid "Second reminder followup"
msgstr "Seguiment del segon recordatori"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Send"
msgstr "Enviar"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Send & Print"
msgstr "Envia i imprimeix"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__send_email
msgid "Send Email"
msgstr "Enviar correu"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__send_sms
msgid "Send SMS Message"
msgstr "Envia un missatge SMS"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.manual_reminder_action
msgid "Send and Print"
msgstr "Envia i imprimeix"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms
msgid "Sms"
msgstr "Sms"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms_body
msgid "Sms Body"
msgstr "Cos Sms"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Sms Content"
msgstr "Contingut Sms"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__sms_template_id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms_template_id
msgid "Sms Template"
msgstr "Plantilla Sms"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__subject
msgid "Subject"
msgstr "Assumpte"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_summary
msgid "Summary"
msgstr "Resum"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__followup_next_action_date
#: model:ir.model.fields,help:account_followup.field_res_users__followup_next_action_date
msgid "The date before which no follow-up action should be taken."
msgstr "La data abans de la qual no s'han de prendre mesures de seguiment."
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_move_line__invoice_origin
msgid "The document(s) that generated the invoice."
msgstr "Els document(s) que han generat la factura."
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_followup_line__delay
msgid ""
"The number of days after the due date of the invoice to wait before sending "
"the reminder. Can be negative if you want to send the reminder before the "
"invoice due date."
msgstr ""
"El nombre de dies després de la data de venciment de la factura a esperar "
"abans d'enviar el recordatori. Pot ser negatiu si voleu enviar el "
"recordatori abans de la data de venciment de la factura."
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_tree_view
msgid "Total"
msgstr "Total"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Total Amount"
msgstr "Import total"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_res_partner__total_due
#: model:ir.model.fields,field_description:account_followup.field_res_users__total_due
#, python-format
msgid "Total Due"
msgstr "Total degut"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_res_partner__total_overdue
#: model:ir.model.fields,field_description:account_followup.field_res_users__total_overdue
#, python-format
msgid "Total Overdue"
msgstr "Total d'endarreriments"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unpaid_invoice_ids
#: model:ir.model.fields,field_description:account_followup.field_res_users__unpaid_invoice_ids
msgid "Unpaid Invoice"
msgstr "Factura pendent de pagament"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unpaid_invoices_count
#: model:ir.model.fields,field_description:account_followup.field_res_users__unpaid_invoices_count
msgid "Unpaid Invoices Count"
msgstr "Comptador de factures pendents de pagament"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unreconciled_aml_ids
#: model:ir.model.fields,field_description:account_followup.field_res_users__unreconciled_aml_ids
msgid "Unreconciled Aml"
msgstr "Aml no reconciliat"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_search_template
msgid "With Overdue Invoices"
msgstr "Amb Factures Endarrerides"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__with_overdue_invoices
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "With overdue invoices"
msgstr "Amb factures endarrerides"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_manual_reminder
msgid "Wizard for sending manual reminders to clients"
msgstr "Assistent per a enviar recordatoris manuals als clients"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Write your message here..."
msgstr "Escriu el teu missatge aquí..."
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"You are trying to send an Email, but no follow-up contact has any email "
"address set for customer '%s'"
msgstr ""
"Esteu intentant enviar un correu electrònic, però cap contacte de seguiment "
"té cap adreça de correu electrònic definida per al client '%s'"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"You are trying to send an SMS, but no follow-up contact has any mobile/phone"
" number set for customer '%s'"
msgstr ""
"Esteu intentant enviar un SMS, però cap contacte de seguiment té definit un "
"número de telèfon o mòbil per al client '%s'"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "days after due date"
msgstr "dies després de la data de venciment"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "e.g. First Reminder Email"
msgstr "p. ex. el primer correu electrònic del recordatori"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "payment reminder"
msgstr "recordatori de pagament"
#. module: account_followup
#: model:mail.template,subject:account_followup.demo_followup_email_template_2
#: model:mail.template,subject:account_followup.demo_followup_email_template_4
#: model:mail.template,subject:account_followup.email_template_followup_1
msgid ""
"{{ (object.company_id or object._get_followup_responsible().company_id).name"
" }} Payment Reminder - {{ object.commercial_company_name }}"
msgstr ""
"{{ (object.company_id or object._get_followup_responsible().company_id).name"
" }} Recordatori de pagament - {{ object.commercial_company_name }}"