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

Last change on this file since 11242 was 11242, checked in by ddtddt, 13 years ago

[extensions] - PersoFooter - Add NL thanks to Matthias

File size: 504 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 perso';
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 your personal block';
13$lang['pft_ED'] = 'Plugin "ExtendedDescription"';
14$lang['pft_ED_help'] = 'You can use the tags [lang] of this plugin';
15
16
17?>
Note: See TracBrowser for help on using the repository browser.