source: extensions/Mail_supervisor/language/en_UK/help/plugin.lang.php

Last change on this file was 11835, checked in by cljosse, 13 years ago

[extensions] mail_supervisor cleaning of the programs

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<?php
2global $lang ;
3if( !isset($lang['Minute'])) $lang['Minute'] =   l10n('Minute') ;
4if( !isset($lang['Second'])) $lang['Second'] =   l10n('Seconde');
5$sv_Week=explode(" ",l10n('Week %d'));
6if( !isset($lang['Week'])) $lang['Week'] =   $sv_Week[0];
7
8//========================================================================================================
9$lang['Sv_Fonctionality']='Functionalities';
10
11$lang['Sv_Oversees_management_emails']='Oversee mails management and stops mails emitting on quarantine activation';
12$lang['Sv_hlp_1_1']='Count the number of mails emitted by the site.';
13$lang['Sv_hlp_1_2']='Detect the different messages generated by the mail[] function';
14$lang['Sv_hlp_1_3']='Count the number of mails considered as spam by the ISP.';
15$lang['Sv_hlp_1_4']='Activate quarantine if the number of emitted mails is higher than the maximum value defined for a certain period.';
16$lang['Sv_hlp_1_5']='Activate quarantine if the number of detected spams is higher than the maximum value defined for a certain period.';
17$lang['Sv_hlp_1_6']='Activate quarantine if "TOO MUCH SPAM" for a certain period.';
18//========================================================================================================w
19$lang['Sv_Options']='Options';
20
21$lang['Sv_hlp_2_1']='Send a copy of the mail to the Webmaster if Maito is empty.';
22$lang['Sv_hlp_2_2']='Change Cc addressees structure if default \'bad syntax\''; //Didn't understand this one :-/
23$lang['Sv_hlp_2_3']='Send a copy of the mail to the Webmaster. ';
24
25//========================================================================================================
26$lang['Sv_Options']='Options';
27
28$lang['Sv_hlp_3_1']='Number of mailing since last reset.';
29$lang['Sv_hlp_3_2']='Date of first mailing.';
30$lang['Sv_hlp_3_3']='Number of mailing before quarantine activation.';
31$lang['Sv_hlp_3_4']='Period during which mail emission is available';
32
33$lang['Sv_hlp_3_4_0']='<br />Accepted values: <br />
34  + n '.l10n('Week').'<br />
35  + n '.l10n('Day').'<br />
36  + n '.l10n('Hour').'<br />
37  + n '.l10n('Minute').'<br />
38  + n '.l10n('Second').'<br />
39n being the number of (week, day, hour, minute, second) '
40;
41
42$lang['Sv_hlp_3_5']='Remaining period before counter reset.';
43
44$lang['Sv_state']='Status';
45
46$lang['Sv_hlp_4_1']='Limit date for quarantine activation.';
47$lang['Sv_hlp_4_2']='Remaining period before quarantine deactivation.';
48   
49$lang['Sv_last_message']='Last message sent.';
50$lang['Sv_hlp_5_1']='Last message sent by mail() function in case of error.';
51
52
53//======================================================================
54$lang['Sv_hlp_7_1']='This module allows to create a blacklist in which are stored the unwanted IP addresses.<br />
55          ' ;   
56$lang['Sv_hlp_7_1_1']='Option 1 Prevents mail emission if IP address is in the blacklist. <br />
57          ' ;   
58$lang['Sv_hlp_7_1_2']='Option 2 Rejection of IP address.<br />
59          ' ;   
60$lang['Sv_hlp_7_1_3']='Option 3 For each new connection, the module proceeds to a test of the IP address, compares it to a spammer database, and adds it automatically in the blacklist if the test is positive.<br />
61           A counter in this list shows the number of connection tentatives.<br />
62           Information about ISP\'s country and town are also registered.<br />
63         
64                   ' ;   
65$lang['Sv_hlp_7_2']= 'Manual registering of unwanted adresses.<br />
66         
67                  Jokers (*) are admitted to replace a set of adresses.<br />
68                    For instance: 94.102.63.* :
69                  Exclusion of all IP addresses from 94.102.63.0 to 94.102.63.255 <br />
70                      For instance: 94.102.*.13 :
71                  Exclusion of all IP addresses from 94.102.0.13 to 94.102.255.13 <br />
72                 
73        ' ;   
74$lang['Sv_hlp_7_3']= ' Click here to check if IP address or user or mail address included in the text field are registered in stopforumspam database. Jokers are not admitted. For more information, check  http://www.stopforumspam.com' ;   
75
76$lang['Sv_hlp_7_4']= ' If you want to block this address, click here or on \'add\' icon to update the blacklist.<BR />
77   
78' ;   
79?>
Note: See TracBrowser for help on using the repository browser.