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.

132 lines
3.7 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-03-12 02:05+0000\n"
  11. "PO-Revision-Date: 2016-03-07 17:50+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ru/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: ru\n"
  18. "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"
  19. #. module: auth_brute_force
  20. #: field:res.banned.remote,active:0
  21. msgid "Active"
  22. msgstr ""
  23. #. module: auth_brute_force
  24. #: field:res.authentication.attempt,attempt_date:0
  25. msgid "Attempt Date"
  26. msgstr ""
  27. #. module: auth_brute_force
  28. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  29. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  30. msgid "Authentication Attempts"
  31. msgstr ""
  32. #. module: auth_brute_force
  33. #: field:res.authentication.attempt,result:0
  34. msgid "Authentication Result"
  35. msgstr ""
  36. #. module: auth_brute_force
  37. #: field:res.banned.remote,ban_date:0
  38. msgid "Ban Date"
  39. msgstr ""
  40. #. module: auth_brute_force
  41. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  42. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  43. #: selection:res.authentication.attempt,result:0
  44. #, python-format
  45. msgid "Banned"
  46. msgstr ""
  47. #. module: auth_brute_force
  48. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  49. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  50. msgid "Banned Remotes"
  51. msgstr ""
  52. #. module: auth_brute_force
  53. #: field:res.authentication.attempt,create_uid:0
  54. #: field:res.banned.remote,create_uid:0
  55. msgid "Created by"
  56. msgstr ""
  57. #. module: auth_brute_force
  58. #: field:res.authentication.attempt,create_date:0
  59. #: field:res.banned.remote,create_date:0
  60. msgid "Created on"
  61. msgstr ""
  62. #. module: auth_brute_force
  63. #: field:res.banned.remote,description:0
  64. msgid "Description"
  65. msgstr "Описание"
  66. #. module: auth_brute_force
  67. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  68. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  69. #: selection:res.authentication.attempt,result:0
  70. #, python-format
  71. msgid "Failed"
  72. msgstr ""
  73. #. module: auth_brute_force
  74. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  75. msgid "ID"
  76. msgstr ""
  77. #. module: auth_brute_force
  78. #: field:res.authentication.attempt,write_uid:0
  79. #: field:res.banned.remote,write_uid:0
  80. msgid "Last Updated by"
  81. msgstr ""
  82. #. module: auth_brute_force
  83. #: field:res.authentication.attempt,write_date:0
  84. #: field:res.banned.remote,write_date:0
  85. msgid "Last Updated on"
  86. msgstr ""
  87. #. module: auth_brute_force
  88. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  89. msgid "Remote ID"
  90. msgstr ""
  91. #. module: auth_brute_force
  92. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  93. msgid "Successful"
  94. msgstr ""
  95. #. module: auth_brute_force
  96. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  97. #: selection:res.authentication.attempt,result:0
  98. #, python-format
  99. msgid "Successfull"
  100. msgstr ""
  101. #. module: auth_brute_force
  102. #: field:res.authentication.attempt,login:0
  103. msgid "Tried Login"
  104. msgstr ""
  105. #. module: auth_brute_force
  106. #: help:res.banned.remote,active:0
  107. msgid "Uncheck this box to unban the remote"
  108. msgstr ""
  109. #. module: auth_brute_force
  110. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  111. msgid "Without Success"
  112. msgstr ""