source: extensions/HistoryIPExcluder/language/en_UK/plugin.lang.php @ 17454

Last change on this file since 17454 was 17454, checked in by Eric, 12 years ago
  • Property svn:eol-style set to LF
File size: 2.2 KB
Line 
1<?php
2$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.';
3$lang['HIPE_admin_section1'] = 'IP Exclusion';
4$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.%';
5$lang['HIPE_save_config']='Configuration saved.';
6$lang['HIPE_CleanHist']='Clean History';
7
8$lang['HIPE_admin_section2'] = 'Queries on history table';
9$lang['HIPE_admin_section3'] = 'Result of the historic request';
10$lang['HIPE_IPByMember'] = 'IPs by member';
11$lang['HIPE_IPByMember_description'] = 'Show the IPs used by members, sorted by IP';
12$lang['HIPE_OnlyGuest'] = 'Only Guests IPs';
13$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';
14$lang['HIPE_IPnoGuest'] = '';
15$lang['HIPE_IPnoGuest_description'] = '';
16
17$lang['HIPE_IPForMember'] = 'IPs for a member';
18$lang['HIPE_IPForMember_description'] = 'Search and displays the IPs associated with a registered user (sorted by IP)';
19$lang['HIPE_MemberForIp'] = 'Members for one IP';
20$lang['HIPE_MemberForIp_description'] = 'Search and display users attached to one IP (sorted by name)';
21
22$lang['HIPE_resquet_ok'] = 'Request OK.';
23$lang['HIPE_hist_cleaned'] = 'Cleaning of the history table done.';
24
25$lang['IP_geolocalisation'] = 'Geolocalisation';
26
27// --------- Starting below: New or revised $lang ---- from version 2.1.0
28$lang['HIPE_version'] = ' - Version: ';
29// --------- End: New or revised $lang ---- from version 2.1.0
30
31// --------- Starting below: New or revised $lang ---- from version 2.1.1
32$lang['HIPE_IPBlacklist_title'] = 'Registration blacklist';
33$lang['HIPE_IPBlacklisted'] = ' Prevent registration to the gallery of excluded IPs (blacklist)';
34$lang['Error_HIPE_BlacklistedIP'] = 'Error! Your IP has been banned. You can not subscribe to this gallery. Contact the administrator for further details.';
35// --------- End: New or revised $lang ---- from version 2.1.1
36?>
Note: See TracBrowser for help on using the repository browser.