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

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

[nbc_HistoryIPExcluder]

  • Piwigo 2.1 compliance
  • Multiple database support
  • Improving the display of plugin's name
  • Property svn:eol-style set to LF
File size: 1.7 KB
RevLine 
[5099]1<?php
2global $lang;
3
[5121]4$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.';
[5099]5$lang['HIPE_admin_section1'] = 'IP Exclusion';
[5121]6$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.%';
[5099]7$lang['HIPE_save_config']='Configuration saved.';
8$lang['HIPE_CleanHist']='Clean History';
9
[5121]10$lang['HIPE_admin_section2'] = 'Queries on history table';
11$lang['HIPE_admin_section3'] = 'Result of the historic request';
[5099]12$lang['HIPE_IPByMember'] = 'IPs by member';
[5121]13$lang['HIPE_IPByMember_description'] = 'Show the IPs used by members, sorted by IP';
14$lang['HIPE_OnlyGuest'] = 'Only Guests IPs';
15$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';
[5099]16$lang['HIPE_IPnoGuest'] = '';
17$lang['HIPE_IPnoGuest_description'] = '';
18
[5121]19$lang['HIPE_IPForMember'] = 'IPs for a member';
20$lang['HIPE_IPForMember_description'] = 'Search and displays the IPs associated with a registered user (sorted by IP)';
21$lang['HIPE_MemberForIp'] = 'Members for one IP';
22$lang['HIPE_MemberForIp_description'] = 'Search and display users attached to one IP (sorted by name)';
[5099]23
[5121]24$lang['HIPE_resquet_ok'] = 'Request OK.';
25$lang['HIPE_hist_cleaned'] = 'Cleaning of the history table done.';
[5099]26
[5121]27$lang['IP_geolocalisation'] = 'Geolocalisation';
[5615]28
29// --------- Starting below: New or revised $lang ---- from version 2.1.0
30$lang['HIPE_version'] = ' - Version: ';
31// --------- End: New or revised $lang ---- from version 2.1.0
[5099]32?>
Note: See TracBrowser for help on using the repository browser.