Changeset 17246 for extensions/SmartAlbums/language/it_IT
- Timestamp:
- Jul 31, 2012, 5:20:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/language/it_IT/plugin.lang.php
r17041 r17246 38 38 $lang['Hits must be an integer'] = 'Il numero di visite deve essere un numero intero'; 39 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'; 40 41 $lang['You can\'t use more than one limit filter'] = 'Potete scegliere un solo limite per il numero di elementi'; 41 42 $lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy'; … … 43 44 $lang['Max. number of photos'] = 'Numero massimo di elementi'; 44 45 $lang['For "Is (not) in", separate each author by a comma'] = 'Per "È/Non è nel", separare ogni autore da una virgola'; 46 $lang['limit_filter'] = 'Massimo numero di foto'; 45 47 $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; 46 48 $lang['Add filters here'] = 'Aggiungere i filtri quì'; … … 52 54 $lang['can cause slowdowns'] = 'può causare rallentamenti'; 53 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.'; 54 58 55 $lang['Exclude SmartAlbums from permissions management'] = 'Escludi SmartAlbums dalla gestione delle autorizzazioni';56 $lang['Rating score must be an integer'] = 'Punteggio di valutazione deve essere numero intero';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 $lang['limit_filter'] = 'Massimo numero di foto';59 59 ?>
Note: See TracChangeset
for help on using the changeset viewer.