diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-03-26 23:12:01 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-03-26 23:12:01 +0000 |
commit | 1a5bc54945ca6488015f4a40dd4e6e75ac72db61 (patch) | |
tree | 38c341dd2c5470a64b3a603851d3cc13b96c5624 /language/it_IT | |
parent | d69178540143b67427f6acc17075be94f76a3000 (diff) |
[trunk] add translation uploadform
git-svn-id: http://piwigo.org/svn/trunk@5397 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT')
-rw-r--r-- | language/it_IT/admin.lang.php | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 05bf2a561..75f1e27b5 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -654,4 +654,23 @@ $lang['Cannot delete the old permalink !'] = 'Non è possibile cancellare questo $lang['Deleted on'] = 'Cancellati su'; $lang['Last hit'] = 'ultimo punteggio'; $lang['Hit'] = 'punteggio'; -?> +$lang['Upload Form'] = 'Modulo di trasferimento'; +$lang['Upload Photos'] = 'Aggiungete le vostre foto'; +$lang['Drop into category'] = 'Scegliere una categoria'; +$lang['+ Add an upload box'] = '+ Aggiungere un altro campo di upload'; +$lang['Upload'] = 'Trasferire'; +$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Creare la directory "% s" alla radice della vostra installazione Piwigo'; +$lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Dare i permessi in scrittura (chmod 777) nella directory "% s" alla radice della vostra installazione Piwigo'; +$lang['existing category'] = 'categoria esistente'; +$lang['create a new category'] = 'creare una nuova categoria'; +$lang['Category name'] = 'Nome della categoria'; +$lang['Category "%s" has been added'] = 'La categoria "%s" è stata aggiunta'; +$lang['Uploaded Photos'] = 'foto aggiunte '; +$lang['%d photos uploaded'] = '%d foto aggiunte'; +$lang['Privacy level set to "%s"'] = 'Livello di confidenzialitàt "%s"'; +$lang['Category "%s" now contains %d photos'] = 'La categoria "%s" contiene oramai %d foto'; +$lang['Manage this set of %d photos'] = 'Gestire questo lotto di %d foto'; +$lang['Select files'] = 'Scegliere i file'; +$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'File JPEG o archivi ZIP con dentro dei file JPEG per cortesia.'; + +?>
\ No newline at end of file |