diff --git a/account_lock_date_update/README.rst b/account_lock_date_update/README.rst new file mode 100644 index 00000000000..c85b50f3b90 --- /dev/null +++ b/account_lock_date_update/README.rst @@ -0,0 +1,91 @@ +======================== +Account Lock Date Update +======================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d8a2bf44259f8bc1de6c389b12807fdb53b1e77ec7fd52d9682b8180d64f2187 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/18.0/account_lock_date_update + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-18-0/account-financial-tools-18-0-account_lock_date_update + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=18.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Allow an Account adviser to update locking dates without having access +to all technical settings. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to be a Billing Administrator and go to: + +- Invoicing -> Accounting -> Actions -> Update accounting lock dates +- Change values and click on **Update** button + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* ACSONE SA/NV + +Contributors +------------ + +- Benjamin Willig +- Fekete Mihai +- Kitti Upariphutthiphong +- Andrea Stirpe +- `Komit `__: + + - Vang Nguyen Phu + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_lock_date_update/__init__.py b/account_lock_date_update/__init__.py new file mode 100644 index 00000000000..5cb1c49143f --- /dev/null +++ b/account_lock_date_update/__init__.py @@ -0,0 +1 @@ +from . import wizards diff --git a/account_lock_date_update/__manifest__.py b/account_lock_date_update/__manifest__.py new file mode 100644 index 00000000000..5ab15c1e705 --- /dev/null +++ b/account_lock_date_update/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2017 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Account Lock Date Update", + "summary": """ + Allow an Account adviser to update locking date without having + access to all technical settings""", + "version": "18.0.1.0.0", + "license": "AGPL-3", + "author": "ACSONE SA/NV, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-financial-tools", + "installable": True, + "depends": ["account"], + "data": [ + "security/ir.model.access.csv", + "wizards/account_update_lock_date.xml", + ], +} diff --git a/account_lock_date_update/i18n/account_lock_date_update.pot b/account_lock_date_update/i18n/account_lock_date_update.pot new file mode 100644 index 00000000000..4632befeae9 --- /dev/null +++ b/account_lock_date_update/i18n/account_lock_date_update.pot @@ -0,0 +1,114 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/am.po b/account_lock_date_update/i18n/am.po new file mode 100644 index 00000000000..fabfe5d63b3 --- /dev/null +++ b/account_lock_date_update/i18n/am.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/ar.po b/account_lock_date_update/i18n/ar.po new file mode 100644 index 00000000000..7c1224766ee --- /dev/null +++ b/account_lock_date_update/i18n/ar.po @@ -0,0 +1,140 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2018-08-10 22:10+0000\n" +"Last-Translator: Osoul \n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 3.1.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "إلغاء" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "الشركة" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "المعرف" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "تاريخ الاقفال لغير المدير المالي" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"لا يمكن لأي مستخدم، بما فيه المدير المالي، ان يقوم بتعديل او انشاء قيود في " +"تاريخ اقدم من او يساوي هذا التاريخ. قم باستخدام هذه الخاصية عند اقفال السنة " +"المالية مثلاً." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"فقط المدير المالي بإمكانه تعديل و انشاء قيود في تاريخ اقدم من او يساوي هذا " +"التاريخ. قم باستخدام هذه الخاصية عند المراجعة قبل اقفال السنة المالية مثلاً." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "تحديث" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "لا يمكنك اتمام هذه العملية." + +#~ msgid "Account Update Lock_date" +#~ msgstr "تحديث تواريخ الاقفال" + +#~ msgid "Lock Date" +#~ msgstr "تاريخ الاقفال" + +#~ msgid "Update accounting lock dates" +#~ msgstr "تحديث تواريخ الاقفال" diff --git a/account_lock_date_update/i18n/bg.po b/account_lock_date_update/i18n/bg.po new file mode 100644 index 00000000000..7c9f7b4b712 --- /dev/null +++ b/account_lock_date_update/i18n/bg.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Отмяна" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Фирма" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/bs.po b/account_lock_date_update/i18n/bs.po new file mode 100644 index 00000000000..826e06f46b7 --- /dev/null +++ b/account_lock_date_update/i18n/bs.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\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: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/ca.po b/account_lock_date_update/i18n/ca.po new file mode 100644 index 00000000000..8f8c0bba3fd --- /dev/null +++ b/account_lock_date_update/i18n/ca.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2024-05-28 19:36+0000\n" +"Last-Translator: Santiago Payà \n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Data de bloqueig per tots els usuaris" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Data de bloqueig per a no assessors" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Cap usuari pot editar els assentament relacionats amb un impost anterior i " +"incloent aquesta data." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Cap usuari, incloent-hi els Assessors, no pot editar comptes en aquesta data " +"o anterior per aquest diari. Useu-la per bloquejar un any fiscal, per " +"exemple." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" + +#~ msgid "Account Update Lock_date" +#~ msgstr "Actualització de la data de bloqueig comptable" diff --git a/account_lock_date_update/i18n/ca_ES.po b/account_lock_date_update/i18n/ca_ES.po new file mode 100644 index 00000000000..3589a70de65 --- /dev/null +++ b/account_lock_date_update/i18n/ca_ES.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_ES\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/cs.po b/account_lock_date_update/i18n/cs.po new file mode 100644 index 00000000000..b0805f39230 --- /dev/null +++ b/account_lock_date_update/i18n/cs.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Zrušit" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Společnost" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/da.po b/account_lock_date_update/i18n/da.po new file mode 100644 index 00000000000..e3e6965810f --- /dev/null +++ b/account_lock_date_update/i18n/da.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuller" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "Id" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/de.po b/account_lock_date_update/i18n/de.po new file mode 100644 index 00000000000..f84cb7dbc51 --- /dev/null +++ b/account_lock_date_update/i18n/de.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2018-10-10 13:41+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\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" +"X-Generator: Weblate 3.1.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Abbrechen" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zuletzt geändert von" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zuletzt geändert am" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Sperrdatum für Nicht-Buchhalter" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Niemand, Buchhalter eingeschlossen, darf Konten bis einschliesslich diesem " +"Datum bearbeiten. Verwenden Sie dies z.B. für Geschäftsjahresabschluss." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Nur mit der Rolle Buchhalter dürfen Konten vor einschliesslich diesem Datum " +"bearbeiten. Verwenden Sie dies z.B. für Periodensperre im laufenden " +"Geschäftsjahr." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Aktualisierung" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Sie haben keine Berechtigung für diese Aktion." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Kontoänderungs-Sperrdatum" + +#~ msgid "Lock Date" +#~ msgstr "Sperrdatum" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Aktualisiere Kontosperrdaten" diff --git a/account_lock_date_update/i18n/el_GR.po b/account_lock_date_update/i18n/el_GR.po new file mode 100644 index 00000000000..01d6f76a111 --- /dev/null +++ b/account_lock_date_update/i18n/el_GR.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Άκυρο" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Εταιρεία" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "Κωδικός" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/en_AU.po b/account_lock_date_update/i18n/en_AU.po new file mode 100644 index 00000000000..c804f901518 --- /dev/null +++ b/account_lock_date_update/i18n/en_AU.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancel" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/en_GB.po b/account_lock_date_update/i18n/en_GB.po new file mode 100644 index 00000000000..fb115e9bbf6 --- /dev/null +++ b/account_lock_date_update/i18n/en_GB.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancel" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Company" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es.po b/account_lock_date_update/i18n/es.po new file mode 100644 index 00000000000..2c0fb435704 --- /dev/null +++ b/account_lock_date_update/i18n/es.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-11-06 20:36+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Fecha bloqueo para todos los usuarios" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Fecha de bloqueo para no asesores" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Ningún usuario puede editar los asientos relacionados con un impuesto " +"anterior e inclusive a esta fecha." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Ningún usuario, incluyendo a los asesores, pueden editar cuentas anteriores " +"a o incluida esta fecha. Úselo por ejemplo para el bloqueo del ejercicio " +"fiscal." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Sólo los usuarios con el rol de 'Asesor' pueden editar las cuentas " +"anteriores a o incluida esta fecha. Úselo por ejemplo para bloqueo de " +"periodo dentro del ejercicio fiscal abierto." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Fecha de bloqueo de impuestos" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Actualizar" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Actualizar las fechas de bloqueo" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Asistente para Actualizar Fechas de Bloqueo Contable" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "No está autorizado a realizar esta acción." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Actualización de fecha de bloqueo contable" + +#~ msgid "Lock Date" +#~ msgstr "Fecha de bloqueo" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Actualizar fechas de bloqueo contable" diff --git a/account_lock_date_update/i18n/es_AR.po b/account_lock_date_update/i18n/es_AR.po new file mode 100644 index 00000000000..d746dd9d73d --- /dev/null +++ b/account_lock_date_update/i18n/es_AR.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-11-12 17:40+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/" +"23907/es_AR/)\n" +"Language: es_AR\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Bloquear Fechas para Todos los Usuarios" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Bloquear Fechas para No Asesores" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Ningún usuario puede editar asientos contables relacionados con un impuesto " +"anterior e inclusive a esta fecha." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Ningún usuario, incluidos los Asesores, puede editar cuentas antes e " +"inclusive a esta fecha. Úselo para bloquear el año fiscal, por ejemplo." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Solo los usuarios con el rol de \"Asesor\" pueden editar cuentas antes de " +"esta fecha e inclusive. Úselo para bloquear períodos dentro de un año fiscal " +"abierto, por ejemplo." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Fecha de Bloqueo de Impuesto" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Actualizar" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Actualizar Bloqueo de Fechas" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Asistente para Actualizar Fechas de Bloqueo Contable" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "No tiene permitido ejecutar está acción." diff --git a/account_lock_date_update/i18n/es_CL.po b/account_lock_date_update/i18n/es_CL.po new file mode 100644 index 00000000000..e3378f3989d --- /dev/null +++ b/account_lock_date_update/i18n/es_CL.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_CO.po b/account_lock_date_update/i18n/es_CO.po new file mode 100644 index 00000000000..f568e83cee6 --- /dev/null +++ b/account_lock_date_update/i18n/es_CO.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_CR.po b/account_lock_date_update/i18n/es_CR.po new file mode 100644 index 00000000000..6505c71a34c --- /dev/null +++ b/account_lock_date_update/i18n/es_CR.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_DO.po b/account_lock_date_update/i18n/es_DO.po new file mode 100644 index 00000000000..b885c0eddb8 --- /dev/null +++ b/account_lock_date_update/i18n/es_DO.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_EC.po b/account_lock_date_update/i18n/es_EC.po new file mode 100644 index 00000000000..3f7336699ca --- /dev/null +++ b/account_lock_date_update/i18n/es_EC.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +# Cristian Salamea , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: Cristian Salamea , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_ES.po b/account_lock_date_update/i18n/es_ES.po new file mode 100644 index 00000000000..7c135db0a44 --- /dev/null +++ b/account_lock_date_update/i18n/es_ES.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_MX.po b/account_lock_date_update/i18n/es_MX.po new file mode 100644 index 00000000000..41c9c397e04 --- /dev/null +++ b/account_lock_date_update/i18n/es_MX.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_PE.po b/account_lock_date_update/i18n/es_PE.po new file mode 100644 index 00000000000..86f3888470a --- /dev/null +++ b/account_lock_date_update/i18n/es_PE.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_PY.po b/account_lock_date_update/i18n/es_PY.po new file mode 100644 index 00000000000..51f56e5e1da --- /dev/null +++ b/account_lock_date_update/i18n/es_PY.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/es_VE.po b/account_lock_date_update/i18n/es_VE.po new file mode 100644 index 00000000000..1aae517355f --- /dev/null +++ b/account_lock_date_update/i18n/es_VE.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/et.po b/account_lock_date_update/i18n/et.po new file mode 100644 index 00000000000..187cf903be0 --- /dev/null +++ b/account_lock_date_update/i18n/et.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Loobu" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Ettevõte" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/eu.po b/account_lock_date_update/i18n/eu.po new file mode 100644 index 00000000000..195c26777f1 --- /dev/null +++ b/account_lock_date_update/i18n/eu.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/fa.po b/account_lock_date_update/i18n/fa.po new file mode 100644 index 00000000000..4e4345ce659 --- /dev/null +++ b/account_lock_date_update/i18n/fa.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "لغو" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "شناسه" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/fi.po b/account_lock_date_update/i18n/fi.po new file mode 100644 index 00000000000..4454350f770 --- /dev/null +++ b/account_lock_date_update/i18n/fi.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Peruuta" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Yritys" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/fr.po b/account_lock_date_update/i18n/fr.po new file mode 100644 index 00000000000..87049673024 --- /dev/null +++ b/account_lock_date_update/i18n/fr.po @@ -0,0 +1,136 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-11-03 14:36+0000\n" +"Last-Translator: Alexis de Lattre \n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Société" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Date de verrouillage pour tous les utilisateurs" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Date de verrouillage sauf groupe 'Paramétrage facturation'" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Aucun utilisateur ne peut modifier une écriture comptable lié aux taxes " +"avant ou à cette date." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Aucun utilisateur, y-compris les membres du groupe 'Paramétrage " +"facturation', ne peut modifier les écritures avant ou à cette date. Utilisé " +"par exemple pour verrouiller les exercices comptables antérieurs." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Seuls les utilisateurs du groupe 'Paramétrage facturation' peuvent continuer " +"à modifier des écritures avant ou à cette date. Utilisé par exemple pour " +"verrouiller des périodes de l'exercice comptable en cours." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Date de verrouillage pour les taxes" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Mettre à jour" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Modifier les dates de clôture/verrouillage" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Vous n'êtes pas autorisé à exécuter cette action." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Mise à jour des dates de verrouillage" diff --git a/account_lock_date_update/i18n/fr_CA.po b/account_lock_date_update/i18n/fr_CA.po new file mode 100644 index 00000000000..dfd44753ff8 --- /dev/null +++ b/account_lock_date_update/i18n/fr_CA.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "Identifiant" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/fr_CH.po b/account_lock_date_update/i18n/fr_CH.po new file mode 100644 index 00000000000..c035921e43e --- /dev/null +++ b/account_lock_date_update/i18n/fr_CH.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/fr_FR.po b/account_lock_date_update/i18n/fr_FR.po new file mode 100644 index 00000000000..81a78f71d02 --- /dev/null +++ b/account_lock_date_update/i18n/fr_FR.po @@ -0,0 +1,136 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-05-10 13:02+0000\n" +"Last-Translator: Sandrine (ACSONE) \n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_FR\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" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Société" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Dernière modification par" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Dernière modification le" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Date de clôture pour tous les utilisateurs" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Date de clôture pour les Non-Advisers" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Aucun utilisateur ne peut modifier une pièce comptable liée à une taxe avant " +"et y inclus cette date." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Aucun utilisateur, y compris Advisers, ne peut modifier les comptes avant et " +"y inclus cette date. Utilisez ceci pour fermer l'année fiscale par exemple." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Uniquement les utilisateurs ayant le rôle \"Adviser\" peuvent modifier les " +"comptes avant et y inclus cette date. Utilisez ceci pour fermer une période " +"comprise dans une année fiscale ouverte, par exemple." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Date de clôture de la taxe" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Mise à jour" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Mise à jour des dates de clôture" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Vous n'êtes pas autorisé à exécuter cette action." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Mise à jour Lock_date" diff --git a/account_lock_date_update/i18n/gl.po b/account_lock_date_update/i18n/gl.po new file mode 100644 index 00000000000..04821d2bcdd --- /dev/null +++ b/account_lock_date_update/i18n/gl.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/gl_ES.po b/account_lock_date_update/i18n/gl_ES.po new file mode 100644 index 00000000000..2dba7a6c72e --- /dev/null +++ b/account_lock_date_update/i18n/gl_ES.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/gu.po b/account_lock_date_update/i18n/gu.po new file mode 100644 index 00000000000..707e4101adc --- /dev/null +++ b/account_lock_date_update/i18n/gu.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n" +"Language: gu\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "રદ કરો" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "કંપની" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ઓળખ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/he.po b/account_lock_date_update/i18n/he.po new file mode 100644 index 00000000000..96e09c7f035 --- /dev/null +++ b/account_lock_date_update/i18n/he.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "בטל" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "מזהה" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/hi.po b/account_lock_date_update/i18n/hi.po new file mode 100644 index 00000000000..f8de3ae4743 --- /dev/null +++ b/account_lock_date_update/i18n/hi.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "रद्द" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/hr.po b/account_lock_date_update/i18n/hr.po new file mode 100644 index 00000000000..931649afa01 --- /dev/null +++ b/account_lock_date_update/i18n/hr.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-04-03 13:23+0000\n" +"Last-Translator: Bole \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" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Odustani" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Organizacija" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Prikaži ime" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena dana" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano dana" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Datum zaključavanja za sve korisnike" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Datum zaključavanja za ne savjetnike" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Nijedan korisnik nemože uređivati stavke povezane sa porezom prije i " +"uključivo ovog datuma." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Nijedan korisnik, uključivo Savjetnike, nemože uređivati račune prije i " +"uključivo ovog datuma. Koristite ga na primjer za zaključavanje fiskalne " +"godine." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Samo korisnici sa rolom 'Savjetnik' mogu uređivati konta preij i uključivo " +"ovog datuma. Koristiti za zaključavanje perioda unutar fiskalne godine." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Datum zaključavanja poreza" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Ažuriraj" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Ažuriraj datume zaključavanja" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Nije vam odobreno izvršiti ovu radnju." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Ažuriraj datum zaključavanja" + +#~ msgid "Lock Date" +#~ msgstr "Datum zaključavanja" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Ažuriraj datume zaključavanja" diff --git a/account_lock_date_update/i18n/hr_HR.po b/account_lock_date_update/i18n/hr_HR.po new file mode 100644 index 00000000000..4dbb2c778fd --- /dev/null +++ b/account_lock_date_update/i18n/hr_HR.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_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: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Poduzeće" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" + +#~ msgid "Lock Date" +#~ msgstr "Datum zaključavanja" diff --git a/account_lock_date_update/i18n/hu.po b/account_lock_date_update/i18n/hu.po new file mode 100644 index 00000000000..f3ecfce3355 --- /dev/null +++ b/account_lock_date_update/i18n/hu.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Mégsem" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Vállalat" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/id.po b/account_lock_date_update/i18n/id.po new file mode 100644 index 00000000000..2575050ee3d --- /dev/null +++ b/account_lock_date_update/i18n/id.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Batalkan" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Perusahaan" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/it.po b/account_lock_date_update/i18n/it.po new file mode 100644 index 00000000000..1e2e311266c --- /dev/null +++ b/account_lock_date_update/i18n/it.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2024-03-12 13:34+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annulla" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Azienda" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Data blocco per tutti gli utenti" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Data blocco per non consiglieri" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Nessun utente può modificare le registrazini contabili relative ad una " +"imposta fino a questa data." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Nessun utente, inclusi i consiglieri, può modificare i conti prima di, e " +"incluso, questa data. Usarla per esempio per bloccare l'anno fiscale." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Solo gli utenti con il ruolo 'Consigliere' possono modificare i conti prima " +"di, e incluso, questa data. Usarla per bloccare periodi all'interno di un " +"anno fiscale aperto, per esempio." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Data blocco imposta" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Aggiorna" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Aggiorna data blocco" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Procedura guidata per aggiornare le date blocco contabilità" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Non si ha l'autorizzazione di eseguire questa azione." diff --git a/account_lock_date_update/i18n/ja.po b/account_lock_date_update/i18n/ja.po new file mode 100644 index 00000000000..51564dbf3f2 --- /dev/null +++ b/account_lock_date_update/i18n/ja.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "キャンセル" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "会社" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "作成日" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/ko.po b/account_lock_date_update/i18n/ko.po new file mode 100644 index 00000000000..784706c30ad --- /dev/null +++ b/account_lock_date_update/i18n/ko.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "취소" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "작성일" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/lo.po b/account_lock_date_update/i18n/lo.po new file mode 100644 index 00000000000..e46084b24d4 --- /dev/null +++ b/account_lock_date_update/i18n/lo.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/lt.po b/account_lock_date_update/i18n/lt.po new file mode 100644 index 00000000000..12843703901 --- /dev/null +++ b/account_lock_date_update/i18n/lt.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\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" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Įmonė" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/lt_LT.po b/account_lock_date_update/i18n/lt_LT.po new file mode 100644 index 00000000000..e7c4206398a --- /dev/null +++ b/account_lock_date_update/i18n/lt_LT.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\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" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/lv.po b/account_lock_date_update/i18n/lv.po new file mode 100644 index 00000000000..0ffb8c29a32 --- /dev/null +++ b/account_lock_date_update/i18n/lv.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\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 != 0 ? 1 : " +"2);\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Atcelt" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/mk.po b/account_lock_date_update/i18n/mk.po new file mode 100644 index 00000000000..44a0c4bb32d --- /dev/null +++ b/account_lock_date_update/i18n/mk.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Откажи" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Компанија" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/mn.po b/account_lock_date_update/i18n/mn.po new file mode 100644 index 00000000000..e46d33b9714 --- /dev/null +++ b/account_lock_date_update/i18n/mn.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Цуцлах" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Компани" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/nb.po b/account_lock_date_update/i18n/nb.po new file mode 100644 index 00000000000..575ccecc05e --- /dev/null +++ b/account_lock_date_update/i18n/nb.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/nb_NO.po b/account_lock_date_update/i18n/nb_NO.po new file mode 100644 index 00000000000..1d7c05588a2 --- /dev/null +++ b/account_lock_date_update/i18n/nb_NO.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Lukk" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/nl.po b/account_lock_date_update/i18n/nl.po new file mode 100644 index 00000000000..edd2f240d78 --- /dev/null +++ b/account_lock_date_update/i18n/nl.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2024-01-30 12:58+0000\n" +"Last-Translator: Yung-Wa \n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Blokkeerdatum voor alle gebruikers" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Blokkeerdatum voor Niet-Financieel Managers gebruikers" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Geen enkele gebruiker kan journaalposten bewerken die verband houden met een " +"belasting vóór en inclusief deze datum." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Geen enkele gebruikers, inclusief Financiële Managers, kunnen nog de " +"boekhouding wijzigen voor en op deze datum. Gebruik het bijvoorbeeld voor " +"het definitief afsluiten van het fiscale jaar." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Alleen gebruiker met Financiële Managers rechten, kunnen de boekhouding " +"wijzigen voor en op deze datum. Gebruik het bijvoorbeeld voor het " +"dichtzetten van een periode binnen een open fiscaal jaar." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Datum belastingvergrendeling" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Bijwerken" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Update vergrendelingsdatums" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Wizard om boekhoudkundige vergrendelingsdatums bij te werken" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "U bent niet bevoegd om deze actie uit te voeren." + +#~ msgid "Lock Date" +#~ msgstr "Blokkeerdatum" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Werk de blokkeerdatum bij" diff --git a/account_lock_date_update/i18n/nl_BE.po b/account_lock_date_update/i18n/nl_BE.po new file mode 100644 index 00000000000..21f9ba6ec9f --- /dev/null +++ b/account_lock_date_update/i18n/nl_BE.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/pl.po b/account_lock_date_update/i18n/pl.po new file mode 100644 index 00000000000..1b32d7f43f8 --- /dev/null +++ b/account_lock_date_update/i18n/pl.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Anuluj" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/pt.po b/account_lock_date_update/i18n/pt.po new file mode 100644 index 00000000000..71bdec138bd --- /dev/null +++ b/account_lock_date_update/i18n/pt.po @@ -0,0 +1,136 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2019-08-14 18:44+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\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" +"X-Generator: Weblate 3.7.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nome a Exibir" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Data de Bloqueio para Não-Consultores" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Nenhum utilizador, incluindo os Consultores, pode alterar contas anteriores " +"a esta data, inclusive. Use-o para bloqueio do ano fiscal, por exemplo." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Apenas utilizadores com a função 'Consultor' podem alterar contas anteriores " +"a esta data, inclusive. Use-o para bloqueio de um período dentro de uma ano " +"fiscal, por exemplo." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Atualizar" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Não está autorizado a executar esta ação." + +#~ msgid "Lock Date" +#~ msgstr "Data de Bloqueio" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Atualizar data de bloqueio de contas" diff --git a/account_lock_date_update/i18n/pt_BR.po b/account_lock_date_update/i18n/pt_BR.po new file mode 100644 index 00000000000..c553a9d14ff --- /dev/null +++ b/account_lock_date_update/i18n/pt_BR.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-12-28 22:35+0000\n" +"Last-Translator: Adriano Prado \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" +"23907/pt_BR/)\n" +"Language: pt_BR\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "Identificação" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Data de Bloqueio para Todos Usuários" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Data de Bloqueio para não assessores" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Nenhum usuário pode editar entradas de diário relacionadas a um imposto " +"anterior e igual a esta data." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Nenhum usuário, incluindo assessores, podem editar contas anteriores a esta " +"data, inclusive. Por exemplo, utilize para bloqueio do ano fiscal." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Somente usuários 'Assessores' podem editar contas anteriores a esta data, " +"inclusive. Utilize-o para bloqueio de período dentro do ano fiscal aberto, " +"por exemplo." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Data de Bloqueio de Impostos" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Atualizar" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Atualizar Data de Bloqueio" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Assistente para atualizar datas de bloqueio contábil" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Você não tem permissão para realizar esta ação." + +#~ msgid "Account Update Lock_date" +#~ msgstr "Atualização de data de bloqueio contábil" + +#~ msgid "Lock Date" +#~ msgstr "Data de bloqueio" + +#~ msgid "Update accounting lock dates" +#~ msgstr "Atualizar datas de bloqueio contábil" diff --git a/account_lock_date_update/i18n/pt_PT.po b/account_lock_date_update/i18n/pt_PT.po new file mode 100644 index 00000000000..90b2067c880 --- /dev/null +++ b/account_lock_date_update/i18n/pt_PT.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nome a exibir" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Modificado pela última vez em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/ro.po b/account_lock_date_update/i18n/ro.po new file mode 100644 index 00000000000..04db3f42ce4 --- /dev/null +++ b/account_lock_date_update/i18n/ro.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Anuleaza" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Companie" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/ru.po b/account_lock_date_update/i18n/ru.po new file mode 100644 index 00000000000..8444e116727 --- /dev/null +++ b/account_lock_date_update/i18n/ru.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Отменена" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Компания" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Создан" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/sk.po b/account_lock_date_update/i18n/sk.po new file mode 100644 index 00000000000..7cdd35d34a6 --- /dev/null +++ b/account_lock_date_update/i18n/sk.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Zrušiť" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Spoločnosť" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravil" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Naposledy upravené" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/sl.po b/account_lock_date_update/i18n/sl.po new file mode 100644 index 00000000000..de4308da44b --- /dev/null +++ b/account_lock_date_update/i18n/sl.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2023-04-11 13:23+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"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" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Preklic" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Družba" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/sr.po b/account_lock_date_update/i18n/sr.po new file mode 100644 index 00000000000..1866126451d --- /dev/null +++ b/account_lock_date_update/i18n/sr.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\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: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/sr@latin.po b/account_lock_date_update/i18n/sr@latin.po new file mode 100644 index 00000000000..4cdb2634ab4 --- /dev/null +++ b/account_lock_date_update/i18n/sr@latin.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\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: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/sv.po b/account_lock_date_update/i18n/sv.po new file mode 100644 index 00000000000..aac4eaa109a --- /dev/null +++ b/account_lock_date_update/i18n/sv.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2024-02-27 12:34+0000\n" +"Last-Translator: jakobkrabbe \n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\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" +"X-Generator: Weblate 4.17\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Bolag" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "Lås datum för alla användare" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "Spärrdatum för icke rådgivare" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" +"Inga användare kan redigera journalposter relaterade till en skatt före och " +"inklusive detta datum." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" +"Inga användare, inklusive rådgivare, kan redigera konton före och inklusive " +"detta datum. Använd det till exempel för låsning av räkenskapsår." + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" +"Endast användare med rollen \"Rådgivare\" kan redigera konton före och " +"inklusive detta datum. Används t.ex. för periodlåsning inom ett öppet " +"räkenskapsår." + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "Skattelåsdatum" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "Uppdatering" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "Uppdatera låsdatum" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "Guide för att uppdatera låsdatum för bokföring" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "Du får inte utföra denna åtgärd." diff --git a/account_lock_date_update/i18n/th.po b/account_lock_date_update/i18n/th.po new file mode 100644 index 00000000000..b9ee306fe97 --- /dev/null +++ b/account_lock_date_update/i18n/th.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "บริษัท" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "รหัส" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/tr.po b/account_lock_date_update/i18n/tr.po new file mode 100644 index 00000000000..da7802f147a --- /dev/null +++ b/account_lock_date_update/i18n/tr.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\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_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Vazgeç" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Şirket" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/tr_TR.po b/account_lock_date_update/i18n/tr_TR.po new file mode 100644 index 00000000000..74a6bd938f2 --- /dev/null +++ b/account_lock_date_update/i18n/tr_TR.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +# Ediz Duman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: Ediz Duman , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "İptal et" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "Kimlik" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/uk.po b/account_lock_date_update/i18n/uk.po new file mode 100644 index 00000000000..3aeeaa4b3cc --- /dev/null +++ b/account_lock_date_update/i18n/uk.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\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: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Скасувати" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/vi.po b/account_lock_date_update/i18n/vi.po new file mode 100644 index 00000000000..8c7e647e028 --- /dev/null +++ b/account_lock_date_update/i18n/vi.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/vi_VN.po b/account_lock_date_update/i18n/vi_VN.po new file mode 100644 index 00000000000..ad6ae4032af --- /dev/null +++ b/account_lock_date_update/i18n/vi_VN.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "Hủy" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/zh_CN.po b/account_lock_date_update/i18n/zh_CN.po new file mode 100644 index 00000000000..bd9f239578f --- /dev/null +++ b/account_lock_date_update/i18n/zh_CN.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "取消" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "公司" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "ID" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/i18n/zh_TW.po b/account_lock_date_update/i18n/zh_TW.po new file mode 100644 index 00000000000..33c232a3267 --- /dev/null +++ b/account_lock_date_update/i18n/zh_TW.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_lock_date_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:24+0000\n" +"PO-Revision-Date: 2017-11-28 23:24+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Cancel" +msgstr "刪除" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id +msgid "Company" +msgstr "公司" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date +msgid "Created on" +msgstr "建立於" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id +msgid "ID" +msgstr "編號" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "Lock Date for All Users" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "Lock Date for Non-Advisers" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "" +"No users can edit journal entries related to a tax prior and inclusive of " +"this date." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date +msgid "" +"No users, including Advisers, can edit accounts prior to and inclusive of " +"this date. Use it for fiscal year locking for example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date +msgid "" +"Only users with the 'Adviser' role can edit accounts prior to and inclusive " +"of this date. Use it for period locking inside an open fiscal year, for " +"example." +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date +msgid "Tax Lock Date" +msgstr "" + +#. module: account_lock_date_update +#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view +msgid "Update" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window +#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu +msgid "Update Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date +msgid "Wizard to Update Accounting Lock Dates" +msgstr "" + +#. module: account_lock_date_update +#. odoo-python +#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 +#, python-format +msgid "You are not allowed to execute this action." +msgstr "" diff --git a/account_lock_date_update/pyproject.toml b/account_lock_date_update/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/account_lock_date_update/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_lock_date_update/readme/CONTRIBUTORS.md b/account_lock_date_update/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..ce84b221a8b --- /dev/null +++ b/account_lock_date_update/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Benjamin Willig \<\> +- Fekete Mihai \<\> +- Kitti Upariphutthiphong \<\> +- Andrea Stirpe \<\> +- [Komit](https://komit-consulting.com): + - Vang Nguyen Phu diff --git a/account_lock_date_update/readme/DESCRIPTION.md b/account_lock_date_update/readme/DESCRIPTION.md new file mode 100644 index 00000000000..76af13d959b --- /dev/null +++ b/account_lock_date_update/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Allow an Account adviser to update accounting lock dates. diff --git a/account_lock_date_update/readme/USAGE.md b/account_lock_date_update/readme/USAGE.md new file mode 100644 index 00000000000..34d84eba302 --- /dev/null +++ b/account_lock_date_update/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to be a Billing Administrator and go to: + +- Invoicing -\> Accounting -\> Lock Dates +- Change values and click on **Update** button diff --git a/account_lock_date_update/security/ir.model.access.csv b/account_lock_date_update/security/ir.model.access.csv new file mode 100644 index 00000000000..ceb540c8d01 --- /dev/null +++ b/account_lock_date_update/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_account_update_lock_date_full,Full access on account.update.lock_date,model_account_update_lock_date,account.group_account_manager,1,1,1,1 +access_account_update_lock_date_readonly,Readonly access on account.update.lock_date to auditor,model_account_update_lock_date,account.group_account_readonly,1,0,0,0 diff --git a/account_lock_date_update/static/description/icon.png b/account_lock_date_update/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_lock_date_update/static/description/icon.png differ diff --git a/account_lock_date_update/static/description/index.html b/account_lock_date_update/static/description/index.html new file mode 100644 index 00000000000..728493d3858 --- /dev/null +++ b/account_lock_date_update/static/description/index.html @@ -0,0 +1,440 @@ + + + + + +Account Lock Date Update + + + +
+

Account Lock Date Update

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

+

Allow an Account adviser to update locking dates without having access +to all technical settings.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to be a Billing Administrator and go to:

+
    +
  • Invoicing -> Accounting -> Actions -> Update accounting lock dates
  • +
  • Change values and click on Update button
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • ACSONE SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/account_lock_date_update/tests/__init__.py b/account_lock_date_update/tests/__init__.py new file mode 100644 index 00000000000..df0f306b0e7 --- /dev/null +++ b/account_lock_date_update/tests/__init__.py @@ -0,0 +1 @@ +from . import test_account_lock_date_update diff --git a/account_lock_date_update/tests/test_account_lock_date_update.py b/account_lock_date_update/tests/test_account_lock_date_update.py new file mode 100644 index 00000000000..eb2dd8b21e7 --- /dev/null +++ b/account_lock_date_update/tests/test_account_lock_date_update.py @@ -0,0 +1,66 @@ +# Copyright 2017 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import Command, fields +from odoo.exceptions import AccessError +from odoo.tests.common import TransactionCase + + +class TestAccountLockDateUpdate(TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env( + context=dict( + cls.env.context, + mail_create_nolog=True, + mail_create_nosubscribe=True, + mail_notrack=True, + no_reset_password=True, + tracking_disable=True, + ) + ) + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.company = cls.env.ref("base.main_company") + cls.demo_user = cls.env.ref("base.user_demo") + cls.adviser_group = cls.env.ref("account.group_account_manager") + + def test_01_update_without_access(self): + self.demo_user.write({"groups_id": [Command.unlink(self.adviser_group.id)]}) + with self.assertRaises(AccessError): + self.env["account.update.lock_date"].with_user(self.demo_user.id).create( + {"company_id": self.company.id} + ) + + def test_02_update_with_access(self): + self.demo_user.write({"groups_id": [Command.link(self.adviser_group.id)]}) + wizard = ( + self.env["account.update.lock_date"] + .with_user(self.demo_user.id) + .create({"company_id": self.company.id}) + ) + wizard.write( + { + "sale_lock_date": "2000-05-01", + "purchase_lock_date": "2000-04-01", + "tax_lock_date": "2000-03-01", + "fiscalyear_lock_date": "2000-02-01", + "hard_lock_date": "2000-01-01", + } + ) + wizard.with_user(self.demo_user.id).execute() + self.assertEqual( + fields.Date.to_string(self.company.sale_lock_date), "2000-05-01" + ) + self.assertEqual( + fields.Date.to_string(self.company.purchase_lock_date), "2000-04-01" + ) + self.assertEqual( + fields.Date.to_string(self.company.tax_lock_date), "2000-03-01" + ) + self.assertEqual( + fields.Date.to_string(self.company.fiscalyear_lock_date), "2000-02-01" + ) + self.assertEqual( + fields.Date.to_string(self.company.hard_lock_date), "2000-01-01" + ) diff --git a/account_lock_date_update/wizards/__init__.py b/account_lock_date_update/wizards/__init__.py new file mode 100644 index 00000000000..d65accae47a --- /dev/null +++ b/account_lock_date_update/wizards/__init__.py @@ -0,0 +1 @@ +from . import account_update_lock_date diff --git a/account_lock_date_update/wizards/account_update_lock_date.py b/account_lock_date_update/wizards/account_update_lock_date.py new file mode 100644 index 00000000000..632173c071c --- /dev/null +++ b/account_lock_date_update/wizards/account_update_lock_date.py @@ -0,0 +1,82 @@ +# Copyright 2017 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import _, api, fields, models +from odoo.exceptions import UserError +from odoo.tools.misc import format_date + +from odoo.addons.account.models.company import LOCK_DATE_FIELDS + + +class AccountUpdateLockDate(models.TransientModel): + _name = "account.update.lock_date" + _description = "Wizard to Update Accounting Lock Dates" + + company_id = fields.Many2one(comodel_name="res.company", required=True) + fiscalyear_lock_date = fields.Date( + string="Global Lock Date", + help="Impossible to edit/create journal entries prior to and " + "inclusive of this date. Subject to exceptions.", + ) + tax_lock_date = fields.Date( + string="Tax Return Lock Date", + help="Impossible to edit/create journal entries related to a tax prior and " + "inclusive of this date. Subject to exceptions.", + ) + sale_lock_date = fields.Date( + help="Impossible to edit/create sale journal entries prior to and " + "inclusive of this date. Subject to exceptions.", + ) + purchase_lock_date = fields.Date( + help="Impossible to edit/create purchase journal entries prior to and " + "inclusive of this date. Subject to exceptions.", + ) + hard_lock_date = fields.Date( + help="Impossible to edit/create journal entries prior to and " + "inclusive of this date. This lock date is irreversible and " + "does not allow any exception.", + ) + + @api.model + def default_get(self, field_list): + res = super().default_get(field_list) + company = self.env.company + for lock_field in LOCK_DATE_FIELDS: + res[lock_field] = company[lock_field] + res["company_id"] = company.id + return res + + def _check_execute_allowed(self): + self.ensure_one() + has_adviser_group = self.env.user.has_group("account.group_account_manager") + if not (has_adviser_group or self.env.user._is_admin()): + raise UserError(_("You are not allowed to execute this action.")) + + def execute(self): + self.ensure_one() + self._check_execute_allowed() + today = fields.Date.context_today(self) + fields_sr = ( + self.env["ir.model.fields"] + .sudo() + .search_read( + [("model", "=", self._name), ("name", "in", LOCK_DATE_FIELDS)], + ["field_description", "name"], + ) + ) + field2string = dict( + (field["name"], field["field_description"]) for field in fields_sr + ) + vals = {} + for lock_field in LOCK_DATE_FIELDS: + if self[lock_field] and self[lock_field] > today: + raise UserError( + _( + "You tried to set %(field)s to %(date)s, " + "but it is in the future.", + field=field2string[lock_field], + date=format_date(self.env, self[lock_field]), + ) + ) + vals[lock_field] = self[lock_field] + self.company_id.sudo().write(vals) diff --git a/account_lock_date_update/wizards/account_update_lock_date.xml b/account_lock_date_update/wizards/account_update_lock_date.xml new file mode 100644 index 00000000000..cbfff16d758 --- /dev/null +++ b/account_lock_date_update/wizards/account_update_lock_date.xml @@ -0,0 +1,55 @@ + + + + + account.update.lock_date.form (in account_lock_date_update) + account.update.lock_date + +
+ + + + + + + + + + + + +
+
+
+
+
+ + Lock Dates + account.update.lock_date + form + new + + + Lock Dates + + + + +