Changeset 17755
- Timestamp:
- Sep 5, 2012, 3:14:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/language/it_IT/plugin.lang.php
r17246 r17755 19 19 $lang['Doesn\'t begin with'] = 'Non inizia per'; 20 20 $lang['Doesn\'t end with'] = 'Non finisce con'; 21 $lang['Is'] = ' È';22 $lang['Is in'] = ' Ènel';21 $lang['Is'] = 'E\''; 22 $lang['Is in'] = 'E\' nel'; 23 23 $lang['Is not'] = 'Non è'; 24 24 $lang['Is not in'] = 'Non è nel'; … … 28 28 $lang['SmartAlbum added'] = 'SmartAlbum aggiunto'; 29 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 pi uquesto messagio';33 $lang['All SmartAlbums'] = 'Tutti i SmartAlbums';30 $lang['Only SmartAlbums are displayed on this page'] = 'Solo gli SmartAlbums sono visualizzati su questa pagina'; 31 $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Per ordinare gli SmartAlbums andare sulla pagina principale della <a href="%s">gestione degli album</a>'; 32 $lang['Don\'t show this message again'] = 'Non visualizzare più questo messagio'; 33 $lang['All SmartAlbums'] = 'Tutti gli SmartAlbums'; 34 34 $lang['No tag selected'] = 'Nessun tag selezionato'; 35 35 $lang['Date string is malformed'] = 'Data errata'; … … 43 43 $lang['Hits'] = 'Numero di visite'; 44 44 $lang['Max. number of photos'] = 'Numero massimo di elementi'; 45 $lang['For "Is (not) in", separate each author by a comma'] = 'Per " È/Nonè nel", separare ogni autore da una virgola';45 $lang['For "Is (not) in", separate each author by a comma'] = 'Per "E\'(non) è nel", separare ogni autore da una virgola'; 46 46 $lang['limit_filter'] = 'Massimo numero di foto'; 47 47 $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; … … 57 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 58 59 $lang['None of these albums'] = 'Nessuno di questi albums'; 60 $lang['All these albums'] = 'Tutti questi albums'; 61 $lang['Only these albums'] = 'Solo questi albums'; 62 $lang['One of these albums'] = 'Uno di questi album'; 63 $lang['No album selected'] = 'Nessun album selezionato'; 59 64 ?>
Note: See TracChangeset
for help on using the changeset viewer.