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

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

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

File size: 654 bytes
RevLine 
[11216]1<?php
2
3$lang['pft_h2'] = 'Personal Footer';
4
5//Tab gest
[11242]6$lang['pft_tab_gest'] = 'Management';
[24503]7$lang['pft_perso'] = 'Personal footer';
[11216]8
9//Tab help
10$lang['pft_tab_help'] = 'Help';
11$lang['pft_css'] = 'Customizing footer';
[24503]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';
[11216]13$lang['pft_ED'] = 'Plugin "ExtendedDescription"';
14$lang['pft_ED_help'] = 'You can use the tags [lang] of this plugin';
[24503]15$lang['Configuration update'] = 'Configuration updated';
[24492]16$lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster';
[11216]17
18?>
Note: See TracBrowser for help on using the repository browser.