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

Last change on this file since 11519 was 11519, checked in by riopwg, 13 years ago

language IT for Back2Front

File size: 1.6 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'] = 'Pulzante posizione';
13$lang['Top'] = 'Alto';
14$lang['Bottom'] = 'Basso';
15$lang['Toolbar'] = 'Toolbar';
16$lang['Link name'] = 'Nome del pulzante';
17
18$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separare i due testi con il carattere |. Lasciare vuoto per usare la traduzione di default';
19
20$lang['This picture is a backside...'] = 'Questa foto è il retro...';
21$lang['...of the picture n°'] = '... della foto n°';
22$lang['Backside management'] = 'Gestione delle fronte-retro';
23$lang['Move backside to private album'] = 'Spostare il retro verso un\'album privato';
24$lang['This picture has a backside : '] = 'Questa foto a un retro : ';
25
26$lang['Backside and frontside can\'t be the same picture'] = 'Retro e fronte non possono essere la stessa foto';
27$lang['The picture n°%d has already a backside : %s'] = 'La foto n°%d ha già un retro';
28$lang['The picture n°%s is already a backside'] = 'La foto n°%s è già un retro';
29$lang['This picture is now the backside of the picture n°%s'] = 'Questa foto è ora il retro della foto n°%s';
30$lang['Unknown id %d for frontside picture'] = 'ID %d sconosciuto';
31$lang['This picture is no longer a backside'] = 'Quest foto non è più un retro';
32
33?>
Note: See TracBrowser for help on using the repository browser.