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.

136 lines
3.5 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-04-28 09:49+0000\n"
  12. "PO-Revision-Date: 2017-04-28 09:49+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
  15. "hr_HR/)\n"
  16. "Language: hr_HR\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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,display_name:0
  32. msgid "Display Name"
  33. msgstr "Naziv"
  34. #. module: sql_request_abstract
  35. #: selection:sql.request.mixin,state:0
  36. msgid "Draft"
  37. msgstr ""
  38. #. module: sql_request_abstract
  39. #: field:sql.request.mixin,id:0
  40. msgid "ID"
  41. msgstr "ID"
  42. #. module: sql_request_abstract
  43. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:140
  44. #, python-format
  45. msgid "It is not allowed to execute a not checked request."
  46. msgstr ""
  47. #. module: sql_request_abstract
  48. #: field:sql.request.mixin,__last_update:0
  49. msgid "Last Modified on"
  50. msgstr "Zadnje modificirano"
  51. #. module: sql_request_abstract
  52. #: model:res.groups,name:sql_request_abstract.group_sql_request_manager
  53. msgid "Manager"
  54. msgstr ""
  55. #. module: sql_request_abstract
  56. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:204
  57. #, python-format
  58. msgid ""
  59. "Materialized View requires PostgreSQL 9.3 or greater but PostgreSQL %s is "
  60. "currently installed."
  61. msgstr ""
  62. #. module: sql_request_abstract
  63. #: field:sql.request.mixin,name:0
  64. msgid "Name"
  65. msgstr "Naziv"
  66. #. module: sql_request_abstract
  67. #: field:sql.request.mixin,query:0
  68. msgid "Query"
  69. msgstr ""
  70. #. module: sql_request_abstract
  71. #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract
  72. msgid "SQL Request"
  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. #: field:sql.request.mixin,state:0
  80. msgid "State"
  81. msgstr "Oblast/Županija"
  82. #. module: sql_request_abstract
  83. #: help:sql.request.mixin,state:0
  84. msgid ""
  85. "State of the Request:\n"
  86. " * 'Draft': Not tested\n"
  87. " * 'SQL Valid': SQL Request has been checked and is valid"
  88. msgstr ""
  89. #. module: sql_request_abstract
  90. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:243
  91. #, python-format
  92. msgid ""
  93. "The SQL query is not valid:\n"
  94. "\n"
  95. " %s"
  96. msgstr ""
  97. #. module: sql_request_abstract
  98. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:226
  99. #, python-format
  100. msgid "The query is not allowed because it contains unsafe word '%s'"
  101. msgstr ""
  102. #. module: sql_request_abstract
  103. #: code:addons/sql_request_abstract/models/sql_request_mixin.py:162
  104. #, python-format
  105. msgid "Unimplemented mode : '%s'"
  106. msgstr ""
  107. #. module: sql_request_abstract
  108. #: model:res.groups,name:sql_request_abstract.group_sql_request_user
  109. msgid "User"
  110. msgstr ""
  111. #. module: sql_request_abstract
  112. #: help:sql.request.mixin,query:0
  113. msgid ""
  114. "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, "
  115. "TRUNCATE, EXECUTE, UPDATE."
  116. msgstr ""