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

Location:
extensions/Mail_supervisor/language
Files:
2 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>
  • extensions/Mail_supervisor/language/fr_FR/plugin.lang.php

    r10822 r11807  
    11<?php
    22global $lang ;
     3$lang['Sv_no_ipaddress']="renomme Ip local en localhost";
     4$lang['subject']="Sujet";
    35//===================================================
    46if( !isset($lang['Minute'])) $lang['Minute'] =   l10n('Minute') ;
     
    4244$lang['Sv_IP_adress'] = 'Votre adresse IP';
    4345$lang['Sv_liste_ip']="Liste des IP (historique)";
    44 $lang['Sv_black_liste']="Liste noire des IP";
     46$lang['Sv_set_black_liste']="Liste noire des IP";
    4547$lang['Sv_blackliste']="Liste noire";
    4648
     
    6668$lang['Sv_check_mailto'] = 'Si le champ "To" dans l\'entête est vide, envoyer une copie vers le WebMaster.';
    6769$lang['Sv_check_header_carbon'] = 'Modifier le code  Bcc , Ccc   dans le header';
    68 $lang['Sv_check_header_text'] = 'Ajouter un bloc "texte" dans l\'entête du mail.';
     70$lang['Sv_check_header_text'] = 'Envoie en format texte.';
    6971
    7072$lang['Sv_admin'] = 'Exclure l\'administrateur des envoies.';
     
    118120$lang['Sv_debug_message']=  '<div style="border: 1px solid red; color: green;">
    119121    '.$ms_f1.' :<div style="background-color:white;color: black;"> %s </div>
    120     '.$ms_f2.' :<div style="background-color:white; color: black;"> %s </div>
     122    '.$ms_f2.' :<div style="background-color:white; color: black;"> %s&nbsp; </div>
    121123    '.$ms_f3.' :<div style="background-color:white; color: black;"> %s </div>
    122124    '.$ms_f4.' :<div style="background-color:white; color: black;"> %s </div>
Note: See TracChangeset for help on using the changeset viewer.