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.

369 lines
11 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auto_backup
  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-07-28 00:59+0000\n"
  12. "PO-Revision-Date: 2016-07-31 09:02+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: auto_backup
  21. #: view:db.backup:auto_backup.view_backup_conf_form
  22. msgid "/home/odoo/.ssh/id_rsa"
  23. msgstr "/home/odoo/.ssh/id_rsa"
  24. #. module: auto_backup
  25. #: help:db.backup,folder:0
  26. msgid "Absolute path for storing the backups"
  27. msgstr "Percorso assoluto per il salvataggio del DB"
  28. #. module: auto_backup
  29. #: model:ir.actions.act_window,name:auto_backup.action_backup_conf_form
  30. #: model:ir.ui.menu,name:auto_backup.backup_conf_menu
  31. msgid "Automated Backups"
  32. msgstr "Backup automatici"
  33. #. module: auto_backup
  34. #: view:db.backup:auto_backup.view_backup_conf_form
  35. msgid "Automatic backups of the database can be scheduled as follows:"
  36. msgstr "Il backup automatico del DB è pianificato come segue:"
  37. #. module: auto_backup
  38. #: model:mail.message.subtype,name:auto_backup.failure
  39. msgid "Backup failed"
  40. msgstr "Backup non riuscito"
  41. #. module: auto_backup
  42. #: model:mail.message.subtype,name:auto_backup.success
  43. msgid "Backup successful"
  44. msgstr "Backup riuscito"
  45. #. module: auto_backup
  46. #: view:db.backup:auto_backup.view_backup_conf_tree
  47. msgid "Backups"
  48. msgstr "Backups"
  49. #. module: auto_backup
  50. #: help:db.backup,days_to_keep:0
  51. msgid ""
  52. "Backups older than this will be deleted automatically. Set 0 to disable "
  53. "autodeletion."
  54. msgstr "I Backup antecedenti questo numero di giorni saranno eliminati automaticamente. Impostare a 0 per disattivare l'eliminazione automatica."
  55. #. module: auto_backup
  56. #: view:db.backup:auto_backup.view_backup_conf_form
  57. msgid "Basic backup configuration"
  58. msgstr "Configurazione di base del Backup"
  59. #. module: auto_backup
  60. #: sql_constraint:db.backup:0
  61. msgid "Cannot duplicate a configuration."
  62. msgstr "Impossibile duplicare una configurazione."
  63. #. module: auto_backup
  64. #: help:db.backup,method:0
  65. msgid "Choose the storage method for this backup."
  66. msgstr "Scegliere il tipo di archiviazione per questo metodo di backup. "
  67. #. module: auto_backup
  68. #: code:addons/auto_backup/models/db_backup.py:247
  69. #, python-format
  70. msgid "Cleanup of old database backups failed."
  71. msgstr "Eliminazione dei vecchi backup di database non riuscita."
  72. #. module: auto_backup
  73. #: code:addons/auto_backup/models/db_backup.py:131
  74. #, python-format
  75. msgid "Connection Test Failed!"
  76. msgstr "Test connessione Fallito!"
  77. #. module: auto_backup
  78. #: code:addons/auto_backup/models/db_backup.py:128
  79. #, python-format
  80. msgid "Connection Test Succeeded!"
  81. msgstr "Test connessione avvenuto con successo!"
  82. #. module: auto_backup
  83. #: field:db.backup,create_uid:0
  84. msgid "Created by"
  85. msgstr "Creato da"
  86. #. module: auto_backup
  87. #: field:db.backup,create_date:0
  88. msgid "Created on"
  89. msgstr "Creato il"
  90. #. module: auto_backup
  91. #: code:addons/auto_backup/models/db_backup.py:206
  92. #: model:mail.message.subtype,description:auto_backup.failure
  93. #, python-format
  94. msgid "Database backup failed."
  95. msgstr "Backup del Database non riuscito."
  96. #. module: auto_backup
  97. #: code:addons/auto_backup/models/db_backup.py:211
  98. #: model:mail.message.subtype,description:auto_backup.success
  99. #, python-format
  100. msgid "Database backup succeeded."
  101. msgstr "Backup del Database riuscito."
  102. #. module: auto_backup
  103. #: help:db.backup,message_last_post:0
  104. msgid "Date of the last message posted on the record."
  105. msgstr "Data dell'ultimo messaggio aggiunto al record."
  106. #. module: auto_backup
  107. #: field:db.backup,days_to_keep:0
  108. msgid "Days to keep"
  109. msgstr "Giorni da conservare"
  110. #. module: auto_backup
  111. #: field:db.backup,display_name:0
  112. msgid "Display Name"
  113. msgstr "Nome da visualizzare"
  114. #. module: auto_backup
  115. #: code:addons/auto_backup/models/db_backup.py:119
  116. #, python-format
  117. msgid ""
  118. "Do not save backups on your filestore, or you will backup your backups too!"
  119. msgstr "Non salvare i backup nel proprio filestore altrimenti verrà eseguita una copia di backup anche dei propri backup!"
  120. #. module: auto_backup
  121. #: model:ir.model,name:auto_backup.model_db_backup
  122. msgid "Email Thread"
  123. msgstr "Discussione Email"
  124. #. module: auto_backup
  125. #: model:ir.actions.server,name:auto_backup.action_server_backup
  126. msgid "Execute backup(s)"
  127. msgstr "Esegui backup(s)"
  128. #. module: auto_backup
  129. #: field:db.backup,folder:0
  130. msgid "Folder"
  131. msgstr "Cartella"
  132. #. module: auto_backup
  133. #: field:db.backup,message_follower_ids:0
  134. msgid "Followers"
  135. msgstr "Followers"
  136. #. module: auto_backup
  137. #: view:db.backup:auto_backup.view_backup_conf_form
  138. msgid "Go to Settings / Technical / Automation / Scheduled Actions."
  139. msgstr "Andare in Configurazione / Funzioni Tecniche / Automazione / Azioni Programmate."
  140. #. module: auto_backup
  141. #: view:db.backup:auto_backup.view_backup_conf_form
  142. msgid "Help"
  143. msgstr "Aiuto"
  144. #. module: auto_backup
  145. #: help:db.backup,message_summary:0
  146. msgid ""
  147. "Holds the Chatter summary (number of messages, ...). This summary is "
  148. "directly in html format in order to be inserted in kanban views."
  149. msgstr "Contiene il riepilogo Chatter (numero di messaggi, ...). Questa sintesi è direttamente in formato HTML, al fine di essere inserita nelle viste kanban."
  150. #. module: auto_backup
  151. #: sql_constraint:db.backup:0
  152. msgid "I cannot remove backups from the future. Ask Doc for that."
  153. msgstr "Impossibile rimuovere backup dal futuro. Cercare nella Documentazione."
  154. #. module: auto_backup
  155. #: field:db.backup,id:0
  156. msgid "ID"
  157. msgstr "ID"
  158. #. module: auto_backup
  159. #: help:db.backup,message_unread:0
  160. msgid "If checked new messages require your attention."
  161. msgstr "Se selezionato i nuovi messaggi richiedono la tua attenzione."
  162. #. module: auto_backup
  163. #: field:db.backup,message_is_follower:0
  164. msgid "Is a Follower"
  165. msgstr "È un follower"
  166. #. module: auto_backup
  167. #: field:db.backup,message_last_post:0
  168. msgid "Last Message Date"
  169. msgstr "Data dell'ultimo messaggio"
  170. #. module: auto_backup
  171. #: field:db.backup,__last_update:0
  172. msgid "Last Modified on"
  173. msgstr "Ultima modifica il"
  174. #. module: auto_backup
  175. #: field:db.backup,write_uid:0
  176. msgid "Last Updated by"
  177. msgstr "Ultimo aggiornamento di"
  178. #. module: auto_backup
  179. #: field:db.backup,write_date:0
  180. msgid "Last Updated on"
  181. msgstr "Ultimo aggiornamento il"
  182. #. module: auto_backup
  183. #: selection:db.backup,method:0
  184. msgid "Local disk"
  185. msgstr "Disco locale"
  186. #. module: auto_backup
  187. #: field:db.backup,message_ids:0
  188. msgid "Messages"
  189. msgstr "Messaggi"
  190. #. module: auto_backup
  191. #: help:db.backup,message_ids:0
  192. msgid "Messages and communication history"
  193. msgstr "Messaggi e storico comunicazioni"
  194. #. module: auto_backup
  195. #: field:db.backup,method:0
  196. msgid "Method"
  197. msgstr "Metodo"
  198. #. module: auto_backup
  199. #: field:db.backup,name:0
  200. msgid "Name"
  201. msgstr "Nome"
  202. #. module: auto_backup
  203. #: help:db.backup,sftp_private_key:0
  204. msgid ""
  205. "Path to the private key file. Only the Odoo user should have read "
  206. "permissions for that file."
  207. msgstr "Percorso al file della chiave privata. Soltanto l'utente Odoo dovrebbe avere il permesso in lettura di questo file."
  208. #. module: auto_backup
  209. #: field:db.backup,sftp_private_key:0
  210. msgid "Private key location"
  211. msgstr "Posizione chiave privata"
  212. #. module: auto_backup
  213. #: selection:db.backup,method:0
  214. msgid "Remote SFTP server"
  215. msgstr "Server SFTP remoto"
  216. #. module: auto_backup
  217. #: field:db.backup,sftp_password:0
  218. msgid "SFTP Password"
  219. msgstr "Password SFTP"
  220. #. module: auto_backup
  221. #: field:db.backup,sftp_port:0
  222. msgid "SFTP Port"
  223. msgstr "Porta SFTP"
  224. #. module: auto_backup
  225. #: field:db.backup,sftp_host:0
  226. msgid "SFTP Server"
  227. msgstr "Server SFTP"
  228. #. module: auto_backup
  229. #: view:db.backup:auto_backup.view_backup_conf_form
  230. msgid "SFTP Settings"
  231. msgstr "Impostazioni SFTP"
  232. #. module: auto_backup
  233. #: view:db.backup:auto_backup.view_backup_conf_search
  234. msgid "Search options"
  235. msgstr "Opzioni di ricerca"
  236. #. module: auto_backup
  237. #: view:db.backup:auto_backup.view_backup_conf_form
  238. msgid "Search the action named 'Backup scheduler'."
  239. msgstr "Cerca l'azione denominata 'Pianificazione del backup'."
  240. #. module: auto_backup
  241. #: view:db.backup:auto_backup.view_backup_conf_form
  242. msgid ""
  243. "Set the scheduler to active and fill in how often you want backups "
  244. "generated."
  245. msgstr "Impostare lo scheduler per attivare e compilare la frequenza con cui si desidera generare il backup."
  246. #. module: auto_backup
  247. #: field:db.backup,message_summary:0
  248. msgid "Summary"
  249. msgstr "Riepilogo"
  250. #. module: auto_backup
  251. #: help:db.backup,name:0
  252. msgid "Summary of this backup process"
  253. msgstr "Riepilogo di questo processo di backup"
  254. #. module: auto_backup
  255. #: view:db.backup:auto_backup.view_backup_conf_form
  256. msgid "Test SFTP Connection"
  257. msgstr "Prova Connessione SFTP"
  258. #. module: auto_backup
  259. #: help:db.backup,sftp_host:0
  260. msgid ""
  261. "The host name or IP address from your remote server. For example 192.168.0.1"
  262. msgstr "Il nome host o l'indirizzo IP del tuo server remoto. Per esempio 192.168.0.1"
  263. #. module: auto_backup
  264. #: help:db.backup,sftp_password:0
  265. msgid ""
  266. "The password for the SFTP connection. If you specify a private key file, "
  267. "then this is the password to decrypt it."
  268. msgstr "La password per la connessione SFTP. Se viene specificato un file per la chiave privata, allora questo è la password per decodificarla."
  269. #. module: auto_backup
  270. #: help:db.backup,sftp_port:0
  271. msgid "The port on the FTP server that accepts SSH/SFTP calls."
  272. msgstr "La porta sul server FTP che accetta chiamate SSH/SFTP."
  273. #. module: auto_backup
  274. #: help:db.backup,sftp_user:0
  275. msgid ""
  276. "The username where the SFTP connection should be made with. This is the user"
  277. " on the external server."
  278. msgstr "Il nome utente per la connessione SFTP. Questo è l'utente sul server esterno."
  279. #. module: auto_backup
  280. #: field:db.backup,message_unread:0
  281. msgid "Unread Messages"
  282. msgstr "Messaggi non letti"
  283. #. module: auto_backup
  284. #: view:db.backup:auto_backup.view_backup_conf_form
  285. msgid ""
  286. "Use SFTP with caution! This writes files to external servers under the path "
  287. "you specify."
  288. msgstr "Usare SFTP con cautela! Questa modalità scrive file nel percorso specificato su server esterni."
  289. #. module: auto_backup
  290. #: field:db.backup,sftp_user:0
  291. msgid "Username in the SFTP Server"
  292. msgstr "Nome utente presso il Server SFTP"
  293. #. module: auto_backup
  294. #: view:db.backup:auto_backup.view_backup_conf_form
  295. msgid "Warning:"
  296. msgstr "Avviso:"
  297. #. module: auto_backup
  298. #: view:db.backup:auto_backup.view_backup_conf_form
  299. msgid "john"
  300. msgstr "john"
  301. #. module: auto_backup
  302. #: view:db.backup:auto_backup.view_backup_conf_form
  303. msgid "sftp.example.com"
  304. msgstr "sftp.example.com"