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.

152 lines
4.4 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/language/ru/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: ru\n"
  21. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  22. #. module: auth_brute_force
  23. #: field:res.banned.remote,active:0
  24. msgid "Active"
  25. msgstr "Активное"
  26. #. module: auth_brute_force
  27. #: field:res.authentication.attempt,attempt_date:0
  28. msgid "Attempt Date"
  29. msgstr ""
  30. #. module: auth_brute_force
  31. #: field:res.banned.remote,attempt_ids:0
  32. msgid "Attempts"
  33. msgstr ""
  34. #. module: auth_brute_force
  35. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  36. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  37. msgid "Authentication Attempts"
  38. msgstr ""
  39. #. module: auth_brute_force
  40. #: field:res.authentication.attempt,result:0
  41. msgid "Authentication Result"
  42. msgstr ""
  43. #. module: auth_brute_force
  44. #: field:res.banned.remote,ban_date:0
  45. msgid "Ban Date"
  46. msgstr ""
  47. #. module: auth_brute_force
  48. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  49. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  50. #: selection:res.authentication.attempt,result:0
  51. #, python-format
  52. msgid "Banned"
  53. msgstr ""
  54. #. module: auth_brute_force
  55. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  56. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  57. msgid "Banned Remotes"
  58. msgstr ""
  59. #. module: auth_brute_force
  60. #: field:res.authentication.attempt,create_uid:0
  61. #: field:res.banned.remote,create_uid:0
  62. msgid "Created by"
  63. msgstr "Создано"
  64. #. module: auth_brute_force
  65. #: field:res.authentication.attempt,create_date:0
  66. #: field:res.banned.remote,create_date:0
  67. msgid "Created on"
  68. msgstr "Создан"
  69. #. module: auth_brute_force
  70. #: field:res.banned.remote,description:0
  71. msgid "Description"
  72. msgstr "Описание"
  73. #. module: auth_brute_force
  74. #: field:res.authentication.attempt,display_name:0
  75. #: field:res.banned.remote,display_name:0
  76. msgid "Display Name"
  77. msgstr ""
  78. #. module: auth_brute_force
  79. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  80. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  81. #: selection:res.authentication.attempt,result:0
  82. #, python-format
  83. msgid "Failed"
  84. msgstr ""
  85. #. module: auth_brute_force
  86. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  87. msgid "ID"
  88. msgstr "ID"
  89. #. module: auth_brute_force
  90. #: field:res.authentication.attempt,__last_update:0
  91. #: field:res.banned.remote,__last_update:0
  92. msgid "Last Modified on"
  93. msgstr ""
  94. #. module: auth_brute_force
  95. #: field:res.authentication.attempt,write_uid:0
  96. #: field:res.banned.remote,write_uid:0
  97. msgid "Last Updated by"
  98. msgstr "Последний раз обновлено"
  99. #. module: auth_brute_force
  100. #: field:res.authentication.attempt,write_date:0
  101. #: field:res.banned.remote,write_date:0
  102. msgid "Last Updated on"
  103. msgstr "Последний раз обновлено"
  104. #. module: auth_brute_force
  105. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  106. msgid "Remote ID"
  107. msgstr ""
  108. #. module: auth_brute_force
  109. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  110. msgid "Successful"
  111. msgstr ""
  112. #. module: auth_brute_force
  113. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  114. #: selection:res.authentication.attempt,result:0
  115. #, python-format
  116. msgid "Successfull"
  117. msgstr ""
  118. #. module: auth_brute_force
  119. #: field:res.authentication.attempt,login:0
  120. msgid "Tried Login"
  121. msgstr ""
  122. #. module: auth_brute_force
  123. #: help:res.banned.remote,active:0
  124. msgid "Uncheck this box to unban the remote"
  125. msgstr ""
  126. #. module: auth_brute_force
  127. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  128. msgid "Without Success"
  129. msgstr ""