[UPD] Update account_reversal.pot

This commit is contained in:
oca-travis
2018-06-19 23:27:34 +00:00
parent f035d42c61
commit e48abcff62
74 changed files with 902 additions and 1009 deletions

View File

@@ -0,0 +1,170 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
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_reversal
#: model:ir.model,name:account_reversal.model_account_move
msgid "Account Entry"
msgstr ""
#. module: account_reversal
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Cancel"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_to_be_reversed
msgid "Check this box if your entry has to be reversed at the end of period."
msgstr ""
#. module: account_reversal
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Create reversal journal entries"
msgstr ""
#. module: account_reversal
#: model:ir.model,name:account_reversal.model_account_move_reverse
msgid "Create reversal of account moves"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_create_uid
msgid "Created by"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_create_date
msgid "Created on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_display_name
msgid "Display Name"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_date
msgid "Enter the date of the reversal account entries. By default, Odoo proposes the same date of the move to reverse."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid "Enter the date of the reversal account entries. If empty, Odoo uses the same journal of the move to reverse."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_move_prefix
msgid "Entries Ref. Prefix"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_id
msgid "ID"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_line_prefix
msgid "Items Name Prefix"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.action_move_to_be_reversed
#: model:ir.ui.menu,name:account_reversal.menu_move_to_be_reversed
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_filter
msgid "Journal Entries to be Reversed"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid "Prefix that will be added to the 'Name' of the reversal account entrie items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: A space is added after the prefix)."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_move_prefix
msgid "Prefix that will be added to the 'Ref' of the reversal account entries. If empty, Odoo uses the Ref of the move to reverse. (NOTE: A space is added after the prefix)."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_reconcile
msgid "Reconcile"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_date
msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_journal_id
msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
#. module: account_reversal
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "This will create reversal for all selected entries whether checked 'to be reversed' or not."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_to_be_reversed
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_filter
msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""
#. module: account_reversal
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "or"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2018-05-17 15:49+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"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"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"
"Language: ar\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"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"
"Language: bs\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\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"
"Language: ca_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 2017
@@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2018-05-17 15:49+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 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"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -72,8 +72,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
"Geben Sie das Journal der Kontosaldierung an. Ohne Vorgabe wird Odoo das "
"Journal der Ursprungsbuchung für die Saldierungsbuchung heranziehen."
@@ -118,15 +118,14 @@ msgstr "Zuletzt geändert am"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
"Dies setzen, wenn Sie die Posten beider Buchungen ausgleichen möchten."
msgstr "Dies setzen, wenn Sie die Posten beider Buchungen ausgleichen möchten."
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
"Präfix, der der Bezeichnung der Umkehrbuchungen vorangestellt wird. Wenn "
"leer, wird Odoo die Bezeichnung aus der Ursprungsbuchung übernehmen. "
@@ -140,8 +139,8 @@ msgid ""
"after the prefix)."
msgstr ""
"Präfix, der der Referenz den Umkehrbuchungen vorangestellt wird. Wenn leer, "
"wird Odoo die Bezeichnung aus der Ursprungsbuchung übernehmen. (HINWEIS: dem"
" Präfix wird ein Leerzeichen angehängt)."
"wird Odoo die Bezeichnung aus der Ursprungsbuchung übernehmen. (HINWEIS: dem "
"Präfix wird ein Leerzeichen angehängt)."
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_reconcile

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\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"
"Language: en_AU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2018-05-17 15:49+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"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -71,8 +71,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
"Introduzca la fecha para los asientos contables revertidos. Si está vacío, "
"Odoo usa la misma fecha que el asiento a revertir."
@@ -123,8 +123,8 @@ msgstr "Marque esto si desea conciliar los apuntes de ambos asientos."
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
"Prefijo que se añadirá al nombre del apunte revertido. Si está vacío, Odoo "
"usará el mismo nombre del movimiento a revertir. (NOTA: se añade "
@@ -137,8 +137,8 @@ msgid ""
"empty, Odoo uses the Ref of the move to reverse. (NOTE: A space is added "
"after the prefix)."
msgstr ""
"Prefijo que se añadirá a la referencia del asiento revertido. Si está vacío,"
" Odoo usará la misma referencia del asiento a revertir. (NOTA: se añade "
"Prefijo que se añadirá a la referencia del asiento revertido. Si está vacío, "
"Odoo usará la misma referencia del asiento a revertir. (NOTA: se añade "
"automáticamente un espacio después del prefijo)."
#. module: account_reversal

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\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"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "Última actualización de"
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail.com>, 2018
@@ -11,12 +11,14 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-27 03:40+0000\n"
"PO-Revision-Date: 2018-01-27 03:40+0000\n"
"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail.com>, 2018\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail."
"com>, 2018\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"
"Language: es_CO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -69,8 +71,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -119,8 +121,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -142,7 +144,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3809
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_DO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Cristian Salamea <ovnicraft@gmail.com>, 2017
@@ -12,11 +12,12 @@ msgstr ""
"POT-Creation-Date: 2017-05-30 00:47+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+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-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"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -69,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -119,8 +120,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -142,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3707
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -152,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -177,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2018-05-17 15:49+0000\n"
"PO-Revision-Date: 2018-05-17 15:49+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-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"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\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"
"Language: es_PE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "Actualizado última vez por"
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_PY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "Viimati uuendatud"
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "Last Updated by"
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "Viimeksi päivittänyt"
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Nicolas JEUDY <njeudy@panda-chi.io>, 2018
@@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2018-05-17 15:49+0000\n"
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\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"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -73,8 +73,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
"Saisissez la date des écritures contre-passées. S'il est vide, Odoo propose "
"le même journal que l'écriture à contre-passer."
@@ -127,8 +127,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
"Préfixe qui sera ajouté au 'Nom' des lignes d'écriture contre-passées. S'il "
"est vide, Odoo utilise le même nom que la ligne d'écriture à contre-passer. "

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Martin Malorni <mm@microcom.ca>, 2016
@@ -12,11 +12,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Martin Malorni <mm@microcom.ca>, 2016\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\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"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -69,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +111,17 @@ msgstr "Dernière mise à jour par"
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# leemannd <leemannd@gmail.com>, 2016
@@ -12,11 +12,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-25 21:44+0000\n"
"PO-Revision-Date: 2016-11-25 21:44+0000\n"
"Last-Translator: leemannd <leemannd@gmail.com>, 2016\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\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"
"Language: fr_CH\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -69,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +111,17 @@ msgstr "Modifié par"
msgid "Last Updated on"
msgstr "Modifié le"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Quentin THEURET <odoo@kerpeo.com>, 2017
@@ -12,11 +12,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-23 03:40+0000\n"
"PO-Revision-Date: 2017-12-23 03:40+0000\n"
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\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"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -70,8 +71,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -120,8 +121,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -143,7 +144,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3808
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "ültima actualización por"
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
"gl_ES/)\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
"Language: hr\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4080
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Bole <bole@dajmi5.com>, 2016
@@ -12,12 +12,14 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\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"
"Language: hr_HR\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -69,8 +71,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +112,17 @@ msgstr "Zadnji ažurirao"
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +144,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +154,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +178,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "Last Updated by"
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: lo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-Date: 2017-05-11 00:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# Arminas Grigonis <arminas@versada.lt>, 2016
msgid ""
@@ -11,12 +11,14 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Arminas Grigonis <arminas@versada.lt>, 2016\n"
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\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"
"Language: lt_LT\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +111,17 @@ msgstr "Paskutinį kartą atnaujino"
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"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"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: account_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2016\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\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"
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "Sist oppdatert av"
msgid "Last Updated on"
msgstr "Sist oppdatert den"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2016
@@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2016\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"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -69,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +110,17 @@ msgstr "Laatst bijgewerkt door"
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,13 @@ msgstr ""
"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"
"Language: pl\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +120,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +109,17 @@ msgstr "Atualizado pela última vez por"
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\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"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "Atualizado pela última vez por"
msgid "Last Updated on"
msgstr "Atualizado pela última vez em"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2016
@@ -13,11 +13,12 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2016\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"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: account_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -69,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +111,17 @@ msgstr "Ultima actualizare făcută de"
msgid "Last Updated on"
msgstr "Ultima actualizare la"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -12,11 +12,13 @@ msgstr ""
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
"Language: ru\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +111,17 @@ msgstr "Последний раз обновлено"
msgid "Last Updated on"
msgstr "Последний раз обновлено"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-Date: 2018-05-17 15:49+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"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"
"Language: sr\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,12 +11,14 @@ msgstr ""
"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-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"
"Language: sr@latin\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +70,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +120,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +143,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +153,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +177,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
@@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2016-12-23 23:24+0000\n"
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016\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"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: account_reversal
@@ -69,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -110,27 +110,17 @@ msgstr "Son güncelleyen"
msgid "Last Updated on"
msgstr "Son güncelleme"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -152,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -162,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -187,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-12-31 00:07+0000\n"
"PO-Revision-Date: 2016-12-31 00:07+0000\n"
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\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"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "En son güncelleyen "
msgid "Last Updated on"
msgstr "En son güncelleme tarihi"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"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"
"Language: uk\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"
"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_reversal
#: model:ir.model,name:account_reversal.model_account_move
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"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"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +68,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +118,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +141,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +151,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +175,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2016-11-23 03:37+0000\n"
"PO-Revision-Date: 2016-11-23 03:37+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\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"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -109,27 +110,17 @@ msgstr "Cập nhật lần cuối bởi"
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_post
msgid "Mark this if you want to post reversal move"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_reconcile
msgid "Mark this if you want to reconcile items of both moves."
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reverse_post
msgid "Post"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -151,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3580
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -161,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:62
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -186,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:51
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reversal
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"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-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"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_reversal
@@ -68,8 +69,8 @@ msgstr ""
#. module: account_reversal
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_journal_id
msgid ""
"Enter the date of the reversal account entries. If empty, Odoo uses the same"
" journal of the move to reverse."
"Enter the date of the reversal account entries. If empty, Odoo uses the same "
"journal of the move to reverse."
msgstr ""
#. module: account_reversal
@@ -118,8 +119,8 @@ msgstr ""
#: model:ir.model.fields,help:account_reversal.field_account_move_reverse_line_prefix
msgid ""
"Prefix that will be added to the 'Name' of the reversal account entrie "
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE:"
" A space is added after the prefix)."
"items. If empty, Odoo uses the same name of the move line to reverse. (NOTE: "
"A space is added after the prefix)."
msgstr ""
#. module: account_reversal
@@ -141,7 +142,7 @@ msgid "Reversal Date"
msgstr ""
#. module: account_reversal
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_3705
#: model:ir.model.fields,field_description:account_reversal.field_account_move_reversal_id_4085
msgid "Reversal Entry"
msgstr ""
@@ -151,13 +152,12 @@ msgid "Reversal Journal"
msgstr ""
#. module: account_reversal
#: model:ir.actions.act_window,name:account_reversal.act_account_move_reverse
#: model:ir.ui.view,arch_db:account_reversal.view_account_move_reverse
msgid "Reverse Entries"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/wizard/account_move_reverse.py:59
#: code:addons/account_reversal/wizard/account_move_reverse.py:58
#, python-format
msgid "Reverse moves"
msgstr ""
@@ -176,7 +176,7 @@ msgid "To Be Reversed"
msgstr ""
#. module: account_reversal
#: code:addons/account_reversal/models/account_move.py:57
#: code:addons/account_reversal/models/account_move.py:56
#, python-format
msgid "Wrong company Journal is '%s' but we have '%s'"
msgstr ""