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.

160 lines
4.5 KiB

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