source: extensions/SmartAlbums/language/it_IT/plugin.lang.php @ 19753

Last change on this file since 19753 was 19753, checked in by TranslationTeam, 11 years ago

[smartalbums] Update it_IT, thanks to : Ericnet

File size: 3.9 KB
Line 
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'] = 'E\'';
22$lang['Is in'] = 'E\' 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 gli SmartAlbums sono visualizzati su questa pagina';
31$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>';
32$lang['Don\'t show this message again'] = 'Non visualizzare più questo messagio';
33$lang['All SmartAlbums'] = 'Tutti gli 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['Rating score must be an integer'] = 'Punteggio di valutazione deve essere numero intero';
41$lang['You can\'t use more than one limit filter'] = 'Potete scegliere un solo limite per il numero di elementi';
42$lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy';
43$lang['Hits'] = 'Numero di visite';
44$lang['Max. number of photos'] = 'Numero massimo di elementi';
45$lang['For "Is (not) in", separate each author by a comma'] = 'Per "E\'(non) è nel", separare ogni autore da una virgola';
46$lang['limit_filter'] = 'Massimo numero di foto';
47$lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum';
48$lang['Add filters here'] = 'Aggiungere i filtri quì';
49$lang['Count'] = 'Contare';
50$lang['create a new SmartAlbum'] = 'creare un nuovo SmartAlbum';
51$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
52$lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum';
53$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
54$lang['can cause slowdowns'] = 'può causare rallentamenti';
55$lang['Filters'] = 'Filtri';
56$lang['Exclude SmartAlbums from permissions management'] = 'Escludi SmartAlbums dalla gestione delle autorizzazioni';
57$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.';
58
59$lang['None of these albums'] = 'Nessuno di questi albums';
60$lang['All these albums'] = 'Tutti questi albums';
61$lang['Only these albums'] = 'Solo questi albums';
62$lang['One of these albums'] = 'Uno di questi album';
63$lang['No album selected'] = 'Nessun album selezionato';
64$lang['Update albums every %s days'] = 'Aggiornamento album ogni %s giorni';
65$lang['Regular expression'] = 'Espressione regolare';
66$lang['Regex is malformed'] = 'Regex non è corretto';
67?>
Note: See TracBrowser for help on using the repository browser.