Browse Source
Merge pull request #643 from aitorbouzas/12.0-mig-base_location_geonames_import
Merge pull request #643 from aitorbouzas/12.0-mig-base_location_geonames_import
[12.0][MIG] base_location_geonames_importpull/700/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
89 changed files with 13176 additions and 0 deletions
-
114base_location_geonames_import/README.rst
-
4base_location_geonames_import/__init__.py
-
30base_location_geonames_import/__manifest__.py
-
11base_location_geonames_import/data/res_country_data.xml
-
163base_location_geonames_import/i18n/am.po
-
164base_location_geonames_import/i18n/ar.po
-
151base_location_geonames_import/i18n/base_location_geonames_import.pot
-
163base_location_geonames_import/i18n/bg.po
-
164base_location_geonames_import/i18n/bs.po
-
163base_location_geonames_import/i18n/ca.po
-
163base_location_geonames_import/i18n/cs.po
-
163base_location_geonames_import/i18n/da.po
-
164base_location_geonames_import/i18n/de.po
-
163base_location_geonames_import/i18n/el_GR.po
-
164base_location_geonames_import/i18n/en_GB.po
-
172base_location_geonames_import/i18n/es.po
-
164base_location_geonames_import/i18n/es_AR.po
-
164base_location_geonames_import/i18n/es_CL.po
-
164base_location_geonames_import/i18n/es_CO.po
-
164base_location_geonames_import/i18n/es_CR.po
-
164base_location_geonames_import/i18n/es_DO.po
-
164base_location_geonames_import/i18n/es_EC.po
-
164base_location_geonames_import/i18n/es_ES.po
-
164base_location_geonames_import/i18n/es_MX.po
-
164base_location_geonames_import/i18n/es_PE.po
-
164base_location_geonames_import/i18n/es_PY.po
-
164base_location_geonames_import/i18n/es_VE.po
-
163base_location_geonames_import/i18n/et.po
-
163base_location_geonames_import/i18n/eu.po
-
163base_location_geonames_import/i18n/fa.po
-
163base_location_geonames_import/i18n/fi.po
-
165base_location_geonames_import/i18n/fr.po
-
164base_location_geonames_import/i18n/fr_CA.po
-
164base_location_geonames_import/i18n/fr_CH.po
-
163base_location_geonames_import/i18n/gl.po
-
164base_location_geonames_import/i18n/gl_ES.po
-
163base_location_geonames_import/i18n/he.po
-
164base_location_geonames_import/i18n/hr.po
-
166base_location_geonames_import/i18n/hr_HR.po
-
163base_location_geonames_import/i18n/hu.po
-
163base_location_geonames_import/i18n/id.po
-
172base_location_geonames_import/i18n/it.po
-
163base_location_geonames_import/i18n/ja.po
-
163base_location_geonames_import/i18n/ko.po
-
164base_location_geonames_import/i18n/lt.po
-
165base_location_geonames_import/i18n/lt_LT.po
-
164base_location_geonames_import/i18n/lv.po
-
163base_location_geonames_import/i18n/mk.po
-
163base_location_geonames_import/i18n/mn.po
-
164base_location_geonames_import/i18n/nb.po
-
164base_location_geonames_import/i18n/nb_NO.po
-
163base_location_geonames_import/i18n/nl.po
-
164base_location_geonames_import/i18n/nl_BE.po
-
165base_location_geonames_import/i18n/nl_NL.po
-
165base_location_geonames_import/i18n/pl.po
-
163base_location_geonames_import/i18n/pt.po
-
165base_location_geonames_import/i18n/pt_BR.po
-
164base_location_geonames_import/i18n/pt_PT.po
-
164base_location_geonames_import/i18n/ro.po
-
165base_location_geonames_import/i18n/ru.po
-
163base_location_geonames_import/i18n/sk.po
-
164base_location_geonames_import/i18n/sl.po
-
164base_location_geonames_import/i18n/sr.po
-
165base_location_geonames_import/i18n/sr@latin.po
-
163base_location_geonames_import/i18n/sv.po
-
163base_location_geonames_import/i18n/th.po
-
163base_location_geonames_import/i18n/tr.po
-
164base_location_geonames_import/i18n/tr_TR.po
-
164base_location_geonames_import/i18n/uk.po
-
163base_location_geonames_import/i18n/vi.po
-
164base_location_geonames_import/i18n/vi_VN.po
-
164base_location_geonames_import/i18n/zh_CN.po
-
164base_location_geonames_import/i18n/zh_TW.po
-
3base_location_geonames_import/models/__init__.py
-
16base_location_geonames_import/models/res_country.py
-
7base_location_geonames_import/readme/CONFIGURE.rst
-
7base_location_geonames_import/readme/CONTRIBUTORS.rst
-
2base_location_geonames_import/readme/DESCRIPTION.rst
-
4base_location_geonames_import/readme/INSTALL.rst
-
8base_location_geonames_import/readme/USAGE.rst
-
BINbase_location_geonames_import/static/description/icon.png
-
782base_location_geonames_import/static/description/icon.svg
-
457base_location_geonames_import/static/description/index.html
-
3base_location_geonames_import/tests/__init__.py
-
111base_location_geonames_import/tests/test_base_location_geonames_import.py
-
15base_location_geonames_import/views/res_country_view.xml
-
3base_location_geonames_import/wizard/__init__.py
-
255base_location_geonames_import/wizard/geonames_import.py
-
41base_location_geonames_import/wizard/geonames_import_view.xml
@ -0,0 +1,114 @@ |
|||
============================= |
|||
Base Location Geonames Import |
|||
============================= |
|||
|
|||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|||
!! This file is generated by oca-gen-addon-readme !! |
|||
!! changes will be overwritten. !! |
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|||
|
|||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
|||
:target: https://odoo-community.org/page/development-status |
|||
:alt: Beta |
|||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
|||
:alt: License: AGPL-3 |
|||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github |
|||
:target: https://github.com/OCA/partner-contact/tree/12.0/base_location_geonames_import |
|||
:alt: OCA/partner-contact |
|||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
|||
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_location_geonames_import |
|||
:alt: Translate me on Weblate |
|||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png |
|||
:target: https://runbot.odoo-community.org/runbot/134/12.0 |
|||
:alt: Try me on Runbot |
|||
|
|||
|badge1| |badge2| |badge3| |badge4| |badge5| |
|||
|
|||
This module adds a wizard to import cities and/or city zip entries from |
|||
`Geonames <http://www.geonames.org/>`_ database. |
|||
|
|||
**Table of contents** |
|||
|
|||
.. contents:: |
|||
:local: |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
To install this module, you need the Python library 'requests':: |
|||
|
|||
pip install requests |
|||
|
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
To access the menu to import city zip entries from Geonames |
|||
you must add yourself to the groups *Administration / Settings* or, if you have sale module |
|||
installed, *Sales / Manager* group. |
|||
|
|||
If you want/need to modify the default URL |
|||
(http://download.geonames.org/export/zip/), you can set the *geonames.url* |
|||
system parameter. |
|||
|
|||
Usage |
|||
===== |
|||
|
|||
Go to *Contacts > Configuration > Localization > Import from Geonames*, |
|||
and click on it to open a wizard. |
|||
|
|||
When you start the wizard, it will ask you to select a country. |
|||
|
|||
Then, for the selected country, it will delete all not detected entries, download |
|||
the latest version of the list of cities from geonames.org and create new |
|||
city zip entries. |
|||
|
|||
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 <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_location_geonames_import%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
|||
|
|||
Do not contact contributors directly about support or help with technical issues. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Authors |
|||
~~~~~~~ |
|||
|
|||
* Akretion |
|||
* Agile Business Group |
|||
* Tecnativa |
|||
* AdaptiveCity |
|||
|
|||
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> |
|||
* Franco Tampieri <franco@tampieri.info> |
|||
* Aitor Bouzas <aitor.bouzas@adaptivecity.com> |
|||
|
|||
Maintainers |
|||
~~~~~~~~~~~ |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
.. image:: https://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: https://odoo-community.org |
|||
|
|||
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. |
|||
|
|||
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/base_location_geonames_import>`_ project on GitHub. |
|||
|
|||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
@ -0,0 +1,4 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import models |
|||
from . import wizard |
@ -0,0 +1,30 @@ |
|||
# 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': '12.0.1.0.0', |
|||
'category': 'Partner Management', |
|||
'license': 'AGPL-3', |
|||
'summary': 'Import zip entries from Geonames', |
|||
'author': 'Akretion,' |
|||
'Agile Business Group,' |
|||
'Tecnativa,' |
|||
'AdaptiveCity,' |
|||
'Odoo Community Association (OCA)', |
|||
'website': 'https://github.com/OCA/partner-contact', |
|||
'depends': [ |
|||
'base_location', |
|||
], |
|||
'data': [ |
|||
'data/res_country_data.xml', |
|||
'views/res_country_view.xml', |
|||
'wizard/geonames_import_view.xml', |
|||
], |
|||
'installable': True, |
|||
} |
@ -0,0 +1,11 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
<record id="base.es" model="res.country"> |
|||
<field name="geonames_state_code_column" eval="6" /> |
|||
<field name="geonames_state_name_column" eval="5" /> |
|||
</record> |
|||
<record id="base.it" model="res.country"> |
|||
<field name="geonames_state_code_column" eval="6" /> |
|||
<field name="geonames_state_name_column" eval="5" /> |
|||
</record> |
|||
</odoo> |
@ -0,0 +1,163 @@ |
|||
# 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" |
|||
"Language: am\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: ar\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: 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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: bg\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: bs\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: ca\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: cs\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" |
|||
"Language: da\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" |
|||
"Language: de\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 verä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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: el_GR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: en_GB\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,172 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" |
|||
"Language: es\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 "" |
|||
"Este asistente descargará la última versión de la lista de ciudades para el " |
|||
"país seleccionado." |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_AR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_CL\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_CO\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_CR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_DO\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_EC\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_ES\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_MX\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_PE\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_PY\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: es_VE\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: et\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: eu\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: fa\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" |
|||
"Language: fi\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" |
|||
"Language: fr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: fr_CA\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: fr_CH\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: gl\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: gl_ES\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: he\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: hr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,166 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" |
|||
"hr_HR/)\n" |
|||
"Language: hr_HR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: hu\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: id\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,172 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" |
|||
"Language: it\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 "" |
|||
"Per la nazione selezionata, questo wizard scaricherà l'ultima versione della " |
|||
"lista delle città" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: ja\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: ko\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: lt\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# 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" |
|||
"Language: lt_LT\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: lv\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: mk\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: mn\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: nb\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: nb_NO\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" |
|||
"Language: nl\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: nl_BE\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
# Peter Hageman <hageman.p@gmail.com>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2018\n" |
|||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" |
|||
"teams/23907/nl_NL/)\n" |
|||
"Language: nl_NL\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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 "Verwijderen" |
|||
|
|||
#. 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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
msgstr "Plaatsen afdwingen" |
|||
|
|||
#. 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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, python-format |
|||
msgid "Got an error %d when trying to download the file %s." |
|||
msgstr "Kreeg een fout %d tijdens de poging om bestand %s te downloaden." |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# 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" |
|||
"Language: pl\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" |
|||
"Language: pt\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" |
|||
"teams/23907/pt_BR/)\n" |
|||
"Language: pt_BR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 "Ultima modificaçã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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" |
|||
"teams/23907/pt_PT/)\n" |
|||
"Language: pt_PT\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: ro\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# 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" |
|||
"Language: ru\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: sk\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_location_geonames_import |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 20:26+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" |
|||
"Language: sl\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"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,name:base_location_geonames_import.model_res_country |
|||
#: 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 "Prikazno ime" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: sr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,165 @@ |
|||
# 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" |
|||
"Language: sr@latin\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: sv\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: th\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: tr\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: tr_TR\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: uk\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,163 @@ |
|||
# 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" |
|||
"Language: vi\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: vi_VN\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: zh_CN\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,164 @@ |
|||
# 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" |
|||
"Language: zh_TW\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \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,name:base_location_geonames_import.model_res_country |
|||
#: 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.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "Enforce Cities" |
|||
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 |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_code_column |
|||
msgid "Geonames State Code Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: model:ir.model.fields,field_description:base_location_geonames_import.field_res_country_geonames_state_name_column |
|||
msgid "Geonames State Name Column" |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:189 |
|||
#, 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 |
|||
#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_enforce_cities |
|||
msgid "The city will be created as a separate entity." |
|||
msgstr "" |
|||
|
|||
#. module: base_location_geonames_import |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:96 |
|||
#: code:addons/base_location_geonames_import/wizard/geonames_import.py:124 |
|||
#, 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,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import res_country |
@ -0,0 +1,16 @@ |
|||
# Copyright 2017 Franco Tampieri, Freelancer http://franco.tampieri.info |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from odoo import fields, models |
|||
|
|||
|
|||
class ResCountryState(models.Model): |
|||
|
|||
_inherit = 'res.country' |
|||
|
|||
geonames_state_name_column = fields.Integer( |
|||
'Geonames State Name Column', |
|||
) |
|||
geonames_state_code_column = fields.Integer( |
|||
'Geonames State Code Column', |
|||
) |
@ -0,0 +1,7 @@ |
|||
To access the menu to import city zip entries from Geonames |
|||
you must add yourself to the groups *Administration / Settings* or, if you have sale module |
|||
installed, *Sales / Manager* group. |
|||
|
|||
If you want/need to modify the default URL |
|||
(http://download.geonames.org/export/zip/), you can set the *geonames.url* |
|||
system parameter. |
@ -0,0 +1,7 @@ |
|||
* 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> |
|||
* Franco Tampieri <franco@tampieri.info> |
|||
* Aitor Bouzas <aitor.bouzas@adaptivecity.com> |
@ -0,0 +1,2 @@ |
|||
This module adds a wizard to import cities and/or city zip entries from |
|||
`Geonames <http://www.geonames.org/>`_ database. |
@ -0,0 +1,4 @@ |
|||
To install this module, you need the Python library 'requests':: |
|||
|
|||
pip install requests |
|||
|
@ -0,0 +1,8 @@ |
|||
Go to *Contacts > Configuration > Localization > Import from Geonames*, |
|||
and click on it to open a wizard. |
|||
|
|||
When you start the wizard, it will ask you to select a country. |
|||
|
|||
Then, for the selected country, it will delete all not detected entries, download |
|||
the latest version of the list of cities from geonames.org and create new |
|||
city zip entries. |
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,457 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|||
<head> |
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|||
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" /> |
|||
<title>Base Location Geonames Import</title> |
|||
<style type="text/css"> |
|||
|
|||
/* |
|||
:Author: David Goodger (goodger@python.org) |
|||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ |
|||
:Copyright: This stylesheet has been placed in the public domain. |
|||
|
|||
Default cascading style sheet for the HTML output of Docutils. |
|||
|
|||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to |
|||
customize this style sheet. |
|||
*/ |
|||
|
|||
/* used to remove borders from tables and images */ |
|||
.borderless, table.borderless td, table.borderless th { |
|||
border: 0 } |
|||
|
|||
table.borderless td, table.borderless th { |
|||
/* Override padding for "table.docutils td" with "! important". |
|||
The right padding separates the table cells. */ |
|||
padding: 0 0.5em 0 0 ! important } |
|||
|
|||
.first { |
|||
/* Override more specific margin styles with "! important". */ |
|||
margin-top: 0 ! important } |
|||
|
|||
.last, .with-subtitle { |
|||
margin-bottom: 0 ! important } |
|||
|
|||
.hidden { |
|||
display: none } |
|||
|
|||
.subscript { |
|||
vertical-align: sub; |
|||
font-size: smaller } |
|||
|
|||
.superscript { |
|||
vertical-align: super; |
|||
font-size: smaller } |
|||
|
|||
a.toc-backref { |
|||
text-decoration: none ; |
|||
color: black } |
|||
|
|||
blockquote.epigraph { |
|||
margin: 2em 5em ; } |
|||
|
|||
dl.docutils dd { |
|||
margin-bottom: 0.5em } |
|||
|
|||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { |
|||
overflow: hidden; |
|||
} |
|||
|
|||
/* Uncomment (and remove this text!) to get bold-faced definition list terms |
|||
dl.docutils dt { |
|||
font-weight: bold } |
|||
*/ |
|||
|
|||
div.abstract { |
|||
margin: 2em 5em } |
|||
|
|||
div.abstract p.topic-title { |
|||
font-weight: bold ; |
|||
text-align: center } |
|||
|
|||
div.admonition, div.attention, div.caution, div.danger, div.error, |
|||
div.hint, div.important, div.note, div.tip, div.warning { |
|||
margin: 2em ; |
|||
border: medium outset ; |
|||
padding: 1em } |
|||
|
|||
div.admonition p.admonition-title, div.hint p.admonition-title, |
|||
div.important p.admonition-title, div.note p.admonition-title, |
|||
div.tip p.admonition-title { |
|||
font-weight: bold ; |
|||
font-family: sans-serif } |
|||
|
|||
div.attention p.admonition-title, div.caution p.admonition-title, |
|||
div.danger p.admonition-title, div.error p.admonition-title, |
|||
div.warning p.admonition-title, .code .error { |
|||
color: red ; |
|||
font-weight: bold ; |
|||
font-family: sans-serif } |
|||
|
|||
/* Uncomment (and remove this text!) to get reduced vertical space in |
|||
compound paragraphs. |
|||
div.compound .compound-first, div.compound .compound-middle { |
|||
margin-bottom: 0.5em } |
|||
|
|||
div.compound .compound-last, div.compound .compound-middle { |
|||
margin-top: 0.5em } |
|||
*/ |
|||
|
|||
div.dedication { |
|||
margin: 2em 5em ; |
|||
text-align: center ; |
|||
font-style: italic } |
|||
|
|||
div.dedication p.topic-title { |
|||
font-weight: bold ; |
|||
font-style: normal } |
|||
|
|||
div.figure { |
|||
margin-left: 2em ; |
|||
margin-right: 2em } |
|||
|
|||
div.footer, div.header { |
|||
clear: both; |
|||
font-size: smaller } |
|||
|
|||
div.line-block { |
|||
display: block ; |
|||
margin-top: 1em ; |
|||
margin-bottom: 1em } |
|||
|
|||
div.line-block div.line-block { |
|||
margin-top: 0 ; |
|||
margin-bottom: 0 ; |
|||
margin-left: 1.5em } |
|||
|
|||
div.sidebar { |
|||
margin: 0 0 0.5em 1em ; |
|||
border: medium outset ; |
|||
padding: 1em ; |
|||
background-color: #ffffee ; |
|||
width: 40% ; |
|||
float: right ; |
|||
clear: right } |
|||
|
|||
div.sidebar p.rubric { |
|||
font-family: sans-serif ; |
|||
font-size: medium } |
|||
|
|||
div.system-messages { |
|||
margin: 5em } |
|||
|
|||
div.system-messages h1 { |
|||
color: red } |
|||
|
|||
div.system-message { |
|||
border: medium outset ; |
|||
padding: 1em } |
|||
|
|||
div.system-message p.system-message-title { |
|||
color: red ; |
|||
font-weight: bold } |
|||
|
|||
div.topic { |
|||
margin: 2em } |
|||
|
|||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, |
|||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { |
|||
margin-top: 0.4em } |
|||
|
|||
h1.title { |
|||
text-align: center } |
|||
|
|||
h2.subtitle { |
|||
text-align: center } |
|||
|
|||
hr.docutils { |
|||
width: 75% } |
|||
|
|||
img.align-left, .figure.align-left, object.align-left, table.align-left { |
|||
clear: left ; |
|||
float: left ; |
|||
margin-right: 1em } |
|||
|
|||
img.align-right, .figure.align-right, object.align-right, table.align-right { |
|||
clear: right ; |
|||
float: right ; |
|||
margin-left: 1em } |
|||
|
|||
img.align-center, .figure.align-center, object.align-center { |
|||
display: block; |
|||
margin-left: auto; |
|||
margin-right: auto; |
|||
} |
|||
|
|||
table.align-center { |
|||
margin-left: auto; |
|||
margin-right: auto; |
|||
} |
|||
|
|||
.align-left { |
|||
text-align: left } |
|||
|
|||
.align-center { |
|||
clear: both ; |
|||
text-align: center } |
|||
|
|||
.align-right { |
|||
text-align: right } |
|||
|
|||
/* reset inner alignment in figures */ |
|||
div.align-right { |
|||
text-align: inherit } |
|||
|
|||
/* div.align-center * { */ |
|||
/* text-align: left } */ |
|||
|
|||
.align-top { |
|||
vertical-align: top } |
|||
|
|||
.align-middle { |
|||
vertical-align: middle } |
|||
|
|||
.align-bottom { |
|||
vertical-align: bottom } |
|||
|
|||
ol.simple, ul.simple { |
|||
margin-bottom: 1em } |
|||
|
|||
ol.arabic { |
|||
list-style: decimal } |
|||
|
|||
ol.loweralpha { |
|||
list-style: lower-alpha } |
|||
|
|||
ol.upperalpha { |
|||
list-style: upper-alpha } |
|||
|
|||
ol.lowerroman { |
|||
list-style: lower-roman } |
|||
|
|||
ol.upperroman { |
|||
list-style: upper-roman } |
|||
|
|||
p.attribution { |
|||
text-align: right ; |
|||
margin-left: 50% } |
|||
|
|||
p.caption { |
|||
font-style: italic } |
|||
|
|||
p.credits { |
|||
font-style: italic ; |
|||
font-size: smaller } |
|||
|
|||
p.label { |
|||
white-space: nowrap } |
|||
|
|||
p.rubric { |
|||
font-weight: bold ; |
|||
font-size: larger ; |
|||
color: maroon ; |
|||
text-align: center } |
|||
|
|||
p.sidebar-title { |
|||
font-family: sans-serif ; |
|||
font-weight: bold ; |
|||
font-size: larger } |
|||
|
|||
p.sidebar-subtitle { |
|||
font-family: sans-serif ; |
|||
font-weight: bold } |
|||
|
|||
p.topic-title { |
|||
font-weight: bold } |
|||
|
|||
pre.address { |
|||
margin-bottom: 0 ; |
|||
margin-top: 0 ; |
|||
font: inherit } |
|||
|
|||
pre.literal-block, pre.doctest-block, pre.math, pre.code { |
|||
margin-left: 2em ; |
|||
margin-right: 2em } |
|||
|
|||
pre.code .ln { color: grey; } /* line numbers */ |
|||
pre.code, code { background-color: #eeeeee } |
|||
pre.code .comment, code .comment { color: #5C6576 } |
|||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } |
|||
pre.code .literal.string, code .literal.string { color: #0C5404 } |
|||
pre.code .name.builtin, code .name.builtin { color: #352B84 } |
|||
pre.code .deleted, code .deleted { background-color: #DEB0A1} |
|||
pre.code .inserted, code .inserted { background-color: #A3D289} |
|||
|
|||
span.classifier { |
|||
font-family: sans-serif ; |
|||
font-style: oblique } |
|||
|
|||
span.classifier-delimiter { |
|||
font-family: sans-serif ; |
|||
font-weight: bold } |
|||
|
|||
span.interpreted { |
|||
font-family: sans-serif } |
|||
|
|||
span.option { |
|||
white-space: nowrap } |
|||
|
|||
span.pre { |
|||
white-space: pre } |
|||
|
|||
span.problematic { |
|||
color: red } |
|||
|
|||
span.section-subtitle { |
|||
/* font-size relative to parent (h1..h6 element) */ |
|||
font-size: 80% } |
|||
|
|||
table.citation { |
|||
border-left: solid 1px gray; |
|||
margin-left: 1px } |
|||
|
|||
table.docinfo { |
|||
margin: 2em 4em } |
|||
|
|||
table.docutils { |
|||
margin-top: 0.5em ; |
|||
margin-bottom: 0.5em } |
|||
|
|||
table.footnote { |
|||
border-left: solid 1px black; |
|||
margin-left: 1px } |
|||
|
|||
table.docutils td, table.docutils th, |
|||
table.docinfo td, table.docinfo th { |
|||
padding-left: 0.5em ; |
|||
padding-right: 0.5em ; |
|||
vertical-align: top } |
|||
|
|||
table.docutils th.field-name, table.docinfo th.docinfo-name { |
|||
font-weight: bold ; |
|||
text-align: left ; |
|||
white-space: nowrap ; |
|||
padding-left: 0 } |
|||
|
|||
/* "booktabs" style (no vertical lines) */ |
|||
table.docutils.booktabs { |
|||
border: 0px; |
|||
border-top: 2px solid; |
|||
border-bottom: 2px solid; |
|||
border-collapse: collapse; |
|||
} |
|||
table.docutils.booktabs * { |
|||
border: 0px; |
|||
} |
|||
table.docutils.booktabs th { |
|||
border-bottom: thin solid; |
|||
text-align: left; |
|||
} |
|||
|
|||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, |
|||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { |
|||
font-size: 100% } |
|||
|
|||
ul.auto-toc { |
|||
list-style-type: none } |
|||
|
|||
</style> |
|||
</head> |
|||
<body> |
|||
<div class="document" id="base-location-geonames-import"> |
|||
<h1 class="title">Base Location Geonames Import</h1> |
|||
|
|||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|||
!! This file is generated by oca-gen-addon-readme !! |
|||
!! changes will be overwritten. !! |
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> |
|||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/base_location_geonames_import"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_location_geonames_import"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> |
|||
<p>This module adds a wizard to import cities and/or city zip entries from |
|||
<a class="reference external" href="http://www.geonames.org/">Geonames</a> database.</p> |
|||
<p><strong>Table of contents</strong></p> |
|||
<div class="contents local topic" id="contents"> |
|||
<ul class="simple"> |
|||
<li><a class="reference internal" href="#installation" id="id1">Installation</a></li> |
|||
<li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> |
|||
<li><a class="reference internal" href="#usage" id="id3">Usage</a></li> |
|||
<li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> |
|||
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> |
|||
<li><a class="reference internal" href="#authors" id="id6">Authors</a></li> |
|||
<li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> |
|||
<li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> |
|||
</ul> |
|||
</li> |
|||
</ul> |
|||
</div> |
|||
<div class="section" id="installation"> |
|||
<h1><a class="toc-backref" href="#id1">Installation</a></h1> |
|||
<p>To install this module, you need the Python library ‘requests’:</p> |
|||
<pre class="literal-block"> |
|||
pip install requests |
|||
</pre> |
|||
</div> |
|||
<div class="section" id="configuration"> |
|||
<h1><a class="toc-backref" href="#id2">Configuration</a></h1> |
|||
<p>To access the menu to import city zip entries from Geonames |
|||
you must add yourself to the groups <em>Administration / Settings</em> or, if you have sale module |
|||
installed, <em>Sales / Manager</em> group.</p> |
|||
<p>If you want/need to modify the default URL |
|||
(<a class="reference external" href="http://download.geonames.org/export/zip/">http://download.geonames.org/export/zip/</a>), you can set the <em>geonames.url</em> |
|||
system parameter.</p> |
|||
</div> |
|||
<div class="section" id="usage"> |
|||
<h1><a class="toc-backref" href="#id3">Usage</a></h1> |
|||
<p>Go to <em>Contacts > Configuration > Localization > Import from Geonames</em>, |
|||
and click on it to open a wizard.</p> |
|||
<p>When you start the wizard, it will ask you to select a country.</p> |
|||
<p>Then, for the selected country, it will delete all not detected entries, download |
|||
the latest version of the list of cities from geonames.org and create new |
|||
city zip entries.</p> |
|||
</div> |
|||
<div class="section" id="bug-tracker"> |
|||
<h1><a class="toc-backref" href="#id4">Bug Tracker</a></h1> |
|||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>. |
|||
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 |
|||
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20base_location_geonames_import%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> |
|||
<p>Do not contact contributors directly about support or help with technical issues.</p> |
|||
</div> |
|||
<div class="section" id="credits"> |
|||
<h1><a class="toc-backref" href="#id5">Credits</a></h1> |
|||
<div class="section" id="authors"> |
|||
<h2><a class="toc-backref" href="#id6">Authors</a></h2> |
|||
<ul class="simple"> |
|||
<li>Akretion</li> |
|||
<li>Agile Business Group</li> |
|||
<li>Tecnativa</li> |
|||
<li>AdaptiveCity</li> |
|||
</ul> |
|||
</div> |
|||
<div class="section" id="contributors"> |
|||
<h2><a class="toc-backref" href="#id7">Contributors</a></h2> |
|||
<ul class="simple"> |
|||
<li>Alexis de Lattre <<a class="reference external" href="mailto:alexis.delattre@akretion.com">alexis.delattre@akretion.com</a>></li> |
|||
<li>Lorenzo Battistini <<a class="reference external" href="mailto:lorenzo.battistini@agilebg.com">lorenzo.battistini@agilebg.com</a>></li> |
|||
<li>Pedro M. Baeza <<a class="reference external" href="mailto:pedro.baeza@tecnativa.com">pedro.baeza@tecnativa.com</a>></li> |
|||
<li>Dave Lasley <<a class="reference external" href="mailto:dave@laslabs.com">dave@laslabs.com</a>></li> |
|||
<li>Jordi Ballester <<a class="reference external" href="mailto:jordi.ballester@eficent.com">jordi.ballester@eficent.com</a>></li> |
|||
<li>Franco Tampieri <<a class="reference external" href="mailto:franco@tampieri.info">franco@tampieri.info</a>></li> |
|||
<li>Aitor Bouzas <<a class="reference external" href="mailto:aitor.bouzas@adaptivecity.com">aitor.bouzas@adaptivecity.com</a>></li> |
|||
</ul> |
|||
</div> |
|||
<div class="section" id="maintainers"> |
|||
<h2><a class="toc-backref" href="#id8">Maintainers</a></h2> |
|||
<p>This module is maintained by the OCA.</p> |
|||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> |
|||
<p>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.</p> |
|||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/base_location_geonames_import">OCA/partner-contact</a> project on GitHub.</p> |
|||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</body> |
|||
</html> |
@ -0,0 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import test_base_location_geonames_import |
@ -0,0 +1,111 @@ |
|||
# 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 |
|||
from odoo.exceptions import UserError |
|||
|
|||
|
|||
class TestBaseLocationGeonamesImport(common.SavepointCase): |
|||
|
|||
@classmethod |
|||
def setUpClass(cls): |
|||
super().setUpClass() |
|||
cls.country = cls.env.ref('base.mc') |
|||
cls.city = cls.env['res.city'].create({ |
|||
'name': 'Test city', |
|||
'country_id': cls.country.id, |
|||
}) |
|||
cls.wizard = cls.env['city.zip.geonames.import'].create({ |
|||
'country_id': cls.country.id, |
|||
}) |
|||
cls.wrong_country = cls.env['res.country'].create({ |
|||
'name': 'Wrong country', |
|||
'code': 'ZZYYXX', |
|||
}) |
|||
cls.wrong_wizard = cls.env['city.zip.geonames.import'].create({ |
|||
'country_id': cls.wrong_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.city.zip'].search_count([ |
|||
('city_id.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.city.zip'].search_count([ |
|||
('city_id.country_id', '=', self.country.id) |
|||
]) |
|||
self.assertEqual(zip_count, max_import) |
|||
|
|||
def test_delete_old_entries(self): |
|||
zip_entry = self.env['res.city.zip'].create({ |
|||
'name': 'Brussels', |
|||
'city_id': self.city.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.city.zip'].search( |
|||
[('city_id.country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(zip.city_id.name, zip.city_id.name.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.city.zip'].search( |
|||
[('city_id.country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(zip.city_id.name, zip.city_id.name.upper()) |
|||
|
|||
city = self.env['res.city'].search( |
|||
[('country_id', '=', self.country.id)], limit=1 |
|||
) |
|||
self.assertEqual(city.name, city.name.upper()) |
|||
|
|||
def test_download_error(self): |
|||
"""Check that we get an error when trying to download |
|||
with a wrong country code""" |
|||
with self.assertRaises(UserError): |
|||
self.wrong_wizard.run_import() |
@ -0,0 +1,15 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<odoo> |
|||
<record model="ir.ui.view" id="view_country_geonames_form"> |
|||
<field name="name">res.country.geonames.form</field> |
|||
<field name="model">res.country</field> |
|||
<field name="inherit_id" ref="base.view_country_form"/> |
|||
<field name="type">form</field> |
|||
<field name="arch" type="xml"> |
|||
<field name="code" position="after"> |
|||
<field name="geonames_state_name_column" /> |
|||
<field name="geonames_state_code_column" /> |
|||
</field> |
|||
</field> |
|||
</record> |
|||
</odoo> |
@ -0,0 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import geonames_import |
@ -0,0 +1,255 @@ |
|||
# 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> |
|||
# Copyright 2018 Aitor Bouzas <aitor.bouzas@adaptivecity.com> |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from odoo import _, api, fields, models |
|||
from odoo.exceptions import UserError |
|||
import requests |
|||
import tempfile |
|||
import io |
|||
import zipfile |
|||
import os |
|||
import logging |
|||
import csv |
|||
|
|||
logger = logging.getLogger(__name__) |
|||
|
|||
|
|||
class CityZipGeonamesImport(models.TransientModel): |
|||
_name = 'city.zip.geonames.import' |
|||
_description = 'Import City Zips from Geonames' |
|||
_rec_name = 'country_id' |
|||
|
|||
country_id = fields.Many2one('res.country', 'Country', required=True) |
|||
code_row_index = fields.Integer( |
|||
related='country_id.geonames_state_code_column', |
|||
readonly=True) |
|||
name_row_index = fields.Integer( |
|||
related='country_id.geonames_state_name_column') |
|||
|
|||
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 |
|||
""" |
|||
res = city |
|||
if self.letter_case == 'title': |
|||
res = city.title() |
|||
elif self.letter_case == 'upper': |
|||
res = city.upper() |
|||
return res |
|||
|
|||
@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_city_zip(self, row, res_city): |
|||
domain = [('name', '=', row[1])] |
|||
if res_city: |
|||
domain += [('city_id', '=', res_city.id)] |
|||
return domain |
|||
|
|||
@api.model |
|||
def select_state(self, row, country): |
|||
code = row[self.code_row_index or 4] |
|||
return self.env['res.country.state'].search( |
|||
[('country_id', '=', country.id), |
|||
('code', '=', code)], limit=1, |
|||
) |
|||
|
|||
@api.model |
|||
def select_city(self, row, country): |
|||
res_city_model = self.env['res.city'] |
|||
return res_city_model.search(self._domain_search_res_city( |
|||
row, country), limit=1) |
|||
|
|||
@api.model |
|||
def select_zip(self, row, country): |
|||
city = self.select_city(row, country) |
|||
return self.env['res.city.zip'].search(self._domain_search_city_zip( |
|||
row, city)) |
|||
|
|||
@api.model |
|||
def prepare_state(self, row, country): |
|||
return { |
|||
'name': row[self.name_row_index or 3], |
|||
'code': row[self.code_row_index or 4], |
|||
'country_id': country.id, |
|||
} |
|||
|
|||
@api.model |
|||
def prepare_city(self, row, country, state_id): |
|||
vals = { |
|||
'name': self.transform_city_name(row[2], country), |
|||
'state_id': state_id, |
|||
'country_id': country.id, |
|||
} |
|||
return vals |
|||
|
|||
@api.model |
|||
def prepare_zip(self, row, city_id): |
|||
vals = { |
|||
'name': row[1], |
|||
'city_id': city_id, |
|||
} |
|||
return vals |
|||
|
|||
@api.model |
|||
def get_and_parse_csv(self): |
|||
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)) |
|||
|
|||
f_geonames = zipfile.ZipFile(io.BytesIO(res_request.content)) |
|||
tempdir = tempfile.mkdtemp(prefix='odoo') |
|||
f_geonames.extract('%s.txt' % country_code, tempdir) |
|||
|
|||
data_file = open(os.path.join(tempdir, '%s.txt' % country_code), 'r', |
|||
encoding='utf-8') |
|||
data_file.seek(0) |
|||
reader = csv.reader(data_file, delimiter=' ') |
|||
parsed_csv = [row for i, row in enumerate(reader)] |
|||
data_file.close() |
|||
logger.info('The geonames zipfile has been decompressed') |
|||
return parsed_csv |
|||
|
|||
def _create_states(self, parsed_csv, search_states, max_import): |
|||
# States |
|||
state_vals_list = [] |
|||
state_dict = {} |
|||
for i, row in enumerate(parsed_csv): |
|||
if max_import and i == max_import: |
|||
break |
|||
state = self.select_state( |
|||
row, self.country_id) if search_states else False |
|||
if not state: |
|||
state_vals = self.prepare_state(row, self.country_id) |
|||
if state_vals not in state_vals_list: |
|||
state_vals_list.append(state_vals) |
|||
else: |
|||
state_dict[state.code] = state.id |
|||
|
|||
created_states = self.env['res.country.state'].create(state_vals_list) |
|||
for i, vals in enumerate(state_vals_list): |
|||
state_dict[vals['code']] = created_states[i].id |
|||
return state_dict |
|||
|
|||
def _create_cities(self, parsed_csv, |
|||
search_cities, max_import, state_dict): |
|||
# Cities |
|||
city_vals_list = [] |
|||
city_dict = {} |
|||
for i, row in enumerate(parsed_csv): |
|||
if max_import and i == max_import: |
|||
break |
|||
city = self.select_city( |
|||
row, self.country_id) if search_cities else False |
|||
if not city: |
|||
state_id = state_dict[ |
|||
row[self.code_row_index or 4]] |
|||
city_vals = self.prepare_city( |
|||
row, self.country_id, state_id) |
|||
if city_vals not in city_vals_list: |
|||
city_vals_list.append(city_vals) |
|||
else: |
|||
city_dict[city.name] = city.id |
|||
|
|||
created_cities = self.env['res.city'].create(city_vals_list) |
|||
for i, vals in enumerate(city_vals_list): |
|||
city_dict[vals['name']] = created_cities[i].id |
|||
return city_dict |
|||
|
|||
@api.multi |
|||
def run_import(self): |
|||
self.ensure_one() |
|||
state_model = self.env['res.country.state'] |
|||
zip_model = self.env['res.city.zip'] |
|||
res_city_model = self.env['res.city'] |
|||
|
|||
# Store current record list |
|||
current_zips = zip_model.search( |
|||
[('city_id.country_id', '=', self.country_id.id)]) |
|||
search_zips = True and len(current_zips) > 0 or False |
|||
current_cities = res_city_model.search( |
|||
[('country_id', '=', self.country_id.id)]) |
|||
search_cities = True and len(current_cities) > 0 or False |
|||
current_states = state_model.search( |
|||
[('country_id', '=', self.country_id.id)]) |
|||
search_states = True and len(current_states) > 0 or False |
|||
|
|||
parsed_csv = self.get_and_parse_csv() |
|||
max_import = self.env.context.get('max_import', 0) |
|||
logger.info('Starting to create the cities and/or city zip entries') |
|||
|
|||
state_dict = self._create_states(parsed_csv, |
|||
search_states, max_import) |
|||
city_dict = self._create_cities(parsed_csv, |
|||
search_cities, max_import, state_dict) |
|||
|
|||
# Zips |
|||
zip_vals_list = [] |
|||
for i, row in enumerate(parsed_csv): |
|||
if max_import and i == max_import: |
|||
break |
|||
# Don't search if there aren't any records |
|||
zip = False |
|||
if search_zips: |
|||
zip = self.select_zip(row, self.country_id) |
|||
if not zip: |
|||
city_id = city_dict[ |
|||
self.transform_city_name(row[2], self.country_id)] |
|||
zip_vals = self.prepare_zip(row, city_id) |
|||
if zip_vals not in zip_vals_list: |
|||
zip_vals_list.append(zip_vals) |
|||
|
|||
delete_zips = self.env['res.city.zip'].create(zip_vals_list) |
|||
current_zips -= delete_zips |
|||
|
|||
if not max_import: |
|||
current_zips.unlink() |
|||
logger.info('%d city zip entries deleted for country %s' % |
|||
(len(current_zips), self.country_id.name)) |
|||
|
|||
# Since we wrapped the entire cities |
|||
# creation in a function we need |
|||
# to perform a search with city_dict in |
|||
# order to know which are the new ones so |
|||
# we can delete the old ones |
|||
created_cities = res_city_model.search( |
|||
[('country_id', '=', self.country_id.id), |
|||
('id', 'in', [value for key, value in city_dict.items()])] |
|||
) |
|||
current_cities -= created_cities |
|||
current_cities.unlink() |
|||
logger.info('%d res.city entries deleted for country %s' % |
|||
(len(current_cities), self.country_id.name)) |
|||
logger.info( |
|||
'The wizard to create cities and/or city zip entries from ' |
|||
'geonames has been successfully completed.') |
|||
return True |
@ -0,0 +1,41 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
|
|||
<record id="city_zip_geonames_import_form" model="ir.ui.view"> |
|||
<field name="name">Import from Geonames form view</field> |
|||
<field name="model">city.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="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="city_zip_geonames_import_action" model="ir.actions.act_window"> |
|||
<field name="name">Import from Geonames</field> |
|||
<field name="res_model">city.zip.geonames.import</field> |
|||
<field name="view_mode">form</field> |
|||
<field name="target">new</field> |
|||
</record> |
|||
|
|||
<menuitem |
|||
id="city_zip_geonames_import_menu" |
|||
action="city_zip_geonames_import_action" |
|||
parent="contacts.menu_localisation" |
|||
sequence="50" |
|||
/> |
|||
|
|||
</odoo> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue