Show
Ignore:
Timestamp:
03/27/10 00:12:01 (3 years ago)
Author:
ddtddt
Message:

[trunk] add translation uploadform

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/it_IT/admin.lang.php

    r5316 r5397  
    655655$lang['Last hit'] = 'ultimo punteggio'; 
    656656$lang['Hit'] = 'punteggio'; 
     657$lang['Upload Form'] = 'Modulo di trasferimento'; 
     658$lang['Upload Photos'] = 'Aggiungete le vostre foto'; 
     659$lang['Drop into category'] = 'Scegliere una categoria'; 
     660$lang['+ Add an upload box'] = '+ Aggiungere un altro campo di upload'; 
     661$lang['Upload'] = 'Trasferire'; 
     662$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Creare la directory "% s" alla radice della vostra installazione Piwigo'; 
     663$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'; 
     664$lang['existing category'] = 'categoria esistente'; 
     665$lang['create a new category'] = 'creare una nuova categoria'; 
     666$lang['Category name'] = 'Nome della categoria'; 
     667$lang['Category "%s" has been added'] = 'La categoria "%s" è stata aggiunta'; 
     668$lang['Uploaded Photos'] = 'foto aggiunte '; 
     669$lang['%d photos uploaded'] = '%d foto aggiunte'; 
     670$lang['Privacy level set to "%s"'] = 'Livello di confidenzialitàt "%s"'; 
     671$lang['Category "%s" now contains %d photos'] = 'La categoria "%s" contiene oramai %d foto'; 
     672$lang['Manage this set of %d photos'] = 'Gestire questo lotto di %d foto'; 
     673$lang['Select files'] = 'Scegliere i file'; 
     674$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'File JPEG o archivi ZIP con dentro dei file JPEG per cortesia.'; 
     675 
    657676?>