Merge PR #905 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-03-04 18:21:14 +00:00
93 changed files with 12332 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
===================
Permanent Lock Move
===================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/12.0/account_permanent_lock_move
: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-12-0/account-financial-tools-12-0-account_permanent_lock_move
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/92/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of the basic "lock date"
functionality in invoicing, in order to add a more definitive
lock date (which cannot be empty or set in the past, and only
accepts unposted moves)
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, you need to:
#. Go to Invoicing -> Settings
#. Set the Permanent Lock Date.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_permanent_lock_move%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Camptocamp
Contributors
~~~~~~~~~~~~
* Matthieu Dietrich <matthieu.dietrich@camptocamp.com>
* Elouan Le Bars <elouan@coopiteasy.be>
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 <https://github.com/OCA/account-financial-tools/tree/12.0/account_permanent_lock_move>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -0,0 +1,2 @@
from . import models
from . import wizard

View File

@@ -0,0 +1,17 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Permanent Lock Move",
"version": "12.0.1.0.0",
"depends": ["account"],
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": 'https://github.com/OCA/account-financial-tools',
"category": "Finance",
"data": [
"views/res_config_view.xml",
"wizard/permanent_lock_date_wizard.xml",
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
}

View File

@@ -0,0 +1,139 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "All journal entries prior to and included at this date will be permanently locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Non-revertible closing of accounts prior to and inclusive of this date. Use it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid "Non-revertible closing of accounts prior to and inclusive of this date. Use it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid "You cannot add/modify entries prior to and inclusive of the permanent lock date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid "You cannot set the permanent lock date since entries are still unposted before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Asiento contable"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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 && n%100<=99 ? 4 : 5;\n"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "إلغاء"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "الشركة"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "أنشئ في"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "المعرف"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Отмяна"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Фирма"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Създадено от"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Създадено на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Име за показване"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Последно обновено на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Последно обновено от"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Последно обновено на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Otkaži"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Kompanija"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Prikaži naziv"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Assentament comptable"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancel·la"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Companyia"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creat per"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creat el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Veure el nom"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Darrera Actualització per"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Darrera Actualització el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancel·la"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Companyia"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Zrušit"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Společnost"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Vytvořil(a)"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Vytvořeno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Naposled upraveno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Naposled upraveno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Naposled upraveno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuller"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Oprettet af"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Oprettet den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Vist navn"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "Id"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Sidst ændret den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Sidst opdateret af"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Kontobuchung"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Abbrechen"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Unternehmen"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Unternehmen"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Erstellt am"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zuletzt geändert von"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zuletzt geändert am"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr "Journalposten sperren"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Άκυρο"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Εταιρείες"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Εταιρεία"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Δημιουργήθηκε από "
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "Κωδικός"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Τελευταία ενημέρωση από"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancel"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancel"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Company"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Created by"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Created on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Asiento contable"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Compañías"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Compañía"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID (identificación)"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre Público"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Actualizado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Actualizado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Compañía"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Cristian Salamea <ovnicraft@gmail.com>, 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 <ovnicraft@gmail.com>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Compañías"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Compañía"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID (identificación)"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-01 03:44+0000\n"
"PO-Revision-Date: 2018-02-01 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Compañía"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Compañía"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre desplegado"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Ultima modificacion realizada"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Ultima actualizacion por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima actualización realizada"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Ultima Modificación en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Actualizado última vez por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Modificada por última vez"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima actualizacion en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Loobu"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Ettevõte"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Loonud"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Loodud"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Näidatav nimi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Viimati muudetud"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Viimati uuendatud"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Ezeztatu"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Nork sortua"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Created on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Izena erakutsi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "لغو"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "ایجاد شده در"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "شناسه"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "آخرین به روز رسانی توسط"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Peruuta"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Yritykset"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Yritys"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Luonut"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Luotu"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nimi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Pièce comptable"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuler"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Sociétés"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Société"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Dernière Modification le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr "Verrouiler les écritues comptables"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuler"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "Identifiant"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuler"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Modifié par"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Modifié le"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuler"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Asento contable"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última modificación"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "ültima actualización por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-27 02:44+0000\n"
"PO-Revision-Date: 2016-05-26 05:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-account-"
"financial-tools-9-0/language/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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "રદ કરો"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "કંપની"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ઓળખ"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "בטל"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "נוצר על ידי"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "נוצר ב-"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "השם המוצג"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "מזהה"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "תאריך שינוי אחרון"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "עודכן לאחרונה על ידי"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "עודכן לאחרונה על"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "रद्द"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,157 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-23 01:41+0000\n"
"PO-Revision-Date: 2018-02-23 01:41+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Stavka knjiženja"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Odustani"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Poduzeća"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Organizacija"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Prikaži ime"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zadnja izmjena dana"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano dana"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr "Datum zaključavanja"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr "Zaključaj stavke dnevnika"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr "Trajno zaključaj stavke"
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr "Datum trajnog zaključavanja"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr "permanent.lock.date.wizard"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
#, fuzzy
#| msgid "account.config.settings"
msgid "res.config.settings"
msgstr "account.config.settings"

View File

@@ -0,0 +1,163 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Stavka dnevnika"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
"Sve stavke dnevnika prije i uključujući ovaj datum biti će kompletno "
"zaključani."
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Otkaži"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Poduzeća"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Poduzeće"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Naziv"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr "Datum zaključavanja"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr "Zaključaj stavke dnevnika"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr "Kompletno zaključaj stavke"
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
"Nepovratno zaključavanje stavaka prije i uključujući ovaj datum. Koristite "
"ga za zaključavanje fiskalnog perioda umjesto \"Datum zaključavanja\" polja"
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
"Nepovratno zaključavanje stavaka prije i uključujući ovaj datum. Koristite "
"ga za zaključavanje fiskalnog perioda umjesto polja Datum zaključavanja"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr "Datum trajnog zaključavanja"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr "Trajno zaključaj stavke"
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr "permanent.lock.date.wizard"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
#, fuzzy
#| msgid "account.config.settings"
msgid "res.config.settings"
msgstr "account.config.settings"

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Mégsem"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Vállalat"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Készítette"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Létrehozás dátuma"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Név megjelenítése"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Utoljára frissítve, által"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Utoljára frissítve "
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Batalkan"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Perusahaan"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Dibuat oleh"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Dibuat pada"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Diperbaharui oleh"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Diperbaharui pada"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Registrazione Contabile"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annulla"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Azienda"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Azienda"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creato da"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creato il"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nome da visualizzare"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "キャンセル"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "会社"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "作成者"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "作成日"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "表示名"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "最終更新日"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "最終更新者"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "最終更新日"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "취소"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "작성자"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "작성일"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "표시 이름"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "최근 수정"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "ຍົກເລີອກ"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Viktoras Norkus <viktoras@bmx.lt>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-25 11:47+0000\n"
"PO-Revision-Date: 2018-01-25 11:47+0000\n"
"Last-Translator: Viktoras Norkus <viktoras@bmx.lt>, 2018\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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Atšaukti"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Įmonės"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Įmonė"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Sukurta"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Atšaukti"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Sukurta"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Atcelt"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Izveidoja"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Izveidots"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Откажи"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Компанија"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Креирано од"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Креирано на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Прикажи име"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Последна промена на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Последно ажурирање од"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Последно ажурирање на"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Цуцлах"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Компани"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Үүсгэгч"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Үүсгэсэн"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Дэлгэцийн Нэр"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Сүүлийн засвар хийсэн"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Avbryt"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Firma"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Opprettet av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Opprettet den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Visnings navn"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Sist oppdatert "
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Lukk"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Laget av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Laget den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Sist endret den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Sist oppdatert den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Frank Schellenberg <opensource@schellenberg.nl>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-25 11:47+0000\n"
"PO-Revision-Date: 2018-01-25 11:47+0000\n"
"Last-Translator: Frank Schellenberg <opensource@schellenberg.nl>, 2018\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Boeking"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuleren"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Bedrijven"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Bedrijf"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Te tonen naam"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Laatst bijgewerkt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuleren"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Bedrijf"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Gemaakt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Gemaakt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Schermnaam"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Laatst Aangepast op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# Frank Schellenberg <opensource@schellenberg.nl>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-25 11:47+0000\n"
"PO-Revision-Date: 2018-01-25 11:47+0000\n"
"Last-Translator: Frank Schellenberg <opensource@schellenberg.nl>, 2018\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Annuleren"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Bedrijven"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Bedrijf"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Te tonen naam"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Laatst bijgewerkt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Anuluj"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Utworzone przez"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Utworzono"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Wyświetlana nazwa "
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Ostatnio modyfikowano"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Ostatnio modyfikowane przez"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ostatnia zmiana"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,156 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Pedro Castro Silva <pedrocs@exo.pt>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-09 23:25+0000\n"
"PO-Revision-Date: 2018-03-09 23:25+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Movimento de Conta"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Empresas"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Empresa"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Criado em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nome"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última Modificação Em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Atualizado pela última vez por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
#, fuzzy
#| msgid "account.config.settings"
msgid "res.config.settings"
msgstr "account.config.settings"

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Entrada de conta"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Empresas"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Empresa"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Criado em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nome para Mostrar"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "Identificação"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Última atualização em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Movimento de Conta"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Cancelar"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Empresa"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Criado por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Criado em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nome a exibir"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Modificado pela última vez em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Atualizado pela última vez por"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Anuleaza"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Companie"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Creat de"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Creat la"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Nume Afişat"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Ultima actualizare în"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Ultima actualizare făcută de"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Ultima actualizare la"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Отменена"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Компания"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Создано"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Создан"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Последний раз обновлено"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Последний раз обновлено"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Zrušiť"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Spoločnosti"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Spoločnosť"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Vytvoril"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Vytvorené"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Zobraziť meno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Posledná modifikácia"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Naposledy upravil"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Naposledy upravené"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-01 02:44+0000\n"
"PO-Revision-Date: 2016-05-26 05:40+0000\n"
"Last-Translator: <>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-account-financial-"
"tools-9-0/language/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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr "Knjigovodski vnos"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Preklic"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Družbe"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Družba"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Prikazni naziv"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zadnjič posodobil"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr "Zakleni dnevniške vnose"
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Otkaži"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Kreiran"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
"sr@latin/)\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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Otkaži"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Kreiran"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Ime za prikaz"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Zadnja izmjena"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Zadnja izmjena"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Zadnja izmjena"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Avbryt"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Bolag"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Skapad av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Skapad den"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Visa namn"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Senast redigerad"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Senast uppdaterad"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "ยกเลิก"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "บริษัท"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "สร้างโดย"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "สร้างเมื่อ"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "รหัส"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "อัพเดทครั้งสุดท้ายโดย"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Ediz Duman <neps1192@gmail.com>, 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 <neps1192@gmail.com>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Vazgeç"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Firmalar"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Şirket"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Oluşturuldu"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Görünen İsim"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Son değişiklik"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Son güncelleyen"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Son güncelleme"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Ediz Duman <neps1192@gmail.com>, 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 <neps1192@gmail.com>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "İptal et"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr "Firmalar"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "Firma"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Oluşturulma tarihi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Görünen ad"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "Kimlik"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "En son güncelleme tarihi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "En son güncelleyen "
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "En son güncelleme tarihi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Скасувати"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Створив"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Дата створення"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Остання модифікація"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Hủy bỏ"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Được tạo bởi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Được tạo vào"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Sửa lần cuối vào"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "Hủy"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "Tạo bởi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "Tạo vào"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "取消"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "公司"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "创建者"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "创建时间"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "ID"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "最后更新者"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,154 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_permanent_lock_move
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-11 00:39+0000\n"
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid ""
"All journal entries prior to and included at this date will be permanently "
"locked."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Cancel"
msgstr "刪除"
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_company
msgid "Companies"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_company_id
msgid "Company"
msgstr "公司"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_uid
msgid "Created by"
msgstr "建立者"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_create_date
msgid "Created on"
msgstr "建立於"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_id
msgid "ID"
msgstr "編號"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard___last_update
msgid "Last Modified on"
msgstr "最後修改:"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_uid
msgid "Last Updated by"
msgstr "最後更新:"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_write_date
msgid "Last Updated on"
msgstr "最後更新於"
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_permanent_lock_date_wizard_lock_date
msgid "Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock Journal Entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.permanent_lock_date_wizard_view_form
msgid "Lock permanently entries"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of \"Lock Date\"."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,help:account_permanent_lock_move.field_res_company_permanent_lock_date
msgid ""
"Non-revertible closing of accounts prior to and inclusive of this date. Use "
"it for fiscal year locking instead of Lock Date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_company_permanent_lock_date
#: model:ir.model.fields,field_description:account_permanent_lock_move.field_res_config_settings_permanent_lock_date
msgid "Permanent Lock Date"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.ui.view,arch_db:account_permanent_lock_move.res_config_settings_view_form
msgid "Permanently Lock Entries"
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/models/account_move.py:15
#, python-format
msgid ""
"You cannot add/modify entries prior to and inclusive of the permanent lock "
"date."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:21
#, python-format
msgid "You cannot set the permanent lock date in the past."
msgstr ""
#. module: account_permanent_lock_move
#: code:addons/account_permanent_lock_move/wizard/permanent_lock_date_wizard.py:30
#, python-format
msgid ""
"You cannot set the permanent lock date since entries are still unposted "
"before this date."
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_permanent_lock_date_wizard
msgid "permanent.lock.date.wizard"
msgstr ""
#. module: account_permanent_lock_move
#: model:ir.model,name:account_permanent_lock_move.model_res_config_settings
msgid "res.config.settings"
msgstr ""

View File

@@ -0,0 +1,3 @@
from . import account_move
from . import company
from . import res_config

View File

@@ -0,0 +1,40 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import _, api, models
from odoo.exceptions import UserError
class AccountMove(models.Model):
_inherit = "account.move"
@api.multi
def _check_lock_date(self):
for move in self:
if move.company_id.permanent_lock_date \
and move.date <= move.company_id.permanent_lock_date:
raise UserError(_(
"You cannot add/modify entries prior to and inclusive "
"of the permanent lock date."))
return super(AccountMove, self)._check_lock_date()
@api.multi
def button_cancel(self):
# Add check for button_cancel, as it does not use ORM
self._check_lock_date()
return super(AccountMove, self).button_cancel()
@api.model
def create(self, vals):
# Add _check_lock_date for create of account.move,
# as it is not done by default
result = super(AccountMove, self).create(vals)
result._check_lock_date()
return result
@api.multi
def write(self, vals):
# Add _check_lock_date for write of account.move,
# as it is not done by default
self._check_lock_date()
result = super(AccountMove, self).write(vals)
return result

View File

@@ -0,0 +1,12 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class ResCompany(models.Model):
_inherit = "res.company"
permanent_lock_date = fields.Date(
string="Permanent Lock Date",
help="Non-revertible closing of accounts prior to and inclusive of "
"this date. Use it for fiscal year locking instead of ""Lock Date"".")

View File

@@ -0,0 +1,27 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
class AccountConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
permanent_lock_date = fields.Date(
string="Permanent Lock Date",
related='company_id.permanent_lock_date',
help='Non-revertible closing of accounts prior to and inclusive of '
'this date. Use it for fiscal year locking instead of "Lock Date".')
@api.multi
def change_permanent_lock_date(self):
wizard = self.env['permanent.lock.date.wizard'].create({
'company_id': self.company_id.id
})
return {
'type': 'ir.actions.act_window',
'res_model': 'permanent.lock.date.wizard',
'view_mode': 'form',
'view_type': 'form',
'res_id': wizard.id,
'target': 'new',
}

View File

@@ -0,0 +1,4 @@
To configure this module, you need to:
#. Go to Invoicing -> Settings
#. Set the Permanent Lock Date.

View File

@@ -0,0 +1,2 @@
* Matthieu Dietrich <matthieu.dietrich@camptocamp.com>
* Elouan Le Bars <elouan@coopiteasy.be>

View File

@@ -0,0 +1,4 @@
This module extends the functionality of the basic "lock date"
functionality in invoicing, in order to add a more definitive
lock date (which cannot be empty or set in the past, and only
accepts unposted moves)

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,432 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Permanent Lock Move</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="permanent-lock-move">
<h1 class="title">Permanent Lock Move</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/12.0/account_permanent_lock_move"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_permanent_lock_move"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/92/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of the basic “lock date”
functionality in invoicing, in order to add a more definitive
lock date (which cannot be empty or set in the past, and only
accepts unposted moves)</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ol class="arabic simple">
<li>Go to Invoicing -&gt; Settings</li>
<li>Set the Permanent Lock Date.</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_permanent_lock_move%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>Camptocamp</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul class="simple">
<li>Matthieu Dietrich &lt;<a class="reference external" href="mailto:matthieu.dietrich&#64;camptocamp.com">matthieu.dietrich&#64;camptocamp.com</a>&gt;</li>
<li>Elouan Le Bars &lt;<a class="reference external" href="mailto:elouan&#64;coopiteasy.be">elouan&#64;coopiteasy.be</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/12.0/account_permanent_lock_move">OCA/account-financial-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1 @@
from . import test_permanent_lock

View File

@@ -0,0 +1,101 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import datetime
from odoo import fields, tools
from odoo.modules import get_module_resource
from odoo.tests import common
from odoo.exceptions import UserError
class PermanentLock(common.TransactionCase):
def setUp(self):
super(PermanentLock, self).setUp()
tools.convert_file(self.cr, 'account',
get_module_resource('account', 'test',
'account_minimal_test.xml'),
{}, 'init', False, 'test')
self.account_move_obj = self.env["account.move"]
self.account_move_line_obj = \
self.env["account.move.line"]
self.company_id = self.ref('base.main_company')
self.partner = self.browse_ref("base.res_partner_12")
self.account_id = self.ref("account.a_recv")
self.account_id2 = self.ref("account.a_expense")
self.journal_id = self.ref("account.bank_journal")
self.wizard_obj = self.env["permanent.lock.date.wizard"]
def test_name_completion(self):
"""Test complete partner_id from statement line label
Test the automatic completion of the partner_id based if the name of
the partner appears in the statement line label
"""
# Create a move
self.move = self.account_move_obj.create({
'date': fields.Date.today(),
'journal_id': self.journal_id,
'line_ids': [(0, 0, {
'account_id': self.account_id,
'credit': 1000.0,
'name': 'Credit line',
}), (0, 0, {
'account_id': self.account_id2,
'debit': 1000.0,
'name': 'Debit line',
})]
})
# Call lock wizard on entry
with self.assertRaises(UserError):
self.wizard = self.wizard_obj.create({
'company_id': self.company_id,
'lock_date': fields.Date.today()
})
self.wizard.confirm_date()
# Post entry and lock
self.move.post()
moves = self.env['account.move'].search(
[('company_id', '=', self.company_id),
('date', '<=', fields.Date.today()),
('state', '=', 'draft')])
moves.post()
self.wizard = self.wizard_obj.create({
'company_id': self.company_id,
'lock_date': fields.Date.today()
})
self.wizard.confirm_date()
# Try to lock the day before
with self.assertRaises(UserError):
yesterday = fields.Date.today() + datetime.timedelta(days=-1)
self.wizard = self.wizard_obj.create({
'company_id': self.company_id,
'lock_date': yesterday
})
self.wizard.confirm_date()
# Test that the move cannot be created, written, or cancelled
with self.assertRaises(UserError):
self.move2 = self.account_move_obj.create({
'date': fields.Date.today(),
'journal_id': self.journal_id,
'line_ids': [(0, 0, {
'account_id': self.account_id,
'credit': 1000.0,
'name': 'Credit line',
}), (0, 0, {
'account_id': self.account_id2,
'debit': 1000.0,
'name': 'Debit line',
})]
})
with self.assertRaises(UserError):
self.move.write({'name': 'TEST'})
with self.assertRaises(UserError):
self.move.button_cancel()

View File

@@ -0,0 +1,18 @@
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<div id="fiscalyear" position="attributes">
<attribute name="invisible">0</attribute>
</div>
<div id="fiscalyear" position="inside">
<label for="permanent_lock_date"/>
<field name="permanent_lock_date" readonly="1"/>
<div>
<button type="object" name="change_permanent_lock_date" string="Permanently Lock Entries" class="btn-primary"/>
</div>
</div>
</field>
</record>
</odoo>

View File

@@ -0,0 +1 @@
from . import permanent_lock_date_wizard

View File

@@ -0,0 +1,36 @@
# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import _, api, fields, models
from odoo.exceptions import UserError
class PermanentLockDateWizard(models.TransientModel):
_name = "permanent.lock.date.wizard"
_description = "Permanent Lock Date Wizard"
lock_date = fields.Date(string="Lock Date")
company_id = fields.Many2one(comodel_name='res.company',
string='Company')
@api.multi
def confirm_date(self):
self.ensure_one()
company = self.company_id
if (company.permanent_lock_date and
self.lock_date < company.permanent_lock_date):
raise UserError(
_("You cannot set the permanent lock date before the already set one.")
)
# Then check if unposted moves are present before the date
moves = self.env['account.move'].search(
[('company_id', '=', company.id),
('date', '<=', self.lock_date),
('state', '=', 'draft')])
if moves:
raise UserError(
_("You cannot set the permanent lock date since entries are "
"still unposted before this date.")
)
company.permanent_lock_date = self.lock_date
return {'type': 'ir.actions.act_window_close'}

View File

@@ -0,0 +1,20 @@
<odoo>
<record id="permanent_lock_date_wizard_view_form" model="ir.ui.view">
<field name="name">permanent.lock.date.wizard.form</field>
<field name="model">permanent.lock.date.wizard</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Lock permanently entries">
<label for="lock_date"
string="All journal entries prior to and included at this date will be permanently locked."/>
<group>
<field name="lock_date" required="1"/>
</group>
<footer>
<button string="Lock Journal Entries" name="confirm_date" type="object" default_focus="1" class="btn-primary"/>
<button string="Cancel" class="btn-default" special="cancel"/>
</footer>
</form>
</field>
</record>
</odoo>