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.

148 lines
3.7 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. # Alejandro Santana <alejandrosantana@anubia.es>, 2017
  8. # César Castro Cruz <ulmroan@gmail.com>, 2017
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 8.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-03-18 02:09+0000\n"
  14. "PO-Revision-Date: 2017-03-18 02:09+0000\n"
  15. "Last-Translator: César Castro Cruz <ulmroan@gmail.com>, 2017\n"
  16. "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: gl\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: sql_request_abstract
  23. #: field:sql.request.mixin,group_ids:0
  24. msgid "Allowed Groups"
  25. msgstr ""
  26. #. module: sql_request_abstract
  27. #: field:sql.request.mixin,user_ids:0
  28. msgid "Allowed Users"
  29. msgstr ""
  30. #. module: sql_request_abstract
  31. #: field:sql.request.mixin,create_uid:0
  32. msgid "Created by"
  33. msgstr "Creado por"
  34. #. module: sql_request_abstract
  35. #: field:sql.request.mixin,create_date:0
  36. msgid "Created on"
  37. msgstr "Creado en"
  38. #. module: sql_request_abstract
  39. #: field:sql.request.mixin,display_name:0
  40. msgid "Display Name"
  41. msgstr ""
  42. #. module: sql_request_abstract
  43. #: selection:sql.request.mixin,state:0
  44. msgid "Draft"
  45. msgstr "Borrador"
  46. #. module: sql_request_abstract
  47. #: field:sql.request.mixin,id:0
  48. msgid "ID"
  49. msgstr "ID"
  50. #. module: sql_request_abstract
  51. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:140
  52. #, python-format
  53. msgid "It is not allowed to execute a not checked request."
  54. msgstr ""
  55. #. module: sql_request_abstract
  56. #: field:sql.request.mixin,__last_update:0
  57. msgid "Last Modified on"
  58. msgstr "Última modificación"
  59. #. module: sql_request_abstract
  60. #: field:sql.request.mixin,write_uid:0
  61. msgid "Last Updated by"
  62. msgstr "ültima actualización por"
  63. #. module: sql_request_abstract
  64. #: field:sql.request.mixin,write_date:0
  65. msgid "Last Updated on"
  66. msgstr "Última actualización en"
  67. #. module: sql_request_abstract
  68. #: model:res.groups,name:sql_request_abstract.group_sql_request_manager
  69. msgid "Manager"
  70. msgstr ""
  71. #. module: sql_request_abstract
  72. #: field:sql.request.mixin,name:0
  73. msgid "Name"
  74. msgstr "Nome"
  75. #. module: sql_request_abstract
  76. #: field:sql.request.mixin,query:0
  77. msgid "Query"
  78. msgstr ""
  79. #. module: sql_request_abstract
  80. #: selection:sql.request.mixin,state:0
  81. msgid "SQL Valid"
  82. msgstr ""
  83. #. module: sql_request_abstract
  84. #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract
  85. msgid "Sql Request"
  86. msgstr ""
  87. #. module: sql_request_abstract
  88. #: field:sql.request.mixin,state:0
  89. msgid "State"
  90. msgstr "Estado"
  91. #. module: sql_request_abstract
  92. #: help:sql.request.mixin,state:0
  93. msgid ""
  94. "State of the Request:\n"
  95. " * 'Draft': Not tested\n"
  96. " * 'SQL Valid': SQL Request has been checked and is valid"
  97. msgstr ""
  98. #. module: sql_request_abstract
  99. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:238
  100. #, python-format
  101. msgid ""
  102. "The SQL query is not valid:\n"
  103. "\n"
  104. " %s"
  105. msgstr ""
  106. #. module: sql_request_abstract
  107. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:221
  108. #, python-format
  109. msgid "The query is not allowed because it contains unsafe word '%s'"
  110. msgstr ""
  111. #. module: sql_request_abstract
  112. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:160
  113. #, python-format
  114. msgid "Unimplemented mode : '%s'"
  115. msgstr ""
  116. #. module: sql_request_abstract
  117. #: model:res.groups,name:sql_request_abstract.group_sql_request_user
  118. msgid "User"
  119. msgstr "Usuario"
  120. #. module: sql_request_abstract
  121. #: help:sql.request.mixin,query:0
  122. msgid ""
  123. "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, "
  124. "TRUNCATE, EXECUTE, UPDATE"
  125. msgstr ""