Changeset 844 in ExiteCMS for modules/common/mail2forum/php-files/modules/mail2forum/locale/English.php
- Timestamp:
- 09/27/07 19:37:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/mail2forum/php-files/modules/mail2forum/locale/English.php
r836 r844 12 12 $locale['m2f202'] = "Forum Postability"; 13 13 $locale['m2f203'] = "Options"; 14 $locale['m2f204'] = " Subscribers";14 $locale['m2f204'] = ""; 15 15 $locale['m2f205'] = "Sent"; 16 16 $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"; 19 19 $locale['m2f213'] = "Received"; 20 20 $locale['m2f214'] = "Mail system"; 21 21 $locale['m2f215'] = "Remove"; 22 22 $locale['m2f216'] = "Cancel"; 23 $locale['m2f217'] = "View ";24 $locale['m2f218'] = "A ctivate";25 $locale['m2f219'] = "D eactivate";23 $locale['m2f217'] = "View the subscribers list"; 24 $locale['m2f218'] = "Allow users to subscribe"; 25 $locale['m2f219'] = "Disable user subscriptions"; 26 26 // Supported mailbox types 27 27 $locale['m2f230'] = "SMTP/POP3"; … … 129 129 $locale['m2f951'] = "Subscriptions succesfully updated"; 130 130 // 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>"; 135 137 // M2F post error messages (used in NDR reports) 136 138 $locale['m2f991'] = "Mail2Forum - post error message";
Note: See TracChangeset
for help on using the changeset viewer.
