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.

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