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.

133 lines
4.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. # Translators:
  6. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: server-tools (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-03-12 02:05+0000\n"
  12. "PO-Revision-Date: 2016-03-08 06:54+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: sl\n"
  19. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  20. #. module: auth_brute_force
  21. #: field:res.banned.remote,active:0
  22. msgid "Active"
  23. msgstr "Aktivno"
  24. #. module: auth_brute_force
  25. #: field:res.authentication.attempt,attempt_date:0
  26. msgid "Attempt Date"
  27. msgstr "Datum poskusa"
  28. #. module: auth_brute_force
  29. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  30. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  31. msgid "Authentication Attempts"
  32. msgstr "Poskusov overjanja"
  33. #. module: auth_brute_force
  34. #: field:res.authentication.attempt,result:0
  35. msgid "Authentication Result"
  36. msgstr "Rezultati overjanja"
  37. #. module: auth_brute_force
  38. #: field:res.banned.remote,ban_date:0
  39. msgid "Ban Date"
  40. msgstr "Datum prepovedi"
  41. #. module: auth_brute_force
  42. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  43. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  44. #: selection:res.authentication.attempt,result:0
  45. #, python-format
  46. msgid "Banned"
  47. msgstr "Prepovedan"
  48. #. module: auth_brute_force
  49. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  50. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  51. msgid "Banned Remotes"
  52. msgstr "Prepovedani oddaljeni"
  53. #. module: auth_brute_force
  54. #: field:res.authentication.attempt,create_uid:0
  55. #: field:res.banned.remote,create_uid:0
  56. msgid "Created by"
  57. msgstr "Ustvaril"
  58. #. module: auth_brute_force
  59. #: field:res.authentication.attempt,create_date:0
  60. #: field:res.banned.remote,create_date:0
  61. msgid "Created on"
  62. msgstr "Ustvarjeno"
  63. #. module: auth_brute_force
  64. #: field:res.banned.remote,description:0
  65. msgid "Description"
  66. msgstr "Opis"
  67. #. module: auth_brute_force
  68. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  69. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  70. #: selection:res.authentication.attempt,result:0
  71. #, python-format
  72. msgid "Failed"
  73. msgstr "Neuspešno"
  74. #. module: auth_brute_force
  75. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  76. msgid "ID"
  77. msgstr "ID"
  78. #. module: auth_brute_force
  79. #: field:res.authentication.attempt,write_uid:0
  80. #: field:res.banned.remote,write_uid:0
  81. msgid "Last Updated by"
  82. msgstr "Zadnji posodobil"
  83. #. module: auth_brute_force
  84. #: field:res.authentication.attempt,write_date:0
  85. #: field:res.banned.remote,write_date:0
  86. msgid "Last Updated on"
  87. msgstr "Zadnjič posodobljeno"
  88. #. module: auth_brute_force
  89. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  90. msgid "Remote ID"
  91. msgstr "Oddaljeni ID"
  92. #. module: auth_brute_force
  93. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  94. msgid "Successful"
  95. msgstr "Uspešno"
  96. #. module: auth_brute_force
  97. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  98. #: selection:res.authentication.attempt,result:0
  99. #, python-format
  100. msgid "Successfull"
  101. msgstr "Uspešno"
  102. #. module: auth_brute_force
  103. #: field:res.authentication.attempt,login:0
  104. msgid "Tried Login"
  105. msgstr "Poskusov prijave"
  106. #. module: auth_brute_force
  107. #: help:res.banned.remote,active:0
  108. msgid "Uncheck this box to unban the remote"
  109. msgstr "Odstrani označbo za odstranitev prepovedi oddaljenih"
  110. #. module: auth_brute_force
  111. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  112. msgid "Without Success"
  113. msgstr "Brez uspeha"