[ Index ]

PHP Cross Reference of Nuke-Evolution v2.0.5

title

Body

[close]

/install/language/lang_english/ -> lang-install.php (source)

   1  <?php
   2  /*=======================================================================
   3   Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System
   4   =======================================================================*/
   5  
   6  /************************************************************************
   7     Nuke-Evolution: Advanced Installer
   8     ============================================
   9     Copyright (c) 2005 by The Nuke-Evolution Team
  10  
  11     Filename      : lang-install.php
  12     Author        : JeFFb68CAM (www.Evo-Mods.com)
  13     Version       : 1.0.0
  14     Date          : 11.05.2005 (mm.dd.yyyy)
  15  
  16     Notes         : You may NOT use this installer for your own
  17                     needs or script. It is written specifically
  18                     for Nuke-Evolution.
  19  ************************************************************************/
  20  
  21  $step_a[1] = "Briefing";
  22  $step_a[2] = "CHMOD Required Files";
  23  $step_a[3] = "Generate Config File";
  24  $step_a[4] = "Perform System Checks";
  25  $step_a[5] = "Install";
  26  $step_a[6] = "Site Config";
  27  
  28  $install_lang['briefing'] = "This will install $nuke_name on your server";
  29  $install_lang['couldnt_connect'] = "Could not connect to database<br />";
  30  $install_lang['couldnt_select_db'] = "Could not select database<br />";
  31  $install_lang['continue'] = "Continue To Step";
  32  $install_lang['connection_failed'] = "Connection to the server has failed! Make sure your settings are correct.";
  33  $install_lang['connection_failed2'] = "Connection to the database has failed! Make sure your settings are correct. (Database name)";
  34  $install_lang['chmod'] = "CHMOD Required Files";
  35  $install_lang['config_maker'] = "Config.php Generator";
  36  $install_lang['configure'] = "Configure Site";
  37  $install_lang['cant_open'] = "Cannot open file";
  38  $install_lang['cantwrite'] = "Cannot write to file";
  39  $install_lang['chmod_failed'] = "One or more files has failed, please manually chmod them.";
  40  $install_lang['config_success'] = "Config.php generated Successfully.";
  41  $install_lang['cookie_name'] = "Cookie Name:";
  42  $install_lang['cookie_path'] = "Cookie Path:";
  43  $install_lang['cookie_domain'] = "Cookie Domain:";
  44  $install_lang['config_failed'] = "Config.php generation failed.";
  45  $install_lang['installer_heading'] = "Installer :: Step";
  46  $install_lang['installer_heading2'] = "of";
  47  $install_lang['dbhost'] = "DB Host:";
  48  $install_lang['dbname'] = "DB Name:";
  49  $install_lang['dbuser'] = "DB User:";
  50  $install_lang['dbpass'] = "DB Password:";
  51  $install_lang['dbtype'] = "DB Type:";
  52  $install_lang['dbhost_error'] = "You must enter a database host (default is \"localhost\")";
  53  $install_lang['dbname_error'] = "You must enter a database name.";
  54  $install_lang['dbuser_error'] = "You must enter a database user.";
  55  $install_lang['dbpass_error'] = "You must enter a database password.";
  56  $install_lang['dbtype_error'] = "You must select a database type.";
  57  $install_lang['data_success'] = "Data validation and SQL Server Checks completed succsesfully!";
  58  $install_lang['die_message'] = "General Error";
  59  $install_lang['prefix'] = "Prefix:";
  60  $install_lang['user_prefix'] = "User Prefix:";
  61  $install_lang['confirm_data'] = "Confirm Data";
  62  $install_lang['server_check'] = "Server Check";
  63  $install_lang['skip'] = "Skip Configuration";
  64  $install_lang['failed'] = "FAILED";
  65  $install_lang['success'] = "SUCCESS";
  66  $install_lang['thefile'] = "The file";
  67  $install_lang['is_missing'] = "is missing.<br />";
  68  $install_lang['prefix_error'] = "You must enter a prefix.";
  69  $install_lang['uprefix_error'] = "You must enter a user prefix.";
  70  $install_lang['mysql_incorrect'] = "<font color=red>Your MySQL version is not correct!</font><br />Your server is reporting a MySQL version of '.$sql_version.' and 4.x is required.";
  71  $install_lang['dbtype_que'] = "You have chosen something other than MySQL as your database type, are you sure you wish to use this? If you are not sure, you need to go back and select MySQL.";
  72  $install_lang['session_lost'] = "Your Session Data was lost, please run install again.";
  73  $install_lang['php_ver'] = "Your PHP version is incorrect!</font></strong><br />4.x.x is required - Your version is";
  74  $install_lang['checks_good'] = "All checks completed Successfully. Please continue.";
  75  $install_lang['sql_error'] = "There has been a MySQL error. <strong>MySQL Error Details:</strong></font><br />";
  76  $install_lang['install_success'] = "Your installation of $nuke_name has been Successful.";
  77  $install_lang['get_config_error'] = "Could not query config information<br />";
  78  $install_lang['update_fail'] = "Failed to update configuration for";
  79  $install_lang['sitename'] = "Site Name:";
  80  $install_lang['sitedescr'] = "Site Description:";
  81  $install_lang['namechange'] = "Allow Namechange:";
  82  $install_lang['yes'] = "Yes:";
  83  $install_lang['no'] = "No:";
  84  $install_lang['email_sig'] = "Email Sig:";
  85  $install_lang['site_email'] = "Site E-Mail:";
  86  $install_lang['default_lang'] = "Default Language:";
  87  $install_lang['server_name'] = "Server Name:";
  88  $install_lang['server_port'] = "Server Port:";
  89  $install_lang['done'] = "Thank you for choosing Nuke-Evolution.<br /><br /><a href=index.php>Goto your homepage</a>";
  90  $install_lang['delete'] = "<font color=\"red\">Please delete install.php and the install folder</font>";
  91  $install_lang['install_complete_header'] = " :: Installation Complete";
  92  $install_lang['general_message'] = "General Message";
  93  $install_lang['data_error'] = "Cannot open data.txt";
  94  $install_lang['safe_mode'] = "Your php is currently in safe mode.<br /><br />This will keep the installer from finishing.<br /><br />You must install Nuke-Evolution manually.<br /><br />Please see the install help file to manually install.";
  95  
  96  ?>


Generated: Wed Jun 6 11:38:01 2007 Cross-referenced by PHPXref 0.7