Ignore:
Timestamp:
Jul 21, 2011, 5:57:36 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor add 'title' and subject in tab test

File:
1 edited

Legend:

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

    r10822 r11807  
    11<?php
    22global $lang ;
     3$lang['Sv_no_ipaddress']="rename local ip adresse to localhost";
     4$lang['subject']="Subject";
    35//===================================================
    46if( !isset($lang['Minute'])) $lang['Minute'] =   l10n('Minute') ;
     
    3941$lang['Sv_IP_adress'] = 'Your IP address';
    4042$lang['Sv_liste_ip']="IP list (history)";
    41 $lang['Sv_black_liste']="IP blacklisting";
     43$lang['Sv_set_black_liste']="IP blacklisting";
    4244$lang['Sv_blackliste']="Blacklisting";
    4345
     
    6365$lang['Sv_check_mailto'] = 'If the "To" field in the mail heading is empty, send a copy to the Webmaster.';
    6466$lang['Sv_check_header_carbon'] = 'Change the Bcc, Cc in the header';
    65 $lang['Sv_check_header_text'] = 'Add a "text" block in the mail header.';
     67$lang['Sv_check_header_text'] = 'Format text.';
    6668
    6769$lang['Sv_admin'] = 'Exclude administrator from mailings.';
     
    116118$lang['Sv_debug_message']=  '<div style="border: 1px solid red; color: green;">
    117119    '.$ms_f1.' :<div style="background-color:white;color: black;"> %s </div>
    118     '.$ms_f2.' :<div style="background-color:white; color: black;"> %s </div>
     120    '.$ms_f2.' :<div style="background-color:white; color: black;"> %s&nbsp; </div>
    119121    '.$ms_f3.' :<div style="background-color:white; color: black;"> %s </div>
    120122    '.$ms_f4.' :<div style="background-color:white; color: black;"> %s </div>
Note: See TracChangeset for help on using the changeset viewer.