You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
4.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_location_geonames_import
  4. #
  5. # Translators:
  6. # Carles Antolí <carlesantoli@hotmail.com>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: partner-contact (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-01-19 01:46+0000\n"
  12. "PO-Revision-Date: 2016-01-18 15:23+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  14. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/es/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: es\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: base_location_geonames_import
  21. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  22. msgid "Cancel"
  23. msgstr "Cancelar"
  24. #. module: base_location_geonames_import
  25. #: help:better.zip.geonames.import,title_case:0
  26. msgid "Converts retreived city and state names to Title Case."
  27. msgstr ""
  28. #. module: base_location_geonames_import
  29. #: field:better.zip.geonames.import,country_id:0
  30. msgid "Country"
  31. msgstr "País"
  32. #. module: base_location_geonames_import
  33. #: field:better.zip.geonames.import,create_uid:0
  34. msgid "Created by"
  35. msgstr "Creado por"
  36. #. module: base_location_geonames_import
  37. #: field:better.zip.geonames.import,create_date:0
  38. msgid "Created on"
  39. msgstr "Creado en"
  40. #. module: base_location_geonames_import
  41. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  42. msgid ""
  43. "For the country selected above, this wizard will download the latest version"
  44. " of the list of cities from geonames.org, create new location entries if not"
  45. " found already in the system, and DELETE MISSING ENTRIES from new file."
  46. 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."
  47. #. module: base_location_geonames_import
  48. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:135
  49. #, python-format
  50. msgid "Got an error %d when trying to download the file %s."
  51. msgstr "Se obtuvo un error %d cuando se descargaba el archivo %s."
  52. #. module: base_location_geonames_import
  53. #: field:better.zip.geonames.import,id:0
  54. msgid "ID"
  55. msgstr "ID"
  56. #. module: base_location_geonames_import
  57. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  58. msgid "Import"
  59. msgstr "Importar"
  60. #. module: base_location_geonames_import
  61. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  62. msgid "Import Better Zip from Geonames"
  63. msgstr "Importar ubicaciones de Geonames"
  64. #. module: base_location_geonames_import
  65. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  66. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  67. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  68. msgid "Import from Geonames"
  69. msgstr "Importar de GeoNames"
  70. #. module: base_location_geonames_import
  71. #: field:better.zip.geonames.import,write_uid:0
  72. msgid "Last Updated by"
  73. msgstr "Última actualización por"
  74. #. module: base_location_geonames_import
  75. #: field:better.zip.geonames.import,write_date:0
  76. msgid "Last Updated on"
  77. msgstr "Última actualización en"
  78. #. module: base_location_geonames_import
  79. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:83
  80. #, python-format
  81. msgid ""
  82. "The country code inside the file (%s) doesn't correspond to the selected "
  83. "country (%s)."
  84. msgstr "El código de país dentro del archivo (%s) no se corresponde con el país seleccionado (%s)."
  85. #. module: base_location_geonames_import
  86. #: field:better.zip.geonames.import,title_case:0
  87. msgid "Title Case"
  88. msgstr ""
  89. #. module: base_location_geonames_import
  90. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:112
  91. #, python-format
  92. msgid "Too many states with code %s for country %s"
  93. msgstr "Demasiados estados con código %s para el país %s"