source: extensions/Back2Front/language/it_IT/plugin.lang.php @ 23180

Last change on this file since 23180 was 23180, checked in by TranslationTeam, 11 years ago

[back2front] Update it_IT, thanks to : Ericnet

File size: 1.7 KB
Line 
1<?php
2
3$lang['See back'] = 'Vedere il retro';
4$lang['See front'] = 'Vedere il fronte';
5$lang['Modify backside information'] = 'Modificare le informazioni sul retro';
6
7$lang['Switch mode'] = 'Inervertire le foto al';
8$lang['Click'] = 'Clic';
9$lang['Mouseover'] = 'Sorvolo';
10$lang['Transition'] = 'Transizione';
11$lang['Fade'] = 'Fade';
12$lang['Link position'] = 'Pulsante posizione';
13$lang['Move backside to private album'] = 'Spostare il retro verso un\'album privato';
14$lang['This picture has a backside :'] = 'Questa foto ha un retro :';
15
16$lang['Backside and frontside can\'t be the same picture'] = 'Retro e fronte non possono essere la stessa foto';
17$lang['The picture n°%d has already a backside : %s'] = 'La foto n°%d ha già un retro';
18$lang['The picture n°%s is already a backside'] = 'La foto n°%s è già un retro';
19$lang['This picture is now the backside of the picture n°%s'] = 'Questa foto è ora il retro della foto n°%s';
20$lang['Unknown id %d for frontside picture'] = 'ID %d sconosciuto per la foto fronte';
21$lang['This picture is no longer a backside'] = 'Quest foto non è più un retro';
22
23$lang['Display a mark on thumbnails list'] = 'Mostra un segno sulla lista delle anteprime';
24$lang['...of the picture n°'] = '...dell\'immagine n°';
25$lang['Backside management'] = 'Gestione retro';
26$lang['Bottom'] = 'Basso';
27$lang['Link name'] = 'Nome pulsante';
28$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separare le due etichette con il simbolo |. Lasciare bianco per usare la traduzione di default';
29$lang['This picture is a backside...'] = 'Questa immagine è il retro...';
30$lang['Toolbar'] = 'Toolbar';
31$lang['Top'] = 'Alto';
32$lang['Hide backside from albums'] = 'Nascondere il retro dell\'album';
33?>
Note: See TracBrowser for help on using the repository browser.