| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['%d photos associated to album «%s»'] = '%d foto associate all\'album "%s"'; |
|---|
| 4 | $lang['No filter selected'] = 'Nessun filtro selezionato'; |
|---|
| 5 | $lang['No tag selected'] = 'Nessun tag selezionato'; |
|---|
| 6 | $lang['Date string is malformed'] = 'La data non è correta'; |
|---|
| 7 | $lang['Limit must be an integer'] = 'Il limite deve essere un numero intero'; |
|---|
| 8 | $lang['You can\'t use more than one limit'] = 'Potete usare un solo limite'; |
|---|
| 9 | $lang['All these tags'] = 'Tutti i tag'; |
|---|
| 10 | $lang['One of these tags'] = 'Uno dei tag'; |
|---|
| 11 | $lang['None of these tags'] = 'Nessun tag'; |
|---|
| 12 | $lang['Only these tags'] = 'Solo i tag'; |
|---|
| 13 | $lang['Added on'] = 'Aggiunto il'; |
|---|
| 14 | $lang['Added before'] = 'Aggiunto prima del'; |
|---|
| 15 | $lang['Added after'] = 'Aggiunto dopo il'; |
|---|
| 16 | $lang['Created on'] = 'Creato il'; |
|---|
| 17 | $lang['Created before'] = 'Creato prima del'; |
|---|
| 18 | $lang['Created after'] = 'Creato dopo il'; |
|---|
| 19 | $lang['%d photo'] = '%d foto'; |
|---|
| 20 | $lang['%d photos'] = '%d foto'; |
|---|
| 21 | $lang['tags filter'] = 'filtrare per tag'; |
|---|
| 22 | $lang['date filter'] = 'filtrare per data'; |
|---|
| 23 | $lang['limit filter'] = 'numero massimo di elementi'; |
|---|
| 24 | $lang['Add filters here'] = 'Ajoutez des filtres ici'; |
|---|
| 25 | $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; |
|---|
| 26 | $lang['Count'] = 'Comptare'; |
|---|
| 27 | $lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum'; |
|---|
| 28 | $lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums'; |
|---|
| 29 | $lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file'; |
|---|
| 30 | $lang['All SmartAlbums'] = 'Tutti i SmartAlbums'; |
|---|
| 31 | $lang['Add a SmartAlbum'] = 'Aggiungere un SmartAlbum'; |
|---|
| 32 | $lang['SmartAlbum deleted'] = 'SmartAlbum aggiunto'; |
|---|
| 33 | $lang['SmartAlbum added'] = 'SmartAlbum cancellato'; |
|---|
| 34 | $lang['Only SmartAlbums are displayed on this page'] = 'Solo i SmartAlbums sono visualizzati su questa pagina'; |
|---|
| 35 | $lang['To order albums please go the main albums management page'] = 'Per l\'ordinamento degli album recarsi sulla pagina principale della gestione degli album'; |
|---|
| 36 | $lang['Don\'t show this message again'] = 'Non visualissare più questo messagio'; |
|---|
| 37 | |
|---|
| 38 | ?> |
|---|