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.

159 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. # Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2015-2016
  7. # Carles Antoli <carlesantoli@hotmail.com>, 2015
  8. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  9. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014
  10. # Giacomo <giacomo.spettoli@gmail.com>, 2015
  11. # Mohamed HABOU <m.habou@agoradeveloppement.com>, 2016
  12. # Paolo Valier, 2016
  13. # Paolo Valier, 2016
  14. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  15. # Thomas A. Jaeger, 2015
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: server-tools (8.0)\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2016-07-28 00:59+0000\n"
  21. "PO-Revision-Date: 2016-07-31 08:35+0000\n"
  22. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  23. "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Language: it\n"
  28. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  29. #. module: auth_brute_force
  30. #: field:res.banned.remote,active:0
  31. msgid "Active"
  32. msgstr "Attivo"
  33. #. module: auth_brute_force
  34. #: field:res.authentication.attempt,attempt_date:0
  35. msgid "Attempt Date"
  36. msgstr "Data Tentativo"
  37. #. module: auth_brute_force
  38. #: field:res.banned.remote,attempt_ids:0
  39. msgid "Attempts"
  40. msgstr ""
  41. #. module: auth_brute_force
  42. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  43. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  44. msgid "Authentication Attempts"
  45. msgstr "Tentativi di Autenticazione"
  46. #. module: auth_brute_force
  47. #: field:res.authentication.attempt,result:0
  48. msgid "Authentication Result"
  49. msgstr "Risultato dell'Autenticazione"
  50. #. module: auth_brute_force
  51. #: field:res.banned.remote,ban_date:0
  52. msgid "Ban Date"
  53. msgstr "Data dell'Interdizione"
  54. #. module: auth_brute_force
  55. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  56. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  57. #: selection:res.authentication.attempt,result:0
  58. #, python-format
  59. msgid "Banned"
  60. msgstr "Interdetto"
  61. #. module: auth_brute_force
  62. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  63. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  64. msgid "Banned Remotes"
  65. msgstr ""
  66. #. module: auth_brute_force
  67. #: field:res.authentication.attempt,create_uid:0
  68. #: field:res.banned.remote,create_uid:0
  69. msgid "Created by"
  70. msgstr "Creato da"
  71. #. module: auth_brute_force
  72. #: field:res.authentication.attempt,create_date:0
  73. #: field:res.banned.remote,create_date:0
  74. msgid "Created on"
  75. msgstr "Creato il"
  76. #. module: auth_brute_force
  77. #: field:res.banned.remote,description:0
  78. msgid "Description"
  79. msgstr "Descrizione"
  80. #. module: auth_brute_force
  81. #: field:res.authentication.attempt,display_name:0
  82. #: field:res.banned.remote,display_name:0
  83. msgid "Display Name"
  84. msgstr "Nome da visualizzare"
  85. #. module: auth_brute_force
  86. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  87. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  88. #: selection:res.authentication.attempt,result:0
  89. #, python-format
  90. msgid "Failed"
  91. msgstr "Fallita"
  92. #. module: auth_brute_force
  93. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  94. msgid "ID"
  95. msgstr "ID"
  96. #. module: auth_brute_force
  97. #: field:res.authentication.attempt,__last_update:0
  98. #: field:res.banned.remote,__last_update:0
  99. msgid "Last Modified on"
  100. msgstr "Ultima modifica il"
  101. #. module: auth_brute_force
  102. #: field:res.authentication.attempt,write_uid:0
  103. #: field:res.banned.remote,write_uid:0
  104. msgid "Last Updated by"
  105. msgstr "Ultimo aggiornamento da"
  106. #. module: auth_brute_force
  107. #: field:res.authentication.attempt,write_date:0
  108. #: field:res.banned.remote,write_date:0
  109. msgid "Last Updated on"
  110. msgstr "Ultimo aggiornamento il"
  111. #. module: auth_brute_force
  112. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  113. msgid "Remote ID"
  114. msgstr "ID Remoto"
  115. #. module: auth_brute_force
  116. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  117. msgid "Successful"
  118. msgstr "Ruiscito"
  119. #. module: auth_brute_force
  120. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  121. #: selection:res.authentication.attempt,result:0
  122. #, python-format
  123. msgid "Successfull"
  124. msgstr ""
  125. #. module: auth_brute_force
  126. #: field:res.authentication.attempt,login:0
  127. msgid "Tried Login"
  128. msgstr "Tentata Autenticazione"
  129. #. module: auth_brute_force
  130. #: help:res.banned.remote,active:0
  131. msgid "Uncheck this box to unban the remote"
  132. msgstr ""
  133. #. module: auth_brute_force
  134. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  135. msgid "Without Success"
  136. msgstr "Senza successo"