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.

142 lines
3.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sql_export
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-02-05 13:10+0000\n"
  10. "PO-Revision-Date: 2016-02-05 13:10+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_export
  18. #: model:ir.model,name:sql_export.model_sql_file_wizard
  19. msgid "Allow the user to save the file with sql request's data"
  20. msgstr ""
  21. #. module: sql_export
  22. #: field:sql.export,group_ids:0
  23. msgid "Allowed Groups"
  24. msgstr ""
  25. #. module: sql_export
  26. #: view:sql.export:sql_export.sql_export_view_form
  27. #: field:sql.export,user_ids:0
  28. msgid "Allowed Users"
  29. msgstr ""
  30. #. module: sql_export
  31. #: view:sql.export:sql_export.sql_export_view_form
  32. msgid "Allowed Users Groups"
  33. msgstr ""
  34. #. module: sql_export
  35. #: field:sql.export,copy_options:0
  36. msgid "Copy Options"
  37. msgstr ""
  38. #. module: sql_export
  39. #: field:sql.export,create_uid:0
  40. #: field:sql.file.wizard,create_uid:0
  41. msgid "Created by"
  42. msgstr ""
  43. #. module: sql_export
  44. #: field:sql.export,create_date:0
  45. #: field:sql.file.wizard,create_date:0
  46. msgid "Created on"
  47. msgstr ""
  48. #. module: sql_export
  49. #: view:sql.file.wizard:sql_export.sql_file_wizard_view_form
  50. msgid "Csv File"
  51. msgstr ""
  52. #. module: sql_export
  53. #: view:sql.export:sql_export.sql_export_view_form
  54. msgid "Execute Query"
  55. msgstr ""
  56. #. module: sql_export
  57. #: field:sql.file.wizard,binary_file:0
  58. msgid "File"
  59. msgstr ""
  60. #. module: sql_export
  61. #: field:sql.file.wizard,file_name:0
  62. msgid "File Name"
  63. msgstr ""
  64. #. module: sql_export
  65. #: field:sql.export,id:0
  66. #: field:sql.file.wizard,id:0
  67. msgid "ID"
  68. msgstr ""
  69. #. module: sql_export
  70. #: field:sql.export,write_uid:0
  71. #: field:sql.file.wizard,write_uid:0
  72. msgid "Last Updated by"
  73. msgstr ""
  74. #. module: sql_export
  75. #: field:sql.export,write_date:0
  76. #: field:sql.file.wizard,write_date:0
  77. msgid "Last Updated on"
  78. msgstr ""
  79. #. module: sql_export
  80. #: field:sql.export,name:0
  81. msgid "Name"
  82. msgstr ""
  83. #. module: sql_export
  84. #: field:sql.export,query:0
  85. msgid "Query"
  86. msgstr ""
  87. #. module: sql_export
  88. #: model:ir.actions.act_window,name:sql_export.sql_export_tree_action
  89. #: view:sql.export:sql_export.sql_export_view_tree
  90. msgid "SQL Export"
  91. msgstr ""
  92. #. module: sql_export
  93. #: model:ir.model,name:sql_export.model_sql_export
  94. #: view:sql.export:sql_export.sql_export_view_form
  95. msgid "SQL export"
  96. msgstr ""
  97. #. module: sql_export
  98. #: model:ir.ui.menu,name:sql_export.sql_export_menu
  99. #: model:ir.ui.menu,name:sql_export.sql_export_menu_view
  100. msgid "Sql Export"
  101. msgstr ""
  102. #. module: sql_export
  103. #: model:res.groups,name:sql_export.group_sql_request_editor
  104. msgid "Sql Request Editor"
  105. msgstr ""
  106. #. module: sql_export
  107. #: code:addons/sql_export/sql_export.py:132
  108. #, python-format
  109. msgid "The Sql query is not valid."
  110. msgstr ""
  111. #. module: sql_export
  112. #: constraint:sql.export:0
  113. msgid "The query you want make is not allowed : prohibited actions (delete, drop, insert, alter, truncate, execute, create, update)"
  114. msgstr ""
  115. #. module: sql_export
  116. #: help:sql.export,query:0
  117. msgid "You can't use the following word : delete, drop, create, insert, alter, truncate, execute, update"
  118. msgstr ""