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. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. # leemannd <leemannd@gmail.com>, 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-11-30 14:52+0000\n"
  13. "PO-Revision-Date: 2016-11-30 14:52+0000\n"
  14. "Last-Translator: leemannd <leemannd@gmail.com>, 2016\n"
  15. "Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
  16. "teams/23907/fr_CH/)\n"
  17. "Language: fr_CH\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n > 1);\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 "Créé par"
  33. #. module: base_search_fuzzy
  34. #: field:trgm.index,create_date:0
  35. msgid "Created on"
  36. msgstr "Créé le"
  37. #. module: base_search_fuzzy
  38. #: field:trgm.index,display_name:0
  39. msgid "Display Name"
  40. msgstr "Nom affiché"
  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 "Dernière modification le"
  69. #. module: base_search_fuzzy
  70. #: field:trgm.index,write_uid:0
  71. msgid "Last Updated by"
  72. msgstr "Modifié par"
  73. #. module: base_search_fuzzy
  74. #: field:trgm.index,write_date:0
  75. msgid "Last Updated on"
  76. msgstr "Modifié le"
  77. #. module: base_search_fuzzy
  78. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  79. msgid "Models"
  80. msgstr ""
  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 ""