Changeset 843 in ExiteCMS for trunk/locale/English/admin/settings.php


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

Moved all CMS templates from the theme to the include directory. They are theme independent
Added a Smarty resource to load templates from strings
Some XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/English/admin/settings.php

    r814 r843  
    9393$locale['661'] = "Leave empty for immediate upload/download of backups."; 
    9494$locale['662'] = "Use TinyMCE HTML editor?"; 
    95 $locale['663'] = "For article and news admin only."; 
    96 $locale['664'] = "SMTP Host"; 
     95$locale['663'] = "Leave blank if your SMTP host does not require authentication"; 
     96$locale['664'] = "SMTP Host:"; 
    9797$locale['665'] = "Leave empty if sendmail is enabled."; 
    98 $locale['666'] = "SMTP Username"; 
    99 $locale['667'] = "SMTP Password"; 
     98$locale['666'] = "SMTP Username and Password:"; 
     99$locale['667'] = "In seconds.Only one post per interval is allowed."; 
    100100$locale['668'] = "Use external download statistics:"; 
    101101$locale['669'] = "Maintenance mode background color:"; 
     102$locale['670'] = "If yes, an external program has to update the download counters."; 
    102103// Private Message Settings 
    103104$locale['700'] = "Private Messages"; 
Note: See TracChangeset for help on using the changeset viewer.