Changeset 16769 for extensions/SmartAlbums/language/it_IT
- Timestamp:
- Jul 16, 2012, 11:47:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/language/it_IT/plugin.lang.php
r16628 r16769 1 1 <?php 2 2 3 $lang['%d photos associated to album %s'] = '%d foto associate all\'album %s';4 3 $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'; 4 $lang['%d photo'] = '%d foto'; 5 $lang['%d photos'] = '%d foto'; 8 6 $lang['All these tags'] = 'Tutti i tag'; 9 7 $lang['One of these tags'] = 'Uno dei tag'; … … 15 13 $lang['Created before'] = 'Creato prima del'; 16 14 $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'; 15 $lang['Contains'] = 'Contiene'; 16 $lang['Begins with'] = 'Inizia con'; 17 $lang['Ends with'] = 'Finisce con'; 18 $lang['Doesn\'t contain'] = 'Non contiene'; 19 $lang['Doesn\'t begin with'] = 'Non inizia per'; 20 $lang['Doesn\'t end with'] = 'Non finisce con'; 21 $lang['Is'] = 'È'; 22 $lang['Is in'] = 'È nel'; 23 $lang['Is not'] = 'Non è'; 24 $lang['Is not in'] = 'Non è nel'; 25 $lang['Bellow'] = 'Meno di'; 26 $lang['Above'] = 'Sopra'; 26 27 $lang['SmartAlbum deleted'] = 'SmartAlbum aggiunto'; 27 28 $lang['SmartAlbum added'] = 'SmartAlbum cancellato'; 29 $lang['%d photos associated to album %s'] = '%d foto associate all\'album %s'; 28 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>'; 29 32 $lang['Don\'t show this message again'] = 'Non visualizzare piu questo messagio'; 33 $lang['All SmartAlbums'] = 'Tutti i SmartAlbums'; 34 $lang['No tag selected'] = 'Nessun tag selezionato'; 35 $lang['Date string is malformed'] = 'Data errata'; 36 $lang['Name is empty'] = 'Il nome è vuoto'; 37 $lang['Author is empty'] = 'Autore non compilato'; 38 $lang['Hits must be an integer'] = 'Il numero di visite deve essere un numero intero'; 39 $lang['Limit must be an integer'] = 'Il limite deve essere un numero intero'; 40 $lang['You can\'t use more than one limit filter'] = 'Potete scegliere un solo limite del numero di elementi'; 41 $lang['You can\'t use more than one level filter'] = 'Potete scegliere un solo livello di privacy'; 42 $lang['tags_filter'] = 'Tags'; 43 $lang['date_filter'] = 'Data'; 44 $lang['name_filter'] = 'Nome della foto'; 45 $lang['author_filter'] = 'Autore'; 46 $lang['hit_filter'] = 'Numero di visite'; 47 $lang['level_filter'] = 'Livello di confidenzialità'; 48 $lang['limit_filter'] = 'Numero massimo di elementi'; 49 $lang['For "Is (not) in", separate each author by a comma'] = 'Per "È/Non è nel", separare ogni autore da una virgola'; 50 $lang['This album is a SmartAlbum'] = 'Questo album è uno SmartAlbum'; 51 $lang['Add filters here'] = 'Aggiungere i filtri quì'; 52 $lang['Count'] = 'Contare'; 53 $lang['create a new SmartAlbum'] = 'creare un nuovo SmartAlbum'; 54 $lang['Regenerate photos list of all SmartAlbums'] = 'Rigenerare le foto di tutti i SmartAlbums'; 55 $lang['Regenerate photos list of this SmartAlbum'] = 'Rigenerare le foto di questo SmartAlbum'; 56 $lang['Update albums on file upload'] = 'Aggiornare gli album dopo il caricamento di un file'; 57 $lang['(can cause slowdowns)'] = '(può causare rallentamenti)'; 58 $lang['Filters'] = 'Filtri'; 30 59 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 60 ?>
Note: See TracChangeset
for help on using the changeset viewer.