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

Last change on this file since 24492 was 24492, checked in by ddtddt, 11 years ago

[extensions] PersoFooter - add message update and access only webmaster

File size: 655 bytes
RevLine 
[11216]1<?php
2
3$lang['pft_h2'] = 'Personal Footer';
4
5//Tab gest
[11242]6$lang['pft_tab_gest'] = 'Management';
[14972]7$lang['pft_perso'] = 'footer personnel';
[11216]8
9//Tab help
10$lang['pft_tab_help'] = 'Help';
11$lang['pft_css'] = 'Customizing footer';
[14972]12$lang['pft_css_help'] = 'Your personnel 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';
[24492]15$lang['Configuration update'] = 'Configuration update';
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.