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.

164 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. # Accounts-Payable - Alkemics, 2015
  7. # Ahmet Altinisik <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. # Jim Spentzos, 2014
  18. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  19. # njeudy <njeudy@tuxservices.com>, 2015
  20. # Rudolf Schnapka <schnapkar@golive-saar.de>, 2015
  21. msgid ""
  22. msgstr ""
  23. "Project-Id-Version: server-tools (8.0)\n"
  24. "Report-Msgid-Bugs-To: \n"
  25. "POT-Creation-Date: 2016-09-21 00:47+0000\n"
  26. "PO-Revision-Date: 2016-10-04 09:43+0000\n"
  27. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  28. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
  29. "MIME-Version: 1.0\n"
  30. "Content-Type: text/plain; charset=UTF-8\n"
  31. "Content-Transfer-Encoding: \n"
  32. "Language: es\n"
  33. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  34. #. module: auth_brute_force
  35. #: field:res.banned.remote,active:0
  36. msgid "Active"
  37. msgstr "Activo"
  38. #. module: auth_brute_force
  39. #: field:res.authentication.attempt,attempt_date:0
  40. msgid "Attempt Date"
  41. msgstr ""
  42. #. module: auth_brute_force
  43. #: field:res.banned.remote,attempt_ids:0
  44. msgid "Attempts"
  45. msgstr ""
  46. #. module: auth_brute_force
  47. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  48. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  49. msgid "Authentication Attempts"
  50. msgstr ""
  51. #. module: auth_brute_force
  52. #: field:res.authentication.attempt,result:0
  53. msgid "Authentication Result"
  54. msgstr ""
  55. #. module: auth_brute_force
  56. #: field:res.banned.remote,ban_date:0
  57. msgid "Ban Date"
  58. msgstr ""
  59. #. module: auth_brute_force
  60. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  61. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  62. #: selection:res.authentication.attempt,result:0
  63. #, python-format
  64. msgid "Banned"
  65. msgstr ""
  66. #. module: auth_brute_force
  67. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  68. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  69. msgid "Banned Remotes"
  70. msgstr ""
  71. #. module: auth_brute_force
  72. #: field:res.authentication.attempt,create_uid:0
  73. #: field:res.banned.remote,create_uid:0
  74. msgid "Created by"
  75. msgstr "Creado por"
  76. #. module: auth_brute_force
  77. #: field:res.authentication.attempt,create_date:0
  78. #: field:res.banned.remote,create_date:0
  79. msgid "Created on"
  80. msgstr "Creado en"
  81. #. module: auth_brute_force
  82. #: field:res.banned.remote,description:0
  83. msgid "Description"
  84. msgstr "Descripción"
  85. #. module: auth_brute_force
  86. #: field:res.authentication.attempt,display_name:0
  87. #: field:res.banned.remote,display_name:0
  88. msgid "Display Name"
  89. msgstr "Nombre a mostrar"
  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 "Fallido"
  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 "Última actualización por"
  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 "Última actualización de"
  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 "Última actualización en"
  116. #. module: auth_brute_force
  117. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  118. msgid "Remote ID"
  119. msgstr ""
  120. #. module: auth_brute_force
  121. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  122. msgid "Successful"
  123. msgstr ""
  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 ""
  130. #. module: auth_brute_force
  131. #: field:res.authentication.attempt,login:0
  132. msgid "Tried Login"
  133. msgstr ""
  134. #. module: auth_brute_force
  135. #: help:res.banned.remote,active:0
  136. msgid "Uncheck this box to unban the remote"
  137. msgstr ""
  138. #. module: auth_brute_force
  139. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  140. msgid "Without Success"
  141. msgstr ""