PHP Classes

File: locale/welcome-en.php

Recommend this page to a friend!
  Classes of Manuel Lemos   Ezmlm mailing list manager class   locale/welcome-en.php   Download  
File: locale/welcome-en.php
Role: Configuration script
Content type: text/plain
Description: Locale definitions for the system welcome page in the English idiom
Class: Ezmlm mailing list manager class
Web interface to manage ezmlm mailing lists.
Author: By
Last change:
Date: 23 years ago
Size: 384 bytes
 

Contents

Class file image Download
<?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";

?>