From d51e77b0b9b27cc16e97722164482d7e222fefd8 Mon Sep 17 00:00:00 2001 From: Massimo Girondi Date: Mon, 14 Nov 2016 21:07:29 +0100 Subject: [PATCH 1/3] Added new Italian translations --- js/translate/it_IT.js | 78 +++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/js/translate/it_IT.js b/js/translate/it_IT.js index 7debc18..5e9d15d 100755 --- a/js/translate/it_IT.js +++ b/js/translate/it_IT.js @@ -86,54 +86,54 @@ translations.it_IT = { 'Choose files to start download for': 'Scegli i file da scaricare', 'Select to download': 'Seleziona per scaricare', // settings modal - 'Aria2 RPC host and port': 'Aria2 RPC host and port', - 'Enter the host': 'Enter the host', + 'Aria2 RPC host and port': 'Host e porta del server RPC di Aria2', + 'Enter the host': 'Inserisci l\'host', 'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)': - 'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)', - 'Enter the port': 'Enter the port', + 'Inserisci l\'IP o il nome DNS del server dov\'è in esecuzione l\'RPC per Aria2 (default: localhost)', + 'Enter the port': 'Inserisci la porta', 'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)': - 'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)', - 'Enter the RPC path': 'Enter the RPC path', - 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)', - 'SSL/TLS encryption': 'SSL/TLS encryption', - 'Enable SSL/TLS encryption': 'Enable SSL/TLS encryption', - 'Enter the secret token (optional)': 'Enter the secret token (optional)', + 'Inserisci la porta del server dov\'è in esecuzione l\'RPC per Aria2 (default: 6800)', + 'Enter the RPC path': 'Inserisci la path RPC', + 'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': 'Inserisci la path per l\'endpoint RPC di Aria2 (default: /jsonrpc)', + 'SSL/TLS encryption': 'Cifratura SSL/TLS', + 'Enable SSL/TLS encryption': 'Abilita la cifratura SSL/TLS', + 'Enter the secret token (optional)': 'Inserisci il token segreto (opzionale)', 'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)': - 'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)', - 'Enter the username (optional)': 'Enter the username (optional)', + 'Inserisci il token segreto per Aria2 (lascia vuoto se non è abilitato)', + 'Enter the username (optional)': 'Inserisci l\'username (opzionale)', 'Enter the Aria2 RPC username (empty if authentication not enabled)': - 'Enter the Aria2 RPC username (empty if authentication not enabled)', - 'Enter the password (optional)': 'Enter the password (optional)', - 'Enter the Aria2 RPC password (empty if authentication not enabled)': 'Enter the Aria2 RPC password (empty if authentication not enabled)', - 'Enter base URL (optional)': 'Enter base URL (optional)', - 'Direct Download': 'Direct Download', + 'Inserisci l\'username per l\'RPC di Aria2 (lascia vuoto se non è abilitato)', + 'Enter the password (optional)': 'Inserisci la password (opzionale)', + 'Enter the Aria2 RPC password (empty if authentication not enabled)': 'Inserisci la password per l\'RPC di Aria2 (vuota se l\'autenticazione non è abilitata)', + 'Enter base URL (optional)': 'Inserisci l\'URL di base(opzionale)', + 'Direct Download': 'Downaload diretto', 'If supplied, links will be created to enable direct download from the Aria2 server.': - 'If supplied, links will be created to enable direct download from the Aria2 server.', - '(Requires appropriate webserver to be configured.)': '(Requires appropriate webserver to be configured.)', - 'Save Connection configuration': 'Save Connection configuration', + 'Se inserito, verrano creati dei link per scaricare direttamente i file dal server Aria2.', + '(Requires appropriate webserver to be configured.)': '(Richiede un webserver correttamente configurato)', + 'Save Connection configuration': 'Salva la configurazione di connessione', // server info modal - 'Aria2 server info': 'Aria2 server info', - 'Aria2 Version': 'Aria2 Version', - 'Features Enabled': 'Features Enabled', + 'Aria2 server info': 'Informazioni sul server Aria2', + 'Aria2 Version': 'Versione di Aria2', + 'Features Enabled': 'Funzionalità abilitate', // about modal 'To download the latest version of the project, add issues or to contribute back, head on to': - 'To download the latest version of the project, add issues or to contribute back, head on to', - 'Or you can open the latest version in the browser through': 'Or you can open the latest version in the browser through', - 'Close': 'Close', + 'Per scaricare l\'ultima versione del progetto, aggiungere problemi o contribuire, visita ', + 'Or you can open the latest version in the browser through': 'Oppure puoi aprire l\'ultima versione direttamente nel browser', + 'Close': 'Chiudi', // lables - 'Download status':'Download status', - 'Download Speed':'Download Speed', - 'Upload Speed':'Upload Speed', - 'Estimated time':'Estimated time', - 'Download Size':'Download Size', - 'Downloaded':'Downloaded', - 'Progress':'Progress', - 'Download Path':'Download Path', - 'Uploaded':'Uploaded', - 'Download GID':'Download GID', - 'Number of Pieces':'Number of Pieces', - 'Piece Length': 'Piece Length', - 'Shutdown Server': 'Shutdown Server', + 'Download status':'Stato download', + 'Download Speed':'Velocità download', + 'Upload Speed':'Velocità upload', + 'Estimated time':'Tempo stimato', + 'Download Size':'Dimensione del download', + 'Downloaded':'Scaricato', + 'Progress':'Progresso', + 'Download Path':'Percorso di download', + 'Uploaded':'Caricato', + 'Download GID':'GID Download', + 'Number of Pieces':'Numero di segmenti', + 'Piece Length': 'Lunghezza segmenti', + 'Shutdown Server': 'Spegni Server', 'The last connection attempt was unsuccessful. Trying another configuration': 'L\'ultimo tentativo di connessione non è riuscito. Provo un\'altra connessione', 'Oh Snap!': 'Mannaggia!', From 78b4fc77807e4488d21f238d8fd6b57eb977f494 Mon Sep 17 00:00:00 2001 From: Massimo Girondi Date: Mon, 14 Nov 2016 21:11:35 +0100 Subject: [PATCH 2/3] Workaround for the select file modal style I noticed that on this modal the checkboxes were placed out of the modal margin. I added a simple selector to add a 20px left margin on that div. --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index a0b86a0..0ca8e76 100755 --- a/css/style.css +++ b/css/style.css @@ -115,3 +115,7 @@ input[type=checkbox], input[type=radio] { padding: 10px 20px 20px; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12); } +body > div.modal.fade.ng-isolate-scope.modal-large.in > div > div > form > fieldset > div +{ + margin-left:20px; +} From 97a3d3565bf30110f853a26ddec48e2691f2801c Mon Sep 17 00:00:00 2001 From: Massimo Girondi Date: Mon, 14 Nov 2016 21:38:08 +0100 Subject: [PATCH 3/3] selectFiles modal graphical bug fix. The checkboxes where out of left margin, I create a new CSS class to identify that modal, then applied the style in the modals.css --- css/modals.css | 11 ++++++++++- css/style.css | 4 ---- index.html | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/css/modals.css b/css/modals.css index 6d372e5..3576872 100755 --- a/css/modals.css +++ b/css/modals.css @@ -32,4 +32,13 @@ .modal-form-input-number { width: 80px; -} \ No newline at end of file +} +.selectFiles > div > .control-label +{ + font-weight: normal; + margin-left:30px; +} +.selectFiles > div > .controls +{ + margin-left:30px; +} diff --git a/css/style.css b/css/style.css index 0ca8e76..a0b86a0 100755 --- a/css/style.css +++ b/css/style.css @@ -115,7 +115,3 @@ input[type=checkbox], input[type=radio] { padding: 10px 20px 20px; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12); } -body > div.modal.fade.ng-isolate-scope.modal-large.in > div > div > form > fieldset > div -{ - margin-left:20px; -} diff --git a/index.html b/index.html index 4e94063..617f806 100755 --- a/index.html +++ b/index.html @@ -555,7 +555,7 @@ - +
  • @@ -1002,7 +1002,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4