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

Last change on this file since 16769 was 16769, checked in by riopwg, 12 years ago

Update language IT

File size: 3.1 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'] = 'È';
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'] = 'Sopra';
27$lang['SmartAlbum deleted'] = 'SmartAlbum aggiunto';
28$lang['SmartAlbum added'] = 'SmartAlbum cancellato';
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'] = 'Autore non compilato';
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 del numero di elementi';
41$lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy';
42$lang['tags_filter'] = 'Tags';
43$lang['date_filter'] = 'Data';
44$lang['name_filter'] = 'Nome della foto';
45$lang['author_filter'] = 'Autore';
46$lang['hit_filter'] = 'Numero di visite';
47$lang['level_filter'] = 'Livello di confidenzialità';
48$lang['limit_filter'] = 'Numero massimo di elementi';
49$lang['For "Is (not) in", separate each author by a comma'] = 'Per "È/Non è nel", separare ogni autore da una virgola';
50$lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum';
51$lang['Add filters here'] = 'Aggiungere i filtri quì';
52$lang['Count'] = 'Contare';
53$lang['create a new SmartAlbum'] = 'creare un nuovo SmartAlbum';
54$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
55$lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum';
56$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
57$lang['(can cause slowdowns)'] = '(può causare rallentamenti)';
58$lang['Filters'] = 'Filtri';
59
60?>
Note: See TracBrowser for help on using the repository browser.