source: extensions/nbc_HistoryIPExcluder/trunk/language/en_UK/plugin.lang.php @ 5099

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

[nbc_HistoryIPExcluder] Initial SVN creation

  • Trunk directory created with beta version of next plugin version for Piwigo
  • Branche 2.0 created
  • Tags directory created
  • 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'] = 'As named, Ip Excluder exclude a list of IP or range of IP from the stats.<br>When activated, the IP entered in the list below will not been logged any more in the PWG history table.<br>IPlease, enter one IP per ligne.<br>Thx to Eric = original plugger of this plugin !!!<br>Nicco';
6$lang['HIPE_admin_section1'] = 'IP Exclusion';
7$lang['HIPE_admin_description1'] = 'Fill below a list of regular expressions (one per line).<br>It could be complete IP or range of IP by using "%" generic caracter.<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'] = 'Result of the historic request';
12$lang['HIPE_IPByMember'] = 'IPs by member';
13$lang['HIPE_IPByMember_description'] = 'Show the IPs used by members, order by IP';
14$lang['HIPE_OnlyGuest'] = 'IP only guest';
15$lang['HIPE_OnlyGuest_description'] = 'Show the IPs only used by guest and the number of times it\'s found in the historic table, order by the number of times';
16$lang['HIPE_IPnoGuest'] = '';
17$lang['HIPE_IPnoGuest_description'] = '';
18
19$lang['HIPE_IPForMember'] = 'IPs for member';
20$lang['HIPE_IPForMember_description'] = 'Show the IPs link at member, order by IP';
21$lang['HIPE_MemberForIp'] = 'Members for IP';
22$lang['HIPE_MemberForIp_description'] = 'Show the members link at IP, order by member';
23
24$lang['HIPE_resquet_ok'] = 'Request execution OK.';
25$lang['HIPE_hist_cleaned'] = 'Cleaning of the history OK.';
26
27$lang['HIPE_geolocalisation'] = 'Geolocalisation';
28?>
Note: See TracBrowser for help on using the repository browser.