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.

145 lines
3.9 KiB

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