Added italian language in the language selection combo.
Fixed and improved italian translation. Change-Id: I062c5aba2da6689770078ab751394e47275de96b Signed-off-by: Loris Securo <lorissek@gmail.com>
This commit is contained in:
parent
bf6987174b
commit
63019cad19
@ -154,6 +154,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
|||||||
"fi_FI",
|
"fi_FI",
|
||||||
"fr_CH",
|
"fr_CH",
|
||||||
"in_ID",
|
"in_ID",
|
||||||
|
"it_IT",
|
||||||
"kr_KR",
|
"kr_KR",
|
||||||
"nl_NL",
|
"nl_NL",
|
||||||
"pl_PL",
|
"pl_PL",
|
||||||
|
@ -7,51 +7,51 @@ Configuration = Configurazione
|
|||||||
|
|
||||||
# Keys for the Configuration menu
|
# Keys for the Configuration menu
|
||||||
|
|
||||||
current.version = Versione Corrente
|
current.version = Versione corrente
|
||||||
check.for.updates = Controlla Aggiornamenti
|
check.for.updates = Controlla aggiornamenti
|
||||||
auto.update = Aggiornamento automatico?
|
auto.update = Aggiornamento automatico?
|
||||||
max.download.threads = Thread massini
|
max.download.threads = Thread di download massimi:
|
||||||
timeout.mill = Timeout (in millisecondi):
|
timeout.mill = Timeout (in millisecondi):
|
||||||
retry.download.count = Tentativi di download
|
retry.download.count = Tentativi di download
|
||||||
overwrite.existing.files = Sovrascrivi file esistenti?
|
overwrite.existing.files = Sovrascrivi file esistenti?
|
||||||
sound.when.rip.completes = Suono al terminie
|
sound.when.rip.completes = Suono al completamento del rip
|
||||||
preserve.order = Conserva ordine
|
preserve.order = Preserva ordine
|
||||||
save.logs = Salva log
|
save.logs = Salva log
|
||||||
notification.when.rip.starts = Notifica inizio
|
notification.when.rip.starts = Notifica quando inizia il rip
|
||||||
save.urls.only = Salva solo URL
|
save.urls.only = Salva solo gli URL
|
||||||
save.album.titles = Salva titoli album
|
save.album.titles = Salva titoli album
|
||||||
autorip.from.clipboard = Scarica da appunti
|
autorip.from.clipboard = Autorip da appunti
|
||||||
save.descriptions = Salva descrizioni
|
save.descriptions = Salva descrizioni
|
||||||
prefer.mp4.over.gif = Preferisci MP4 a GIF
|
prefer.mp4.over.gif = Preferisci MP4 a GIF
|
||||||
restore.window.position = Ripristina posizione della finestra
|
restore.window.position = Ripristina posizione della finestra
|
||||||
remember.url.history = Riscorda la cronologia degli URL
|
remember.url.history = Ricorda la cronologia degli URL
|
||||||
loading.history.from = Carica cronologia da
|
loading.history.from = Carica cronologia da
|
||||||
|
|
||||||
# Misc UI keys
|
# Misc UI keys
|
||||||
|
|
||||||
loading.history.from.configuration = Caricamento cronologia da configurazione
|
loading.history.from.configuration = Caricamento cronologia da configurazione
|
||||||
interrupted.while.waiting.to.rip.next.album = Interrotto mentre scaricavo album successivo
|
interrupted.while.waiting.to.rip.next.album = Interrotto mentre attendevo il rip dell'album successivo
|
||||||
inactive = Inattivo
|
inactive = Inattivo
|
||||||
re-rip.checked = Re-rip selezionato
|
re-rip.checked = Re-rip selezionato
|
||||||
remove = Rimuovi
|
remove = Rimuovi
|
||||||
clear = Pulisci
|
clear = Pulisci
|
||||||
download.url.list = Download url list
|
download.url.list = Download lista degli url
|
||||||
select.save.dir = Select Save Directory
|
select.save.dir = Seleziona cartella salvataggio
|
||||||
|
|
||||||
# Keys for the logs generated by DownloadFileThread
|
# Keys for the logs generated by DownloadFileThread
|
||||||
|
|
||||||
nonretriable.status.code = Non-retriable status code
|
nonretriable.status.code = Codice di stato irreversibile
|
||||||
retriable.status.code = Retriable status code
|
retriable.status.code = Codice di stato reversibile
|
||||||
server.doesnt.support.resuming.downloads = Server doesn't support resuming downloads
|
server.doesnt.support.resuming.downloads = Il server non supporta la ripresa dei download
|
||||||
# A "magic number" can also be called a file signature
|
# A "magic number" can also be called a file signature
|
||||||
was.unable.to.get.content.type.using.magic.number = Was unable to get content type using magic number
|
was.unable.to.get.content.type.using.magic.number = Non è stato possibile ottenere il tipo del contenuto usando magic number
|
||||||
magic.number.was = Magic number was
|
magic.number.was = Magic number era
|
||||||
deleting.existing.file = Deleting existing file
|
deleting.existing.file = Cancellazione file esistente
|
||||||
request.properties = Request properties
|
request.properties = Richiesta proprietà
|
||||||
download.interrupted = Download interrupted
|
download.interrupted = Download interrotto
|
||||||
exceeded.maximum.retries = Exceeded maximum retries
|
exceeded.maximum.retries = Superato il numero massimo di tentativi
|
||||||
http.status.exception = HTTP status exception
|
http.status.exception = Eccezione stato HTTP
|
||||||
exception.while.downloading.file = Exception while downloading file
|
exception.while.downloading.file = Eccezione durante il download del file
|
||||||
failed.to.download = Failed to download
|
failed.to.download = Download non riuscito
|
||||||
skipping = Skipping
|
skipping = Saltare
|
||||||
file.already.exists = file already exists
|
file.already.exists = il file esiste già
|
Loading…
Reference in New Issue
Block a user