Ignore:
Timestamp:
09/27/07 19:37:06 (5 years ago)
Author:
hverton
Message:

XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/locale/English.php

    r836 r844  
    1212$locale['m2f202'] = "Forum Postability"; 
    1313$locale['m2f203'] = "Options"; 
    14 $locale['m2f204'] = "Subscribers"; 
     14$locale['m2f204'] = ""; 
    1515$locale['m2f205'] = "Sent"; 
    1616$locale['m2f210'] = "Configure"; 
    17 $locale['m2f211'] = "<font color='green'>Enable</font>"; 
    18 $locale['m2f212'] = "<font color='red'>Disable</font>"; 
     17$locale['m2f211'] = "Activate this configuration"; 
     18$locale['m2f212'] = "Disable this configuration"; 
    1919$locale['m2f213'] = "Received"; 
    2020$locale['m2f214'] = "Mail system"; 
    2121$locale['m2f215'] = "Remove"; 
    2222$locale['m2f216'] = "Cancel"; 
    23 $locale['m2f217'] = "View"; 
    24 $locale['m2f218'] = "Activate"; 
    25 $locale['m2f219'] = "Deactivate"; 
     23$locale['m2f217'] = "View the subscribers list"; 
     24$locale['m2f218'] = "Allow users to subscribe"; 
     25$locale['m2f219'] = "Disable user subscriptions"; 
    2626// Supported mailbox types 
    2727$locale['m2f230'] = "SMTP/POP3"; 
     
    129129$locale['m2f951'] = "Subscriptions succesfully updated"; 
    130130// Subscription intro message 
    131 $locale['m2f990'] = "Mail-to-Forum is a ExiteCMS installable module which binds the content of a forum with that of a mailing list.\n<ul> 
    132     <li>Any posts made in a designated forum will be automatically emailed to every member of the corresponding mailing list.\n 
    133     <li>Any mail sent to the mailing list will be automatically added as posts to this forum.\n 
    134     <li>Special formatting makes sure that replies to Mail-to-Forum emails will be added to the correct thread.</ul>"; 
     131$locale['m2f990'] = "Mail-to-Forum is a ExiteCMS installable module which binds the content of a forum with that of a mailing list.\n 
     132<ul> 
     133    <li>Any posts made in a designated forum will be automatically emailed to every member of the corresponding mailing list.</li>\n 
     134    <li>Any mail sent to the mailing list will be automatically added as posts to this forum.</li>\n 
     135    <li>Special formatting makes sure that replies to Mail-to-Forum emails will be added to the correct thread.</li>\n 
     136</ul>"; 
    135137// M2F post error messages (used in NDR reports) 
    136138$locale['m2f991'] = "Mail2Forum - post error message"; 
Note: See TracChangeset for help on using the changeset viewer.