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.

124 lines
4.4 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. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: partner-contact (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-05-07 07:18+0000\n"
  12. "PO-Revision-Date: 2016-05-07 07:14+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-"
  15. "contact-8-0/language/sl/)\n"
  16. "Language: sl\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  21. "%100==4 ? 2 : 3);\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 "Preklic"
  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 "Pretvori pridobljene nazive mest in držav v naslovno začetnico."
  30. #. module: base_location_geonames_import
  31. #: field:better.zip.geonames.import,country_id:0
  32. msgid "Country"
  33. msgstr "Država"
  34. #. module: base_location_geonames_import
  35. #: field:better.zip.geonames.import,create_uid:0
  36. msgid "Created by"
  37. msgstr "Ustvaril"
  38. #. module: base_location_geonames_import
  39. #: field:better.zip.geonames.import,create_date:0
  40. msgid "Created on"
  41. msgstr "Ustvarjeno"
  42. #. module: base_location_geonames_import
  43. #: field:better.zip.geonames.import,display_name:0
  44. msgid "Display Name"
  45. msgstr "Prikazni naziv"
  46. #. module: base_location_geonames_import
  47. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  48. msgid ""
  49. "For the country selected above, this wizard will download the latest version "
  50. "of the list of cities from geonames.org, create new location entries if not "
  51. "found already in the system, and DELETE MISSING ENTRIES from new file."
  52. msgstr ""
  53. "Za zgoraj izbrane države, bo čarovnik prenesel seznam krajev iz geonames."
  54. "org, ustvaril nove vnose lokacij, če ne bodo najdeni v sistemu in IZBRISAL "
  55. "MANJKAJOČE VNOSE iz nove datoteke."
  56. #. module: base_location_geonames_import
  57. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:118
  58. #, python-format
  59. msgid "Got an error %d when trying to download the file %s."
  60. msgstr "Pri prenosu datoteke %s je prišlo do napake %d."
  61. #. module: base_location_geonames_import
  62. #: field:better.zip.geonames.import,id:0
  63. msgid "ID"
  64. msgstr "ID"
  65. #. module: base_location_geonames_import
  66. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  67. msgid "Import"
  68. msgstr "Uvoz"
  69. #. module: base_location_geonames_import
  70. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  71. msgid "Import Better Zip from Geonames"
  72. msgstr "Uvoz boljših poštnih številk iz Geonames"
  73. #. module: base_location_geonames_import
  74. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  75. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  76. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  77. msgid "Import from Geonames"
  78. msgstr "Uvoz iz Geonames"
  79. #. module: base_location_geonames_import
  80. #: field:better.zip.geonames.import,__last_update:0
  81. msgid "Last Modified on"
  82. msgstr "Zadnjič spremenjeno"
  83. #. module: base_location_geonames_import
  84. #: field:better.zip.geonames.import,write_uid:0
  85. msgid "Last Updated by"
  86. msgstr "Zadnji posodobil"
  87. #. module: base_location_geonames_import
  88. #: field:better.zip.geonames.import,write_date:0
  89. msgid "Last Updated on"
  90. msgstr "Zadnjič posodobljeno"
  91. #. module: base_location_geonames_import
  92. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:65
  93. #, python-format
  94. msgid ""
  95. "The country code inside the file (%s) doesn't correspond to the selected "
  96. "country (%s)."
  97. msgstr "Koda države v datoteki (%s) ne ustreza izbrani državi (%s)."
  98. #. module: base_location_geonames_import
  99. #: field:better.zip.geonames.import,title_case:0
  100. msgid "Title Case"
  101. msgstr "Naslovna začetnica"
  102. #. module: base_location_geonames_import
  103. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:94
  104. #, python-format
  105. msgid "Too many states with code %s for country %s"
  106. msgstr "Preveč regij s kodo %s za državo %s"