From b6cdc44205a8e31adf95260d5d3eff1ac9eebde3 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 17:57:18 +0000 Subject: [PATCH] [UPD] Update base_continent.pot --- base_continent/i18n/base_continent.pot | 132 +++++++++++++++++++++++++ base_continent/i18n/de.po | 11 ++- base_continent/i18n/es.po | 11 ++- base_continent/i18n/eu.po | 7 +- base_continent/i18n/fi.po | 31 +++++- base_continent/i18n/fr.po | 11 ++- base_continent/i18n/it.po | 11 ++- base_continent/i18n/nl.po | 7 +- base_continent/i18n/pt_BR.po | 11 ++- base_continent/i18n/sl.po | 14 ++- 10 files changed, 210 insertions(+), 36 deletions(-) create mode 100644 base_continent/i18n/base_continent.pot diff --git a/base_continent/i18n/base_continent.pot b/base_continent/i18n/base_continent.pot new file mode 100644 index 000000000..d032c1417 --- /dev/null +++ b/base_continent/i18n/base_continent.pot @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_continent +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.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: base_continent +#: model:res.continent,name:base_continent.af +msgid "Africa" +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.an +msgid "Antarctica" +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.as +msgid "Asia" +msgstr "" + +#. module: base_continent +#: model:ir.model,name:base_continent.model_res_continent +#: view:res.continent:base_continent.view_continent_form +#: field:res.country,continent_id:0 +#: view:res.partner:base_continent.view_res_partner_filter +#: field:res.partner,continent_id:0 +msgid "Continent" +msgstr "" + +#. module: base_continent +#: field:res.continent,name:0 +msgid "Continent Name" +msgstr "" + +#. module: base_continent +#: model:ir.actions.act_window,name:base_continent.action_continent +#: model:ir.ui.menu,name:base_continent.menu_continent_partner +#: view:res.continent:base_continent.view_continent_tree +msgid "Continents" +msgstr "" + +#. module: base_continent +#: view:res.continent:base_continent.view_continent_form +#: field:res.continent,country_ids:0 +msgid "Countries" +msgstr "" + +#. module: base_continent +#: model:ir.model,name:base_continent.model_res_country +msgid "Country" +msgstr "" + +#. module: base_continent +#: field:res.continent,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: base_continent +#: field:res.continent,create_date:0 +msgid "Created on" +msgstr "" + +#. module: base_continent +#: field:res.continent,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: base_continent +#: model:ir.actions.act_window,help:base_continent.action_continent +msgid "Display and manage the list of all continents that can be assigned to your partner records." +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.eu +msgid "Europe" +msgstr "" + +#. module: base_continent +#: field:res.continent,id:0 +msgid "ID" +msgstr "" + +#. module: base_continent +#: field:res.continent,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: base_continent +#: field:res.continent,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: base_continent +#: field:res.continent,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.na +msgid "North America" +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.oc +msgid "Oceania" +msgstr "" + +#. module: base_continent +#: model:ir.model,name:base_continent.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_continent +#: model:res.continent,name:base_continent.sa +msgid "South America" +msgstr "" + +#. module: base_continent +#: help:res.continent,name:0 +msgid "The full name of the continent." +msgstr "" + diff --git a/base_continent/i18n/de.po b/base_continent/i18n/de.po index 6acfe2e89..1fab74a79 100644 --- a/base_continent/i18n/de.po +++ b/base_continent/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Rudolf Schnapka , 2015,2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-02-21 16:57+0000\n" "PO-Revision-Date: 2017-02-24 23:18+0000\n" "Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/de/)\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent @@ -85,7 +86,9 @@ msgstr "Anzeigebezeichnung" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Anzeigen und Verwalten der Liste aller Kontinente, die Ihren Partnern zugeordnet werden können." +msgstr "" +"Anzeigen und Verwalten der Liste aller Kontinente, die Ihren Partnern " +"zugeordnet werden können." #. module: base_continent #: model:res.continent,name:base_continent.eu diff --git a/base_continent/i18n/es.po b/base_continent/i18n/es.po index 54958ddd2..923f3c920 100644 --- a/base_continent/i18n/es.po +++ b/base_continent/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Francisco Palm , 2015 # Oihane Crucelaegui , 2016 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2016-07-25 11:58+0000\n" "PO-Revision-Date: 2016-07-14 09:09+0000\n" "Last-Translator: Oihane Crucelaegui \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent @@ -86,7 +87,9 @@ msgstr "Nombre mostrado" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Muestra y gestiona la lista de todos los continentes que pueden asignarse a sus registros de socio." +msgstr "" +"Muestra y gestiona la lista de todos los continentes que pueden asignarse a " +"sus registros de socio." #. module: base_continent #: model:res.continent,name:base_continent.eu diff --git a/base_continent/i18n/eu.po b/base_continent/i18n/eu.po index 0919f7eab..39e3c7f28 100644 --- a/base_continent/i18n/eu.po +++ b/base_continent/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Esther Martín Menéndez , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-02-21 16:57+0000\n" "PO-Revision-Date: 2017-02-23 15:56+0000\n" "Last-Translator: Esther Martín Menéndez \n" -"Language-Team: Basque (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/eu/)\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent diff --git a/base_continent/i18n/fi.po b/base_continent/i18n/fi.po index f9579ea06..c38f9f4d8 100644 --- a/base_continent/i18n/fi.po +++ b/base_continent/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2016-01-19 01:46+0000\n" "PO-Revision-Date: 2015-05-21 21:56+0000\n" "Last-Translator: <>\n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/fi/)\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent @@ -35,8 +36,9 @@ msgstr "" #. module: base_continent #: model:ir.model,name:base_continent.model_res_continent #: view:res.continent:base_continent.view_continent_form -#: view:res.continent:base_continent.view_continent_tree -#: field:res.country,continent_id:0 field:res.partner,continent_id:0 +#: field:res.country,continent_id:0 +#: view:res.partner:base_continent.view_res_partner_filter +#: field:res.partner,continent_id:0 msgid "Continent" msgstr "" @@ -48,9 +50,17 @@ msgstr "" #. module: base_continent #: model:ir.actions.act_window,name:base_continent.action_continent #: model:ir.ui.menu,name:base_continent.menu_continent_partner +#: view:res.continent:base_continent.view_continent_tree msgid "Continents" msgstr "" +#. module: base_continent +#: view:res.continent:base_continent.view_continent_form +#: field:res.continent,country_ids:0 +#, fuzzy +msgid "Countries" +msgstr "Maa" + #. module: base_continent #: model:ir.model,name:base_continent.model_res_country msgid "Country" @@ -66,6 +76,11 @@ msgstr "Luonut" msgid "Created on" msgstr "Luotu" +#. module: base_continent +#: field:res.continent,display_name:0 +msgid "Display Name" +msgstr "" + #. module: base_continent #: model:ir.actions.act_window,help:base_continent.action_continent msgid "" @@ -83,6 +98,12 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: base_continent +#: field:res.continent,__last_update:0 +#, fuzzy +msgid "Last Modified on" +msgstr "Viimeksi päivittänyt" + #. module: base_continent #: field:res.continent,write_uid:0 msgid "Last Updated by" diff --git a/base_continent/i18n/fr.po b/base_continent/i18n/fr.po index ad8e0774b..774776d5e 100644 --- a/base_continent/i18n/fr.po +++ b/base_continent/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Quentin THEURET , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-07-26 02:02+0000\n" "PO-Revision-Date: 2017-08-03 14:01+0000\n" "Last-Translator: Quentin THEURET \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent @@ -85,7 +86,9 @@ msgstr "Nom affiché" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Affiche et gère la liste de tous les continents qui peuvent être associés à vos partenaires." +msgstr "" +"Affiche et gère la liste de tous les continents qui peuvent être associés à " +"vos partenaires." #. module: base_continent #: model:res.continent,name:base_continent.eu diff --git a/base_continent/i18n/it.po b/base_continent/i18n/it.po index c6f490b07..2f50e16eb 100644 --- a/base_continent/i18n/it.po +++ b/base_continent/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Paolo Valier, 2016 # Paolo Valier, 2016 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2016-07-03 00:45+0000\n" "PO-Revision-Date: 2016-07-02 21:36+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent @@ -86,7 +87,9 @@ msgstr "" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Mostra e gestisci la lista di tutti i continenti che sono stati assegnati ai documenti del partner." +msgstr "" +"Mostra e gestisci la lista di tutti i continenti che sono stati assegnati ai " +"documenti del partner." #. module: base_continent #: model:res.continent,name:base_continent.eu diff --git a/base_continent/i18n/nl.po b/base_continent/i18n/nl.po index f06527094..763de99ce 100644 --- a/base_continent/i18n/nl.po +++ b/base_continent/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # lfreeke , 2015 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-07-03 00:45+0000\n" "PO-Revision-Date: 2016-07-02 21:36+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-8-0/" +"language/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: base_continent diff --git a/base_continent/i18n/pt_BR.po b/base_continent/i18n/pt_BR.po index 464e96e2b..db907dc57 100644 --- a/base_continent/i18n/pt_BR.po +++ b/base_continent/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # danimaribeiro , 2015 # danimaribeiro , 2015 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2016-07-03 00:45+0000\n" "PO-Revision-Date: 2016-07-02 21:36+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-" +"contact-8-0/language/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: base_continent @@ -86,7 +87,9 @@ msgstr "" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Mostra e gerencia a lista de todos os continentes que podem ser setados nos registros de parceiros." +msgstr "" +"Mostra e gerencia a lista de todos os continentes que podem ser setados nos " +"registros de parceiros." #. module: base_continent #: model:res.continent,name:base_continent.eu diff --git a/base_continent/i18n/sl.po b/base_continent/i18n/sl.po index 7aa4b7410..057aa9f9d 100644 --- a/base_continent/i18n/sl.po +++ b/base_continent/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_continent -# +# # Translators: # Matjaž Mozetič , 2015-2016 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2016-07-03 07:56+0000\n" "PO-Revision-Date: 2016-07-04 06:44+0000\n" "Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/sl/)\n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-" +"contact-8-0/language/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: base_continent #: model:res.continent,name:base_continent.af @@ -85,7 +87,9 @@ msgstr "Prikazni naziv" msgid "" "Display and manage the list of all continents that can be assigned to your " "partner records." -msgstr "Prikaz in upravljanje seznama vseh celin, ki so lahko dodeljene zapisom partnerjev." +msgstr "" +"Prikaz in upravljanje seznama vseh celin, ki so lahko dodeljene zapisom " +"partnerjev." #. module: base_continent #: model:res.continent,name:base_continent.eu