From 9c009dddb519b5f99de8e01141b8bd411625ecfa Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:47:23 +0000 Subject: [PATCH] Tower: upload web_notify 16.0.3.2.0 (via marketplace) --- addons/web_notify/i18n/hr.po | 137 +++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 addons/web_notify/i18n/hr.po diff --git a/addons/web_notify/i18n/hr.po b/addons/web_notify/i18n/hr.po new file mode 100644 index 0000000..f97a9c6 --- /dev/null +++ b/addons/web_notify/i18n/hr.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_notify +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 18:03+0000\n" +"PO-Revision-Date: 2017-04-28 18:03+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Danger" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Default" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Information" +msgstr "Informacija" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +#, fuzzy +msgid "Notify Danger Channel Name" +msgstr "Naziv kanala upozorenja" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +#, fuzzy +msgid "Notify Default Channel Name" +msgstr "Naziv kanala informacija" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name +#, fuzzy +msgid "Notify Info Channel Name" +msgstr "Naziv kanala informacija" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +#, fuzzy +msgid "Notify Success Channel Name" +msgstr "Naziv kanala informacija" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name +#, fuzzy +msgid "Notify Warning Channel Name" +msgstr "Naziv kanala upozorenja" + +#. module: web_notify +#. odoo-javascript +#: code:addons/web_notify/static/src/js/services/notification_services.esm.js:0 +#, python-format +msgid "Open" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Sending a notification to another user is forbidden." +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test info notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test warning notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test web notify" +msgstr "" + +#. module: web_notify +#: model:ir.model,name:web_notify.model_res_users +msgid "User" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +#, python-format +msgid "Warning" +msgstr "Upozorenje" + +#~ msgid "Users" +#~ msgstr "Korisnici"