[UPD] Update account_journal_lock_date.pot
This commit is contained in:
parent
0464802099
commit
aec4ed94fe
@ -6,8 +6,6 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 12.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-08-20 04:25+0000\n"
|
|
||||||
"PO-Revision-Date: 2020-08-20 04:25+0000\n"
|
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: <>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -66,12 +64,14 @@ msgid "Last Updated on"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_bank_statement_import_journal_creation__fiscalyear_lock_date
|
||||||
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_journal__fiscalyear_lock_date
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_journal__fiscalyear_lock_date
|
||||||
#: model:ir.model.fields,field_description:account_journal_lock_date.field_update_journal_lock_dates_wizard__fiscalyear_lock_date
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_update_journal_lock_dates_wizard__fiscalyear_lock_date
|
||||||
msgid "Lock Date"
|
msgid "Lock Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_bank_statement_import_journal_creation__period_lock_date
|
||||||
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_journal__period_lock_date
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_account_journal__period_lock_date
|
||||||
#: model:ir.model.fields,field_description:account_journal_lock_date.field_update_journal_lock_dates_wizard__period_lock_date
|
#: model:ir.model.fields,field_description:account_journal_lock_date.field_update_journal_lock_dates_wizard__period_lock_date
|
||||||
msgid "Lock Date for Non-Advisers"
|
msgid "Lock Date for Non-Advisers"
|
||||||
@ -83,11 +83,13 @@ msgid "Mass Update Journal Lock Dates Wizard"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
|
#: model:ir.model.fields,help:account_journal_lock_date.field_account_bank_statement_import_journal_creation__fiscalyear_lock_date
|
||||||
#: model:ir.model.fields,help:account_journal_lock_date.field_account_journal__fiscalyear_lock_date
|
#: model:ir.model.fields,help:account_journal_lock_date.field_account_journal__fiscalyear_lock_date
|
||||||
msgid "No users, including Advisers, can edit accounts prior to and inclusive of this date for this journal. Use it for fiscal year locking for this journal, for example."
|
msgid "No users, including Advisers, can edit accounts prior to and inclusive of this date for this journal. Use it for fiscal year locking for this journal, for example."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
|
#: model:ir.model.fields,help:account_journal_lock_date.field_account_bank_statement_import_journal_creation__period_lock_date
|
||||||
#: model:ir.model.fields,help:account_journal_lock_date.field_account_journal__period_lock_date
|
#: model:ir.model.fields,help:account_journal_lock_date.field_account_journal__period_lock_date
|
||||||
msgid "Only users with the 'Adviser' role can edit accounts prior to and inclusive of this date for this journal. Use it for period locking inside an open fiscal year for this journal, for example."
|
msgid "Only users with the 'Adviser' role can edit accounts prior to and inclusive of this date for this journal. Use it for period locking inside an open fiscal year for this journal, for example."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -99,7 +101,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
#: model:ir.actions.act_window,name:account_journal_lock_date.update_journal_lock_dates_wizard_action
|
#: model:ir.actions.act_window,name:account_journal_lock_date.update_journal_lock_dates_wizard_action
|
||||||
msgid "Update journal lock dates"
|
msgid "Update journals lock dates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
@ -109,13 +111,13 @@ msgid "You are not allowed to execute this action."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
#: code:addons/account_journal_lock_date/models/account_move.py:39
|
#: code:addons/account_journal_lock_date/models/account_move.py:41
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You cannot add/modify entries for the journal '%s' prior to and inclusive of the lock date %s"
|
msgid "You cannot add/modify entries for the journal '%s' prior to and inclusive of the lock date %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_journal_lock_date
|
#. module: account_journal_lock_date
|
||||||
#: code:addons/account_journal_lock_date/models/account_move.py:44
|
#: code:addons/account_journal_lock_date/models/account_move.py:46
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You cannot add/modify entries for the journal '%s' prior to and inclusive of the lock date %s. Check the Journal settings or ask someone with the 'Adviser' role"
|
msgid "You cannot add/modify entries for the journal '%s' prior to and inclusive of the lock date %s. Check the Journal settings or ask someone with the 'Adviser' role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
Reference in New Issue
Block a user