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

Last change on this file since 11402 was 11402, checked in by riopwg, 13 years ago

language IT for SmartAlbums

File size: 1.4 KB
Line 
1<?php
2
3$lang['%d photos associated to album &laquo;%s&raquo;'] = '%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'] = 'La data non è correta';
7$lang['Limit must be an integer'] = 'Il limite deve essere un numero intero';
8$lang['You can\'t use more than one limit'] = 'Potete usare un solo limite';
9$lang['All these tags'] = 'Tutti i tag';
10$lang['One of these tags'] = 'Uno dei tag';
11$lang['None of these tags'] = 'Nessun tag';
12$lang['Only these tags'] = 'Solo i tag';
13$lang['Added on'] = 'Aggiunto il';
14$lang['Added before'] = 'Aggiunto prima del';
15$lang['Added after'] = 'Aggiunto dopo il';
16$lang['Created on'] = 'Creato il';
17$lang['Created before'] = 'Creato prima del';
18$lang['Created after'] = 'Creato dopo il';
19$lang['%d photo'] = '%d foto';
20$lang['%d photos'] = '%d foto';
21$lang['tags filter'] = 'filtrare per tag';
22$lang['date filter'] = 'filtrare per data';
23$lang['limit filter'] = 'numero massimo di elementi';
24$lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum';
25$lang['Count'] = 'Comptare';
26$lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum';
27$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
28$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
29
30?>
Note: See TracBrowser for help on using the repository browser.