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.

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