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.

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