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.

127 lines
2.7 KiB

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