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.

165 lines
4.8 KiB

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