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

Last change on this file since 23177 was 23177, checked in by mistic100, 11 years ago

use serialized array for config + custom upgrade process

File size: 1.6 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['Transition'] = 'Transition';
11$lang['Fade'] = 'Fade';
12$lang['Link position'] = 'Button position';
13$lang['Top'] = 'Top';
14$lang['Bottom'] = 'Bottom';
15$lang['Toolbar'] = 'Toolbar';
16$lang['Link name'] = 'Button name';
17$lang['Display a mark on thumbnails list'] = 'Display a mark on thumbnails list';
18
19$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separate the two labels with the | symbol. Leave blank to use default translation.';
20
21$lang['This picture is a backside...'] = 'This picture is a backside...';
22$lang['...of the picture n°'] = '...of the picture n°';
23$lang['Backside management'] = 'Backside management';
24$lang['Hide backside from albums'] = 'Hide backside from albums';
25$lang['This picture has a backside :'] = 'This picture has a backside: ';
26
27$lang['Backside and frontside can\'t be the same picture'] = 'Backside and frontside can\'t be the same picture';
28$lang['The picture n°%d has already a backside : %s'] = 'The picture n°%d has already a backside: %s';
29$lang['The picture n°%s is already a backside'] = 'The picture n°%s is already a backside';
30$lang['This picture is now the backside of the picture n°%s'] = 'This picture is now the backside of the picture n°%s';
31$lang['Unknown id %d for frontside picture'] = 'Unknown id %d for frontside picture';
32$lang['This picture is no longer a backside'] = 'This picture is no longer a backside';
33
34?>
Note: See TracBrowser for help on using the repository browser.