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

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

use a private album instead a privacy level

File size: 818 bytes
Line 
1<?php
2
3$lang['See back'] = 'See back';
4$lang['See front'] = 'See front';
5
6$lang['This picture is a backside...'] = 'This picture is a backside...';
7$lang['...of the picture n°'] = '...of the picture n°';
8$lang['Backside management'] = 'Backside management';
9$lang['Move backside to private album'] = 'Move backside to private album';
10$lang['This picture has a backside : '] = 'This picture has a backside : ';
11
12$lang['This picture has already a backside : '] = 'This picture has already a backside : ';
13$lang['This picture is now the backside of the picture n° '] = 'This picture is now the backside of the picture n° ';
14$lang['Unknown id for frontside picture : '] = 'Unknown id for frontside picture : ';
15$lang['This picture is no longer a backside'] = 'This picture is no longer a backside';
16
17?>
Note: See TracBrowser for help on using the repository browser.