-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPD] Update pos_bank_statement_line_no_change.pot
- Loading branch information
oca-ci
committed
Nov 24, 2023
1 parent
f1c698a
commit d133324
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#. module: pos_bank_statement_line_no_change | ||
#: model:ir.model,name:pos_bank_statement_line_no_change.model_account_bank_statement_line | ||
msgid "Bank Statement Line" | ||
msgstr "" | ||
|
||
#. module: pos_bank_statement_line_no_change | ||
#: code:addons/pos_bank_statement_line_no_change/models/account_bank_statement_line.py:22 | ||
#, python-format | ||
msgid "" | ||
"You can not alter bank statement lines that are related to orders in paid, " | ||
"done or invoiced state." | ||
msgstr "" | ||
|
||
#. module: pos_bank_statement_line_no_change | ||
#: code:addons/pos_bank_statement_line_no_change/models/account_bank_statement_line.py:32 | ||
#, python-format | ||
msgid "" | ||
"You can not unlink bank statement lines that are related to orders in paid, " | ||
"done or invoiced state." | ||
msgstr "" |
32 changes: 32 additions & 0 deletions
32
pos_bank_statement_line_no_change/i18n/pos_bank_statement_line_no_change.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * pos_bank_statement_line_no_change | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.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: pos_bank_statement_line_no_change | ||
#: model:ir.model,name:pos_bank_statement_line_no_change.model_account_bank_statement_line | ||
msgid "Bank Statement Line" | ||
msgstr "" | ||
|
||
#. module: pos_bank_statement_line_no_change | ||
#: code:addons/pos_bank_statement_line_no_change/models/account_bank_statement_line.py:22 | ||
#, python-format | ||
msgid "You can not alter bank statement lines that are related to orders in paid, done or invoiced state." | ||
msgstr "" | ||
|
||
#. module: pos_bank_statement_line_no_change | ||
#: code:addons/pos_bank_statement_line_no_change/models/account_bank_statement_line.py:32 | ||
#, python-format | ||
msgid "You can not unlink bank statement lines that are related to orders in paid, done or invoiced state." | ||
msgstr "" | ||
|