[phpMP-CVS] CVS: phpMP/languages/english lang_main.php,1.5,1.6
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-02 05:16:51
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv3438/languages/english Modified Files: lang_main.php Log Message: Updated the language file a bit. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** lang_main.php 30 Nov 2002 11:06:36 -0000 1.5 --- lang_main.php 2 Dec 2002 05:16:46 -0000 1.6 *************** *** 1,80 **** <? ! /****************************************************************************** ! ******************************************************************************* ! ! phpMP - The World's Greatest Modular Portal ! *********************************************** ! Are you MPowered? ! ! Copyright (C) 2002 phpMP Development Group ! All rights reserved. ! ! Lead Programmer: Brian Rose ! Lead Designer: Trevor Joynson ! ! Filename: /languages/english/lang_main.php ! Usage & Function: Main English Language File ! Create Date: July 25, 2002 ! ! $Id$ ! ******************************************************************************* ! ******************************************************************************* ! This software is provided under the GPL software license. A copy of the ! license should have been included with this software, located in the Docs ! folder. Feel free to redistribute and/or modify it according to the ! regulations stated in the license. ! ******************************************************************************* ! ******************************************************************************/ ! class Language { ! var $lang; ! ! function Language() { ! ! $this->lang['l_home'] = 'Home'; ! $this->lang['l_nav_bar'] = '<a href="' . REL_PATH . 'index.php">home</a> <font color="#0a4a67">•</font> <a href="' . REL_PATH . 'features.php">features</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'forums/index.php">forums</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'downloads.php">downloads</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'support.php">support</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'about.php">about</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'team.php">team</a> <font color="#0a4a67">•</font> <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'devworld/modules/index.php?action=list">modules</a> <font color="#0a4a67">•</font> <a href="http://www.sourceforge.net/">sourceforge</a>'; ! ! $this->lang['l_username'] = 'Username'; ! $this->lang['l_user_panel'] = 'User Control Panel'; ! $this->lang['l_user_panel_short'] = 'User CP'; ! $this->lang['l_email'] = 'E-mail'; ! $this->lang['l_password'] = 'Password'; ! $this->lang['l_confirm_password'] = 'Confirm'; ! $this->lang['l_realname'] = 'Real Name'; ! $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Requires Field'; ! $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['l_fin_register_message'] = ' ! $temp_message = "Welcome to " . SITE_NAME . "! ! ! To complete your registration, please click on the link below. You will be unable to log in until you do so. ! ! $url_for_act ! ! Thank you for registering with us.";'; ! $this->lang['l_activated'] = 'Your account has been activated. You may now log in.'; ! ! $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! ! $this->lang['l_register_name'] = 'Register A Username'; ! $this->lang['l_not_logged_in'] = 'You are not logged in.'; ! ! $this->lang['l_powered_by'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['l_copyright'] = 'All content is property of its respective owner. All rights reserved.'; ! } } --- 1,43 ---- <? ! class Language { ! var $lang; ! function Language() { ! $this->lang['l_home'] = 'Home'; ! $this->lang['l_profile'] = 'Profile'; ! $this->lang['l_modules'] = 'Modules'; ! $this->lang['l_downloads'] = 'Downloads'; ! $this->lang['l_username'] = 'Username'; ! $this->lang['l_user_panel'] = 'User Control Panel'; ! $this->lang['l_user_panel_short'] = 'User CP'; ! $this->lang['l_email'] = 'E-mail'; ! $this->lang['l_password'] = 'Password'; ! $this->lang['l_confirm_password'] = 'Confirm'; ! $this->lang['l_realname'] = 'Real Name'; ! $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Requires Field'; ! $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['l_activated'] = 'Your account has been activated. You may now log in.'; ! ! $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! $this->lang['l_register_name'] = 'Register A Username'; ! $this->lang['l_not_logged_in'] = 'You are not logged in.'; ! $this->lang['l_powered_by'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['l_copyright'] = 'All content is property of its respective owner. All rights reserved.'; ! } } |