<?php 
 
$GLOBALS["locale"]["string"]["Welcome"]="Welcome to the Mailing List Management System"; 
$GLOBALS["locale"]["string"]["Login"]="Enter"; 
$GLOBALS["locale"]["string"]["For-more-information-contact"]="For more information contact: "; 
$GLOBALS["locale"]["shortcutstring"]["Use-this-button-to"]="%sU%sse this button to"; 
$GLOBALS["locale"]["shortcut"]["Use-this-button-to"]="U"; 
 
?>
 
 |