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.

156 lines
4.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: server-tools (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-09-21 00:47+0000\n"
  11. "PO-Revision-Date: 2016-03-07 17:50+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-"
  14. "tools-8-0/language/hr_HR/)\n"
  15. "Language: hr_HR\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  21. #. module: auth_brute_force
  22. #: field:res.banned.remote,active:0
  23. msgid "Active"
  24. msgstr "Aktivan"
  25. #. module: auth_brute_force
  26. #: field:res.authentication.attempt,attempt_date:0
  27. msgid "Attempt Date"
  28. msgstr ""
  29. #. module: auth_brute_force
  30. #: field:res.banned.remote,attempt_ids:0
  31. msgid "Attempts"
  32. msgstr ""
  33. #. module: auth_brute_force
  34. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  35. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  36. msgid "Authentication Attempts"
  37. msgstr ""
  38. #. module: auth_brute_force
  39. #: field:res.authentication.attempt,result:0
  40. msgid "Authentication Result"
  41. msgstr ""
  42. #. module: auth_brute_force
  43. #: field:res.banned.remote,ban_date:0
  44. msgid "Ban Date"
  45. msgstr ""
  46. #. module: auth_brute_force
  47. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  48. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  49. #: selection:res.authentication.attempt,result:0
  50. #, python-format
  51. msgid "Banned"
  52. msgstr ""
  53. #. module: auth_brute_force
  54. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  55. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  56. msgid "Banned Remotes"
  57. msgstr ""
  58. #. module: auth_brute_force
  59. #: field:res.authentication.attempt,create_uid:0
  60. #: field:res.banned.remote,create_uid:0
  61. msgid "Created by"
  62. msgstr "Kreirao"
  63. #. module: auth_brute_force
  64. #: field:res.authentication.attempt,create_date:0
  65. #: field:res.banned.remote,create_date:0
  66. msgid "Created on"
  67. msgstr "Kreirano"
  68. #. module: auth_brute_force
  69. #: field:res.banned.remote,description:0
  70. msgid "Description"
  71. msgstr ""
  72. #. module: auth_brute_force
  73. #: field:res.authentication.attempt,display_name:0
  74. #: field:res.banned.remote,display_name:0
  75. msgid "Display Name"
  76. msgstr "Naziv"
  77. #. module: auth_brute_force
  78. #: field:res.authentication.attempt,environ:0
  79. msgid "Environment"
  80. msgstr ""
  81. #. module: auth_brute_force
  82. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  83. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  84. #: selection:res.authentication.attempt,result:0
  85. #, python-format
  86. msgid "Failed"
  87. msgstr ""
  88. #. module: auth_brute_force
  89. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  90. msgid "ID"
  91. msgstr "ID"
  92. #. module: auth_brute_force
  93. #: field:res.authentication.attempt,__last_update:0
  94. #: field:res.banned.remote,__last_update:0
  95. msgid "Last Modified on"
  96. msgstr "Zadnje modificirano"
  97. #. module: auth_brute_force
  98. #: field:res.authentication.attempt,write_uid:0
  99. #: field:res.banned.remote,write_uid:0
  100. msgid "Last Updated by"
  101. msgstr "Zadnji ažurirao"
  102. #. module: auth_brute_force
  103. #: field:res.authentication.attempt,write_date:0
  104. #: field:res.banned.remote,write_date:0
  105. msgid "Last Updated on"
  106. msgstr "Zadnje ažurirano"
  107. #. module: auth_brute_force
  108. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  109. msgid "Remote ID"
  110. msgstr ""
  111. #. module: auth_brute_force
  112. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  113. msgid "Successful"
  114. msgstr ""
  115. #. module: auth_brute_force
  116. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  117. #: selection:res.authentication.attempt,result:0
  118. #, python-format
  119. msgid "Successfull"
  120. msgstr ""
  121. #. module: auth_brute_force
  122. #: field:res.authentication.attempt,login:0
  123. msgid "Tried Login"
  124. msgstr ""
  125. #. module: auth_brute_force
  126. #: help:res.banned.remote,active:0
  127. msgid "Uncheck this box to unban the remote"
  128. msgstr ""
  129. #. module: auth_brute_force
  130. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  131. msgid "Without Success"
  132. msgstr ""