source: extensions/nbc_HistoryIPExcluder/branches/2.0/language/en_UK/plugin.lang.php @ 5131

Last change on this file since 5131 was 5131, checked in by Eric, 14 years ago

[nbc_HistoryIPExcluder] Merged from trunk to branch 2.0

  • Property svn:eol-style set to LF
File size: 1.6 KB
Line 
1<?php
2global $lang;
3
4$lang['HIPE_admin_title'] = 'NBC History IP Excluder';
5$lang['HIPE_description'] = 'This plugin allows to exclude from the history and statistics of IP or IP ranges. <br>Its activation blocks record in the table of IP *_history specified in the table below.';
6$lang['HIPE_admin_section1'] = 'IP Exclusion';
7$lang['HIPE_admin_description1'] = 'Enter the complete IP or IP ranges to exclude (one per line) in the box below. To specify an IP range, use the wildcard character "%".<br>Example : 74.6.1.2 or 74.6.%';
8$lang['HIPE_save_config']='Configuration saved.';
9$lang['HIPE_CleanHist']='Clean History';
10
11$lang['HIPE_admin_section2'] = 'Queries on history table';
12$lang['HIPE_admin_section3'] = 'Result of the historic request';
13$lang['HIPE_IPByMember'] = 'IPs by member';
14$lang['HIPE_IPByMember_description'] = 'Show the IPs used by members, sorted by IP';
15$lang['HIPE_OnlyGuest'] = 'Only Guests IPs';
16$lang['HIPE_OnlyGuest_description'] = 'Show the IPs only used by Guests and the number of times it\'s found in the history table, sorted by the number of times';
17$lang['HIPE_IPnoGuest'] = '';
18$lang['HIPE_IPnoGuest_description'] = '';
19
20$lang['HIPE_IPForMember'] = 'IPs for a member';
21$lang['HIPE_IPForMember_description'] = 'Search and displays the IPs associated with a registered user (sorted by IP)';
22$lang['HIPE_MemberForIp'] = 'Members for one IP';
23$lang['HIPE_MemberForIp_description'] = 'Search and display users attached to one IP (sorted by name)';
24
25$lang['HIPE_resquet_ok'] = 'Request OK.';
26$lang['HIPE_hist_cleaned'] = 'Cleaning of the history table done.';
27
28$lang['IP_geolocalisation'] = 'Geolocalisation';
29?>
Note: See TracBrowser for help on using the repository browser.