diff --git a/.travis.yml b/.travis.yml index b2efc6eab..d2c822fc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: global: - VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" - TRANSIFEX_USER='transbot@odoo-community.org' - - secure: "R3Tr39zWkjHWyKxBuOoxtvkIZNipt+HbPccuh9+fLi5irikIN3y1+YofBbK/H/wqzg6Vv6mnmwlHfXixiDmZRzQ1GidZ3nFqZYhGREp4vuEjBEf+rUb5/Ijrn6Zspgl+CCDR7ET9E3wOLMRV4A39poPgIll0vALzrAdIbdRbDqc=" + - secure: "E0Y9b59yzsYaSZUG8aVdRbWHltEUBz8EIXla06YNLNsP0bsWUIWcgkVNCMhgQHBlBEGWZJ/2hcX+frDNx65IscEQrwHgfOM86AW32krRy6vKkkgQuhC04UM91dkp/bqT/bjP4Jzsn0khikBIa4mVA6ou2t1D4f3h5njhLdlAXHM=" matrix: - LINT_CHECK="1" @@ -29,8 +29,6 @@ virtualenv: system_site_packages: true install: - - pip install requests - - pip install unicodecsv - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly diff --git a/README.md b/README.md index 854ff7867..c751954c9 100644 --- a/README.md +++ b/README.md @@ -15,40 +15,58 @@ Here you should find community modules that: * Etc. [//]: # (addons) + Available addons ---------------- addon | version | summary --- | --- | --- [base_location](base_location/) | 9.0.1.0.0 | Enhanced zip/npa management system -[partner_address_street3](partner_address_street3/) | 8.0.0.1.0 | Street3 in addresses +[base_location_geonames_import](base_location_geonames_import/) | 9.0.1.0.1 | Import better zip entries from Geonames +[base_partner_merge](base_partner_merge/) | 9.0.1.0.0 | Partner merge wizard without dependency on CRM +[base_partner_sequence](base_partner_sequence/) | 9.0.0.1.0 | Sets customer's code from a sequence +[base_vat_sanitized](base_vat_sanitized/) | 9.0.1.0.0 | Adds field sanitized_vat on partners +[partner_address_street3](partner_address_street3/) | 9.0.1.1.0 | Street3 in addresses +[partner_changeset](partner_changeset/) | 9.0.1.0.0 | Partner Changesets +[partner_contact_birthdate](partner_contact_birthdate/) | 9.0.1.0.0 | Contact's birthdate +[partner_contact_department](partner_contact_department/) | 9.0.1.0.0 | Assign contacts to departments [partner_contact_gender](partner_contact_gender/) | 9.0.1.1.0 | Add gender field to contacts +[partner_contact_height](partner_contact_height/) | 9.0.1.0.1 | Provide contact height. [partner_contact_in_several_companies](partner_contact_in_several_companies/) | 9.0.1.0.0 | Allow to have one contact in several partners +[partner_contact_job_position](partner_contact_job_position/) | 9.0.1.0.0 | Categorize job positions for contacts +[partner_contact_lang](partner_contact_lang/) | 9.0.1.0.0 | Manage language in contacts [partner_contact_nationality](partner_contact_nationality/) | 9.0.1.0.0 | Add nationality field to contacts +[partner_contact_nutrition](partner_contact_nutrition/) | 9.0.1.0.1 | Provide caloric intake +[partner_contact_nutrition_activity_level](partner_contact_nutrition_activity_level/) | 9.0.1.0.0 | Set the activity level of your contacts +[partner_contact_nutrition_allergen](partner_contact_nutrition_allergen/) | 9.0.1.0.0 | Set the nutrition allergens of your contacts +[partner_contact_nutrition_diet](partner_contact_nutrition_diet/) | 9.0.1.0.0 | Set the nutrition diet of your contacts +[partner_contact_nutrition_exclusion](partner_contact_nutrition_exclusion/) | 9.0.1.0.0 | Set the nutrition exclusions of your contacts +[partner_contact_nutrition_goal](partner_contact_nutrition_goal/) | 9.0.1.0.0 | Set the nutrition goal of your contacts [partner_contact_personal_information_page](partner_contact_personal_information_page/) | 9.0.1.0.0 | Add a page to contacts form to put personal information -[partner_firstname](partner_firstname/) | 9.0.1.0.0 | Split first name and last name for non company partners +[partner_contact_weight](partner_contact_weight/) | 9.0.1.0.1 | Provide contact weight +[partner_default_sale_discount](partner_default_sale_discount/) | 9.0.1.0.0 | Default sales discount per partner +[partner_external_map](partner_external_map/) | 9.0.1.0.0 | Add Map and Map Routing buttons on partner form to open GMaps, OSM, Bing and others +[partner_financial_risk](partner_financial_risk/) | 9.0.1.0.0 | Manage partner risk +[partner_firstname](partner_firstname/) | 9.0.2.0.0 | Split first name and last name for non company partners +[partner_helper](partner_helper/) | 9.0.0.1.0 | Partner Helper +[partner_identification](partner_identification/) | 9.0.1.0.0 | Partner Identification Numbers +[partner_multi_relation](partner_multi_relation/) | 9.0.1.1.1 | Partner relations +[partner_ref_unique](partner_ref_unique/) | 9.0.1.0.0 | Add an unique constraint to partner ref field +[partner_sector](partner_sector/) | 9.0.1.0.1 | Add partner sectors +[res_partner_affiliate](res_partner_affiliate/) | 9.0.1.0.0 | Partner Affiliates + Unported addons --------------- addon | version | summary --- | --- | --- [account_partner_merge](account_partner_merge/) | 1.0 (unported) | Account Partner Merge -[base_contact](base_contact/) | 8.0.2.0.0 (unported) | [DEPRECATED] Manage your contacts separately [base_continent](base_continent/) | 8.0.1.0.0 (unported) | Continent management -[base_location_geonames_import](base_location_geonames_import/) | 8.0.0.2.0 (unported) | Import better zip entries from Geonames [base_location_nuts](base_location_nuts/) | 8.0.1.0.0 (unported) | NUTS Regions -[base_partner_merge](base_partner_merge/) | 8.0.0.1.0 (unported) | Base Partner Merge -[base_partner_sequence](base_partner_sequence/) | 8.0.1.1.0 (unported) | Sets customer's code from a sequence [firstname_display_name_trigger](firstname_display_name_trigger/) | 1.0 (unported) | Link module if partner_lastname and account_report_company are installed [partner_auto_salesman](partner_auto_salesman/) | 8.0.1.0.0 (unported) | Partner auto salesman [partner_contact_address_detailed](partner_contact_address_detailed/) | 8.0.1.0.0 (unported) | All address data in summarized contact form -[partner_contact_birthdate](partner_contact_birthdate/) | 8.0.1.0.0 (unported) | Contact's birthdate -[partner_external_maps](partner_external_maps/) | 8.0.0.1.0 (unported) | Add Map and Map Routing buttons on partner form to open GMaps, OSM, Bing and others -[partner_helper](partner_helper/) | 8.0.0.1.0 (unported) | Partner Helper -[partner_relations](partner_relations/) | 8.0.1.1.0 (unported) | Partner relations [partner_street_number](partner_street_number/) | 8.0.0.1.0 (unported) | Introduces separate fields for street name and street number. -[passport](passport/) | 8.0.0.1.0 (unported) | Passport Management [portal_partner_merge](portal_partner_merge/) | 8.0.1.0.0 (unported) | Portal Partner Merge -[res_partner_affiliate](res_partner_affiliate/) | 8.0.1.0.0 (unported) | Partner Affiliates [//]: # (end addons) diff --git a/base_contact/README.rst b/base_contact/README.rst deleted file mode 100644 index 3ed7f373f..000000000 --- a/base_contact/README.rst +++ /dev/null @@ -1,66 +0,0 @@ -Contacts Management -=================== - -This module was written to extend the contact management functionality. It -allows you to: - -- set several job positions in different companies per contact, -- set some extra informations like birthdate and nationality. - -Usage -===== - -New tabs 'Other Positions' and 'Personal Information' are available on the -contact form. - -For further information, please visit: - - * https://www.odoo.com/forum/help-1 - -Known issues / Roadmap -====================== - -.. warning:: - **DEPRECATED!!** - - This module is deprecated and **will be removed in Odoo 9.0**. - - Its functionality has been split in 3 separate modules: - - - partner_contact_birthdate_ - - partner_contact_in_several_companies_ - - partner_contact_nationality_ - - You should consider using those instead. - -Credits -======= - -Contributors ------------- - -* Xavier ALT (original author) -* EL HADJI DEM -* TheCloneMaster -* Sandy Carter -* Rudolf Schnapka -* Sebastien Alix -* Jairo Llopis - -Maintainer ----------- - -.. image:: http://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: http://odoo-community.org - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. - -To contribute to this module, please visit http://odoo-community.org. - - -.. _partner_contact_birthdate: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_birthdate -.. _partner_contact_in_several_companies: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_in_several_companies -.. _partner_contact_nationality: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_nationality diff --git a/base_contact/__init__.py b/base_contact/__init__.py deleted file mode 100644 index 1b67c0a1c..000000000 --- a/base_contact/__init__.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- - -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2013-TODAY OpenERP SA (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import logging -import os - - -_logger = logging.getLogger(__name__ + ".deprecated") - -# Skip warnings on runbots -_method = _logger.info if "OCA_RUNBOT" in os.environ else _logger.warning -_method("This module is DEPRECATED. See %s/README.rst.", - os.path.dirname(__file__)) diff --git a/base_contact/__openerp__.py b/base_contact/__openerp__.py deleted file mode 100644 index 542e5a555..000000000 --- a/base_contact/__openerp__.py +++ /dev/null @@ -1,35 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Business Applications -# Copyright (C) 2013-TODAY OpenERP S.A. (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - 'name': 'Contacts Management', - 'summary': u"[DEPRECATED] Manage your contacts separately", - 'version': '8.0.2.0.0', - 'author': "OpenERP SA,Odoo Community Association (OCA)", - 'website': 'http://www.openerp.com', - 'category': 'Customer Relationship Management', - 'depends': [ - 'partner_contact_birthdate', - 'partner_contact_in_several_companies', - 'partner_contact_nationality', - ], - 'installable': False, -} diff --git a/base_contact/i18n/de.po b/base_contact/i18n/de.po deleted file mode 100644 index 4fae86be6..000000000 --- a/base_contact/i18n/de.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# Rudolf Schnapka , 2014 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Anschrift" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "Alle Positionen des Partners" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "Alle Positionen" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Mit bestehendem Kontakt verknüpft" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Geburtsdatum" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "Stadt" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Unternehmen" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Kontakt" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Kontaktart" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Kontakte" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "Land" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Fax:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Hauptkontakt" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Mobil:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nationalität" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Andere Positionen" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Andere Positionen" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Person" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Persönliche Auskunft" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Telefon:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Alleinstehender Kontakt" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "Bundesland" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Straße..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Schlagworte..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "Um persönliche Auskunft zu diesem Kontakt zu erhalten, gehen Sie bitte auf die Seite persönlich:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "PLZ" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "bei" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "z. B. Verkaufsleiter" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "andere Position" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "andere Positionen" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "" diff --git a/base_contact/i18n/en.po b/base_contact/i18n/en.po deleted file mode 100644 index fb1393600..000000000 --- a/base_contact/i18n/en.po +++ /dev/null @@ -1,182 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Address" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "All partner positions" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "All positions" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Attached to existing Contact" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Birthdate" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "City" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Company" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Contact" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Contact Type" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Contacts" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "Country" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Fax:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Main Contact" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Mobile:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nationality" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Other Positions" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Others Positions" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Person" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Personal Information" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Phone:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Standalone Contact" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "State" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Street..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Tags..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "To see personal information about this contact, please go to to the his person form:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "ZIP" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "at" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "e.g. Sales Director" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "other position" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "other positions" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "{'invisible': [('contact_type','=','attached')]}" diff --git a/base_contact/i18n/es.po b/base_contact/i18n/es.po deleted file mode 100644 index ef95fe34b..000000000 --- a/base_contact/i18n/es.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# Francisco Palm , 2015 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-09-13 13:17+0000\n" -"Last-Translator: Francisco Palm \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Dirección" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "Todas las posiciones de empresa" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "Todas las posiciones" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Anexado a un contacto existente" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Fecha de nacimiento" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "Ciudad" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Compañía" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Contacto" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Tipo de contacto" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Contactos" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "País" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Fax:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Contacto principal" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Teléfono móvil:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nacionalidad" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Otras posiciones" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Otras posiciones" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Empresa" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Persona" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Información personal" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Teléfono:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Contacto independiente" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "Provincia" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Calle..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Etiquetas..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "Para ver la información personal de este contacto, por favor vaya a su formulario personal:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "C.P." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "en" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "ej.: Director de ventas" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "otra posición" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "otras posiciones" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "{'invisible': [('contact_type','=','attached')]}" diff --git a/base_contact/i18n/fr.po b/base_contact/i18n/fr.po deleted file mode 100644 index 2507984dd..000000000 --- a/base_contact/i18n/fr.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# Bruno JOLIVEAU, 2015 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-08-19 15:15+0000\n" -"Last-Translator: Bruno JOLIVEAU\n" -"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Adresse" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "Tous les contacts" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "Tous les contacts" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Rattaché à un contact existant" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Date de naissance" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "Ville" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Organisme" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Contact" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Type de contact" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Contacts" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "Pays" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Télécopie :" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Contact principal" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Portable :" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nationalité" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Fonctions" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Fonctions" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Partenaire" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Personne" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Informations personnelles" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Téléphone :" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Contact autonome" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "État" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Rue..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Étiquettes..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "Pour voir des informations personnelles sur ce contact, s'il vous plaît aller au formulaire de la personne:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "Code postal" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "à" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "ex : Directeur des ventes" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "fonction" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "fonctions" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "" diff --git a/base_contact/i18n/nl.po b/base_contact/i18n/nl.po deleted file mode 100644 index 92eb5d9f7..000000000 --- a/base_contact/i18n/nl.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# lfreeke , 2015 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-10-01 19:24+0000\n" -"Last-Translator: lfreeke \n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "Stad" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Bedrijf" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Contact" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Contact type" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Contacten" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "Land" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Fax:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Mobiel:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nationaliteit" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Persoonlijke informatie" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Telefoon:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Straat..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "" diff --git a/base_contact/i18n/pt_BR.po b/base_contact/i18n/pt_BR.po deleted file mode 100644 index ea3f7eb97..000000000 --- a/base_contact/i18n/pt_BR.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# danimaribeiro , 2015 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-06-22 19:37+0000\n" -"Last-Translator: danimaribeiro \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Endereço" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "Todas posições de parceiros" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "Todas as posições" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Anexado ao contato existente" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Data de nascimento" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "CIdade" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Empresa" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Contato" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Tipo de contato" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Contatos" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "País" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Fax:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Contato principal" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Celular:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nacionalidade" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Outras posições" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Outras posições" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Parceir" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Pessoa" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Informações pessoais" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Telefone:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Contato" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "Estado" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Rua..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Tags..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "Para visualizar informações pessoais deste contato, por favor vá para o formulário da pessoa:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "CEP" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "em" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "ex. Diretor de vendas" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "outra posição" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "outras posições" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "" diff --git a/base_contact/i18n/sl.po b/base_contact/i18n/sl.po deleted file mode 100644 index e26bc62df..000000000 --- a/base_contact/i18n/sl.po +++ /dev/null @@ -1,183 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_contact -# -# Translators: -# Matjaž Mozetič , 2015 -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-25 00:33+0000\n" -"PO-Revision-Date: 2015-05-24 04:54+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/sl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Address" -msgstr "Naslov" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All partner positions" -msgstr "Vsi partnerjevi položaji" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "All positions" -msgstr "Vsi položaji" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:32 -#, python-format -msgid "Attached to existing Contact" -msgstr "Pripeto obstoječemu stiku" - -#. module: base_contact -#: field:res.partner,birthdate_date:0 -msgid "Birthdate" -msgstr "Rojstni datum" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "City" -msgstr "Kraj" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Company" -msgstr "Družba" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contact" -msgstr "Stik" - -#. module: base_contact -#: field:res.partner,contact_type:0 -msgid "Contact Type" -msgstr "Tip stika" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Contacts" -msgstr "Stiki" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Country" -msgstr "Država" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Fax:" -msgstr "Faks:" - -#. module: base_contact -#: field:res.partner,contact_id:0 -msgid "Main Contact" -msgstr "Glavni stik" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Mobile:" -msgstr "Mobilni telefon:" - -#. module: base_contact -#: field:res.partner,nationality_id:0 -msgid "Nationality" -msgstr "Nacionalnost" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Other Positions" -msgstr "Drugi položaji" - -#. module: base_contact -#: field:res.partner,other_contact_ids:0 -msgid "Others Positions" -msgstr "Drugi položaji" - -#. module: base_contact -#: model:ir.model,name:base_contact.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_filter_contact -msgid "Person" -msgstr "Oseba" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Personal Information" -msgstr "Osebni podatki" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Phone:" -msgstr "Telefon:" - -#. module: base_contact -#: code:addons/base_contact/base_contact.py:31 -#, python-format -msgid "Standalone Contact" -msgstr "Samostojni stik" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "State" -msgstr "Zvezna država" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Street..." -msgstr "Ulica..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "Tags..." -msgstr "Oznake..." - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "" -"To see personal information about this contact, please go to to the his " -"person form:" -msgstr "Za ogled osebnih podatkov o tem stiku pojdite na njegov glavni obrazec:" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "ZIP" -msgstr "Poštna številka" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "at" -msgstr "pri" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "e.g. Sales Director" -msgstr "npr. vodja prodaje" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other position" -msgstr "drug položaj" - -#. module: base_contact -#: view:res.partner:base_contact.view_res_partner_kanban_contact -msgid "other positions" -msgstr "drugi položaji" - -#. module: base_contact -#: view:res.partner:base_contact.view_partner_form_inherit -msgid "{'invisible': [('contact_type','=','attached')]}" -msgstr "{'invisible': [('contact_type','=','attached')]}" diff --git a/base_contact/migrations/8.0.2.0/pre-migrate.py b/base_contact/migrations/8.0.2.0/pre-migrate.py deleted file mode 100644 index 2e6a32210..000000000 --- a/base_contact/migrations/8.0.2.0/pre-migrate.py +++ /dev/null @@ -1,38 +0,0 @@ -# -*- encoding: utf-8 -*- - -# Odoo, Open Source Management Solution -# Copyright (C) 2014-2015 Grupo ESOC -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - - -def migrate(cr, version): - """Update fields owner module to avoid Odoo deleting them on uninstall.""" - # partner_contact_birthdate - cr.execute("""UPDATE ir_model_data - SET module='partner_contact_birthdate' - WHERE module='base_contact' - AND name in ('field_res_partner_birthdate_date')""") - - # partner_contact_nationality - cr.execute("""UPDATE ir_model_data - SET module='partner_contact_nationality' - WHERE module='base_contact' - AND name in ('field_res_partner_nationality_id')""") - - # partner_contact_in_several_companies - cr.execute("""UPDATE ir_model_data - SET module='partner_contact_in_several_companies' - WHERE module='base_contact' - AND name LIKE 'field_%'""") diff --git a/base_continent/i18n/en.po b/base_continent/i18n/en.po deleted file mode 100644 index 22f841f5e..000000000 --- a/base_continent/i18n/en.po +++ /dev/null @@ -1,119 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_continent -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_continent -#: model:res.continent,name:base_continent.af -msgid "Africa" -msgstr "Africa" - -#. module: base_continent -#: model:res.continent,name:base_continent.an -msgid "Antarctica" -msgstr "Antarctica" - -#. module: base_continent -#: model:res.continent,name:base_continent.as -msgid "Asia" -msgstr "Asia" - -#. module: base_continent -#: model:ir.model,name:base_continent.model_res_continent -#: view:res.continent:base_continent.view_continent_form -#: view:res.continent:base_continent.view_continent_tree -#: field:res.country,continent_id:0 field:res.partner,continent_id:0 -msgid "Continent" -msgstr "Continent" - -#. module: base_continent -#: field:res.continent,name:0 -msgid "Continent Name" -msgstr "Continent Name" - -#. module: base_continent -#: model:ir.actions.act_window,name:base_continent.action_continent -#: model:ir.ui.menu,name:base_continent.menu_continent_partner -msgid "Continents" -msgstr "Continents" - -#. module: base_continent -#: model:ir.model,name:base_continent.model_res_country -msgid "Country" -msgstr "Country" - -#. module: base_continent -#: field:res.continent,create_uid:0 -msgid "Created by" -msgstr "Created by" - -#. module: base_continent -#: field:res.continent,create_date:0 -msgid "Created on" -msgstr "Created on" - -#. module: base_continent -#: model:ir.actions.act_window,help:base_continent.action_continent -msgid "" -"Display and manage the list of all continents that can be assigned to your " -"partner records." -msgstr "Display and manage the list of all continents that can be assigned to your partner records." - -#. module: base_continent -#: model:res.continent,name:base_continent.eu -msgid "Europe" -msgstr "Europe" - -#. module: base_continent -#: field:res.continent,id:0 -msgid "ID" -msgstr "ID" - -#. module: base_continent -#: field:res.continent,write_uid:0 -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: base_continent -#: field:res.continent,write_date:0 -msgid "Last Updated on" -msgstr "Last Updated on" - -#. module: base_continent -#: model:res.continent,name:base_continent.na -msgid "North America" -msgstr "North America" - -#. module: base_continent -#: model:res.continent,name:base_continent.oc -msgid "Oceania" -msgstr "Oceania" - -#. module: base_continent -#: model:ir.model,name:base_continent.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_continent -#: model:res.continent,name:base_continent.sa -msgid "South America" -msgstr "South America" - -#. module: base_continent -#: help:res.continent,name:0 -msgid "The full name of the continent." -msgstr "The full name of the continent." diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index b987141b9..da6701f60 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -27,7 +27,7 @@ 'author': "Camptocamp," "ACYSOS S.L.," "Alejandro Santana," - "Serv. Tecnol. Avanzados - Pedro M. Baeza," + "Tecnativa," "Odoo Community Association (OCA)", 'license': "AGPL-3", 'contributors': [ diff --git a/base_location/i18n/am.po b/base_location/i18n/am.po new file mode 100644 index 000000000..7be5bb4d7 --- /dev/null +++ b/base_location/i18n/am.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "ኩባንያዎች" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "ተባባሪ" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/ar.po b/base_location/i18n/ar.po new file mode 100644 index 000000000..063049ab7 --- /dev/null +++ b/base_location/i18n/ar.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "الشركات" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "تجميع حسب" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "المعرف" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "الاسم" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "الشريك" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/bg.po b/base_location/i18n/bg.po new file mode 100644 index 000000000..ae146275e --- /dev/null +++ b/base_location/i18n/bg.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Групирай По" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Име" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Партньор" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/bs.po b/base_location/i18n/bs.po new file mode 100644 index 000000000..7da2b02b8 --- /dev/null +++ b/base_location/i18n/bs.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupiši po" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Ime" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/ca.po b/base_location/i18n/ca.po new file mode 100644 index 000000000..76e4fc440 --- /dev/null +++ b/base_location/i18n/ca.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-26 02:52+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Empreses" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "País" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupat per" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "Ubicació " + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nom" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Estat" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/cs.po b/base_location/i18n/cs.po new file mode 100644 index 000000000..a1a2bf23e --- /dev/null +++ b/base_location/i18n/cs.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Seskupit podle" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Název" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Společník" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/da.po b/base_location/i18n/da.po index cd7b6f2a4..75074e932 100644 --- a/base_location/i18n/da.po +++ b/base_location/i18n/da.po @@ -3,13 +3,18 @@ # * base_location # # Translators: +# Armando Vulcano Junior , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2014 # Hans Henrik Gabelgaard , 2015 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-10-19 12:45+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Danish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/da/)\n" "MIME-Version: 1.0\n" @@ -79,17 +84,17 @@ msgstr "Delstat/region" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid msgid "Created by" -msgstr "" +msgstr "Oprettet af" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date msgid "Created on" -msgstr "" +msgstr "Oprettet den" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Group By" -msgstr "" +msgstr "Gruppér efter" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_id @@ -99,17 +104,17 @@ msgstr "ID" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Sidst ændret den" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Sidst opdateret af" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date msgid "Last Updated on" -msgstr "" +msgstr "Sidst opdateret den" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id diff --git a/base_location/i18n/de.po b/base_location/i18n/de.po index 75b688aff..25f20f340 100644 --- a/base_location/i18n/de.po +++ b/base_location/i18n/de.po @@ -3,13 +3,22 @@ # * base_location # # Translators: +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 +# Hotellook, 2014 +# Matjaž Mozetič , 2016 +# Rudolf Schnapka , 2016 +# Rudolf Schnapka , 2015 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:17+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-04-17 04:14+0000\n" +"PO-Revision-Date: 2016-04-21 08:44+0000\n" +"Last-Translator: Rudolf Schnapka \n" "Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,17 +29,17 @@ msgstr "" #. module: base_location #: model:ir.actions.act_window,name:base_location.action_zip_tree msgid "Cites/locations Management" -msgstr "" +msgstr "Standorte-Verwaltung" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids msgid "Cities" -msgstr "" +msgstr "Orte" #. module: base_location #: model:ir.ui.menu,name:base_location.zip_base msgid "Cities/Locations Management" -msgstr "" +msgstr "Standorte-Verwaltung" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_city @@ -40,28 +49,28 @@ msgstr "Stadt" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_code msgid "City Code" -msgstr "" +msgstr "Ortskennung" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_company_form_city #: model:ir.ui.view,arch_db:base_location.view_partner_form msgid "City completion" -msgstr "" +msgstr "Orts-Vervollständigung" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id msgid "City/Location" -msgstr "" +msgstr "Stadt/Standort" #. module: base_location #: model:ir.model,name:base_location.model_res_better_zip msgid "City/locations completion object" -msgstr "" +msgstr "Stadt/Standorte-Vervollständungsobjekt" #. module: base_location #: model:ir.model,name:base_location.model_res_company msgid "Companies" -msgstr "" +msgstr "Unternehmen" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id @@ -73,52 +82,52 @@ msgstr "Land" #. module: base_location #: model:ir.model,name:base_location.model_res_country_state msgid "Country state" -msgstr "" +msgstr "Bundesland" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid msgid "Created by" -msgstr "" +msgstr "erstellt von" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date msgid "Created on" -msgstr "" +msgstr "erstellt am" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Group By" -msgstr "" +msgstr "Gruppiere" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_id msgid "ID" -msgstr "" +msgstr "ID" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Zuletzt verändert am" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid msgid "Last Updated by" -msgstr "" +msgstr "zuletzt aktualisiert von" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date msgid "Last Updated on" -msgstr "" +msgstr "zuletzt aktualisiert am" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id msgid "Location" -msgstr "" +msgstr "Standort" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name msgid "Name" -msgstr "" +msgstr "Bezeichnung" #. module: base_location #: model:ir.model,name:base_location.model_res_partner @@ -128,7 +137,7 @@ msgstr "Partner" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Search city" -msgstr "" +msgstr "Suche Ort" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id @@ -139,12 +148,12 @@ msgstr "Bundesland" #. module: base_location #: model:ir.model.fields,help:base_location.field_res_better_zip_code msgid "The official code for the city" -msgstr "" +msgstr "Die offizielle Kennung der Stadt" #. module: base_location #: model:ir.model.fields,help:base_location.field_res_company_better_zip_id msgid "Use the city name or the zip code to search the location" -msgstr "" +msgstr "Verwenden Sie den Stadtnamen oder die PLZ, um nach diesem Standort zu suchen" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_name diff --git a/base_location/i18n/el_GR.po b/base_location/i18n/el_GR.po new file mode 100644 index 000000000..932044bee --- /dev/null +++ b/base_location/i18n/el_GR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Χώρα" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Συνεργάτης" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/en.po b/base_location/i18n/en.po deleted file mode 100644 index d42761d0f..000000000 --- a/base_location/i18n/en.po +++ /dev/null @@ -1,154 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * base_location -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: partner-contact (9.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:17+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_location -#: model:ir.actions.act_window,name:base_location.action_zip_tree -msgid "Cites/locations Management" -msgstr "Cites/locations Management" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids -msgid "Cities" -msgstr "Cities" - -#. module: base_location -#: model:ir.ui.menu,name:base_location.zip_base -msgid "Cities/Locations Management" -msgstr "Cities/Locations Management" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city -msgid "City" -msgstr "City" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code -msgid "City Code" -msgstr "City Code" - -#. module: base_location -#: model:ir.ui.view,arch_db:base_location.view_company_form_city -#: model:ir.ui.view,arch_db:base_location.view_partner_form -msgid "City completion" -msgstr "City completion" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id -msgid "City/Location" -msgstr "City/Location" - -#. module: base_location -#: model:ir.model,name:base_location.model_res_better_zip -msgid "City/locations completion object" -msgstr "City/locations completion object" - -#. module: base_location -#: model:ir.model,name:base_location.model_res_company -msgid "Companies" -msgstr "Companies" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id -#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter -#: model:ir.ui.view,arch_db:base_location.view_country_search -msgid "Country" -msgstr "Country" - -#. module: base_location -#: model:ir.model,name:base_location.model_res_country_state -msgid "Country state" -msgstr "Country state" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid -msgid "Created by" -msgstr "Created by" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date -msgid "Created on" -msgstr "Created on" - -#. module: base_location -#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter -msgid "Group By" -msgstr "Group By" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id -msgid "ID" -msgstr "ID" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update -msgid "Last Modified on" -msgstr "Last Modified on" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date -msgid "Last Updated on" -msgstr "Last Updated on" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id -msgid "Location" -msgstr "Location" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name -msgid "Name" -msgstr "Name" - -#. module: base_location -#: model:ir.model,name:base_location.model_res_partner -msgid "Partner" -msgstr "Partner" - -#. module: base_location -#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter -msgid "Search city" -msgstr "Search city" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id -#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter -msgid "State" -msgstr "State" - -#. module: base_location -#: model:ir.model.fields,help:base_location.field_res_better_zip_code -msgid "The official code for the city" -msgstr "The official code for the city" - -#. module: base_location -#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id -msgid "Use the city name or the zip code to search the location" -msgstr "Use the city name or the zip code to search the location" - -#. module: base_location -#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name -#: model:ir.ui.view,arch_db:base_location.better_zip_form -#: model:ir.ui.view,arch_db:base_location.better_zip_tree -msgid "ZIP" -msgstr "ZIP" diff --git a/base_location/i18n/en_GB.po b/base_location/i18n/en_GB.po new file mode 100644 index 000000000..b7229b43f --- /dev/null +++ b/base_location/i18n/en_GB.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Group By" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Name" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_AR.po b/base_location/i18n/es_AR.po new file mode 100644 index 000000000..66ecb3a9e --- /dev/null +++ b/base_location/i18n/es_AR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_CL.po b/base_location/i18n/es_CL.po new file mode 100644 index 000000000..90ab41535 --- /dev/null +++ b/base_location/i18n/es_CL.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_CO.po b/base_location/i18n/es_CO.po new file mode 100644 index 000000000..856925c18 --- /dev/null +++ b/base_location/i18n/es_CO.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_CR.po b/base_location/i18n/es_CR.po new file mode 100644 index 000000000..a4f8be82f --- /dev/null +++ b/base_location/i18n/es_CR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_DO.po b/base_location/i18n/es_DO.po new file mode 100644 index 000000000..64ebd6aa1 --- /dev/null +++ b/base_location/i18n/es_DO.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_EC.po b/base_location/i18n/es_EC.po new file mode 100644 index 000000000..59149904e --- /dev/null +++ b/base_location/i18n/es_EC.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_ES.po b/base_location/i18n/es_ES.po new file mode 100644 index 000000000..4e02e499d --- /dev/null +++ b/base_location/i18n/es_ES.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 04:28+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "Ubicación" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_MX.po b/base_location/i18n/es_MX.po new file mode 100644 index 000000000..ca867ab5f --- /dev/null +++ b/base_location/i18n/es_MX.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-30 01:37+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Compañero" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_PE.po b/base_location/i18n/es_PE.po new file mode 100644 index 000000000..874df4554 --- /dev/null +++ b/base_location/i18n/es_PE.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_PY.po b/base_location/i18n/es_PY.po new file mode 100644 index 000000000..08e7217f5 --- /dev/null +++ b/base_location/i18n/es_PY.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/es_VE.po b/base_location/i18n/es_VE.po new file mode 100644 index 000000000..292617250 --- /dev/null +++ b/base_location/i18n/es_VE.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nombre" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/et.po b/base_location/i18n/et.po new file mode 100644 index 000000000..32d627419 --- /dev/null +++ b/base_location/i18n/et.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Rühmitamine" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nimi" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/eu.po b/base_location/i18n/eu.po new file mode 100644 index 000000000..4aa0d691a --- /dev/null +++ b/base_location/i18n/eu.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 04:59+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "Hiria" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Enpresak" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Herrialdea" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Group By" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Izena" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Kidea" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/fa.po b/base_location/i18n/fa.po new file mode 100644 index 000000000..3526c19eb --- /dev/null +++ b/base_location/i18n/fa.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "گروه‌بندی برمبنای" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "شناسه" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "نام" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/fi.po b/base_location/i18n/fi.po new file mode 100644 index 000000000..498c40a11 --- /dev/null +++ b/base_location/i18n/fi.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 12:11+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Yritykset" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Maa" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Ryhmittele" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivitetty" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivittänyt" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "Sijainti" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nimi" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Kumppani" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Tila" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/fr.po b/base_location/i18n/fr.po index 2541abc49..302991915 100644 --- a/base_location/i18n/fr.po +++ b/base_location/i18n/fr.po @@ -3,12 +3,15 @@ # * base_location # # Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 +# Matjaž Mozetič , 2016 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:18+0000\n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr/)\n" "MIME-Version: 1.0\n" @@ -78,37 +81,37 @@ msgstr "Etat" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid msgid "Created by" -msgstr "" +msgstr "Créé par" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date msgid "Created on" -msgstr "" +msgstr "Créé le" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Group By" -msgstr "" +msgstr "Regrouper par" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_id msgid "ID" -msgstr "" +msgstr "Identifiant" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Dernière modification le" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Mis à jour par" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date msgid "Last Updated on" -msgstr "" +msgstr "Mis à jour le" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id @@ -118,7 +121,7 @@ msgstr "Location" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name msgid "Name" -msgstr "" +msgstr "Nom" #. module: base_location #: model:ir.model,name:base_location.model_res_partner diff --git a/base_location/i18n/fr_CA.po b/base_location/i18n/fr_CA.po new file mode 100644 index 000000000..01c6441ac --- /dev/null +++ b/base_location/i18n/fr_CA.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Entreprises" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "Identifiant" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nom" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/fr_CH.po b/base_location/i18n/fr_CH.po new file mode 100644 index 000000000..772fbade1 --- /dev/null +++ b/base_location/i18n/fr_CH.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-30 01:37+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "Canton" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "État" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/fr_FR.po b/base_location/i18n/fr_FR.po new file mode 100644 index 000000000..c5a78ef7e --- /dev/null +++ b/base_location/i18n/fr_FR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/gl.po b/base_location/i18n/gl.po new file mode 100644 index 000000000..5e3c35c5c --- /dev/null +++ b/base_location/i18n/gl.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Empresa" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/gl_ES.po b/base_location/i18n/gl_ES.po new file mode 100644 index 000000000..fb341c0d8 --- /dev/null +++ b/base_location/i18n/gl_ES.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/he.po b/base_location/i18n/he.po new file mode 100644 index 000000000..827f54d36 --- /dev/null +++ b/base_location/i18n/he.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "קבץ לפי" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "מזהה" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "שם" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/hr.po b/base_location/i18n/hr.po new file mode 100644 index 000000000..0fadb9161 --- /dev/null +++ b/base_location/i18n/hr.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupiraj po" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Naziv" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Status" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/hr_HR.po b/base_location/i18n/hr_HR.po new file mode 100644 index 000000000..e14c2ea21 --- /dev/null +++ b/base_location/i18n/hr_HR.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-08 05:38+0000\n" +"PO-Revision-Date: 2016-05-31 18:41+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "Upravljanje gradovima/lokacijama" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "Gradovi" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "Upravljanje gradovima/lokacijama" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "Grad" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "Šifra grada" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "Popunjavanje grada" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "Grad/Lokacija" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "Objekt popunjavanja Grada/Lokacije" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Država" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "Oblast/Županija" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Prupiraj po" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Zadnji modificirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "Lokacija" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Naziv" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "Pretraži gradove" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Oblast/Županija" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "Službena šifra ovog grada" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "Koristite naziv ili šifru grada za pretraživanje" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "ZIP" diff --git a/base_location/i18n/hu.po b/base_location/i18n/hu.po new file mode 100644 index 000000000..aee3470c5 --- /dev/null +++ b/base_location/i18n/hu.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Csoportosítás..." + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Név" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/id.po b/base_location/i18n/id.po new file mode 100644 index 000000000..69a5ec610 --- /dev/null +++ b/base_location/i18n/id.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Dikelompokan berdasarkan .." + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nama" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/it.po b/base_location/i18n/it.po index 4ce1575d2..cb80dd6cc 100644 --- a/base_location/i18n/it.po +++ b/base_location/i18n/it.po @@ -3,12 +3,13 @@ # * base_location # # Translators: +# Paolo Valier, 2016 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"POT-Creation-Date: 2016-03-20 01:37+0000\n" +"PO-Revision-Date: 2016-03-19 05:58+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -78,37 +79,37 @@ msgstr "Provincia Paese" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_id msgid "ID" -msgstr "" +msgstr "ID" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima modifica il" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Ultimo caricamento il" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date msgid "Last Updated on" -msgstr "" +msgstr "Ultimo caricamento di" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id @@ -118,7 +119,7 @@ msgstr "Locazione" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name msgid "Name" -msgstr "" +msgstr "Nome" #. module: base_location #: model:ir.model,name:base_location.model_res_partner @@ -128,7 +129,7 @@ msgstr "Partner" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Search city" -msgstr "" +msgstr "Ricerca città" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id diff --git a/base_location/i18n/ja.po b/base_location/i18n/ja.po new file mode 100644 index 000000000..ce7b19e37 --- /dev/null +++ b/base_location/i18n/ja.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "作成日" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "グループ化" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "名称" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "パートナ" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/ko.po b/base_location/i18n/ko.po new file mode 100644 index 000000000..2c0dfdc76 --- /dev/null +++ b/base_location/i18n/ko.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "작성일" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "그룹화" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "이름" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/lt.po b/base_location/i18n/lt.po new file mode 100644 index 000000000..baf48c1b1 --- /dev/null +++ b/base_location/i18n/lt.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupuoti pagal" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Pavadinimas" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partneris" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/lt_LT.po b/base_location/i18n/lt_LT.po new file mode 100644 index 000000000..7089e6a82 --- /dev/null +++ b/base_location/i18n/lt_LT.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/lv.po b/base_location/i18n/lv.po new file mode 100644 index 000000000..c8d89f413 --- /dev/null +++ b/base_location/i18n/lv.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupēt pēc" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nosaukums" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partneris" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/mk.po b/base_location/i18n/mk.po new file mode 100644 index 000000000..5d0ed6c82 --- /dev/null +++ b/base_location/i18n/mk.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Групирај по" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Име" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Партнер" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/mn.po b/base_location/i18n/mn.po new file mode 100644 index 000000000..6048555e3 --- /dev/null +++ b/base_location/i18n/mn.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Бүлэглэх" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Нэр" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Харилцагч" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/nb.po b/base_location/i18n/nb.po new file mode 100644 index 000000000..390c90dda --- /dev/null +++ b/base_location/i18n/nb.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupper etter" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Navn" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/nb_NO.po b/base_location/i18n/nb_NO.po new file mode 100644 index 000000000..8c367cfeb --- /dev/null +++ b/base_location/i18n/nb_NO.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/nl.po b/base_location/i18n/nl.po index c869c8ada..90dcb9984 100644 --- a/base_location/i18n/nl.po +++ b/base_location/i18n/nl.po @@ -3,13 +3,16 @@ # * base_location # # Translators: +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Erwin van der Ploeg , 2016 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:18+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: Erwin van der Ploeg \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +38,7 @@ msgstr "" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_city msgid "City" -msgstr "Stad" +msgstr "Plaats" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_code @@ -51,7 +54,7 @@ msgstr "" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id msgid "City/Location" -msgstr "" +msgstr "Plaats/Locatie" #. module: base_location #: model:ir.model,name:base_location.model_res_better_zip @@ -61,7 +64,7 @@ msgstr "" #. module: base_location #: model:ir.model,name:base_location.model_res_company msgid "Companies" -msgstr "" +msgstr "Bedrijven" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id @@ -88,7 +91,7 @@ msgstr "Aangemaakt op" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter msgid "Group By" -msgstr "" +msgstr "Groepeer op" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_id @@ -98,7 +101,7 @@ msgstr "ID" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid @@ -118,12 +121,12 @@ msgstr "" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name msgid "Name" -msgstr "" +msgstr "Naam" #. module: base_location #: model:ir.model,name:base_location.model_res_partner msgid "Partner" -msgstr "Partner" +msgstr "Relatie" #. module: base_location #: model:ir.ui.view,arch_db:base_location.view_better_zip_filter diff --git a/base_location/i18n/nl_BE.po b/base_location/i18n/nl_BE.po new file mode 100644 index 000000000..d0a81ad23 --- /dev/null +++ b/base_location/i18n/nl_BE.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Groeperen op" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Naam:" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Relatie" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/pl.po b/base_location/i18n/pl.po new file mode 100644 index 000000000..848b30693 --- /dev/null +++ b/base_location/i18n/pl.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Pogrupuj wg" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nazwa" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/pt.po b/base_location/i18n/pt.po new file mode 100644 index 000000000..fd80fe4e3 --- /dev/null +++ b/base_location/i18n/pt.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +# Tiago Baptista , 2016 +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: Tiago Baptista \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "Cidade" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "País" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Agrupar por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nome" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Parceiro" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "CP" diff --git a/base_location/i18n/pt_BR.po b/base_location/i18n/pt_BR.po index 572adff93..f29154ecd 100644 --- a/base_location/i18n/pt_BR.po +++ b/base_location/i18n/pt_BR.po @@ -3,13 +3,17 @@ # * base_location # # Translators: +# Ahmet Altinisik , 2016 # danimaribeiro , 2015 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-17 01:36+0000\n" -"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"POT-Creation-Date: 2016-10-06 12:09+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -99,7 +103,7 @@ msgstr "ID" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update msgid "Last Modified on" -msgstr "" +msgstr "Última atualização em" #. module: base_location #: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid diff --git a/base_location/i18n/pt_PT.po b/base_location/i18n/pt_PT.po new file mode 100644 index 000000000..3ca8cb5ee --- /dev/null +++ b/base_location/i18n/pt_PT.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Nome" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Parceiro" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/ro.po b/base_location/i18n/ro.po new file mode 100644 index 000000000..83f129d19 --- /dev/null +++ b/base_location/i18n/ro.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partener" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/ru.po b/base_location/i18n/ru.po new file mode 100644 index 000000000..e5e1ea1b9 --- /dev/null +++ b/base_location/i18n/ru.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 12:11+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "Город" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Страна" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Создан" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Название" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Контрагент" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/sk.po b/base_location/i18n/sk.po new file mode 100644 index 000000000..d7a681f55 --- /dev/null +++ b/base_location/i18n/sk.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Zoskupiť podľa" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Meno" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/sr.po b/base_location/i18n/sr.po new file mode 100644 index 000000000..0bf34d569 --- /dev/null +++ b/base_location/i18n/sr.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupiši po" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Ime" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/sr@latin.po b/base_location/i18n/sr@latin.po new file mode 100644 index 000000000..639286567 --- /dev/null +++ b/base_location/i18n/sr@latin.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupisano po" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Ime:" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Partner" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/sv.po b/base_location/i18n/sv.po new file mode 100644 index 000000000..85dd74974 --- /dev/null +++ b/base_location/i18n/sv.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Gruppera efter" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Namn" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Företag" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/th.po b/base_location/i18n/th.po new file mode 100644 index 000000000..779173a3d --- /dev/null +++ b/base_location/i18n/th.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "จัดกลุ่มโดย" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "รหัส" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "ชื่อ" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "พาร์ทเนอร์" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/tr.po b/base_location/i18n/tr.po new file mode 100644 index 000000000..98b0eb74a --- /dev/null +++ b/base_location/i18n/tr.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-12-30 22:03+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "Şirketler" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "Ülke" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupla" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Adı" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "İş Ortağı" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Durum" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/tr_TR.po b/base_location/i18n/tr_TR.po new file mode 100644 index 000000000..c11e631e0 --- /dev/null +++ b/base_location/i18n/tr_TR.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-06 03:39+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Grupla" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "Kimlik" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "Konum" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Ad" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Ortak" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "Hal" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/uk.po b/base_location/i18n/uk.po new file mode 100644 index 000000000..0318f51ce --- /dev/null +++ b/base_location/i18n/uk.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Групувати за" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Name" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/vi.po b/base_location/i18n/vi.po new file mode 100644 index 000000000..7e6a667bd --- /dev/null +++ b/base_location/i18n/vi.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "Group By" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "Tên" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "Đối tác" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/vi_VN.po b/base_location/i18n/vi_VN.po new file mode 100644 index 000000000..588760d28 --- /dev/null +++ b/base_location/i18n/vi_VN.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/zh_CN.po b/base_location/i18n/zh_CN.po new file mode 100644 index 000000000..0009364ce --- /dev/null +++ b/base_location/i18n/zh_CN.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "创建者" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "分组" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "ID" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "名称" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "业务伙伴" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/i18n/zh_TW.po b/base_location/i18n/zh_TW.po new file mode 100644 index 000000000..6123e94dd --- /dev/null +++ b/base_location/i18n/zh_TW.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2015-12-15 11:17+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location +#: model:ir.actions.act_window,name:base_location.action_zip_tree +msgid "Cites/locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_country_state_better_zip_ids +msgid "Cities" +msgstr "" + +#. module: base_location +#: model:ir.ui.menu,name:base_location.zip_base +msgid "Cities/Locations Management" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_city +msgid "City" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_code +msgid "City Code" +msgstr "" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_company_form_city +#: model:ir.ui.view,arch_db:base_location.view_partner_form +msgid "City completion" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_partner_zip_id +msgid "City/Location" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_better_zip +msgid "City/locations completion object" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_company +msgid "Companies" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_country_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +#: model:ir.ui.view,arch_db:base_location.view_country_search +msgid "Country" +msgstr "" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_create_date +msgid "Created on" +msgstr "建立於" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Group By" +msgstr "分組方式" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_id +msgid "ID" +msgstr "編號" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_company_better_zip_id +msgid "Location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_display_name +msgid "Name" +msgstr "名稱" + +#. module: base_location +#: model:ir.model,name:base_location.model_res_partner +msgid "Partner" +msgstr "夥伴" + +#. module: base_location +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "Search city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_state_id +#: model:ir.ui.view,arch_db:base_location.view_better_zip_filter +msgid "State" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_better_zip_code +msgid "The official code for the city" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,help:base_location.field_res_company_better_zip_id +msgid "Use the city name or the zip code to search the location" +msgstr "" + +#. module: base_location +#: model:ir.model.fields,field_description:base_location.field_res_better_zip_name +#: model:ir.ui.view,arch_db:base_location.better_zip_form +#: model:ir.ui.view,arch_db:base_location.better_zip_tree +msgid "ZIP" +msgstr "" diff --git a/base_location/views/partner_view.xml b/base_location/views/partner_view.xml index cade97e03..ee44a73f8 100644 --- a/base_location/views/partner_view.xml +++ b/base_location/views/partner_view.xml @@ -11,13 +11,13 @@ + class="oe_edit_only" attrs="{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False)]}" /> + class="oe_edit_only" attrs="{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False)]}" /> diff --git a/base_location_geonames_import/README.rst b/base_location_geonames_import/README.rst index 219404f94..b5dd3e775 100644 --- a/base_location_geonames_import/README.rst +++ b/base_location_geonames_import/README.rst @@ -1,3 +1,8 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============================= Base Location Geonames Import ============================= @@ -29,6 +34,23 @@ selected country, it will delete all the current better zip entries, download the latest version of the list of cities from geonames.org and create new better zip entries. +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/134/9.0 + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed `feedback +`_. + Credits ======= diff --git a/base_location_geonames_import/__init__.py b/base_location_geonames_import/__init__.py index b63234221..d18ad148c 100644 --- a/base_location_geonames_import/__init__.py +++ b/base_location_geonames_import/__init__.py @@ -1,23 +1,4 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Base Location Geonames Import module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import wizard diff --git a/base_location_geonames_import/__openerp__.py b/base_location_geonames_import/__openerp__.py index 33e93c607..2f2c4c5de 100644 --- a/base_location_geonames_import/__openerp__.py +++ b/base_location_geonames_import/__openerp__.py @@ -1,38 +1,19 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Base Location Geonames Import module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# Copyright (C) 2014 Agile Business Group (http://www.agilebg.com) -# @author Lorenzo Battistini -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - +# -*- coding: utf-8 -*- +# © 2014 Alexis de Lattre +# © 2014 Lorenzo Battistini +# © 2016 Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Base Location Geonames Import', - 'version': '8.0.0.2.0', - 'category': 'Extra Tools', + 'version': '9.0.1.0.1', + 'category': 'Partner Management', 'license': 'AGPL-3', 'summary': 'Import better zip entries from Geonames', 'author': 'Akretion,' 'Agile Business Group,' 'Antiun Ingeniería S.L.,' - 'Serv. Tecnol. Avanzados - Pedro M. Baeza,' + 'Tecnativa,' 'Odoo Community Association (OCA)', 'website': 'http://www.akretion.com', 'depends': ['base_location'], @@ -40,9 +21,5 @@ 'data': [ 'wizard/geonames_import_view.xml', ], - 'test': [ - 'test/import.yml' - ], - 'installable': False, - 'active': False, + 'installable': True, } diff --git a/base_location_geonames_import/i18n/am.po b/base_location_geonames_import/i18n/am.po new file mode 100644 index 000000000..2c2c3a0e2 --- /dev/null +++ b/base_location_geonames_import/i18n/am.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-20 23:45+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ar.po b/base_location_geonames_import/i18n/ar.po new file mode 100644 index 000000000..ea70ec047 --- /dev/null +++ b/base_location_geonames_import/i18n/ar.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "إلغاء" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "المعرف" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/base_location_geonames_import.pot b/base_location_geonames_import/i18n/base_location_geonames_import.pot deleted file mode 100644 index 8b8fed1c9..000000000 --- a/base_location_geonames_import/i18n/base_location_geonames_import.pot +++ /dev/null @@ -1,68 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_location_geonames_import -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 7.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-11 20:55+0000\n" -"PO-Revision-Date: 2014-04-11 20:55+0000\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 -#: view:better.zip.geonames.import:0 -msgid "Cancel" -msgstr "" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 -msgid "Country" -msgstr "" - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:66 -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:90 -#, python-format -msgid "Error:" -msgstr "" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import:0 -msgid "For the country selected above, this wizard will download the latest version of the list of cities from geonames.org, create new location entries if not found already in the system, and DELETE MISSING ENTRIES from new file." -msgstr "" - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:91 -#, python-format -msgid "Got an error %d when trying to download the file %s." -msgstr "" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import:0 -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 -#: view:better.zip.geonames.import:0 -#: 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 -msgid "Import from Geonames" -msgstr "" - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:67 -#, python-format -msgid "The country code inside the file (%s) doesn't correspond to the selected country (%s)." -msgstr "" - diff --git a/base_location_geonames_import/i18n/bg.po b/base_location_geonames_import/i18n/bg.po new file mode 100644 index 000000000..cd3b360ae --- /dev/null +++ b/base_location_geonames_import/i18n/bg.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Откажи" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/bs.po b/base_location_geonames_import/i18n/bs.po new file mode 100644 index 000000000..4455d1c22 --- /dev/null +++ b/base_location_geonames_import/i18n/bs.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ca.po b/base_location_geonames_import/i18n/ca.po new file mode 100644 index 000000000..1872f5142 --- /dev/null +++ b/base_location_geonames_import/i18n/ca.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:29+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "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 "Creat per" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ca_ES.po b/base_location_geonames_import/i18n/ca_ES.po new file mode 100644 index 000000000..3de5efb41 --- /dev/null +++ b/base_location_geonames_import/i18n/ca_ES.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ca_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/cs.po b/base_location_geonames_import/i18n/cs.po new file mode 100644 index 000000000..3208a206f --- /dev/null +++ b/base_location_geonames_import/i18n/cs.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/da.po b/base_location_geonames_import/i18n/da.po new file mode 100644 index 000000000..a09ed3f7a --- /dev/null +++ b/base_location_geonames_import/i18n/da.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Annuller" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Land." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/de.po b/base_location_geonames_import/i18n/de.po new file mode 100644 index 000000000..4f8ab67cb --- /dev/null +++ b/base_location_geonames_import/i18n/de.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-30 12:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:56+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "Wandelt ermittelte Stadt und Bundesländer in Fall-Titel um" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Land" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "erstellt von" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "erstellt am" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "Für das oben gewählte Land lädt der Assitent das aktuellste Städteverzeichnis von geonames.org, Legt neue Ortbezeichnungen an, wenn sie nicht bereits im System hinterlegt sind und löscht nicht vorhandene Einträge aus der neuen Datei. " + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "Erhielt einen Fehler %d beim Versuch die Datei %s herunter zu laden." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "Import" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "Importiere bessere PLZ von geonames.org" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "Importiere von Geonames" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "zuletzt aktualisiert von" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "zuletzt aktualisiert am" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "Die Landeskennung in der Datei (%s) passt nicht zum gewählten Land (%s)." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "Fall-Bezeichnung" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "Zu viele Bundesländer mit Schlüssel %s im Land %s" diff --git a/base_location_geonames_import/i18n/el_GR.po b/base_location_geonames_import/i18n/el_GR.po new file mode 100644 index 000000000..1690a62f0 --- /dev/null +++ b/base_location_geonames_import/i18n/el_GR.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Άκυρο" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Χώρα" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/en.po b/base_location_geonames_import/i18n/en.po deleted file mode 100644 index d4b3426bd..000000000 --- a/base_location_geonames_import/i18n/en.po +++ /dev/null @@ -1,98 +0,0 @@ -# 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 (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form -msgid "Cancel" -msgstr "Cancel" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 -msgid "Country" -msgstr "Country" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 -msgid "Created by" -msgstr "Created by" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_date:0 -msgid "Created on" -msgstr "Created on" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form -msgid "" -"For the country selected above, this wizard will download the latest version" -" of the list of cities from geonames.org, create new location entries if not" -" found already in the system, and DELETE MISSING ENTRIES from new file." -msgstr "For the country selected above, this wizard will download the latest version of the list of cities from geonames.org, create new location entries if not found already in the system, and DELETE MISSING ENTRIES from new file." - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 -#, python-format -msgid "Got an error %d when trying to download the file %s." -msgstr "Got an error %d when trying to download the file %s." - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 -msgid "ID" -msgstr "ID" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import: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 "Import Better Zip from Geonames" - -#. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form -#: 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 -msgid "Import from Geonames" -msgstr "Import from Geonames" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_uid:0 -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_date:0 -msgid "Last Updated on" -msgstr "Last Updated on" - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 -#, python-format -msgid "" -"The country code inside the file (%s) doesn't correspond to the selected " -"country (%s)." -msgstr "The country code inside the file (%s) doesn't correspond to the selected country (%s)." - -#. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 -#, python-format -msgid "Too many states with code %s for country %s" -msgstr "Too many states with code %s for country %s" diff --git a/base_location_geonames_import/i18n/en_AU.po b/base_location_geonames_import/i18n/en_AU.po new file mode 100644 index 000000000..4bcc9a7c7 --- /dev/null +++ b/base_location_geonames_import/i18n/en_AU.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (Australia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancel" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/en_GB.po b/base_location_geonames_import/i18n/en_GB.po new file mode 100644 index 000000000..dbde768cb --- /dev/null +++ b/base_location_geonames_import/i18n/en_GB.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancel" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es.po b/base_location_geonames_import/i18n/es.po index b7e62f13d..cfa746f29 100644 --- a/base_location_geonames_import/i18n/es.po +++ b/base_location_geonames_import/i18n/es.po @@ -3,14 +3,17 @@ # * base_location_geonames_import # # Translators: +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Carles Antoli , 2015 msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 15:48+0000\n" -"PO-Revision-Date: 2015-10-06 13:57+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/es/)\n" +"POT-Creation-Date: 2016-08-20 23:45+0000\n" +"PO-Revision-Date: 2016-09-16 21:45+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,27 +21,37 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" msgstr "Cancelar" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "Convierte los nombres de ciudad y provincia recuperados a Nombre Propio." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id msgid "Country" msgstr "País" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 +#: 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 -#: field:better.zip.geonames.import,create_date:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" @@ -46,18 +59,18 @@ msgid "" msgstr "Para el país seleccionado arriba, este asistente descargará la última versión de la lista de ciudades de geonames.org, creará nuevas entradas de ubicaciones si no se encuentran ya en el sistema, y BORRARÁ LOS REGISTROS DESAPARECIDOS en el nuevo archivo." #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." msgstr "Se obtuvo un error %d cuando se descargaba el archivo %s." #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" msgstr "Importar" @@ -67,24 +80,29 @@ msgid "Import Better Zip from Geonames" msgstr "Importar ubicaciones de Geonames" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 -#: field:better.zip.geonames.import,write_uid:0 +#: 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 -#: field:better.zip.geonames.import,write_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " @@ -92,7 +110,12 @@ msgid "" 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 -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "Nombre Propio" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" -msgstr "" +msgstr "Demasiados estados con código %s para el país %s" diff --git a/base_location_geonames_import/i18n/es_AR.po b/base_location_geonames_import/i18n/es_AR.po new file mode 100644 index 000000000..4a0015fdb --- /dev/null +++ b/base_location_geonames_import/i18n/es_AR.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Ú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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_CL.po b/base_location_geonames_import/i18n/es_CL.po new file mode 100644 index 000000000..1b10b4923 --- /dev/null +++ b/base_location_geonames_import/i18n/es_CL.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID (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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_CO.po b/base_location_geonames_import/i18n/es_CO.po new file mode 100644 index 000000000..94e538dfc --- /dev/null +++ b/base_location_geonames_import/i18n/es_CO.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Ú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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_CR.po b/base_location_geonames_import/i18n/es_CR.po new file mode 100644 index 000000000..b17c0573b --- /dev/null +++ b/base_location_geonames_import/i18n/es_CR.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_DO.po b/base_location_geonames_import/i18n/es_DO.po new file mode 100644 index 000000000..64fb2863c --- /dev/null +++ b/base_location_geonames_import/i18n/es_DO.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Ú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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_EC.po b/base_location_geonames_import/i18n/es_EC.po new file mode 100644 index 000000000..247b50b45 --- /dev/null +++ b/base_location_geonames_import/i18n/es_EC.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID (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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_ES.po b/base_location_geonames_import/i18n/es_ES.po new file mode 100644 index 000000000..5dd4c2f75 --- /dev/null +++ b/base_location_geonames_import/i18n/es_ES.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 04:28+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Ú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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_MX.po b/base_location_geonames_import/i18n/es_MX.po new file mode 100644 index 000000000..ff61ccc73 --- /dev/null +++ b/base_location_geonames_import/i18n/es_MX.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_PE.po b/base_location_geonames_import/i18n/es_PE.po new file mode 100644 index 000000000..967436bee --- /dev/null +++ b/base_location_geonames_import/i18n/es_PE.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_PY.po b/base_location_geonames_import/i18n/es_PY.po new file mode 100644 index 000000000..24f6175ce --- /dev/null +++ b/base_location_geonames_import/i18n/es_PY.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/es_VE.po b/base_location_geonames_import/i18n/es_VE.po new file mode 100644 index 000000000..518d4def4 --- /dev/null +++ b/base_location_geonames_import/i18n/es_VE.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/et.po b/base_location_geonames_import/i18n/et.po new file mode 100644 index 000000000..ab5828ded --- /dev/null +++ b/base_location_geonames_import/i18n/et.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/eu.po b/base_location_geonames_import/i18n/eu.po new file mode 100644 index 000000000..91759066a --- /dev/null +++ b/base_location_geonames_import/i18n/eu.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 04:59+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Herrialdea" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/fa.po b/base_location_geonames_import/i18n/fa.po new file mode 100644 index 000000000..8f94dac45 --- /dev/null +++ b/base_location_geonames_import/i18n/fa.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "لغو" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "شناسه" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/fi.po b/base_location_geonames_import/i18n/fi.po new file mode 100644 index 000000000..9a5eaaf48 --- /dev/null +++ b/base_location_geonames_import/i18n/fi.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:29+0000\n" +"PO-Revision-Date: 2017-01-13 09:29+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Peruuta" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Maa" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "Tuo" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivitetty" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivittänyt" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/fr.po b/base_location_geonames_import/i18n/fr.po index cc612b0de..557448df5 100644 --- a/base_location_geonames_import/i18n/fr.po +++ b/base_location_geonames_import/i18n/fr.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/fr/)\n" +"POT-Creation-Date: 2016-04-30 12:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:56+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,27 +18,37 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" msgstr "Annuler" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id msgid "Country" msgstr "Pays" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid msgid "Created by" -msgstr "" +msgstr "Créé par" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date msgid "Created on" -msgstr "" +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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" @@ -46,18 +56,18 @@ msgid "" msgstr "" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." msgstr "Erreur %d reçue suite à la tentative de téléchargement du fichier %s." #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id msgid "ID" -msgstr "" +msgstr "ID" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" msgstr "Importer" @@ -67,24 +77,29 @@ msgid "Import Better Zip from Geonames" msgstr "Import Better Zip from Geonames" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 -#: field:better.zip.geonames.import,write_uid:0 +#: 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 "" +msgstr "Mis à jour par" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date msgid "Last Updated on" -msgstr "" +msgstr "Mis à jour le" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " @@ -92,7 +107,12 @@ msgid "" msgstr "Le code pays utilisé à l'intérieur du fichier (%s) ne correspond pas au pays sélectionné (%s)." #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" msgstr "" diff --git a/base_location_geonames_import/i18n/fr_CA.po b/base_location_geonames_import/i18n/fr_CA.po new file mode 100644 index 000000000..cdc76706b --- /dev/null +++ b/base_location_geonames_import/i18n/fr_CA.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/fr_CH.po b/base_location_geonames_import/i18n/fr_CH.po new file mode 100644 index 000000000..cd1275c69 --- /dev/null +++ b/base_location_geonames_import/i18n/fr_CH.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-30 01:37+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/fr_FR.po b/base_location_geonames_import/i18n/fr_FR.po new file mode 100644 index 000000000..9f53a8a6f --- /dev/null +++ b/base_location_geonames_import/i18n/fr_FR.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/gl.po b/base_location_geonames_import/i18n/gl.po new file mode 100644 index 000000000..1d2095589 --- /dev/null +++ b/base_location_geonames_import/i18n/gl.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Última modificació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 "ültima actualización por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/gl_ES.po b/base_location_geonames_import/i18n/gl_ES.po new file mode 100644 index 000000000..b2ac642bf --- /dev/null +++ b/base_location_geonames_import/i18n/gl_ES.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/he.po b/base_location_geonames_import/i18n/he.po new file mode 100644 index 000000000..eaad96f95 --- /dev/null +++ b/base_location_geonames_import/i18n/he.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "בטל" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "מזהה" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/hi.po b/base_location_geonames_import/i18n/hi.po new file mode 100644 index 000000000..7ed114008 --- /dev/null +++ b/base_location_geonames_import/i18n/hi.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hindi (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "रद्द" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/hr.po b/base_location_geonames_import/i18n/hr.po new file mode 100644 index 000000000..00b7b938c --- /dev/null +++ b/base_location_geonames_import/i18n/hr.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-06 12:09+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Odustani" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/hr_HR.po b/base_location_geonames_import/i18n/hr_HR.po new file mode 100644 index 000000000..1a9d8f6ea --- /dev/null +++ b/base_location_geonames_import/i18n/hr_HR.po @@ -0,0 +1,119 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-08 05:38+0000\n" +"PO-Revision-Date: 2016-05-31 18:47+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "Pretvara upisana imena gradova i oblasti u Početna Velika." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Država" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "Za državu odabranu iznad, ovaj će čarobnjak preuzeti posljednju verziju popisa gradova sa geonames.org, kreirati nove zapise lokacija, ukoliko već nisu pronađeni u sustavu i obrisati nedostajuće zapise iz nove datoteke." + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "Šifra države unutar datoteke (%s) ne odgovara šifri odabrane države (%s)." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "Početna Velika " + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "Previše županija/regija sa šifrom %s za državu %s" diff --git a/base_location_geonames_import/i18n/hu.po b/base_location_geonames_import/i18n/hu.po new file mode 100644 index 000000000..89e0aee01 --- /dev/null +++ b/base_location_geonames_import/i18n/hu.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Mégsem" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/id.po b/base_location_geonames_import/i18n/id.po new file mode 100644 index 000000000..b60cbf619 --- /dev/null +++ b/base_location_geonames_import/i18n/id.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Batalkan" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/it.po b/base_location_geonames_import/i18n/it.po index 10cd9420e..6f455a855 100644 --- a/base_location_geonames_import/i18n/it.po +++ b/base_location_geonames_import/i18n/it.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-05-22 13:07+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/it/)\n" +"POT-Creation-Date: 2016-08-20 23:45+0000\n" +"PO-Revision-Date: 2016-09-09 12:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,27 +18,37 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" msgstr "Annulla" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id msgid "Country" msgstr "Paese" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date msgid "Created on" -msgstr "" +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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" @@ -46,18 +56,18 @@ msgid "" msgstr "" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." msgstr "Errore %d mentre si stava scaricando il file %s." #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id msgid "ID" -msgstr "" +msgstr "ID" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" msgstr "Importa" @@ -67,24 +77,29 @@ msgid "Import Better Zip from Geonames" msgstr "Importa Better Zip da Geonames" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 -#: field:better.zip.geonames.import,write_uid:0 +#: 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 "" +msgstr "Ultimo caricamento il" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date msgid "Last Updated on" -msgstr "" +msgstr "Ultimo caricamento di" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " @@ -92,7 +107,12 @@ msgid "" msgstr "Il codice paese all'interno del file (%s) non corrisponde al paese selezionato (%s)." #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" msgstr "" diff --git a/base_location_geonames_import/i18n/ja.po b/base_location_geonames_import/i18n/ja.po new file mode 100644 index 000000000..dc4f30c8f --- /dev/null +++ b/base_location_geonames_import/i18n/ja.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "キャンセル" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "作成日" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ko.po b/base_location_geonames_import/i18n/ko.po new file mode 100644 index 000000000..3a4c744f8 --- /dev/null +++ b/base_location_geonames_import/i18n/ko.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "취소" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "작성일" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/lo.po b/base_location_geonames_import/i18n/lo.po new file mode 100644 index 000000000..c4f8c47c3 --- /dev/null +++ b/base_location_geonames_import/i18n/lo.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lao (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/lt.po b/base_location_geonames_import/i18n/lt.po new file mode 100644 index 000000000..fd2820b48 --- /dev/null +++ b/base_location_geonames_import/i18n/lt.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/lt_LT.po b/base_location_geonames_import/i18n/lt_LT.po new file mode 100644 index 000000000..24e362c2d --- /dev/null +++ b/base_location_geonames_import/i18n/lt_LT.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/lv.po b/base_location_geonames_import/i18n/lv.po new file mode 100644 index 000000000..77f12d574 --- /dev/null +++ b/base_location_geonames_import/i18n/lv.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Atcelt" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/mk.po b/base_location_geonames_import/i18n/mk.po new file mode 100644 index 000000000..456a34552 --- /dev/null +++ b/base_location_geonames_import/i18n/mk.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Откажи" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/mn.po b/base_location_geonames_import/i18n/mn.po new file mode 100644 index 000000000..ba8016c5e --- /dev/null +++ b/base_location_geonames_import/i18n/mn.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Цуцлах" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/nb.po b/base_location_geonames_import/i18n/nb.po new file mode 100644 index 000000000..85f5a455f --- /dev/null +++ b/base_location_geonames_import/i18n/nb.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Avbryt" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/nb_NO.po b/base_location_geonames_import/i18n/nb_NO.po new file mode 100644 index 000000000..143c050ec --- /dev/null +++ b/base_location_geonames_import/i18n/nb_NO.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Lukk" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/nl.po b/base_location_geonames_import/i18n/nl.po index 9b3f3e3a7..094e16afd 100644 --- a/base_location_geonames_import/i18n/nl.po +++ b/base_location_geonames_import/i18n/nl.po @@ -5,12 +5,12 @@ # Translators: msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-23 21:40+0000\n" -"PO-Revision-Date: 2015-10-01 12:32+0000\n" -"Last-Translator: Maxime Chambreuil \n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/nl/)\n" +"POT-Creation-Date: 2016-08-20 23:45+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,27 +18,37 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" +msgstr "Annuleren" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." msgstr "" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: 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 -#: field:better.zip.geonames.import,create_uid:0 +#: 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 -#: field:better.zip.geonames.import,create_date:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" @@ -46,18 +56,18 @@ msgid "" msgstr "" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." msgstr "" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" msgstr "" @@ -67,24 +77,29 @@ msgid "Import Better Zip from Geonames" msgstr "" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 -#: field:better.zip.geonames.import,write_uid:0 +#: 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 -#: field:better.zip.geonames.import,write_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " @@ -92,7 +107,12 @@ msgid "" msgstr "" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" msgstr "" diff --git a/base_location_geonames_import/i18n/nl_BE.po b/base_location_geonames_import/i18n/nl_BE.po new file mode 100644 index 000000000..d7b7003f5 --- /dev/null +++ b/base_location_geonames_import/i18n/nl_BE.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Annuleren" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Laatst 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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/pl.po b/base_location_geonames_import/i18n/pl.po new file mode 100644 index 000000000..2e72e1092 --- /dev/null +++ b/base_location_geonames_import/i18n/pl.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 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 "Cancel" +msgstr "Anuluj" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/pt.po b/base_location_geonames_import/i18n/pt.po new file mode 100644 index 000000000..e4e356499 --- /dev/null +++ b/base_location_geonames_import/i18n/pt.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "País" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/pt_BR.po b/base_location_geonames_import/i18n/pt_BR.po index 1646458a0..07be42b0c 100644 --- a/base_location_geonames_import/i18n/pt_BR.po +++ b/base_location_geonames_import/i18n/pt_BR.po @@ -6,12 +6,12 @@ # danimaribeiro , 2015 msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-07-20 19:25+0000\n" -"Last-Translator: danimaribeiro \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/pt_BR/)\n" +"POT-Creation-Date: 2016-10-06 12:09+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,27 +19,37 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" msgstr "Cancelar" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id msgid "Country" msgstr "País" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 +#: 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 -#: field:better.zip.geonames.import,create_date:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" @@ -47,18 +57,18 @@ msgid "" msgstr "Para o país selecionado abaixo, este wizard vai baixar a última versão da lista de cidades do site geonames.org, criar novas localidades se não for encontrado registrado no sistema, e DELETAR registros que não existam no novo arquivo." #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." msgstr "Recebido um erro %d ao tentar o download do arquivo %s." #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" msgstr "Importar" @@ -68,24 +78,29 @@ msgid "Import Better Zip from Geonames" msgstr "Importar códigos postais de Geonames" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 -#: field:better.zip.geonames.import,write_uid:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid msgid "Last Updated by" msgstr "Útima atualização por" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_date:0 +#: 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 -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " @@ -93,7 +108,12 @@ msgid "" msgstr "O código país dentro do arquivo (%s) não corresponde ao país selecionado (%s)" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" msgstr "Muitos estados com o código %s para o país %s" diff --git a/base_location_geonames_import/i18n/pt_PT.po b/base_location_geonames_import/i18n/pt_PT.po new file mode 100644 index 000000000..00505e62a --- /dev/null +++ b/base_location_geonames_import/i18n/pt_PT.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "Última 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 "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ro.po b/base_location_geonames_import/i18n/ro.po new file mode 100644 index 000000000..66886d4aa --- /dev/null +++ b/base_location_geonames_import/i18n/ro.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/ru.po b/base_location_geonames_import/i18n/ru.po new file mode 100644 index 000000000..c9a9e61c8 --- /dev/null +++ b/base_location_geonames_import/i18n/ru.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 12:11+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Отменена" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Страна" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Создан" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/sk.po b/base_location_geonames_import/i18n/sk.po new file mode 100644 index 000000000..2f1afd206 --- /dev/null +++ b/base_location_geonames_import/i18n/sk.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Zrušiť" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/sl.po b/base_location_geonames_import/i18n/sl.po index 2c0c0e2fe..192f03405 100644 --- a/base_location_geonames_import/i18n/sl.po +++ b/base_location_geonames_import/i18n/sl.po @@ -3,15 +3,16 @@ # * base_location_geonames_import # # Translators: -# Matjaž Mozetič , 2015 +# Dejan Sraka , 2016 +# Matjaž Mozetič , 2016 msgid "" msgstr "" -"Project-Id-Version: partner-contact (8.0)\n" +"Project-Id-Version: partner-contact (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-28 15:54+0000\n" -"PO-Revision-Date: 2015-05-28 07:12+0000\n" +"POT-Creation-Date: 2016-07-03 08:25+0000\n" +"PO-Revision-Date: 2016-07-06 09:28+0000\n" "Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/sl/)\n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -19,81 +20,101 @@ msgstr "" "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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Cancel" -msgstr "Preklic" +msgstr "Prekliči" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,country_id:0 +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "Pretvori prenesena mesta in države v obliko z velikimi začetnicami besed." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id msgid "Country" msgstr "Država" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,create_uid:0 +#: 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 -#: field:better.zip.geonames.import,create_date:0 +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date msgid "Created on" -msgstr "Ustvarjeno" +msgstr "Ustvaril" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Prikazni naziv" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "" "For the country selected above, this wizard will download the latest version" " of the list of cities from geonames.org, create new location entries if not" " found already in the system, and DELETE MISSING ENTRIES from new file." -msgstr "Za zgoraj izbrane države, bo čarovnik prenesel seznam krajev iz geonames.org, ustvaril nove vnose lokacij, če ne bodo najdeni v sistemu in IZBRISAL MANJKAJOČE VNOSE iz nove datoteke." +msgstr "Čarovnik bo za zgoraj izbrano državo prenesel najnovejšo verzijo seznama mest z naslova geonames.org in ustvaril nove lokacijske zapise, če ti še ne obstajajo v sistemu, ter IZBRISAL MANJKAJOČE ZAPISE, ki manjkajo v novi datoteki." #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:128 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 #, python-format msgid "Got an error %d when trying to download the file %s." -msgstr "Pri prenosu datoteke %s je prišlo do napake %d." +msgstr "Prišlo je do napake %d pri poizkusu prenosa datoteke %s." #. module: base_location_geonames_import -#: field:better.zip.geonames.import,id:0 +#: 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 -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form msgid "Import" -msgstr "Uvoz" +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 "Uvoz boljših poštnih številk iz Geonames" +msgstr "Uvozi Better Zip iz Geonames" #. module: base_location_geonames_import -#: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form #: 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 "Uvoz iz Geonames" +msgstr "Uvozi iz Geonames" #. module: base_location_geonames_import -#: field:better.zip.geonames.import,write_uid:0 +#: 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 -#: field:better.zip.geonames.import,write_date:0 +#: 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 -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:79 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 #, python-format msgid "" "The country code inside the file (%s) doesn't correspond to the selected " "country (%s)." -msgstr "Koda države v datoteki (%s) ne ustreza izbrani državi (%s)." +msgstr "Oznaka države v datoteki (%s) ne ustreza izbrani državi (%s)." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "Velike začetnice besed" #. module: base_location_geonames_import -#: code:addons/base_location_geonames_import/wizard/geonames_import.py:105 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 #, python-format msgid "Too many states with code %s for country %s" -msgstr "Preveč regij s kodo %s za državo %s" +msgstr "Preveč zveznih držav z oznako %s za državo %s" diff --git a/base_location_geonames_import/i18n/sr.po b/base_location_geonames_import/i18n/sr.po new file mode 100644 index 000000000..59ac0de2b --- /dev/null +++ b/base_location_geonames_import/i18n/sr.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/sr@latin.po b/base_location_geonames_import/i18n/sr@latin.po new file mode 100644 index 000000000..c41595265 --- /dev/null +++ b/base_location_geonames_import/i18n/sr@latin.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/sv.po b/base_location_geonames_import/i18n/sv.po new file mode 100644 index 000000000..149f2810d --- /dev/null +++ b/base_location_geonames_import/i18n/sv.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Avbryt" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/th.po b/base_location_geonames_import/i18n/th.po new file mode 100644 index 000000000..9614624c6 --- /dev/null +++ b/base_location_geonames_import/i18n/th.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "รหัส" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/tr.po b/base_location_geonames_import/i18n/tr.po new file mode 100644 index 000000000..fddd47887 --- /dev/null +++ b/base_location_geonames_import/i18n/tr.po @@ -0,0 +1,119 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-12-30 22:03+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "Alınan şehir ve eyalet adlarını İlk harfi büyük formata çevirir." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "Ülke" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "Yukarıda seçili ülke için, sihirbaz geonames.org sitesinden güncel şehir adlarını indirecek ve sistemde eğer yok ise yeni yerler oluşturacak ve BULAMADIĞI KAYITLARI SİLECEK." + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "%s Dosyasını indirirken %d hatası ile karşılaştık." + +#. 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 "İçe Aktar" + +#. 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 "Geonames'ten better zip'i içe aktar" + +#. 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 "Geonames'ten içe aktar" + +#. 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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "Dosyanon içindeki ülke kodu (%s) seçilen ülke (%s) ile eşleşmiyor." + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "Başlık Harfi" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "%s kodu ile %s ülkesinde çok fazla eyalet var" diff --git a/base_location_geonames_import/i18n/tr_TR.po b/base_location_geonames_import/i18n/tr_TR.po new file mode 100644 index 000000000..500348cc3 --- /dev/null +++ b/base_location_geonames_import/i18n/tr_TR.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-06 03:39+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "İptal et" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/uk.po b/base_location_geonames_import/i18n/uk.po new file mode 100644 index 000000000..d08bc3eb6 --- /dev/null +++ b/base_location_geonames_import/i18n/uk.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Скасувати" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/vi.po b/base_location_geonames_import/i18n/vi.po new file mode 100644 index 000000000..a5381c19e --- /dev/null +++ b/base_location_geonames_import/i18n/vi.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: 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_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/vi_VN.po b/base_location_geonames_import/i18n/vi_VN.po new file mode 100644 index 000000000..a22f56043 --- /dev/null +++ b/base_location_geonames_import/i18n/vi_VN.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 00:05+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "Hủy" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "ID" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/zh_CN.po b/base_location_geonames_import/i18n/zh_CN.po new file mode 100644 index 000000000..6c6751628 --- /dev/null +++ b/base_location_geonames_import/i18n/zh_CN.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "取消" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "创建者" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "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 +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/i18n/zh_TW.po b/base_location_geonames_import/i18n/zh_TW.po new file mode 100644 index 000000000..1f96d104b --- /dev/null +++ b/base_location_geonames_import/i18n/zh_TW.po @@ -0,0 +1,118 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_location_geonames_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: partner-contact (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-24 01:41+0000\n" +"PO-Revision-Date: 2016-04-28 11:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Cancel" +msgstr "刪除" + +#. module: base_location_geonames_import +#: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Converts retreived city and state names to Title Case." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id +msgid "Country" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date +msgid "Created on" +msgstr "建立於" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "" +"For the country selected above, this wizard will download the latest version" +" of the list of cities from geonames.org, create new location entries if not" +" found already in the system, and DELETE MISSING ENTRIES from new file." +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:118 +#, python-format +msgid "Got an error %d when trying to download the file %s." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id +msgid "ID" +msgstr "編號" + +#. module: base_location_geonames_import +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import +msgid "Import Better Zip from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action +#: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu +#: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form +msgid "Import from Geonames" +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:65 +#, python-format +msgid "" +"The country code inside the file (%s) doesn't correspond to the selected " +"country (%s)." +msgstr "" + +#. module: base_location_geonames_import +#: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case +msgid "Title Case" +msgstr "" + +#. module: base_location_geonames_import +#: code:addons/base_location_geonames_import/wizard/geonames_import.py:94 +#, python-format +msgid "Too many states with code %s for country %s" +msgstr "" diff --git a/base_location_geonames_import/test/import.yml b/base_location_geonames_import/test/import.yml deleted file mode 100644 index 66243d24a..000000000 --- a/base_location_geonames_import/test/import.yml +++ /dev/null @@ -1,54 +0,0 @@ -- - I create the wizard -- - !record {model: better.zip.geonames.import, id: import_wizard_1, view: better_zip_geonames_import_form}: - country_id: base.it -- - I run the import -- - !python {model: better.zip.geonames.import}: | - self.run_import(cr, uid, [ref('import_wizard_1')], context=context) -- - I check the data -- - !python {model: res.better.zip}: | - state_obj = self.pool['res.country.state'] - state_ids = state_obj.search(cr, uid, [ - ('code', '=', 'LG'), - ('country_id', '=', ref('base.it')), - ], context=context) - assert len(state_ids) == 1, "There must be 1 LG" - zip_ids = self.search(cr, uid, [ - ('name', '=', '16017'), - ('city', '=', 'Isola Del Cantone'), - ('state_id', '=', state_ids[0]), - ('country_id', '=', ref('base.it')) - ], context=context) - assert len(zip_ids) == 1, "There must be 1 'Isola Del Cantone'" -- - I create the wizard again -- - !record {model: better.zip.geonames.import, id: import_wizard_2, view: better_zip_geonames_import_form}: - country_id: base.it -- - I run the import again -- - !python {model: better.zip.geonames.import}: | - self.run_import(cr, uid, [ref('import_wizard_2')], context=context) -- - I check the data -- - !python {model: res.better.zip}: | - state_obj = self.pool['res.country.state'] - state_ids = state_obj.search(cr, uid, [ - ('code', '=', 'LG'), - ('country_id', '=', ref('base.it')), - ], context=context) - assert len(state_ids) == 1, "There must be 1 LG" - zip_ids = self.search(cr, uid, [ - ('name', '=', '16017'), - ('city', '=', 'Isola Del Cantone'), - ('state_id', '=', state_ids[0]), - ('country_id', '=', ref('base.it')) - ], context=context) - assert len(zip_ids) == 1, "There must be 1 'Isola Del Cantone'" diff --git a/base_location_geonames_import/tests/__init__.py b/base_location_geonames_import/tests/__init__.py new file mode 100644 index 000000000..b16fdcb7f --- /dev/null +++ b/base_location_geonames_import/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import test_base_location_geonames_import diff --git a/base_location_geonames_import/tests/test_base_location_geonames_import.py b/base_location_geonames_import/tests/test_base_location_geonames_import.py new file mode 100644 index 000000000..cf6455505 --- /dev/null +++ b/base_location_geonames_import/tests/test_base_location_geonames_import.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +# © 2016 Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from openerp.tests import common + + +class TestBaseLocationGeonamesImport(common.TransactionCase): + def setUp(self): + super(TestBaseLocationGeonamesImport, self).setUp() + self.country = self.env.ref('base.mc') + self.wizard = self.env['better.zip.geonames.import'].create({ + 'country_id': self.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 the are imported zips + zip_count = self.env['res.better.zip'].search_count([ + ('country_id', '=', self.country.id) + ]) + self.assertEqual(zip_count, max_import) + # 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) + zip_count = self.env['res.better.zip'].search_count([ + ('country_id', '=', self.country.id) + ]) + self.assertEqual(zip_count, max_import) + + def test_delete_old_entries(self): + zip_entry = self.env['res.better.zip'].create({ + 'city': 'Test city', + 'country_id': self.country.id, + }) + self.wizard.run_import() + self.assertFalse(zip_entry.exists()) diff --git a/base_location_geonames_import/wizard/__init__.py b/base_location_geonames_import/wizard/__init__.py index 2c9462e69..3c39c08d4 100644 --- a/base_location_geonames_import/wizard/__init__.py +++ b/base_location_geonames_import/wizard/__init__.py @@ -1,23 +1,4 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Base Location Geonames Import module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import geonames_import diff --git a/base_location_geonames_import/wizard/geonames_import.py b/base_location_geonames_import/wizard/geonames_import.py index a3535be8f..d0f1cc285 100644 --- a/base_location_geonames_import/wizard/geonames_import.py +++ b/base_location_geonames_import/wizard/geonames_import.py @@ -1,29 +1,11 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Base Location Geonames Import module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# Copyright (C) 2014 Agile Business Group (http://www.agilebg.com) -# @author Lorenzo Battistini -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# © 2014 Alexis de Lattre +# © 2014 Lorenzo Battistini +# © 2016 Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import models, fields, api, _ -from openerp.exceptions import Warning +from openerp.exceptions import UserError import requests import tempfile import StringIO @@ -45,6 +27,10 @@ class BetterZipGeonamesImport(models.TransientModel): _rec_name = 'country_id' country_id = fields.Many2one('res.country', 'Country', required=True) + title_case = fields.Boolean( + string='Title Case', + help='Converts retreived city and state names to Title Case.', + ) @api.model def transform_city_name(self, city, country): @@ -75,11 +61,14 @@ class BetterZipGeonamesImport(models.TransientModel): @api.model def create_better_zip(self, row, country): if row[0] != country.code: - raise Warning( + raise UserError( _("The country code inside the file (%s) doesn't " "correspond to the selected country (%s).") % (row[0], country.code)) logger.debug('ZIP = %s - City = %s' % (row[1], row[2])) + if (self.title_case): + row[2] = row[2].title() + row[3] = row[3].title() if row[1] and row[2]: zip_model = self.env['res.better.zip'] zips = zip_model.search(self._domain_search_better_zip( @@ -101,7 +90,7 @@ class BetterZipGeonamesImport(models.TransientModel): ('code', '=', row[code_row_index]), ]) if len(states) > 1: - raise Warning( + raise UserError( _("Too many states with code %s for country %s") % (row[code_row_index], country.code)) if len(states) == 1: @@ -113,8 +102,9 @@ class BetterZipGeonamesImport(models.TransientModel): 'country_id': country.id }) - @api.one + @api.multi def run_import(self): + self.ensure_one() zip_model = self.env['res.better.zip'] country_code = self.country_id.code config_url = self.env['ir.config_parameter'].get_param( @@ -124,7 +114,7 @@ class BetterZipGeonamesImport(models.TransientModel): logger.info('Starting to download %s' % url) res_request = requests.get(url) if res_request.status_code != requests.codes.ok: - raise Warning( + raise UserError( _('Got an error %d when trying to download the file %s.') % (res_request.status_code, url)) # Store current record list @@ -137,13 +127,16 @@ class BetterZipGeonamesImport(models.TransientModel): data_file = open(os.path.join(tempdir, '%s.txt' % country_code), 'r') data_file.seek(0) logger.info('Starting to create the better zip entries') - for row in unicodecsv.reader( - data_file, encoding='utf-8', delimiter=' '): - zip = self.create_better_zip(row, self.country_id) - if zip in zips_to_delete: - zips_to_delete -= zip + max_import = self.env.context.get('max_import', 0) + reader = unicodecsv.reader(data_file, encoding='utf-8', delimiter=' ') + for i, row in enumerate(reader): + zip_code = self.create_better_zip(row, self.country_id) + if zip_code in zips_to_delete: + zips_to_delete -= zip_code + if max_import and (i + 1) == max_import: + break data_file.close() - if zips_to_delete: + if zips_to_delete and not max_import: zips_to_delete.unlink() logger.info('%d better zip entries deleted for country %s' % (len(zips_to_delete), self.country_id.name)) diff --git a/base_location_geonames_import/wizard/geonames_import_view.xml b/base_location_geonames_import/wizard/geonames_import_view.xml index ce535f799..ea7a102a6 100644 --- a/base_location_geonames_import/wizard/geonames_import_view.xml +++ b/base_location_geonames_import/wizard/geonames_import_view.xml @@ -12,6 +12,9 @@