source: extensions/Back2Front/language/en_UK/plugin.lang.php @ 10852

Last change on this file since 10852 was 10852, checked in by mistic100, 13 years ago

improve process, add options for link effect

File size: 1.2 KB
Line 
1<?php
2
3$lang['See back'] = 'See back';
4$lang['See front'] = 'See front';
5$lang['Modify backside information'] = 'Modify backside information';
6
7$lang['Switch mode'] = 'Switch mode';
8$lang['Click'] = 'Click';
9$lang['Mouseover'] = 'Mouseover';
10$lang['Fade'] = 'Fade';
11
12$lang['This picture is a backside...'] = 'This picture is a backside...';
13$lang['...of the picture n°'] = '...of the picture n°';
14$lang['Backside management'] = 'Backside management';
15$lang['Move backside to private album'] = 'Move backside to private album';
16$lang['This picture has a backside : '] = 'This picture has a backside : ';
17
18$lang['Backside and frontside can\'t be the same picture'] = 'Backside and frontside can\'t be the same picture';
19$lang['The picture n°%d has already a backside : %s'] = 'The picture n°%d has already a backside : %s';
20$lang['The picture n°%s is already a backside'] = 'The picture n°%s is already a backside';
21$lang['This picture is now the backside of the picture n°%s'] = 'This picture is now the backside of the picture n°%s';
22$lang['Unknown id %d for frontside picture'] = 'Unknown id %d for frontside picture';
23$lang['This picture is no longer a backside'] = 'This picture is no longer a backside';
24
25?>
Note: See TracBrowser for help on using the repository browser.