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

Last change on this file since 14972 was 14972, checked in by ddtddt, 12 years ago

[extensions] - PersoFooter - clean code

File size: 499 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'] = 'footer personnel';
8
9//Tab help
10$lang['pft_tab_help'] = 'Help';
11$lang['pft_css'] = 'Customizing footer';
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';
13$lang['pft_ED'] = 'Plugin "ExtendedDescription"';
14$lang['pft_ED_help'] = 'You can use the tags [lang] of this plugin';
15
16?>
Note: See TracBrowser for help on using the repository browser.