diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-22 12:58:42 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-22 12:58:42 -0400 |
commit | 28918d61d2375e879fdba582b8ab2f9377ff7a24 (patch) | |
tree | 62a67ae4b236ec9e695f86dd5550e07ebf06be2c /core/l10n/it.php | |
parent | 37bd489d2b832eef48ec5ff5dc50c24b8c13a215 (diff) | |
download | nextcloud-server-28918d61d2375e879fdba582b8ab2f9377ff7a24.tar.gz nextcloud-server-28918d61d2375e879fdba582b8ab2f9377ff7a24.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/it.php')
-rw-r--r-- | core/l10n/it.php | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/core/l10n/it.php b/core/l10n/it.php index fa85f0ae94b..94395b02261 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -19,7 +19,7 @@ $TRANSLATIONS = array( "No image or file provided" => "Non è stata fornita alcun immagine o file", "Unknown filetype" => "Tipo di file sconosciuto", "Invalid image" => "Immagine non valida", -"No temporary profile picture available, try again" => "Nessuna foto di profilo temporanea disponibile, riprova", +"No temporary profile picture available, try again" => "Nessuna immagine di profilo provvisoria disponibile, riprova", "No crop data provided" => "Dati di ritaglio non forniti", "Sunday" => "Domenica", "Monday" => "Lunedì", @@ -53,12 +53,20 @@ $TRANSLATIONS = array( "last year" => "anno scorso", "years ago" => "anni fa", "Choose" => "Scegli", -"Error loading file picker template: {error}" => "Errore durante il caricamento del modello del selettore file: {error}", +"Error loading file picker template: {error}" => "Errore nel caricamento del modello del selettore file: {error}", "Yes" => "Sì", "No" => "No", "Ok" => "Ok", -"Error loading message template: {error}" => "Errore durante il caricamento del modello di messaggio: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Error loading message template: {error}" => "Errore nel caricamento del modello di messaggio: {error}", +"_{count} file conflict_::_{count} file conflicts_" => array("{count} file in conflitto","{count} file in conflitto"), +"One file conflict" => "Un conflitto tra file", +"Which files do you want to keep?" => "Quali file vuoi mantenere?", +"If you select both versions, the copied file will have a number added to its name." => "Se selezioni entrambe le versioni, verrà aggiunto un numero al nome del file copiato.", +"Cancel" => "Annulla", +"Continue" => "Continua", +"(all selected)" => "(tutti selezionati)", +"({count} selected)" => "({count} selezionati)", +"Error loading file exists template" => "Errore durante il caricamento del modello del file esistente", "The object type is not specified." => "Il tipo di oggetto non è specificato.", "Error" => "Errore", "The app name is not specified." => "Il nome dell'applicazione non è specificato.", |