Ignore:
Timestamp:
May 9, 2011, 11:23:06 AM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor add option debug_mail,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/language/en_UK/plugin.lang.php

    r10419 r10822  
    55if( !isset($lang['Second'])) $lang['Second'] =   l10n('Seconde');
    66//=======================================================
     7$lang['Sv_debug_mail'] = 'Debug.';
    78$lang['Sv_Datas'] =  'Datas' ;
    89$lang['Sv_Group'] = $lang['Group'];
     
    103104                              ' The       %s <br />' ;
    104105
    105 $lang['Sv_debug_message']=    '
    106 The mail function returned [%s] <br />
    107 MESSAGE error : [ %s ] <br />
    108 mailto:   [ %s ]  <br />
    109 HEADERS:   [ %s ]  <br />
    110 Number of recipients [ %s ]<br />
    111 ';
     106
     107
     108    $ms_f1='The mail function returned ';
     109    $ms_f2='MESSAGE error';
     110    $ms_f3='MAILTO';
     111    $ms_f4='SUBJECT';
     112    $ms_f5='HEADERS';
     113    $ms_f6='CONTENT';
     114    $ms_f7='Number of recipients';
     115
     116$lang['Sv_debug_message']=  '<div style="border: 1px solid red; color: green;">
     117    '.$ms_f1.' :<div style="background-color:white;color: black;"> %s </div>
     118    '.$ms_f2.' :<div style="background-color:white; color: black;"> %s </div>
     119    '.$ms_f3.' :<div style="background-color:white; color: black;"> %s </div>
     120    '.$ms_f4.' :<div style="background-color:white; color: black;"> %s </div>
     121    '.$ms_f5.' :<div style="background-color:white; color: black;"> %s </div>
     122    '.$ms_f6.' :<div style="background-color:white; color: black;"> %s </div>
     123    '.$ms_f7.' %s
     124  </div>';
     125
    112126
    113127$lang['Sv_message_texte "%s" "%s" "%s" "%s"'] ='
Note: See TracChangeset for help on using the changeset viewer.