source: extensions/PersoFooter/language/en_UK/plugin.lang.php @ 24503

Last change on this file since 24503 was 24503, checked in by TranslationTeam, 11 years ago

[persofooter] Update en_UK, thanks to : laurent.duretz

File size: 654 bytes
Line 
1<?php
2
3$lang['pft_h2'] = 'Personal Footer';
4
5//Tab gest
6$lang['pft_tab_gest'] = 'Management';
7$lang['pft_perso'] = 'Personal footer';
8
9//Tab help
10$lang['pft_tab_help'] = 'Help';
11$lang['pft_css'] = 'Customizing footer';
12$lang['pft_css_help'] = 'Your personal block is in tag < span id="persofooter" >, you can use this ID in your theme or local file to customize this block';
13$lang['pft_ED'] = 'Plugin "ExtendedDescription"';
14$lang['pft_ED_help'] = 'You can use the tags [lang] of this plugin';
15$lang['Configuration update'] = 'Configuration updated';
16$lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster';
17
18?>
Note: See TracBrowser for help on using the repository browser.