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.

140 lines
3.3 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 ""
  21. #. module: sql_request_abstract
  22. #: field:sql.request.mixin,user_ids:0
  23. msgid "Allowed Users"
  24. msgstr ""
  25. #. module: sql_request_abstract
  26. #: field:sql.request.mixin,create_uid:0
  27. msgid "Created by"
  28. msgstr ""
  29. #. module: sql_request_abstract
  30. #: field:sql.request.mixin,create_date:0
  31. msgid "Created on"
  32. msgstr ""
  33. #. module: sql_request_abstract
  34. #: field:sql.request.mixin,display_name:0
  35. msgid "Display Name"
  36. msgstr ""
  37. #. module: sql_request_abstract
  38. #: selection:sql.request.mixin,state:0
  39. msgid "Draft"
  40. msgstr ""
  41. #. module: sql_request_abstract
  42. #: field:sql.request.mixin,id:0
  43. msgid "ID"
  44. msgstr ""
  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 ""
  50. #. module: sql_request_abstract
  51. #: field:sql.request.mixin,__last_update:0
  52. msgid "Last Modified on"
  53. msgstr ""
  54. #. module: sql_request_abstract
  55. #: field:sql.request.mixin,write_uid:0
  56. msgid "Last Updated by"
  57. msgstr ""
  58. #. module: sql_request_abstract
  59. #: field:sql.request.mixin,write_date:0
  60. msgid "Last Updated on"
  61. msgstr ""
  62. #. module: sql_request_abstract
  63. #: model:res.groups,name:sql_request_abstract.group_sql_abstract_mixin_manager
  64. msgid "Manager"
  65. msgstr ""
  66. #. module: sql_request_abstract
  67. #: field:sql.request.mixin,name:0
  68. msgid "Name"
  69. msgstr ""
  70. #. module: sql_request_abstract
  71. #: field:sql.request.mixin,query:0
  72. msgid "Query"
  73. msgstr ""
  74. #. module: sql_request_abstract
  75. #: selection:sql.request.mixin,state:0
  76. msgid "SQL Valid"
  77. msgstr ""
  78. #. module: sql_request_abstract
  79. #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract
  80. msgid "Sql Request"
  81. msgstr ""
  82. #. module: sql_request_abstract
  83. #: field:sql.request.mixin,state:0
  84. msgid "State"
  85. msgstr ""
  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 ""
  92. #. module: sql_request_abstract
  93. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:248
  94. #, python-format
  95. msgid "The SQL query is not valid:\n"
  96. "\n"
  97. " %s"
  98. msgstr ""
  99. #. module: sql_request_abstract
  100. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:217
  101. #, python-format
  102. msgid "The query is not allowed because it contains unsafe word '%s'"
  103. msgstr ""
  104. #. module: sql_request_abstract
  105. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:156
  106. #, python-format
  107. msgid "Unimplemented mode : '%s'"
  108. msgstr ""
  109. #. module: sql_request_abstract
  110. #: model:res.groups,name:sql_request_abstract.group_sql_abstract_mixin_user
  111. msgid "User"
  112. msgstr ""
  113. #. module: sql_request_abstract
  114. #: help:sql.request.mixin,query:0
  115. msgid "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, TRUNCATE, EXECUTE, UPDATE"
  116. msgstr ""