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

Last change on this file since 13428 was 13428, checked in by TranslationTeam, 12 years ago

[Back2Front] Update it_IT, thanks to : Gdvpixel

File size: 1.2 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?>
Note: See TracBrowser for help on using the repository browser.