1 | <?php |
---|
2 | |
---|
3 | $lang['No filter selected'] = 'Nessun filtro selezionato'; |
---|
4 | $lang['All these tags'] = 'Tutti i tag'; |
---|
5 | $lang['One of these tags'] = 'Uno dei tag'; |
---|
6 | $lang['None of these tags'] = 'Nessun tag'; |
---|
7 | $lang['Only these tags'] = 'Solo i tag'; |
---|
8 | $lang['Added on'] = 'Aggiunto il'; |
---|
9 | $lang['Added before'] = 'Aggiunto prima del'; |
---|
10 | $lang['Added after'] = 'Aggiunto dopo il'; |
---|
11 | $lang['Created before'] = 'Creato prima del'; |
---|
12 | $lang['Created after'] = 'Creato dopo il'; |
---|
13 | $lang['Contains'] = 'Contiene'; |
---|
14 | $lang['Begins with'] = 'Inizia con'; |
---|
15 | $lang['Ends with'] = 'Finisce con'; |
---|
16 | $lang['Doesn\'t contain'] = 'Non contiene'; |
---|
17 | $lang['Doesn\'t begin with'] = 'Non inizia per'; |
---|
18 | $lang['Doesn\'t end with'] = 'Non finisce con'; |
---|
19 | $lang['Is'] = 'E\''; |
---|
20 | $lang['Is in'] = 'E\' nel'; |
---|
21 | $lang['Is not'] = 'Non è'; |
---|
22 | $lang['Is not in'] = 'Non è nel'; |
---|
23 | $lang['Bellow'] = 'Meno di'; |
---|
24 | $lang['Above'] = 'Più di'; |
---|
25 | $lang['SmartAlbum deleted'] = 'SmartAlbum cancellato'; |
---|
26 | $lang['SmartAlbum added'] = 'SmartAlbum aggiunto'; |
---|
27 | $lang['%d photos associated to album %s'] = '%d foto associate all\'album %s'; |
---|
28 | $lang['Only SmartAlbums are displayed on this page'] = 'Solo gli SmartAlbums sono visualizzati su questa pagina'; |
---|
29 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Per ordinare gli SmartAlbums andare sulla pagina principale della <a href="%s">gestione degli album</a>'; |
---|
30 | $lang['Don\'t show this message again'] = 'Non visualizzare più questo messagio'; |
---|
31 | $lang['All SmartAlbums'] = 'Tutti gli SmartAlbums'; |
---|
32 | $lang['No tag selected'] = 'Nessun tag selezionato'; |
---|
33 | $lang['Date string is malformed'] = 'Data errata'; |
---|
34 | $lang['Name is empty'] = 'Il nome è vuoto'; |
---|
35 | $lang['Author is empty'] = 'L\'autore è vuoto'; |
---|
36 | $lang['Hits must be an integer'] = 'Il numero di visite deve essere un numero intero'; |
---|
37 | $lang['Limit must be an integer'] = 'Il limite deve essere un numero intero'; |
---|
38 | $lang['Rating score must be an integer'] = 'Punteggio di valutazione deve essere numero intero'; |
---|
39 | $lang['You can\'t use more than one limit filter'] = 'Potete scegliere un solo limite per il numero di elementi'; |
---|
40 | $lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy'; |
---|
41 | $lang['Hits'] = 'Numero di visite'; |
---|
42 | $lang['Max. number of photos'] = 'Numero massimo di elementi'; |
---|
43 | $lang['For "Is (not) in", separate each author by a comma'] = 'Per "E\'(non) è nel", separare ogni autore da una virgola'; |
---|
44 | $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; |
---|
45 | $lang['Add filters here'] = 'Aggiungere i filtri quì'; |
---|
46 | $lang['Count'] = 'Contare'; |
---|
47 | $lang['create a new SmartAlbum'] = 'creare un nuovo SmartAlbum'; |
---|
48 | $lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums'; |
---|
49 | $lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum'; |
---|
50 | $lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file'; |
---|
51 | $lang['can cause slowdowns'] = 'può causare rallentamenti'; |
---|
52 | $lang['Filters'] = 'Filtri'; |
---|
53 | $lang['Exclude SmartAlbums from permissions management'] = 'Escludi SmartAlbums dalla gestione delle autorizzazioni'; |
---|
54 | $lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'Gli SmartAlbums sono considerati privati per tutti, un utente può vedere il suo contenuto solo se disponibile in un altro album che ha accesso.'; |
---|
55 | |
---|
56 | $lang['None of these albums'] = 'Nessuno di questi albums'; |
---|
57 | $lang['All these albums'] = 'Tutti questi albums'; |
---|
58 | $lang['Only these albums'] = 'Solo questi albums'; |
---|
59 | $lang['One of these albums'] = 'Uno di questi album'; |
---|
60 | $lang['No album selected'] = 'Nessun album selezionato'; |
---|
61 | $lang['Update albums every %s days'] = 'Aggiornamento album ogni %s giorni'; |
---|
62 | $lang['Regular expression'] = 'Espressione regolare'; |
---|
63 | $lang['Regex is malformed'] = 'Regex non è corretto'; |
---|
64 | $lang['Invalid number of days'] = 'Numero di giorni non valido'; |
---|
65 | $lang['Select albums...'] = 'Album...'; |
---|
66 | $lang['The sort order is only used in addition to the limit filter, it does not impact the final display order'] = 'L\'ordinamento viene utilizzato solo in aggiunta al filtro limite, esso non cambierà l\'ordine di visualizzazione finale'; |
---|
67 | $lang['Photos must match at least one filter'] = 'Le foto devono corrispondere con almeno un filtro'; |
---|
68 | $lang['Photos must match all filters'] = 'Le foto devono corrispondere con tutti i filtri'; |
---|
69 | $lang['No filter'] = 'Nessun filtro'; |
---|
70 | ?> |
---|