From 28a17977a1c1eb942465f0471aadf222794ef5d1 Mon Sep 17 00:00:00 2001 From: Quentin LEPRAT Date: Mon, 12 Sep 2016 21:20:12 +0200 Subject: [PATCH] fix --- js/translate/it_IT.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/translate/it_IT.js b/js/translate/it_IT.js index 7e2766c..7debc18 100755 --- a/js/translate/it_IT.js +++ b/js/translate/it_IT.js @@ -2,7 +2,7 @@ if(typeof translations == 'undefined'){ translations = {}; } -translations.en_US = { +translations.it_IT = { // header 'Search': 'Cerca', // Nav menu @@ -141,4 +141,4 @@ translations.en_US = { 'Successfully connected to Aria2 through its remote RPC …': 'Connesso con successo a Aria2 mediante RPC remoto …', 'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)': 'Correttamente connesso al server Aria2 mediante RPC, ma in modo non sicuro. Per una completa sicurezza prova ad aggiungere un token di autorizzazione segreto all\'avvio di Aria2 (mediante il flag --rpc-secret)', 'Trying to connect to aria2 using the new connection configuration': 'Provo a connettermi a Aria2 attraverso le nuove impostazioni', -}; \ No newline at end of file +};