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

Last change on this file since 16628 was 16628, checked in by TranslationTeam, 12 years ago

[smartalbums] Update it_IT, thanks to : Ericnet

File size: 2.0 KB
Line 
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'] = 'Data errata';
7$lang['Limit must be an integer'] = 'Il limite deve essere un numero intero';
8$lang['All these tags'] = 'Tutti i tag';
9$lang['One of these tags'] = 'Uno dei tag';
10$lang['None of these tags'] = 'Nessun tag';
11$lang['Only these tags'] = 'Solo i tag';
12$lang['Added on'] = 'Aggiunto il';
13$lang['Added before'] = 'Aggiunto prima del';
14$lang['Added after'] = 'Aggiunto dopo il';
15$lang['Created before'] = 'Creato prima del';
16$lang['Created after'] = 'Creato dopo il';
17$lang['%d photo'] = '%d foto';
18$lang['%d photos'] = '%d foto';
19$lang['Add filters here'] = 'Aggiungere i filtri quì';
20$lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum';
21$lang['Count'] = 'Contare';
22$lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum';
23$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
24$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
25$lang['All SmartAlbums'] = 'Tutti i SmartAlbums';
26$lang['SmartAlbum deleted'] = 'SmartAlbum aggiunto';
27$lang['SmartAlbum added'] = 'SmartAlbum cancellato';
28$lang['Only SmartAlbums are displayed on this page'] = 'Solo i SmartAlbums sono visualizzati su questa pagina';
29$lang['Don\'t show this message again'] = 'Non visualizzare piu questo messagio';
30
31$lang['(can cause slowdowns)'] = '(può causare rallentamenti)';
32$lang['Above'] = 'Sopra';
33$lang['Author is empty'] = 'Autore non compilato';
34$lang['Begins with'] = 'Inizia con';
35$lang['Bellow'] = 'Meno di';
36$lang['Contains'] = 'Contiene';
37$lang['Doesn\'t begin with'] = 'Non inizia per';
38$lang['Doesn\'t contain'] = 'Non contiene';
39$lang['Doesn\'t end with'] = 'Non finisce con';
40$lang['Ends with'] = 'Finisce con';
41$lang['Filters'] = 'Filtri';
42?>
Note: See TracBrowser for help on using the repository browser.