changeset f4386bf6d898 in modules/account_invoice_correction:default
details: 
https://hg.tryton.org/modules/account_invoice_correction?cmd=changeset;node=f4386bf6d898
description:
        Remove country code from languages

        issue7863
        review53481002
diffstat:

 locale/hu.po    |  40 ++++++++++++++++++++++++++++++++++++++++
 locale/hu_HU.po |  40 ----------------------------------------
 locale/it.po    |  40 ++++++++++++++++++++++++++++++++++++++++
 locale/it_IT.po |  40 ----------------------------------------
 locale/pt.po    |  44 ++++++++++++++++++++++++++++++++++++++++++++
 locale/pt_BR.po |  44 --------------------------------------------
 6 files changed, 124 insertions(+), 124 deletions(-)

diffs (272 lines):

diff -r daf7f2ba1bcc -r f4386bf6d898 locale/hu.po
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/locale/hu.po      Mon Dec 31 15:36:47 2018 +0100
@@ -0,0 +1,40 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice.correct.start,id:"
+msgid "ID"
+msgstr ""
+
+msgctxt "field:account.invoice.correct.start,invoice:"
+msgid "Invoice"
+msgstr ""
+
+msgctxt "field:account.invoice.correct.start,lines:"
+msgid "Invoice Lines"
+msgstr ""
+
+msgctxt "model:account.invoice.correct.start,name:"
+msgid "Correct Invoice"
+msgstr ""
+
+msgctxt "model:ir.action,name:wizard_invoice_correct"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "model:ir.model.button,string:invoice_correct_button"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "view:account.invoice.correct.start:"
+msgid "Choose lines to correct"
+msgstr ""
+
+#, fuzzy
+msgctxt "wizard_button:account.invoice.correct,start,correct:"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "wizard_button:account.invoice.correct,start,end:"
+msgid "Cancel"
+msgstr ""
diff -r daf7f2ba1bcc -r f4386bf6d898 locale/hu_HU.po
--- a/locale/hu_HU.po   Mon Oct 01 13:06:00 2018 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-#
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:account.invoice.correct.start,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:account.invoice.correct.start,invoice:"
-msgid "Invoice"
-msgstr ""
-
-msgctxt "field:account.invoice.correct.start,lines:"
-msgid "Invoice Lines"
-msgstr ""
-
-msgctxt "model:account.invoice.correct.start,name:"
-msgid "Correct Invoice"
-msgstr ""
-
-msgctxt "model:ir.action,name:wizard_invoice_correct"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "model:ir.model.button,string:invoice_correct_button"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "view:account.invoice.correct.start:"
-msgid "Choose lines to correct"
-msgstr ""
-
-#, fuzzy
-msgctxt "wizard_button:account.invoice.correct,start,correct:"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "wizard_button:account.invoice.correct,start,end:"
-msgid "Cancel"
-msgstr ""
diff -r daf7f2ba1bcc -r f4386bf6d898 locale/it.po
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/locale/it.po      Mon Dec 31 15:36:47 2018 +0100
@@ -0,0 +1,40 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice.correct.start,id:"
+msgid "ID"
+msgstr ""
+
+msgctxt "field:account.invoice.correct.start,invoice:"
+msgid "Invoice"
+msgstr ""
+
+msgctxt "field:account.invoice.correct.start,lines:"
+msgid "Invoice Lines"
+msgstr ""
+
+msgctxt "model:account.invoice.correct.start,name:"
+msgid "Correct Invoice"
+msgstr ""
+
+msgctxt "model:ir.action,name:wizard_invoice_correct"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "model:ir.model.button,string:invoice_correct_button"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "view:account.invoice.correct.start:"
+msgid "Choose lines to correct"
+msgstr ""
+
+#, fuzzy
+msgctxt "wizard_button:account.invoice.correct,start,correct:"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "wizard_button:account.invoice.correct,start,end:"
+msgid "Cancel"
+msgstr ""
diff -r daf7f2ba1bcc -r f4386bf6d898 locale/it_IT.po
--- a/locale/it_IT.po   Mon Oct 01 13:06:00 2018 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-#
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:account.invoice.correct.start,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:account.invoice.correct.start,invoice:"
-msgid "Invoice"
-msgstr ""
-
-msgctxt "field:account.invoice.correct.start,lines:"
-msgid "Invoice Lines"
-msgstr ""
-
-msgctxt "model:account.invoice.correct.start,name:"
-msgid "Correct Invoice"
-msgstr ""
-
-msgctxt "model:ir.action,name:wizard_invoice_correct"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "model:ir.model.button,string:invoice_correct_button"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "view:account.invoice.correct.start:"
-msgid "Choose lines to correct"
-msgstr ""
-
-#, fuzzy
-msgctxt "wizard_button:account.invoice.correct,start,correct:"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "wizard_button:account.invoice.correct,start,end:"
-msgid "Cancel"
-msgstr ""
diff -r daf7f2ba1bcc -r f4386bf6d898 locale/pt.po
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/locale/pt.po      Mon Dec 31 15:36:47 2018 +0100
@@ -0,0 +1,44 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice.correct.start,id:"
+msgid "ID"
+msgstr "ID"
+
+msgctxt "field:account.invoice.correct.start,invoice:"
+msgid "Invoice"
+msgstr "Fatura"
+
+msgctxt "field:account.invoice.correct.start,lines:"
+msgid "Invoice Lines"
+msgstr "Linhas de Faturas"
+
+msgctxt "model:account.invoice.correct.start,name:"
+msgid "Correct Invoice"
+msgstr "Fatura Correta"
+
+#, fuzzy
+msgctxt "model:ir.action,name:wizard_invoice_correct"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "model:ir.model.button,string:invoice_correct_button"
+msgid "Correct"
+msgstr "Correct"
+
+msgctxt "view:account.invoice.correct.start:"
+msgid "Choose lines to correct"
+msgstr "Escolha linhas para corrigir"
+
+msgctxt "wizard_button:account.invoice.correct,start,correct:"
+msgid "Correct"
+msgstr "Correto"
+
+msgctxt "wizard_button:account.invoice.correct,start,end:"
+msgid "Cancel"
+msgstr "Cancelar"
+
+msgctxt "view:account.invoice:"
+msgid "Correct"
+msgstr "Correto"
diff -r daf7f2ba1bcc -r f4386bf6d898 locale/pt_BR.po
--- a/locale/pt_BR.po   Mon Oct 01 13:06:00 2018 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-#
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:account.invoice.correct.start,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:account.invoice.correct.start,invoice:"
-msgid "Invoice"
-msgstr "Fatura"
-
-msgctxt "field:account.invoice.correct.start,lines:"
-msgid "Invoice Lines"
-msgstr "Linhas de Faturas"
-
-msgctxt "model:account.invoice.correct.start,name:"
-msgid "Correct Invoice"
-msgstr "Fatura Correta"
-
-#, fuzzy
-msgctxt "model:ir.action,name:wizard_invoice_correct"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "model:ir.model.button,string:invoice_correct_button"
-msgid "Correct"
-msgstr "Correct"
-
-msgctxt "view:account.invoice.correct.start:"
-msgid "Choose lines to correct"
-msgstr "Escolha linhas para corrigir"
-
-msgctxt "wizard_button:account.invoice.correct,start,correct:"
-msgid "Correct"
-msgstr "Correto"
-
-msgctxt "wizard_button:account.invoice.correct,start,end:"
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgctxt "view:account.invoice:"
-msgid "Correct"
-msgstr "Correto"

Reply via email to