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.

119 lines
5.0 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. # Bole <bole@dajmi5.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: partner-contact (9.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-05-08 05:38+0000\n"
  12. "PO-Revision-Date: 2016-05-31 18:47+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>\n"
  14. "Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/hr_HR/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: hr_HR\n"
  19. "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"
  20. #. module: base_location_geonames_import
  21. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  22. msgid "Cancel"
  23. msgstr "Otkaži"
  24. #. module: base_location_geonames_import
  25. #: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case
  26. msgid "Converts retreived city and state names to Title Case."
  27. msgstr "Pretvara upisana imena gradova i oblasti u Početna Velika."
  28. #. module: base_location_geonames_import
  29. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id
  30. msgid "Country"
  31. msgstr "Država"
  32. #. module: base_location_geonames_import
  33. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid
  34. msgid "Created by"
  35. msgstr "Kreirao"
  36. #. module: base_location_geonames_import
  37. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date
  38. msgid "Created on"
  39. msgstr "Kreirano"
  40. #. module: base_location_geonames_import
  41. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name
  42. msgid "Display Name"
  43. msgstr "Naziv"
  44. #. module: base_location_geonames_import
  45. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  46. msgid ""
  47. "For the country selected above, this wizard will download the latest version"
  48. " of the list of cities from geonames.org, create new location entries if not"
  49. " found already in the system, and DELETE MISSING ENTRIES from new file."
  50. 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."
  51. #. module: base_location_geonames_import
  52. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:118
  53. #, python-format
  54. msgid "Got an error %d when trying to download the file %s."
  55. msgstr "Pogreška : %d pri pokušaju preuzimanja datoteke %s."
  56. #. module: base_location_geonames_import
  57. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id
  58. msgid "ID"
  59. msgstr "ID"
  60. #. module: base_location_geonames_import
  61. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  62. msgid "Import"
  63. msgstr "Uvezi"
  64. #. module: base_location_geonames_import
  65. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  66. msgid "Import Better Zip from Geonames"
  67. msgstr "Uvezi Gradove sa Geonames servisa"
  68. #. module: base_location_geonames_import
  69. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  70. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  71. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  72. msgid "Import from Geonames"
  73. msgstr "Uvezi sa Geonames"
  74. #. module: base_location_geonames_import
  75. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update
  76. msgid "Last Modified on"
  77. msgstr "Zadnji modificirao"
  78. #. module: base_location_geonames_import
  79. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid
  80. msgid "Last Updated by"
  81. msgstr "Zadnji ažurirao"
  82. #. module: base_location_geonames_import
  83. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date
  84. msgid "Last Updated on"
  85. msgstr "Zadnje ažurirano"
  86. #. module: base_location_geonames_import
  87. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:65
  88. #, python-format
  89. msgid ""
  90. "The country code inside the file (%s) doesn't correspond to the selected "
  91. "country (%s)."
  92. msgstr "Šifra države unutar datoteke (%s) ne odgovara šifri odabrane države (%s)."
  93. #. module: base_location_geonames_import
  94. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case
  95. msgid "Title Case"
  96. msgstr "Početna Velika "
  97. #. module: base_location_geonames_import
  98. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:94
  99. #, python-format
  100. msgid "Too many states with code %s for country %s"
  101. msgstr "Previše županija/regija sa šifrom %s za državu %s"