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.

126 lines
3.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_search_fuzzy
  4. #
  5. # Translators:
  6. # Bole <bole@dajmi5.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-09-21 00:47+0000\n"
  12. "PO-Revision-Date: 2016-09-21 00:47+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
  14. "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
  15. "hr_HR/)\n"
  16. "Language: hr_HR\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  22. #. module: base_search_fuzzy
  23. #: help:trgm.index,index_type:0
  24. msgid ""
  25. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  26. "faster to search than a GiST index, but slower to build or update; so GIN is "
  27. "better suited for static data and GiST for often-updated data.\""
  28. msgstr ""
  29. #. module: base_search_fuzzy
  30. #: field:trgm.index,create_uid:0
  31. msgid "Created by"
  32. msgstr "Kreirao"
  33. #. module: base_search_fuzzy
  34. #: field:trgm.index,create_date:0
  35. msgid "Created on"
  36. msgstr "Kreirano"
  37. #. module: base_search_fuzzy
  38. #: field:trgm.index,display_name:0
  39. msgid "Display Name"
  40. msgstr "Naziv"
  41. #. module: base_search_fuzzy
  42. #: field:trgm.index,field_id:0
  43. msgid "Field"
  44. msgstr ""
  45. #. module: base_search_fuzzy
  46. #: selection:trgm.index,index_type:0
  47. msgid "GIN"
  48. msgstr ""
  49. #. module: base_search_fuzzy
  50. #: selection:trgm.index,index_type:0
  51. msgid "GiST"
  52. msgstr ""
  53. #. module: base_search_fuzzy
  54. #: field:trgm.index,id:0
  55. msgid "ID"
  56. msgstr "ID"
  57. #. module: base_search_fuzzy
  58. #: field:trgm.index,index_name:0
  59. msgid "Index Name"
  60. msgstr ""
  61. #. module: base_search_fuzzy
  62. #: field:trgm.index,index_type:0
  63. msgid "Index Type"
  64. msgstr ""
  65. #. module: base_search_fuzzy
  66. #: field:trgm.index,__last_update:0
  67. msgid "Last Modified on"
  68. msgstr "Zadnje modificirano"
  69. #. module: base_search_fuzzy
  70. #: field:trgm.index,write_uid:0
  71. msgid "Last Updated by"
  72. msgstr "Zadnji ažurirao"
  73. #. module: base_search_fuzzy
  74. #: field:trgm.index,write_date:0
  75. msgid "Last Updated on"
  76. msgstr "Zadnje ažurirano"
  77. #. module: base_search_fuzzy
  78. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  79. msgid "Models"
  80. msgstr "Modeli"
  81. #. module: base_search_fuzzy
  82. #: help:trgm.index,index_name:0
  83. msgid ""
  84. "The index name is automatically generated like fieldname_indextype_idx. If "
  85. "the index already exists and the index is located in the same table then "
  86. "this index is resused. If the index is located in another table then a "
  87. "number is added at the end of the index name."
  88. msgstr ""
  89. #. module: base_search_fuzzy
  90. #: code:addons/base_search_fuzzy/models/trgm_index.py:122
  91. #, python-format
  92. msgid "The pg_trgm extension does not exists or cannot be installed."
  93. msgstr ""
  94. #. module: base_search_fuzzy
  95. #: view:trgm.index:base_search_fuzzy.trgm_index_view_form
  96. #: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
  97. msgid "Trigam Index"
  98. msgstr ""
  99. #. module: base_search_fuzzy
  100. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  101. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  102. msgid "Trigram Index"
  103. msgstr ""
  104. #. module: base_search_fuzzy
  105. #: help:trgm.index,field_id:0
  106. msgid "You can either select a field of type \"text\" or \"char\"."
  107. msgstr ""