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.

155 lines
4.2 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-03-18 02:09+0000\n"
  12. "PO-Revision-Date: 2017-03-18 02:09+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,create_uid:0
  30. msgid "Created by"
  31. msgstr "Créé par"
  32. #. module: sql_request_abstract
  33. #: field:sql.request.mixin,create_date:0
  34. msgid "Created on"
  35. msgstr "Créé le"
  36. #. module: sql_request_abstract
  37. #: field:sql.request.mixin,display_name:0
  38. msgid "Display Name"
  39. msgstr "Nom affiché"
  40. #. module: sql_request_abstract
  41. #: selection:sql.request.mixin,state:0
  42. msgid "Draft"
  43. msgstr "En brouillon"
  44. #. module: sql_request_abstract
  45. #: field:sql.request.mixin,id:0
  46. msgid "ID"
  47. msgstr "ID"
  48. #. module: sql_request_abstract
  49. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:140
  50. #, python-format
  51. msgid "It is not allowed to execute a not checked request."
  52. msgstr "Il n'est pas autorisé d'exécuter une requête non vérifiée."
  53. #. module: sql_request_abstract
  54. #: field:sql.request.mixin,__last_update:0
  55. msgid "Last Modified on"
  56. msgstr "Dernière modification le"
  57. #. module: sql_request_abstract
  58. #: field:sql.request.mixin,write_uid:0
  59. msgid "Last Updated by"
  60. msgstr "Dernière mise à jour par"
  61. #. module: sql_request_abstract
  62. #: field:sql.request.mixin,write_date:0
  63. msgid "Last Updated on"
  64. msgstr "Dernière mise à jour le"
  65. #. module: sql_request_abstract
  66. #: model:res.groups,name:sql_request_abstract.group_sql_request_manager
  67. msgid "Manager"
  68. msgstr "Responsable"
  69. #. module: sql_request_abstract
  70. #: field:sql.request.mixin,name:0
  71. msgid "Name"
  72. msgstr "Nom"
  73. #. module: sql_request_abstract
  74. #: field:sql.request.mixin,query:0
  75. msgid "Query"
  76. msgstr "Requête"
  77. #. module: sql_request_abstract
  78. #: selection:sql.request.mixin,state:0
  79. msgid "SQL Valid"
  80. msgstr "SQL Validé"
  81. #. module: sql_request_abstract
  82. #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract
  83. msgid "Sql Request"
  84. msgstr "Request SQL"
  85. #. module: sql_request_abstract
  86. #: field:sql.request.mixin,state:0
  87. msgid "State"
  88. msgstr "Etat"
  89. #. module: sql_request_abstract
  90. #: help:sql.request.mixin,state:0
  91. msgid ""
  92. "State of the Request:\n"
  93. " * 'Draft': Not tested\n"
  94. " * 'SQL Valid': SQL Request has been checked and is valid"
  95. msgstr ""
  96. "Etat de la requête:\n"
  97. " * 'En brouillon': non testée\n"
  98. " * 'SQL Validé': La requête SQL a été vérifiée et est valide"
  99. #. module: sql_request_abstract
  100. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:238
  101. #, python-format
  102. msgid ""
  103. "The SQL query is not valid:\n"
  104. "\n"
  105. " %s"
  106. msgstr ""
  107. "La requête SQL n'est pas valide:\n"
  108. "\n"
  109. " %s"
  110. #. module: sql_request_abstract
  111. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:221
  112. #, python-format
  113. msgid "The query is not allowed because it contains unsafe word '%s'"
  114. msgstr ""
  115. "La requête n'est pas autorisée car elle contient un terme non sécurisé '%s'"
  116. #. module: sql_request_abstract
  117. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:160
  118. #, python-format
  119. msgid "Unimplemented mode : '%s'"
  120. msgstr "Mode non implémenté : '%s'"
  121. #. module: sql_request_abstract
  122. #: model:res.groups,name:sql_request_abstract.group_sql_request_user
  123. msgid "User"
  124. msgstr "Utilisateur"
  125. #. module: sql_request_abstract
  126. #: help:sql.request.mixin,query:0
  127. msgid ""
  128. "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, "
  129. "TRUNCATE, EXECUTE, UPDATE"
  130. msgstr ""
  131. "Vous ne pouvez pas utiliser les termes suivants : DELETE, DROP, CREATE, "
  132. "INSERT, ALTER, TRUNCATE, EXECUTE, UPDATE"