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.

163 lines
4.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. # Accounts-Payable - Alkemics, 2015
  7. # Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2015
  8. # Antonio Trueba, 2016
  9. # Chen-Do LU <clu@alkemics.com>, 2015
  10. # Dimitrios Glentadakis <dglent@gmail.com>, 2013-2014, 2015-2016
  11. # Efstathios Iosifidis <iefstathios@gmail.com>, 2014
  12. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  13. # François Breysse <fb@alkemics.com>, 2015
  14. # Guewen Baconnier <guewen.baconnier@camptocamp.com>, 2015
  15. # Hotellook, 2014
  16. # Jim Spentzos, 2014
  17. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  18. # njeudy <njeudy@tuxservices.com>, 2015
  19. # Rudolf Schnapka <schnapkar@golive-saar.de>, 2015
  20. msgid ""
  21. msgstr ""
  22. "Project-Id-Version: server-tools (8.0)\n"
  23. "Report-Msgid-Bugs-To: \n"
  24. "POT-Creation-Date: 2016-05-28 02:41+0000\n"
  25. "PO-Revision-Date: 2016-05-27 15:24+0000\n"
  26. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  27. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
  28. "MIME-Version: 1.0\n"
  29. "Content-Type: text/plain; charset=UTF-8\n"
  30. "Content-Transfer-Encoding: \n"
  31. "Language: es\n"
  32. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  33. #. module: auth_brute_force
  34. #: field:res.banned.remote,active:0
  35. msgid "Active"
  36. msgstr "Activo"
  37. #. module: auth_brute_force
  38. #: field:res.authentication.attempt,attempt_date:0
  39. msgid "Attempt Date"
  40. msgstr ""
  41. #. module: auth_brute_force
  42. #: field:res.banned.remote,attempt_ids:0
  43. msgid "Attempts"
  44. msgstr ""
  45. #. module: auth_brute_force
  46. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  47. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  48. msgid "Authentication Attempts"
  49. msgstr ""
  50. #. module: auth_brute_force
  51. #: field:res.authentication.attempt,result:0
  52. msgid "Authentication Result"
  53. msgstr ""
  54. #. module: auth_brute_force
  55. #: field:res.banned.remote,ban_date:0
  56. msgid "Ban Date"
  57. msgstr ""
  58. #. module: auth_brute_force
  59. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  60. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  61. #: selection:res.authentication.attempt,result:0
  62. #, python-format
  63. msgid "Banned"
  64. msgstr ""
  65. #. module: auth_brute_force
  66. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  67. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  68. msgid "Banned Remotes"
  69. msgstr ""
  70. #. module: auth_brute_force
  71. #: field:res.authentication.attempt,create_uid:0
  72. #: field:res.banned.remote,create_uid:0
  73. msgid "Created by"
  74. msgstr "Creado por"
  75. #. module: auth_brute_force
  76. #: field:res.authentication.attempt,create_date:0
  77. #: field:res.banned.remote,create_date:0
  78. msgid "Created on"
  79. msgstr "Creado en"
  80. #. module: auth_brute_force
  81. #: field:res.banned.remote,description:0
  82. msgid "Description"
  83. msgstr "Descripción"
  84. #. module: auth_brute_force
  85. #: field:res.authentication.attempt,display_name:0
  86. #: field:res.banned.remote,display_name:0
  87. msgid "Display Name"
  88. msgstr "Nombre a mostrar"
  89. #. module: auth_brute_force
  90. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  91. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  92. #: selection:res.authentication.attempt,result:0
  93. #, python-format
  94. msgid "Failed"
  95. msgstr ""
  96. #. module: auth_brute_force
  97. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  98. msgid "ID"
  99. msgstr "ID"
  100. #. module: auth_brute_force
  101. #: field:res.authentication.attempt,__last_update:0
  102. #: field:res.banned.remote,__last_update:0
  103. msgid "Last Modified on"
  104. msgstr "Última actualización por"
  105. #. module: auth_brute_force
  106. #: field:res.authentication.attempt,write_uid:0
  107. #: field:res.banned.remote,write_uid:0
  108. msgid "Last Updated by"
  109. msgstr "Última actualización de"
  110. #. module: auth_brute_force
  111. #: field:res.authentication.attempt,write_date:0
  112. #: field:res.banned.remote,write_date:0
  113. msgid "Last Updated on"
  114. msgstr "Última actualización en"
  115. #. module: auth_brute_force
  116. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  117. msgid "Remote ID"
  118. msgstr ""
  119. #. module: auth_brute_force
  120. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  121. msgid "Successful"
  122. msgstr ""
  123. #. module: auth_brute_force
  124. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  125. #: selection:res.authentication.attempt,result:0
  126. #, python-format
  127. msgid "Successfull"
  128. msgstr ""
  129. #. module: auth_brute_force
  130. #: field:res.authentication.attempt,login:0
  131. msgid "Tried Login"
  132. msgstr ""
  133. #. module: auth_brute_force
  134. #: help:res.banned.remote,active:0
  135. msgid "Uncheck this box to unban the remote"
  136. msgstr ""
  137. #. module: auth_brute_force
  138. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  139. msgid "Without Success"
  140. msgstr ""