Browse Source
Merge pull request #494 from Eficent/11.0-mig-base_location_geonames_import
Merge pull request #494 from Eficent/11.0-mig-base_location_geonames_import
[11.0][mig][base_location_geonames_import]pull/523/head
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
78 changed files with 10801 additions and 0 deletions
-
86base_location_geonames_import/README.rst
-
3base_location_geonames_import/__init__.py
-
28base_location_geonames_import/__manifest__.py
-
118base_location_geonames_import/i18n/am.po
-
141base_location_geonames_import/i18n/ar.po
-
141base_location_geonames_import/i18n/bg.po
-
141base_location_geonames_import/i18n/bs.po
-
141base_location_geonames_import/i18n/ca.po
-
141base_location_geonames_import/i18n/cs.po
-
141base_location_geonames_import/i18n/da.po
-
142base_location_geonames_import/i18n/de.po
-
118base_location_geonames_import/i18n/el_GR.po
-
141base_location_geonames_import/i18n/en_GB.po
-
151base_location_geonames_import/i18n/es.po
-
141base_location_geonames_import/i18n/es_AR.po
-
141base_location_geonames_import/i18n/es_CL.po
-
141base_location_geonames_import/i18n/es_CO.po
-
141base_location_geonames_import/i18n/es_CR.po
-
141base_location_geonames_import/i18n/es_DO.po
-
141base_location_geonames_import/i18n/es_EC.po
-
141base_location_geonames_import/i18n/es_ES.po
-
141base_location_geonames_import/i18n/es_MX.po
-
141base_location_geonames_import/i18n/es_PE.po
-
141base_location_geonames_import/i18n/es_PY.po
-
141base_location_geonames_import/i18n/es_VE.po
-
141base_location_geonames_import/i18n/et.po
-
141base_location_geonames_import/i18n/eu.po
-
141base_location_geonames_import/i18n/fa.po
-
118base_location_geonames_import/i18n/fi.po
-
143base_location_geonames_import/i18n/fr.po
-
141base_location_geonames_import/i18n/fr_CA.po
-
141base_location_geonames_import/i18n/fr_CH.po
-
141base_location_geonames_import/i18n/gl.po
-
141base_location_geonames_import/i18n/gl_ES.po
-
141base_location_geonames_import/i18n/he.po
-
141base_location_geonames_import/i18n/hr.po
-
143base_location_geonames_import/i18n/hr_HR.po
-
141base_location_geonames_import/i18n/hu.po
-
141base_location_geonames_import/i18n/id.po
-
150base_location_geonames_import/i18n/it.po
-
141base_location_geonames_import/i18n/ja.po
-
141base_location_geonames_import/i18n/ko.po
-
141base_location_geonames_import/i18n/lt.po
-
141base_location_geonames_import/i18n/lt_LT.po
-
141base_location_geonames_import/i18n/lv.po
-
141base_location_geonames_import/i18n/mk.po
-
141base_location_geonames_import/i18n/mn.po
-
141base_location_geonames_import/i18n/nb.po
-
141base_location_geonames_import/i18n/nb_NO.po
-
118base_location_geonames_import/i18n/nl.po
-
141base_location_geonames_import/i18n/nl_BE.po
-
141base_location_geonames_import/i18n/nl_NL.po
-
141base_location_geonames_import/i18n/pl.po
-
141base_location_geonames_import/i18n/pt.po
-
143base_location_geonames_import/i18n/pt_BR.po
-
148base_location_geonames_import/i18n/pt_PT.po
-
141base_location_geonames_import/i18n/ro.po
-
141base_location_geonames_import/i18n/ru.po
-
141base_location_geonames_import/i18n/sk.po
-
141base_location_geonames_import/i18n/sl.po
-
141base_location_geonames_import/i18n/sr.po
-
141base_location_geonames_import/i18n/sr@latin.po
-
141base_location_geonames_import/i18n/sv.po
-
141base_location_geonames_import/i18n/th.po
-
141base_location_geonames_import/i18n/tr.po
-
141base_location_geonames_import/i18n/tr_TR.po
-
141base_location_geonames_import/i18n/uk.po
-
141base_location_geonames_import/i18n/vi.po
-
141base_location_geonames_import/i18n/vi_VN.po
-
141base_location_geonames_import/i18n/zh_CN.po
-
141base_location_geonames_import/i18n/zh_TW.po
-
BINbase_location_geonames_import/static/description/icon.png
-
782base_location_geonames_import/static/description/icon.svg
-
4base_location_geonames_import/tests/__init__.py
-
94base_location_geonames_import/tests/test_base_location_geonames_import.py
-
3base_location_geonames_import/wizard/__init__.py
-
230base_location_geonames_import/wizard/geonames_import.py
-
42base_location_geonames_import/wizard/geonames_import_view.xml
@ -0,0 +1,86 @@ |
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
|||
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html |
|||
:alt: License: AGPL-3 |
|||
|
|||
============================= |
|||
Base Location Geonames Import |
|||
============================= |
|||
|
|||
This module adds a wizard to import cities and/or better zip entries from |
|||
`Geonames <http://www.geonames.org/>`_ database. |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
To install this module, you need the Python library 'requests'. |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
To access the menu to import better zip entries from Geonames, |
|||
you must add yourself to the groups *Technical features* and *Sales manager*. |
|||
|
|||
If want want/need to modify the default URL |
|||
(http://download.geonames.org/export/zip/), you can set the *geonames.url* |
|||
system parameter. |
|||
|
|||
Usage |
|||
===== |
|||
|
|||
Go to *Settings > Technical > Cities/Locations Management > Import from Geonames*, |
|||
and click on it to open a wizard. |
|||
|
|||
When you start the wizard, it will ask you to select a country. If the |
|||
country has been set-up to require the entry of cites from a list you will be |
|||
able to indicate if you want to import the cities or zip codes. |
|||
|
|||
|
|||
Then, for the |
|||
selected country, it will delete all the current better zip entries, download |
|||
the latest version of the list of cities from geonames.org and create new |
|||
better zip entries. |
|||
|
|||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
|||
:alt: Try me on Runbot |
|||
:target: https://runbot.odoo-community.org/runbot/134/11.0 |
|||
|
|||
Bug Tracker |
|||
=========== |
|||
|
|||
Bugs are tracked on `GitHub Issues |
|||
<https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please |
|||
check there if your issue has already been reported. If you spotted it first, |
|||
help us smashing it by providing a detailed and welcomed feedback. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Alexis de Lattre <alexis.delattre@akretion.com> |
|||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com> |
|||
* Pedro M. Baeza <pedro.baeza@tecnativa.com> |
|||
* Dave Lasley <dave@laslabs.com> |
|||
* Jordi Ballester <jordi.ballester@eficent.com> |
|||
|
|||
Icon |
|||
---- |
|||
|
|||
* http://icon-park.com/icon/location-map-pin-orange3/ |
|||
* http://commons.wikimedia.org/wiki/File:View-refresh.svg |
|||
|
|||
Maintainer |
|||
---------- |
|||
|
|||
.. image:: https://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: https://odoo-community.org |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
OCA, or the Odoo Community Association, is a nonprofit organization whose |
|||
mission is to support the collaborative development of Odoo features and |
|||
promote its widespread use. |
|||
|
|||
To contribute to this module, please visit https://odoo-community.org. |
@ -0,0 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
|
|||
from . import wizard |
@ -0,0 +1,28 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2014-2016 Akretion (Alexis de Lattre |
|||
# <alexis.delattre@akretion.com>) |
|||
# Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com> |
|||
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com> |
|||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L. |
|||
# <contact@eficent.com> |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
{ |
|||
'name': 'Base Location Geonames Import', |
|||
'version': '11.0.1.0.1', |
|||
'category': 'Partner Management', |
|||
'license': 'AGPL-3', |
|||
'summary': 'Import better zip entries from Geonames', |
|||
'author': 'Akretion,' |
|||
'Agile Business Group,' |
|||
'Antiun Ingeniería S.L.,' |
|||
'Tecnativa,' |
|||
'Odoo Community Association (OCA)', |
|||
'website': 'http://www.akretion.com', |
|||
'depends': ['base_location'], |
|||
'external_dependencies': {'python': ['requests']}, |
|||
'data': [ |
|||
'wizard/geonames_import_view.xml', |
|||
], |
|||
'installable': True, |
|||
} |
@ -0,0 +1,118 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: partner-contact (9.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-08-20 23:45+0000\n" |
|||
"PO-Revision-Date: 2016-04-28 11:44+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: Amharic (http://www.transifex.com/oca/OCA-partner-contact-9-0/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Converts retreived city and state names to Title Case." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the country selected above, this wizard will download the latest version" |
|||
" of the list of cities from geonames.org, create new location entries if not" |
|||
" found already in the system, and DELETE MISSING ENTRIES from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 |
|||
#, python-format |
|||
msgid "Too many states with code %s for country %s" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "إلغاء" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "أنشئ بواسطة" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "أنشئ في" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "اسم العرض" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "المعرف" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "آخر تعديل في" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "آخر تحديث بواسطة" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "آخر تحديث في" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Създадено от" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Създадено на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Име за показване" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Последно обновено на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последно обновено от" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последно обновено на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Prikaži naziv" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnje mijenjano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažurirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancel·la" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creat per" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creat el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Veure el nom" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Darrera modificació el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Darrera Actualització per" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Darrera Actualització el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Zrušit" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Vytvořil(a)" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Vytvořeno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Zobrazovaný název" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Naposled upraveno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Land." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oprettet af" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Oprettet den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vist navn" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sidst ændret den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sidst opdateret af" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sidst opdateret den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,142 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "abbrechen" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Land" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "erstellt von" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "erstellt am" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Anzeigename" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Erhielt einen Fehler %d beim Versuch die Datei %s herunter zu laden." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Import" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Importiere bessere PLZ von geonames.org" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Importiere von Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zuletzt geändert am" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "zuletzt aktualisiert von" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "zuletzt aktualisiert am" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"Die Landeskennung in der Datei (%s) passt nicht zum gewählten Land (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "Fall-Bezeichnung" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,118 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: partner-contact (9.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-08-20 23:45+0000\n" |
|||
"PO-Revision-Date: 2016-04-28 11:44+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-partner-contact-9-0/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Converts retreived city and state names to Title Case." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Δημιουργήθηκε από " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Δημιουργήθηκε στις" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the country selected above, this wizard will download the latest version" |
|||
" of the list of cities from geonames.org, create new location entries if not" |
|||
" found already in the system, and DELETE MISSING ENTRIES from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "Κωδικός" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Τελευταία ενημέρωση από" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Τελευταία ενημέρωση στις" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 |
|||
#, python-format |
|||
msgid "Too many states with code %s for country %s" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Created by" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Created on" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Display Name" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Last Modified on" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,151 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2017\n" |
|||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
", crea nuevos registros de ubicación si no se encuentran ya en el sistema y " |
|||
"<b>borrar los registros ausentes</b> del nuevo archivo." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
"Convierte los nombres de ciudades y provincias obtenidos a capitalización " |
|||
"(mayúsculas la primera letra de cada palabra) o a todo mayúsculas (todas las" |
|||
" letras)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "País" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
"Este asistente descargará la última versión de la lista de ciudades para el " |
|||
"país seleccionado." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Se obtuvo un error %d cuando se descargaba el archivo %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Importar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Importar ubicaciones de Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Importar de GeoNames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificado por última vez el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "Capitalización" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"El código de país dentro del archivo (%s) no se corresponde con el país " |
|||
"seleccionado (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "Nombre Propio" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "Sin cambios" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "Todo mayúsculas" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "geonames.org" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Mostrar Nombre" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización realizada por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID (identificación)" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre Público" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última Modificación el" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Actualizado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Actualizado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre mostrado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID (identificación)" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización de" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre para mostrar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre desplegado" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima modificacion realizada" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualizacion por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización realizada" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nombre a Mostrar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima Modificación en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Actualizado última vez por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima Actualización" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Mostrar nombre" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificada por última vez" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Última actualización realizada por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualizacion en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Loobu" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Loonud" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Loodud" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Näidatav nimi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Viimati muudetud" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Viimati uuendatud" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Viimati uuendatud" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Nork sortua" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Created on" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Izena erakutsi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Last Updated on" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "ایجاد شده توسط" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "ایجاد شده در" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "نام نمایشی" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "شناسه" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "تاریخ آخرین بهروزرسانی" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "آخرین به روز رسانی توسط" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "آخرین به روز رسانی در" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,118 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: partner-contact (9.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-08-20 23:45+0000\n" |
|||
"PO-Revision-Date: 2016-09-15 12:45+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-partner-contact-9-0/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Converts retreived city and state names to Title Case." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Maa" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Luonut" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Luotu" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nimi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the country selected above, this wizard will download the latest version" |
|||
" of the list of cities from geonames.org, create new location entries if not" |
|||
" found already in the system, and DELETE MISSING ENTRIES from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Viimeksi muokattu" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Viimeksi päivitetty" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Viimeksi päivittänyt" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 |
|||
#, python-format |
|||
msgid "Too many states with code %s for country %s" |
|||
msgstr "" |
@ -0,0 +1,143 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Annuler" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Pays" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Intitulé" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Erreur %d reçue suite à la tentative de téléchargement du fichier %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Importer" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Import Better Zip from Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Importer de Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Dernière modification le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Mis à jour par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Mis à jour le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"Le code pays utilisé à l'intérieur du fichier (%s) ne correspond pas au pays" |
|||
" sélectionné (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Afficher le nom" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "Identifiant" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Dernière mise à jour par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Dernière mise à jour le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nom affiché" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Dernière modification le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Modifié par" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Modifié le" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creado en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificado por última vez o" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "ültima actualización por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Última actualización en" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "נוצר על ידי" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "נוצר ב-" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "השם המוצג" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "מזהה" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "תאריך שינוי אחרון" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "עודכן לאחרונה על ידי" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "עודכן לאחרונה על" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Naziv za prikaz" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnje modificirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažuriranje" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,143 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
# Bole <bole@dajmi5.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" |
|||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Otkaži" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Država" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Naziv" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Pogreška : %d pri pokušaju preuzimanja datoteke %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Uvezi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Uvezi Gradove sa Geonames servisa" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Uvezi sa Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnji modificirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji ažurirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnje ažurirano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"Šifra države unutar datoteke (%s) ne odgovara šifri odabrane države (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "Početna Velika " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "geonames.org" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Készítette" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Létrehozás dátuma" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Név megjelenítése" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Utolsó frissítés dátuma" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Utoljára frissítve, által" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Utoljára frissítve " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Dibuat oleh" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Dibuat pada" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nama Tampilan" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Terakhir Dimodifikasi pada" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Diperbaharui oleh" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Diperbaharui pada" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,150 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
", creare nuove voci località, se non già presenti nel sistema, e <b> " |
|||
"eliminare le voci mancanti </ b> dal nuovo file." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Annulla" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
"Converte i nomi recuperati di città e stato con iniziale maiuscola " |
|||
"(maiuscole su ogni prima lettera di una parola) o tutte maiuscole (con tutte" |
|||
" lettere maiuscole)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Paese" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creato da" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creato il" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome da visualizzare" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
"Per la nazione selezionata, questo wizard scaricherà l'ultima versione della" |
|||
" lista delle città" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Errore %d mentre si stava scaricando il file %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Importa" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Importa Better Zip da Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Importazione da Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima modifica il" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultimo caricamento il" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultimo caricamento di" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "Maiuscolo/Minuscolo" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"Il codice paese all'interno del file (%s) non corrisponde al paese " |
|||
"selezionato (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "Iniziale Maiuscola" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "Invariato" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "Lettere Maiuscole" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "geonames.org" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "作成者" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "作成日" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "表示名" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最終更新日" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最終更新者" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "最終更新日" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "작성자" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "작성일" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "표시 이름" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "최근 수정" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "최근 갱신한 사람" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "최근 갱신 날짜" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Atšaukti" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Sukūrė" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Sukurta" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vaizduojamas pavadinimas" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Paskutinį kartą keista" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Paskutinį kartą atnaujino" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Paskutinį kartą atnaujinta" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Sukūrė" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Sukurta" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Paskutinį kartą atnaujino" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Paskutinį kartą atnaujinta" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Izveidoja" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Izveidots" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Pēdējo reizi atjaunoja" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Pēdējās izmaiņas" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Креирано од" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Креирано на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Прикажи име" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Последна промена на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последно ажурирање од" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последно ажурирање на" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Үүсгэгч" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Үүсгэсэн" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Дэлгэцийн Нэр" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Сүүлийн засвар хийсэн огноо" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Сүүлийн засвар хийсэн" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Сүүлийн засвар хийсэн огноо" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Opprettet av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Opprettet den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Visnings navn" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sist oppdatert " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sist oppdatert av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sist oppdatert" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Laget av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Laget den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Vis navn" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sist endret den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Sist oppdatert av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Sist oppdatert den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,118 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: partner-contact (9.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-08-20 23:45+0000\n" |
|||
"PO-Revision-Date: 2016-04-28 11:44+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-9-0/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Annuleren" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Converts retreived city and state names to Title Case." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Land" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Aangemaakt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Aangemaakt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Te tonen naam" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the country selected above, this wizard will download the latest version" |
|||
" of the list of cities from geonames.org, create new location entries if not" |
|||
" found already in the system, and DELETE MISSING ENTRIES from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 |
|||
#, python-format |
|||
msgid "Too many states with code %s for country %s" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Annuleren" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Gemaakt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Gemaakt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Schermnaam" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst Aangepast op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# Peter Hageman <hageman.p@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-30 02:48+0000\n" |
|||
"PO-Revision-Date: 2017-06-30 02:48+0000\n" |
|||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n" |
|||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: nl_NL\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Land" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Aangemaakt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Aangemaakt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Weergavenaam" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Laatst gewijzigd op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "Onveranderd" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "geonames.org" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Anuluj" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Utworzone przez" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Utworzono" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Wyświetlana nazwa " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ostatnio modyfikowano" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ostatnio modyfikowane przez" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ostatnia zmiana" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "País" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome a Apresentar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificado a última vez por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Atualizado pela última vez por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Atualizado pela última vez em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,143 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "País" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome a mostrar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Recebido um erro %d ao tentar o download do arquivo %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Importar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Importar códigos postais de Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Importar de Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Última atualização em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Útima atualização por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Útima atualização em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
"O código país dentro do arquivo (%s) não corresponde ao país selecionado " |
|||
"(%s)" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,148 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
# Tiago Baptista <tiago@baptista.net>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-01-25 01:45+0000\n" |
|||
"PO-Revision-Date: 2017-01-25 01:45+0000\n" |
|||
"Last-Translator: Tiago Baptista <tiago@baptista.net>, 2017\n" |
|||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "País" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nome" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:125 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Modificado em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Atualizado pela última vez por" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Atualizado pela última vez em" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:69 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:101 |
|||
#, python-format |
|||
msgid "Too many states with code %s for country %s" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Anuleaza" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Creat de" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Creat la" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Nume Afişat" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Ultima actualizare în" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Ultima actualizare făcută de" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Ultima actualizare la" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Отменена" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Создано" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Создан" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Последний раз обновлено" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Последний раз обновлено" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Vytvoril" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Vytvorené" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Zobraziť meno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Posledná modifikácia" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Naposledy upravoval" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Naposledy upravované" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-04-24 00:41+0000\n" |
|||
"PO-Revision-Date: 2017-04-24 00:41+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Prekliči" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "Država" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Ustvaril" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Ustvaril" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Prikazni naziv" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Prišlo je do napake %d pri poizkusu prenosa datoteke %s." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "Uvozi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "Uvozi Better Zip iz Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "Uvozi iz Geonames" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnjič spremenjeno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnji posodobil" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnjič posodobljeno" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "Oznaka države v datoteki (%s) ne ustreza izbrani državi (%s)." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "Velike začetnice besed" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreiran" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Kreirao" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Kreiran" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Ime za prikaz" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zadnja izmjena" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Skapad av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Skapad den" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Visa namn" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Senast redigerad" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Senast uppdaterad av" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Senast uppdaterad" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "ยกเลิก" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "สร้างโดย" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "สร้างเมื่อ" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "ชื่อที่ใช้แสดง" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "รหัส" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "อัพเดทครั้งสุดท้ายโดย" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "อัพเดทครั้งสุดท้ายเมื่อ" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Vazgeç" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oluşturan" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Oluşturuldu" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Görünen İsim" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Son değişiklik" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Son güncelleyen" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Son güncelleme" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Oluşturan" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Oluşturulma tarihi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Görünen ad" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "Kimlik" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "En son güncelleme tarihi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "En son güncelleyen " |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "En son güncelleme tarihi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/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" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Створив" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Дата створення" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Назва для відображення" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Остання модифікація" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Востаннє оновив" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Останнє оновлення" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "Hủy bỏ" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Được tạo bởi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Được tạo vào" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "Tên hiển thị" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Sửa lần cuối vào" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Last Updated by" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Cập nhật lần cuối vào" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "Tạo bởi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "Tạo vào" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Cập nhật lần cuối bởi" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Cập nhật lần cuối vào" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n" |
|||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "创建者" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "创建时间" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "显示名称" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最后修改时间" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最后更新者" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "上次更新日期" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
@ -0,0 +1,141 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-10 01:50+0000\n" |
|||
"PO-Revision-Date: 2017-06-10 01:50+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" |
|||
"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: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
", create new location entries if not found already in the system, and " |
|||
"<b>delete missing entries</b> from new file." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "" |
|||
"Converts retreived city and state names to Title Case (upper case on each " |
|||
"first letter of a word) or Upper Case (all letters upper case)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id |
|||
msgid "Country" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid |
|||
msgid "Created by" |
|||
msgstr "建立者" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date |
|||
msgid "Created on" |
|||
msgstr "建立於" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name |
|||
msgid "Display Name" |
|||
msgstr "顯示名稱" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "" |
|||
"For the selected country, this wizard will download the latest version of " |
|||
"the list of cities from" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:129 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id |
|||
msgid "ID" |
|||
msgstr "編號" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import |
|||
msgid "Import Better Zip from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action |
|||
#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "Import from Geonames" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "最後修改:" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "最後更新:" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "最後更新於" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_letter_case |
|||
msgid "Letter Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:71 |
|||
#, python-format |
|||
msgid "" |
|||
"The country code inside the file (%s) doesn't correspond to the selected " |
|||
"country (%s)." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Title Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Unchanged" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: selection:better.zip.geonames.import,letter_case:0 |
|||
msgid "Upper Case" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form |
|||
msgid "geonames.org" |
|||
msgstr "" |
After Width: 128 | Height: 128 | Size: 13 KiB |
782
base_location_geonames_import/static/description/icon.svg
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,4 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import test_base_location_geonames_import |
@ -0,0 +1,94 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com> |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from odoo.tests import common |
|||
|
|||
|
|||
class TestBaseLocationGeonamesImport(common.SavepointCase): |
|||
@classmethod |
|||
def setUpClass(cls): |
|||
super(TestBaseLocationGeonamesImport, cls).setUpClass() |
|||
cls.country = cls.env.ref('base.mc') |
|||
cls.country.enforce_cities = True |
|||
cls.wizard = cls.env['better.zip.geonames.import'].create({ |
|||
'country_id': cls.country.id, |
|||
}) |
|||
|
|||
def test_import_country(self): |
|||
max_import = 10 |
|||
self.wizard.with_context(max_import=max_import).run_import() |
|||
# Look if there are imported states for the country |
|||
state_count = self.env['res.country.state'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertTrue(state_count) |
|||
# Look if there are imported zips |
|||
zip_count = self.env['res.better.zip'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertEqual(zip_count, max_import) |
|||
|
|||
# Look if there are imported cities |
|||
city_count = self.env['res.city'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertTrue(city_count) |
|||
|
|||
# Reimport again to see that there's no duplicates |
|||
self.wizard.with_context(max_import=max_import).run_import() |
|||
state_count2 = self.env['res.country.state'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertEqual(state_count, state_count2) |
|||
|
|||
city_count2 = self.env['res.city'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertEqual(city_count, city_count2) |
|||
|
|||
zip_count = self.env['res.better.zip'].search_count([ |
|||
('country_id', '=', self.country.id) |
|||
]) |
|||
self.assertEqual(zip_count, max_import) |
|||
|
|||
def test_delete_old_entries(self): |
|||
zip_entry = self.env['res.better.zip'].create({ |
|||
'city': 'Test city', |
|||
'country_id': self.country.id, |
|||
}) |
|||
self.wizard.run_import() |
|||
self.assertFalse(zip_entry.exists()) |
|||
|
|||
city_entry = self.env['res.city'].create({ |
|||
'name': 'Test city', |
|||
'country_id': self.country.id, |
|||
}) |
|||
self.wizard.run_import() |
|||
self.assertFalse(city_entry.exists()) |
|||
|
|||
def test_import_title(self): |
|||
self.wizard.letter_case = 'title' |
|||
self.wizard.with_context(max_import=1).run_import() |
|||
zip = self.env['res.better.zip'].search( |
|||
[('country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(zip.city, zip.city.title()) |
|||
|
|||
city = self.env['res.city'].search( |
|||
[('country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(city.name, city.name.title()) |
|||
|
|||
def test_import_upper(self): |
|||
self.wizard.letter_case = 'upper' |
|||
self.wizard.with_context(max_import=1).run_import() |
|||
zip = self.env['res.better.zip'].search( |
|||
[('country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(zip.city, zip.city.upper()) |
|||
|
|||
city = self.env['res.city'].search( |
|||
[('country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(city.name, city.name.upper()) |
@ -0,0 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
|
|||
from . import geonames_import |
@ -0,0 +1,230 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2014-2016 Akretion (Alexis de Lattre |
|||
# <alexis.delattre@akretion.com>) |
|||
# Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com> |
|||
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com> |
|||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L. |
|||
# <contact@eficent.com> |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from odoo import _, api, fields, models, tools |
|||
from odoo.exceptions import UserError |
|||
import requests |
|||
import tempfile |
|||
import io |
|||
import zipfile |
|||
import os |
|||
import logging |
|||
import csv |
|||
|
|||
logger = logging.getLogger(__name__) |
|||
|
|||
|
|||
class BetterZipGeonamesImport(models.TransientModel): |
|||
_name = 'better.zip.geonames.import' |
|||
_description = 'Import Better Zip from Geonames' |
|||
_rec_name = 'country_id' |
|||
|
|||
country_id = fields.Many2one('res.country', 'Country', required=True) |
|||
enforce_cities = fields.Boolean(string='Enforce Cities', |
|||
help='The city will be created as a ' |
|||
'separate entity.', |
|||
related='country_id.enforce_cities', |
|||
readonly=True) |
|||
|
|||
letter_case = fields.Selection([ |
|||
('unchanged', 'Unchanged'), |
|||
('title', 'Title Case'), |
|||
('upper', 'Upper Case'), |
|||
], string='Letter Case', default='unchanged', |
|||
help="Converts retreived city and state names to Title Case " |
|||
"(upper case on each first letter of a word) or Upper Case " |
|||
"(all letters upper case).") |
|||
|
|||
@api.model |
|||
def transform_city_name(self, city, country): |
|||
"""Override it for transforming city name (if needed) |
|||
:param city: Original city name |
|||
:param country: Country record |
|||
:return: Transformed city name |
|||
""" |
|||
return city |
|||
|
|||
@api.model |
|||
def _domain_search_res_city(self, row, country): |
|||
return [('name', '=', self.transform_city_name(row[2], country)), |
|||
('country_id', '=', country.id)] |
|||
|
|||
@api.model |
|||
def _domain_search_better_zip(self, row, country, res_city): |
|||
domain = [('name', '=', row[1]), |
|||
('city', '=', self.transform_city_name(row[2], country)), |
|||
('country_id', '=', country.id)] |
|||
if res_city: |
|||
domain += [('city_id', '=', res_city.id)] |
|||
return domain |
|||
|
|||
@api.model |
|||
def _prepare_res_city(self, row, country): |
|||
state = self.select_or_create_state(row, country) |
|||
vals = { |
|||
'name': self.transform_city_name(row[2], country), |
|||
'state_id': state.id, |
|||
'country_id': country.id, |
|||
} |
|||
return vals |
|||
|
|||
@api.model |
|||
def _prepare_better_zip(self, row, country, res_city): |
|||
state = self.select_or_create_state(row, country) |
|||
city_name = self.transform_city_name(row[2], country) |
|||
vals = { |
|||
'name': row[1], |
|||
'city_id': res_city and res_city.id or False, |
|||
'city': res_city and res_city.name or city_name, |
|||
'state_id': state.id, |
|||
'country_id': country.id, |
|||
'latitude': row[9], |
|||
'longitude': row[10], |
|||
} |
|||
return vals |
|||
|
|||
@api.model |
|||
def create_better_zip(self, row, country, res_city): |
|||
if row[0] != country.code: |
|||
raise UserError( |
|||
_("The country code inside the file (%s) doesn't " |
|||
"correspond to the selected country (%s).") |
|||
% (row[0], country.code)) |
|||
logger.debug('ZIP = %s - City = %s' % (row[1], row[2])) |
|||
if self.letter_case == 'title': |
|||
row[2] = row[2].title() |
|||
row[3] = row[3].title() |
|||
elif self.letter_case == 'upper': |
|||
row[2] = row[2].upper() |
|||
row[3] = row[3].upper() |
|||
if row[1] and row[2]: |
|||
zip_model = self.env['res.better.zip'] |
|||
zips = zip_model.search(self._domain_search_better_zip( |
|||
row, country, res_city)) |
|||
if zips: |
|||
return zips[0] |
|||
else: |
|||
vals = self._prepare_better_zip(row, country, res_city) |
|||
if vals: |
|||
logger.debug('Creating res.better.zip %s' % vals['name']) |
|||
return zip_model.create(vals) |
|||
else: # pragma: no cover |
|||
return False |
|||
|
|||
@api.model |
|||
def create_res_city(self, row, country): |
|||
if row[0] != country.code: |
|||
raise UserError( |
|||
_("The country code inside the file (%s) doesn't " |
|||
"correspond to the selected country (%s).") |
|||
% (row[0], country.code)) |
|||
logger.debug('Processing city creation for ZIP = %s - City = %s' % |
|||
(row[1], row[2])) |
|||
if self.letter_case == 'title': |
|||
row[2] = row[2].title() |
|||
row[3] = row[3].title() |
|||
elif self.letter_case == 'upper': |
|||
row[2] = row[2].upper() |
|||
row[3] = row[3].upper() |
|||
if row[2]: |
|||
res_city_model = self.env['res.city'] |
|||
res_cities = res_city_model.search(self._domain_search_res_city( |
|||
row, country)) |
|||
if res_cities: |
|||
return res_cities[0] |
|||
else: |
|||
vals = self._prepare_res_city(row, country) |
|||
if vals: |
|||
logger.debug('Creating res.city %s' % vals['name']) |
|||
return res_city_model.create(vals) |
|||
else: # pragma: no cover |
|||
return False |
|||
|
|||
@tools.ormcache('country_id', 'code') |
|||
def _get_state(self, country_id, code, name): |
|||
state = self.env['res.country.state'].search( |
|||
[('country_id', '=', country_id), |
|||
('code', '=', code)], limit=1, |
|||
) |
|||
if state: # pragma: no cover |
|||
return state |
|||
else: |
|||
return self.env['res.country.state'].create({ |
|||
'name': name, |
|||
'code': code, |
|||
'country_id': country_id, |
|||
}) |
|||
|
|||
@api.model |
|||
def select_or_create_state( |
|||
self, row, country, code_row_index=4, name_row_index=3): |
|||
return self._get_state( |
|||
country.id, row[code_row_index], row[name_row_index], |
|||
) |
|||
|
|||
@api.multi |
|||
def run_import(self): |
|||
self.ensure_one() |
|||
zip_model = self.env['res.better.zip'] |
|||
res_city_model = self.env['res.city'] |
|||
country_code = self.country_id.code |
|||
config_url = self.env['ir.config_parameter'].get_param( |
|||
'geonames.url', |
|||
default='http://download.geonames.org/export/zip/%s.zip') |
|||
url = config_url % country_code |
|||
logger.info('Starting to download %s' % url) |
|||
res_request = requests.get(url) |
|||
if res_request.status_code != requests.codes.ok: |
|||
raise UserError( |
|||
_('Got an error %d when trying to download the file %s.') |
|||
% (res_request.status_code, url)) |
|||
# Store current record list |
|||
|
|||
res_cities_to_delete = res_city_model |
|||
zips_to_delete = zip_model.search( |
|||
[('country_id', '=', self.country_id.id)]) |
|||
if self.enforce_cities: |
|||
res_cities_to_delete = res_city_model.search( |
|||
[('country_id', '=', self.country_id.id)]) |
|||
|
|||
f_geonames = zipfile.ZipFile(io.BytesIO(res_request.content)) |
|||
tempdir = tempfile.mkdtemp(prefix='odoo') |
|||
f_geonames.extract('%s.txt' % country_code, tempdir) |
|||
logger.info('The geonames zipfile has been decompressed') |
|||
data_file = open(os.path.join(tempdir, '%s.txt' % country_code), 'r', |
|||
encoding='utf-8') |
|||
data_file.seek(0) |
|||
logger.info('Starting to create the cities and/or better zip entries') |
|||
max_import = self.env.context.get('max_import', 0) |
|||
reader = csv.reader(data_file, delimiter=' ') |
|||
for i, row in enumerate(reader): |
|||
res_city = False |
|||
if self.enforce_cities: |
|||
res_city = self.create_res_city(row, self.country_id) |
|||
if res_city in res_cities_to_delete: |
|||
res_cities_to_delete -= res_city |
|||
zip_code = self.create_better_zip(row, self.country_id, |
|||
res_city) |
|||
if zip_code in zips_to_delete: |
|||
zips_to_delete -= zip_code |
|||
if max_import and (i + 1) == max_import: |
|||
break |
|||
data_file.close() |
|||
if zips_to_delete and not max_import: |
|||
zips_to_delete.unlink() |
|||
logger.info('%d better zip entries deleted for country %s' % |
|||
(len(zips_to_delete), self.country_id.name)) |
|||
if res_cities_to_delete and not max_import: |
|||
res_cities_to_delete.unlink() |
|||
logger.info('%d res.city entries deleted for country %s' % |
|||
(len(res_cities_to_delete), self.country_id.name)) |
|||
logger.info( |
|||
'The wizard to create cities and/or better zip entries from ' |
|||
'geonames has been successfully completed.') |
|||
return True |
@ -0,0 +1,42 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
|
|||
<record id="better_zip_geonames_import_form" model="ir.ui.view"> |
|||
<field name="name">Import from Geonames form view</field> |
|||
<field name="model">better.zip.geonames.import</field> |
|||
<field name="arch" type="xml"> |
|||
<form string="Import from Geonames"> |
|||
<group name="help"> |
|||
<div> |
|||
<p>For the selected country, this wizard will download the latest version of the list of cities from <a href="http://www.geonames.org/">geonames.org</a>, create new location entries if not found already in the system, and <b>delete missing entries</b> from new file.</p> |
|||
</div> |
|||
</group> |
|||
<group name="main"> |
|||
<field name="country_id"/> |
|||
<field name="enforce_cities"/> |
|||
<field name="letter_case"/> |
|||
</group> |
|||
<footer> |
|||
<button name="run_import" type="object" |
|||
class="oe_highlight" string="Import"/> |
|||
<button special="cancel" string="Cancel" class="oe_link"/> |
|||
</footer> |
|||
</form> |
|||
</field> |
|||
</record> |
|||
|
|||
<record id="better_zip_geonames_import_action" model="ir.actions.act_window"> |
|||
<field name="name">Import from Geonames</field> |
|||
<field name="res_model">better.zip.geonames.import</field> |
|||
<field name="view_mode">form</field> |
|||
<field name="target">new</field> |
|||
</record> |
|||
|
|||
<menuitem |
|||
id="better_zip_geonames_import_menu" |
|||
action="better_zip_geonames_import_action" |
|||
parent="base_location.locations_root_menu" |
|||
sequence="50" |
|||
/> |
|||
|
|||
</odoo> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue