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.

132 lines
4.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_search_fuzzy
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 8.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2016-08-11 02:42+0000\n"
  13. "PO-Revision-Date: 2016-08-11 02:42+0000\n"
  14. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2016\n"
  15. "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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_search_fuzzy
  22. #: help:trgm.index,index_type:0
  23. msgid ""
  24. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  25. "faster to search than a GiST index, but slower to build or update; so GIN is"
  26. " better suited for static data and GiST for often-updated data.\""
  27. msgstr ""
  28. "Citat iz PostgreSQL dokumentacije: \"Po pravilu palca je GIN indeks za "
  29. "iskanje hitrejši od GIST indeksa, a počasnejši pri gradnji posodobitev; zato"
  30. " je GIN boljši za statične podatke, GIST pa za podatke, ki se pogosto "
  31. "posodabljajo.\""
  32. #. module: base_search_fuzzy
  33. #: field:trgm.index,create_uid:0
  34. msgid "Created by"
  35. msgstr "Ustvaril"
  36. #. module: base_search_fuzzy
  37. #: field:trgm.index,create_date:0
  38. msgid "Created on"
  39. msgstr "Ustvarjeno"
  40. #. module: base_search_fuzzy
  41. #: field:trgm.index,display_name:0
  42. msgid "Display Name"
  43. msgstr "Prikazni naziv"
  44. #. module: base_search_fuzzy
  45. #: field:trgm.index,field_id:0
  46. msgid "Field"
  47. msgstr "Polje"
  48. #. module: base_search_fuzzy
  49. #: selection:trgm.index,index_type:0
  50. msgid "GIN"
  51. msgstr "GIN"
  52. #. module: base_search_fuzzy
  53. #: selection:trgm.index,index_type:0
  54. msgid "GiST"
  55. msgstr "GiST"
  56. #. module: base_search_fuzzy
  57. #: field:trgm.index,id:0
  58. msgid "ID"
  59. msgstr "ID"
  60. #. module: base_search_fuzzy
  61. #: field:trgm.index,index_name:0
  62. msgid "Index Name"
  63. msgstr "Naziv indeksa"
  64. #. module: base_search_fuzzy
  65. #: field:trgm.index,index_type:0
  66. msgid "Index Type"
  67. msgstr "Tip indeksa"
  68. #. module: base_search_fuzzy
  69. #: field:trgm.index,__last_update:0
  70. msgid "Last Modified on"
  71. msgstr "Zadnjič spremenjeno"
  72. #. module: base_search_fuzzy
  73. #: field:trgm.index,write_uid:0
  74. msgid "Last Updated by"
  75. msgstr "Zadnji posodobil"
  76. #. module: base_search_fuzzy
  77. #: field:trgm.index,write_date:0
  78. msgid "Last Updated on"
  79. msgstr "Zadnjič posodobljeno"
  80. #. module: base_search_fuzzy
  81. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  82. msgid "Models"
  83. msgstr "Modeli"
  84. #. module: base_search_fuzzy
  85. #: help:trgm.index,index_name:0
  86. msgid ""
  87. "The index name is automatically generated like fieldname_indextype_idx. If "
  88. "the index already exists and the index is located in the same table then "
  89. "this index is resused. If the index is located in another table then a "
  90. "number is added at the end of the index name."
  91. msgstr ""
  92. "Naziv indeksa samodejno nastane kot fieldname_indextype_idx. Če indeks že "
  93. "obstaja in se nahaja v isti tabeli, se ponovno uporabi isti indeks. Če se "
  94. "indeks nahaja v drugi tabeli, se ob koncu naziva indeksa doda številka."
  95. #. module: base_search_fuzzy
  96. #: code:addons/base_search_fuzzy/models/trgm_index.py:122
  97. #, python-format
  98. msgid "The pg_trgm extension does not exists or cannot be installed."
  99. msgstr "Razširitev pg_trgm ne obstaja ali pa je ni mogoče namestiti."
  100. #. module: base_search_fuzzy
  101. #: view:trgm.index:base_search_fuzzy.trgm_index_view_form
  102. #: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
  103. msgid "Trigam Index"
  104. msgstr "Trigram indeks"
  105. #. module: base_search_fuzzy
  106. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  107. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  108. msgid "Trigram Index"
  109. msgstr "Trigram indeks"
  110. #. module: base_search_fuzzy
  111. #: help:trgm.index,field_id:0
  112. msgid "You can either select a field of type \"text\" or \"char\"."
  113. msgstr "Izberete lahko polje tipa \"text\" ali \"char\"."