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.

133 lines
3.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. # Translators:
  6. # Paolo Valier, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: server-tools (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-03-17 15:36+0000\n"
  12. "PO-Revision-Date: 2016-03-13 08:51+0000\n"
  13. "Last-Translator: Paolo Valier\n"
  14. "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: it\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: auth_brute_force
  21. #: field:res.banned.remote,active:0
  22. msgid "Active"
  23. msgstr "Attivo"
  24. #. module: auth_brute_force
  25. #: field:res.authentication.attempt,attempt_date:0
  26. msgid "Attempt Date"
  27. msgstr "Data Tentativo"
  28. #. module: auth_brute_force
  29. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  30. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  31. msgid "Authentication Attempts"
  32. msgstr "Tentativi di Autenticazione"
  33. #. module: auth_brute_force
  34. #: field:res.authentication.attempt,result:0
  35. msgid "Authentication Result"
  36. msgstr "Risultato dell'Autenticazione"
  37. #. module: auth_brute_force
  38. #: field:res.banned.remote,ban_date:0
  39. msgid "Ban Date"
  40. msgstr "Data dell'Interdizione"
  41. #. module: auth_brute_force
  42. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  43. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  44. #: selection:res.authentication.attempt,result:0
  45. #, python-format
  46. msgid "Banned"
  47. msgstr "Interdetto"
  48. #. module: auth_brute_force
  49. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  50. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  51. msgid "Banned Remotes"
  52. msgstr ""
  53. #. module: auth_brute_force
  54. #: field:res.authentication.attempt,create_uid:0
  55. #: field:res.banned.remote,create_uid:0
  56. msgid "Created by"
  57. msgstr "Creato da"
  58. #. module: auth_brute_force
  59. #: field:res.authentication.attempt,create_date:0
  60. #: field:res.banned.remote,create_date:0
  61. msgid "Created on"
  62. msgstr "Creato il"
  63. #. module: auth_brute_force
  64. #: field:res.banned.remote,description:0
  65. msgid "Description"
  66. msgstr "Descrizione"
  67. #. module: auth_brute_force
  68. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  69. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  70. #: selection:res.authentication.attempt,result:0
  71. #, python-format
  72. msgid "Failed"
  73. msgstr "Fallita"
  74. #. module: auth_brute_force
  75. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  76. msgid "ID"
  77. msgstr "ID"
  78. #. module: auth_brute_force
  79. #: field:res.authentication.attempt,write_uid:0
  80. #: field:res.banned.remote,write_uid:0
  81. msgid "Last Updated by"
  82. msgstr "Ultimo aggiornamento da"
  83. #. module: auth_brute_force
  84. #: field:res.authentication.attempt,write_date:0
  85. #: field:res.banned.remote,write_date:0
  86. msgid "Last Updated on"
  87. msgstr "Ultimo aggiornamento il"
  88. #. module: auth_brute_force
  89. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  90. msgid "Remote ID"
  91. msgstr "ID Remoto"
  92. #. module: auth_brute_force
  93. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  94. msgid "Successful"
  95. msgstr "Ruiscito"
  96. #. module: auth_brute_force
  97. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  98. #: selection:res.authentication.attempt,result:0
  99. #, python-format
  100. msgid "Successfull"
  101. msgstr ""
  102. #. module: auth_brute_force
  103. #: field:res.authentication.attempt,login:0
  104. msgid "Tried Login"
  105. msgstr "Tentata Autenticazione"
  106. #. module: auth_brute_force
  107. #: help:res.banned.remote,active:0
  108. msgid "Uncheck this box to unban the remote"
  109. msgstr ""
  110. #. module: auth_brute_force
  111. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  112. msgid "Without Success"
  113. msgstr "Senza successo"