diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
commit | 900382057db5527dccfdb4b62f3b35b153899908 (patch) | |
tree | 72ea03f99c1b23d1e076a3fdeae25efabc511116 /core/l10n/it.php | |
parent | 391e064e67eaab5fb63ed568946af97b6a243fdd (diff) | |
download | nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.tar.gz nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.zip |
updated translations
Diffstat (limited to 'core/l10n/it.php')
-rw-r--r-- | core/l10n/it.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/it.php b/core/l10n/it.php index 4bd8dfd7b3e..68349e17c47 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"Personal" => "Personale", +"Users" => "Utenti", +"Apps" => "Applicazioni", +"Help" => "Aiuto", "Login failed!" => "Login fallito!", "remember" => "ricorda", "Create an <strong>admin account</strong>" => "Crea un <strong>account amministratore</strong>", @@ -14,8 +18,11 @@ "Table prefix" => "Prefisso tabella", "Data folder" => "Cartella dati", "Finish setup" => "Termina", +"Cloud not found" => "Cloud non trovata", +"gives you the freedom to control your own data on the internet" => "da la libertà di controllare i tuoi dati su internet", "prev" => "precedente", "next" => "successivo", "You are logged out." => "Sei uscito.", +"Log out" => "Log out", "Settings" => "Impostazioni" ); |