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.

120 lines
5.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. # Dejan Sraka <dejan.sraka@picolabs.si>, 2016
  7. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: partner-contact (9.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2016-07-03 08:25+0000\n"
  13. "PO-Revision-Date: 2016-07-06 09:28+0000\n"
  14. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  15. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-9-0/language/sl/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: sl\n"
  20. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  21. #. module: base_location_geonames_import
  22. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  23. msgid "Cancel"
  24. msgstr "Prekliči"
  25. #. module: base_location_geonames_import
  26. #: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case
  27. msgid "Converts retreived city and state names to Title Case."
  28. msgstr "Pretvori prenesena mesta in države v obliko z velikimi začetnicami besed."
  29. #. module: base_location_geonames_import
  30. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id
  31. msgid "Country"
  32. msgstr "Država"
  33. #. module: base_location_geonames_import
  34. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid
  35. msgid "Created by"
  36. msgstr "Ustvaril"
  37. #. module: base_location_geonames_import
  38. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date
  39. msgid "Created on"
  40. msgstr "Ustvaril"
  41. #. module: base_location_geonames_import
  42. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name
  43. msgid "Display Name"
  44. msgstr "Prikazni naziv"
  45. #. module: base_location_geonames_import
  46. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  47. msgid ""
  48. "For the country selected above, this wizard will download the latest version"
  49. " of the list of cities from geonames.org, create new location entries if not"
  50. " found already in the system, and DELETE MISSING ENTRIES from new file."
  51. 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."
  52. #. module: base_location_geonames_import
  53. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:118
  54. #, python-format
  55. msgid "Got an error %d when trying to download the file %s."
  56. msgstr "Prišlo je do napake %d pri poizkusu prenosa datoteke %s."
  57. #. module: base_location_geonames_import
  58. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id
  59. msgid "ID"
  60. msgstr "ID"
  61. #. module: base_location_geonames_import
  62. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  63. msgid "Import"
  64. msgstr "Uvozi"
  65. #. module: base_location_geonames_import
  66. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  67. msgid "Import Better Zip from Geonames"
  68. msgstr "Uvozi Better Zip iz Geonames"
  69. #. module: base_location_geonames_import
  70. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  71. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  72. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  73. msgid "Import from Geonames"
  74. msgstr "Uvozi iz Geonames"
  75. #. module: base_location_geonames_import
  76. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update
  77. msgid "Last Modified on"
  78. msgstr "Zadnjič spremenjeno"
  79. #. module: base_location_geonames_import
  80. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid
  81. msgid "Last Updated by"
  82. msgstr "Zadnji posodobil"
  83. #. module: base_location_geonames_import
  84. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date
  85. msgid "Last Updated on"
  86. msgstr "Zadnjič posodobljeno"
  87. #. module: base_location_geonames_import
  88. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:65
  89. #, python-format
  90. msgid ""
  91. "The country code inside the file (%s) doesn't correspond to the selected "
  92. "country (%s)."
  93. msgstr "Oznaka države v datoteki (%s) ne ustreza izbrani državi (%s)."
  94. #. module: base_location_geonames_import
  95. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case
  96. msgid "Title Case"
  97. msgstr "Velike začetnice besed"
  98. #. module: base_location_geonames_import
  99. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:94
  100. #, python-format
  101. msgid "Too many states with code %s for country %s"
  102. msgstr "Preveč zveznih držav z oznako %s za državo %s"