diff --git a/attachment_preview/__manifest__.py b/attachment_preview/__manifest__.py index 4986d41a..32827993 100644 --- a/attachment_preview/__manifest__.py +++ b/attachment_preview/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Preview attachments", - "version": "12.0.1.0.0", + "version": "12.0.1.0.2", "author": "Therp BV," "Onestein," "Odoo Community Association (OCA)", diff --git a/attachment_preview/i18n/pt_PT.po b/attachment_preview/i18n/pt_PT.po index f41f05b0..aa85cf0f 100644 --- a/attachment_preview/i18n/pt_PT.po +++ b/attachment_preview/i18n/pt_PT.po @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: attachment_preview +#: model:ir.model,name:attachment_preview.model_ir_attachment +msgid "Attachment" +msgstr "" + #. module: attachment_preview #. openerp-web -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:165 -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:193 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:188 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:216 #, python-format msgid "Preview %s" msgstr "Antever %s" - -#. module: attachment_preview -#: model:ir.model,name:attachment_preview.model_ir_attachment -msgid "ir.attachment" -msgstr "" diff --git a/attachment_preview/i18n/sl.po b/attachment_preview/i18n/sl.po index c3ba3142..83361263 100644 --- a/attachment_preview/i18n/sl.po +++ b/attachment_preview/i18n/sl.po @@ -17,19 +17,22 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " -"n%100==4 ? 2 : 3;\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" "X-Generator: Weblate 3.10\n" +#. module: attachment_preview +#: model:ir.model,name:attachment_preview.model_ir_attachment +msgid "Attachment" +msgstr "" + #. module: attachment_preview #. openerp-web -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:165 -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:193 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:188 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:216 #, python-format msgid "Preview %s" msgstr "Predogled %s" -#. module: attachment_preview -#: model:ir.model,name:attachment_preview.model_ir_attachment -msgid "ir.attachment" -msgstr "ir.attachment" +#~ msgid "ir.attachment" +#~ msgstr "ir.attachment" diff --git a/attachment_preview/i18n/zh_CN.po b/attachment_preview/i18n/zh_CN.po index 116fe5c3..94d7dc4b 100644 --- a/attachment_preview/i18n/zh_CN.po +++ b/attachment_preview/i18n/zh_CN.po @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: attachment_preview +#: model:ir.model,name:attachment_preview.model_ir_attachment +msgid "Attachment" +msgstr "" + #. module: attachment_preview #. openerp-web -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:165 -#: code:addons/attachment_preview/static/src/js/attachment_preview.js:193 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:188 +#: code:addons/attachment_preview/static/src/js/attachment_preview.js:216 #, python-format msgid "Preview %s" msgstr "预览 %s" - -#. module: attachment_preview -#: model:ir.model,name:attachment_preview.model_ir_attachment -msgid "ir.attachment" -msgstr "" diff --git a/attachment_preview/static/description/index.html b/attachment_preview/static/description/index.html index 5569ebc6..e8cae521 100644 --- a/attachment_preview/static/description/index.html +++ b/attachment_preview/static/description/index.html @@ -424,7 +424,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Contributors