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

Last change on this file since 11451 was 11451, checked in by mistic100, 13 years ago

add some information

File size: 2.2 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['Add filters here'] = 'Ajoutez des filtres ici';
25$lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum';
26$lang['Count'] = 'Comptare';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums';
29$lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file';
30$lang['(can cause slowdowns on admin pages)'] = '(può causare rallentamenti)';
31$lang['All SmartAlbums'] = 'Tutti i SmartAlbums';
32$lang['Add a SmartAlbum'] = 'Aggiungere un SmartAlbum';
33$lang['SmartAlbum deleted'] = 'SmartAlbum aggiunto';
34$lang['SmartAlbum added'] = 'SmartAlbum cancellato';
35$lang['Only SmartAlbums are displayed on this page'] = 'Solo i SmartAlbums sono visualizzati su questa pagina';
36$lang['To order albums please go the main albums management page'] = 'Per l\'ordinamento degli album recarsi sulla pagina principale della <a href="admin.php?page=cat_list">gestione degli album</a>';
37$lang['Don\'t show this message again'] = 'Non visualizzare piu questo messagio';
38
39?>
Note: See TracBrowser for help on using the repository browser.