1 | <?php |
---|
2 | |
---|
3 | $lang['No filter selected'] = 'Nessun filtro selezionato'; |
---|
4 | $lang['%d photo'] = '%d foto'; |
---|
5 | $lang['%d photos'] = '%d foto'; |
---|
6 | $lang['All these tags'] = 'Tutti i tag'; |
---|
7 | $lang['One of these tags'] = 'Uno dei tag'; |
---|
8 | $lang['None of these tags'] = 'Nessun tag'; |
---|
9 | $lang['Only these tags'] = 'Solo i tag'; |
---|
10 | $lang['Added on'] = 'Aggiunto il'; |
---|
11 | $lang['Added before'] = 'Aggiunto prima del'; |
---|
12 | $lang['Added after'] = 'Aggiunto dopo il'; |
---|
13 | $lang['Created before'] = 'Creato prima del'; |
---|
14 | $lang['Created after'] = 'Creato dopo il'; |
---|
15 | $lang['Contains'] = 'Contiene'; |
---|
16 | $lang['Begins with'] = 'Inizia con'; |
---|
17 | $lang['Ends with'] = 'Finisce con'; |
---|
18 | $lang['Doesn\'t contain'] = 'Non contiene'; |
---|
19 | $lang['Doesn\'t begin with'] = 'Non inizia per'; |
---|
20 | $lang['Doesn\'t end with'] = 'Non finisce con'; |
---|
21 | $lang['Is'] = 'È'; |
---|
22 | $lang['Is in'] = 'È nel'; |
---|
23 | $lang['Is not'] = 'Non è'; |
---|
24 | $lang['Is not in'] = 'Non è nel'; |
---|
25 | $lang['Bellow'] = 'Meno di'; |
---|
26 | $lang['Above'] = 'Più di'; |
---|
27 | $lang['SmartAlbum deleted'] = 'SmartAlbum cancellato'; |
---|
28 | $lang['SmartAlbum added'] = 'SmartAlbum aggiunto'; |
---|
29 | $lang['%d photos associated to album %s'] = '%d foto associate all\'album %s'; |
---|
30 | $lang['Only SmartAlbums are displayed on this page'] = 'Solo i SmartAlbums sono visualizzati su questa pagina'; |
---|
31 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Per ordinare i SmartAlbums andare sulla pagina principale della <a href="%s">gestione degli album</a>'; |
---|
32 | $lang['Don\'t show this message again'] = 'Non visualizzare piu questo messagio'; |
---|
33 | $lang['All SmartAlbums'] = 'Tutti i SmartAlbums'; |
---|
34 | $lang['No tag selected'] = 'Nessun tag selezionato'; |
---|
35 | $lang['Date string is malformed'] = 'Data errata'; |
---|
36 | $lang['Name is empty'] = 'Il nome è vuoto'; |
---|
37 | $lang['Author is empty'] = 'L\'autore è vuoto'; |
---|
38 | $lang['Hits must be an integer'] = 'Il numero di visite deve essere un numero intero'; |
---|
39 | $lang['Limit must be an integer'] = 'Il limite deve essere un numero intero'; |
---|
40 | $lang['You can\'t use more than one limit filter'] = 'Potete scegliere un solo limite per il numero di elementi'; |
---|
41 | $lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy'; |
---|
42 | $lang['Hits'] = 'Numero di visite'; |
---|
43 | $lang['Max. number of photos'] = 'Numero massimo di elementi'; |
---|
44 | $lang['For "Is (not) in", separate each author by a comma'] = 'Per "È/Non è nel", separare ogni autore da una virgola'; |
---|
45 | $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; |
---|
46 | $lang['Add filters here'] = 'Aggiungere i filtri quì'; |
---|
47 | $lang['Count'] = 'Contare'; |
---|
48 | $lang['create a new SmartAlbum'] = 'creare un nuovo SmartAlbum'; |
---|
49 | $lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums'; |
---|
50 | $lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum'; |
---|
51 | $lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file'; |
---|
52 | $lang['can cause slowdowns'] = 'può causare rallentamenti'; |
---|
53 | $lang['Filters'] = 'Filtri'; |
---|
54 | |
---|
55 | ?> |
---|