Skip to content

Commit be96e88

Browse files
committed
[FIX] document_page: Change web_ribbon text to title to make it translatable
1 parent f500753 commit be96e88

File tree

3 files changed

+18
-37
lines changed

3 files changed

+18
-37
lines changed

document_page/i18n/document_page.pot

+7-10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Odoo Server 15.0\n"
88
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2024-01-29 09:37+0000\n"
10+
"PO-Revision-Date: 2024-01-29 09:37+0000\n"
911
"Last-Translator: \n"
1012
"Language-Team: \n"
1113
"MIME-Version: 1.0\n"
@@ -49,6 +51,11 @@ msgstr ""
4951
msgid "Activity Type Icon"
5052
msgstr ""
5153

54+
#. module: document_page
55+
#: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form
56+
msgid "Archived"
57+
msgstr ""
58+
5259
#. module: document_page
5360
#: model:ir.model.fields,field_description:document_page.field_document_page__message_attachment_count
5461
msgid "Attachment Count"
@@ -545,16 +552,6 @@ msgstr ""
545552
msgid "Use it to link resources univocally"
546553
msgstr ""
547554

548-
#. module: document_page
549-
#: model:ir.model.fields,field_description:document_page.field_document_page__website_message_ids
550-
msgid "Website Messages"
551-
msgstr ""
552-
553-
#. module: document_page
554-
#: model:ir.model.fields,help:document_page.field_document_page__website_message_ids
555-
msgid "Website communication history"
556-
msgstr ""
557-
558555
#. module: document_page
559556
#: model:ir.model,name:document_page.model_document_page_create_menu
560557
msgid "Wizard Create Menu"

document_page/i18n/es.po

+10-26
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Odoo Server 10.0\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2018-04-17 00:50+0000\n"
13-
"PO-Revision-Date: 2023-10-09 07:41+0000\n"
12+
"POT-Creation-Date: 2024-01-29 09:37+0000\n"
13+
"PO-Revision-Date: 2024-01-29 10:38+0100\n"
1414
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
1515
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
1616
"Language: es\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=UTF-8\n"
19-
"Content-Transfer-Encoding: \n"
19+
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=2; plural=n != 1;\n"
21-
"X-Generator: Weblate 4.17\n"
21+
"X-Generator: Poedit 3.0.1\n"
2222

2323
#. module: document_page
2424
#: code:addons/document_page/models/document_page.py:0
@@ -56,6 +56,12 @@ msgstr "Estado de actividad"
5656
msgid "Activity Type Icon"
5757
msgstr "Icono de tipo de actividad"
5858

59+
#. module: document_page
60+
#: model_terms:ir.ui.view,arch_db:document_page.view_wiki_form
61+
#, fuzzy
62+
msgid "Archived"
63+
msgstr "Archivado"
64+
5965
#. module: document_page
6066
#: model:ir.model.fields,field_description:document_page.field_document_page__message_attachment_count
6167
msgid "Attachment Count"
@@ -558,16 +564,6 @@ msgstr "Contador de mensajes no leídos"
558564
msgid "Use it to link resources univocally"
559565
msgstr "Utilícelo para vincular recursos de forma unívoca"
560566

561-
#. module: document_page
562-
#: model:ir.model.fields,field_description:document_page.field_document_page__website_message_ids
563-
msgid "Website Messages"
564-
msgstr "Mensajes de sitio web"
565-
566-
#. module: document_page
567-
#: model:ir.model.fields,help:document_page.field_document_page__website_message_ids
568-
msgid "Website communication history"
569-
msgstr "Historial de comunicaciones del sitio web"
570-
571567
#. module: document_page
572568
#: model:ir.model,name:document_page.model_document_page_create_menu
573569
msgid "Wizard Create Menu"
@@ -602,15 +598,3 @@ msgstr "o"
602598
#, python-format
603599
msgid "summary"
604600
msgstr "resumen"
605-
606-
#~ msgid "SMS Delivery error"
607-
#~ msgstr "Error de entrega de SMS"
608-
609-
#~ msgid "Document History"
610-
#~ msgstr "Historial del documento"
611-
612-
#~ msgid "wizard.document.page.history.show_diff"
613-
#~ msgstr "wizard.document.page.history.show_diff"
614-
615-
#~ msgid "Displayed Content"
616-
#~ msgstr "Contenido mostrado"

document_page/views/document_page.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div name="button_box" id="button_box" class="oe_button_box" />
4141
<widget
4242
name="web_ribbon"
43-
text="Archived"
43+
title="Archived"
4444
bg_color="bg-danger"
4545
attrs="{'invisible': [('active', '=', True)]}"
4646
/>

0 commit comments

Comments
 (0)