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.

141 lines
3.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sql_request_abstract
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  12. "PO-Revision-Date: 2017-04-28 09:49+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: fr\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: sql_request_abstract
  21. #: field:sql.request.mixin,group_ids:0
  22. msgid "Allowed Groups"
  23. msgstr "Groupes autorisés"
  24. #. module: sql_request_abstract
  25. #: field:sql.request.mixin,user_ids:0
  26. msgid "Allowed Users"
  27. msgstr "Utilisateurs Autorisés"
  28. #. module: sql_request_abstract
  29. #: field:sql.request.mixin,display_name:0
  30. msgid "Display Name"
  31. msgstr "Nom affiché"
  32. #. module: sql_request_abstract
  33. #: selection:sql.request.mixin,state:0
  34. msgid "Draft"
  35. msgstr "En brouillon"
  36. #. module: sql_request_abstract
  37. #: field:sql.request.mixin,id:0
  38. msgid "ID"
  39. msgstr "ID"
  40. #. module: sql_request_abstract
  41. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:140
  42. #, python-format
  43. msgid "It is not allowed to execute a not checked request."
  44. msgstr "Il n'est pas autorisé d'exécuter une requête non vérifiée."
  45. #. module: sql_request_abstract
  46. #: field:sql.request.mixin,__last_update:0
  47. msgid "Last Modified on"
  48. msgstr "Dernière modification le"
  49. #. module: sql_request_abstract
  50. #: model:res.groups,name:sql_request_abstract.group_sql_request_manager
  51. msgid "Manager"
  52. msgstr "Responsable"
  53. #. module: sql_request_abstract
  54. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:202
  55. #, python-format
  56. msgid ""
  57. "Materialized View requires PostgreSQL 9.3 or greater but PostgreSQL %s is "
  58. "currently installed."
  59. msgstr ""
  60. #. module: sql_request_abstract
  61. #: field:sql.request.mixin,name:0
  62. msgid "Name"
  63. msgstr "Nom"
  64. #. module: sql_request_abstract
  65. #: field:sql.request.mixin,query:0
  66. msgid "Query"
  67. msgstr "Requête"
  68. #. module: sql_request_abstract
  69. #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract
  70. msgid "SQL Request"
  71. msgstr "Requête SQL"
  72. #. module: sql_request_abstract
  73. #: selection:sql.request.mixin,state:0
  74. msgid "SQL Valid"
  75. msgstr "SQL Validé"
  76. #. module: sql_request_abstract
  77. #: field:sql.request.mixin,state:0
  78. msgid "State"
  79. msgstr "Etat"
  80. #. module: sql_request_abstract
  81. #: help:sql.request.mixin,state:0
  82. msgid ""
  83. "State of the Request:\n"
  84. " * 'Draft': Not tested\n"
  85. " * 'SQL Valid': SQL Request has been checked and is valid"
  86. msgstr ""
  87. "Etat de la requête:\n"
  88. " * 'En brouillon': non testée\n"
  89. " * 'SQL Validé': La requête SQL a été vérifiée et est valide"
  90. #. module: sql_request_abstract
  91. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:241
  92. #, python-format
  93. msgid ""
  94. "The SQL query is not valid:\n"
  95. "\n"
  96. " %s"
  97. msgstr ""
  98. "La requête SQL n'est pas valide:\n"
  99. "\n"
  100. " %s"
  101. #. module: sql_request_abstract
  102. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:224
  103. #, python-format
  104. msgid "The query is not allowed because it contains unsafe word '%s'"
  105. msgstr ""
  106. "La requête n'est pas autorisée car elle contient un terme non sécurisé '%s'"
  107. #. module: sql_request_abstract
  108. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:160
  109. #, python-format
  110. msgid "Unimplemented mode : '%s'"
  111. msgstr "Mode non implémenté : '%s'"
  112. #. module: sql_request_abstract
  113. #: model:res.groups,name:sql_request_abstract.group_sql_request_user
  114. msgid "User"
  115. msgstr "Utilisateur"
  116. #. module: sql_request_abstract
  117. #: help:sql.request.mixin,query:0
  118. msgid ""
  119. "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, "
  120. "TRUNCATE, EXECUTE, UPDATE."
  121. msgstr ""