git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@8 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
323 lines
15 KiB
PHP
323 lines
15 KiB
PHP
<?
|
|
/*
|
|
####################################################################
|
|
# Name: The Uniform Server Language System Array 1.1
|
|
# Developed By: The Uniform Server Development Team
|
|
# Modified Last By: Olajide Olaolorun (empirex)
|
|
# Web: http://www.uniformserver.com
|
|
####################################################################
|
|
*/
|
|
|
|
# Beta Feature, Currently For Debugging Only
|
|
#require_once 'array.php';
|
|
|
|
$US = array(
|
|
'title' => 'Uniform Server',
|
|
'apanel' => 'Admin Panel',
|
|
'dev-team' => 'The Uniform Server Development Team',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Source Code
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'code-show' => 'View Source Code',
|
|
'code-source' => 'Viewing Source Code',
|
|
'code-back' => 'Close View',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Navigation
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
// Basic
|
|
'nav-home' => 'Home',
|
|
'nav-web' => 'Uniform Server Website',
|
|
'nav-secure' => 'Server Security',
|
|
'nav-phpinfo' => 'phpinfo()',
|
|
'nav-cgienv' => 'Perl Envirnonment',
|
|
'nav-status' => 'Apache Status',
|
|
'nav-info' => 'Apache Info',
|
|
'nav-update' => 'Version Check',
|
|
// Start
|
|
'nav-start' => 'Server Control',
|
|
'nav-sserver' => 'Shutdown Server',
|
|
'nav-rmysql' => 'Run MySQL',
|
|
'nav-smysql' => 'Stop MySQL',
|
|
'nav-rserver' => 'Restart Services',
|
|
// Configurations
|
|
'nav-config' => 'Configurations',
|
|
'nav-aconfig' => 'Apache Configuration',
|
|
'nav-pconfig' => 'PHP Configuration',
|
|
'nav-vhost' => 'Admin Virtual Host',
|
|
'nav-apsetup' => 'Admin Panel Configuration',
|
|
'nav-psetup' => 'Private Server Configuration',
|
|
'nav-mqsetup' => 'MySQL Server Configuration',
|
|
// Tools Navigation
|
|
'nav-tools' => 'Tools',
|
|
'nav-pma' => 'phpMyAdmin',
|
|
'nav-pmbp' => 'phpMyBackupPro',
|
|
'nav-elog' => 'Error Log Viewer',
|
|
'nav-u2w' => 'Win - Unix Converter',
|
|
'nav-del' => 'Clean Server',
|
|
'nav-down' => 'Download Manager',
|
|
'nav-smig' => 'Server Migration',
|
|
// Plugins Navigation
|
|
'nav-plugins' => 'Plugin Manager',
|
|
'nav-pear' => 'Install Pear',
|
|
'nav-eaccelerator' => 'eAccelerator cPanel',
|
|
// Misc Navigation
|
|
'nav-misc' => 'Miscellaneous',
|
|
'nav-sup' => 'Online Support',
|
|
// Documentation
|
|
'nav-docs' => 'Documentation',
|
|
'nav-udoc' => 'Uniform Server User Guide',
|
|
'nav-ucen' => 'UniCenter',
|
|
'nav-sdoc' => 'Server Documentation',
|
|
'nav-phdoc' => 'PHP Documentation',
|
|
'nav-mydoc' => 'MySQL Documentation',
|
|
'nav-pedoc' => 'Perl Documentation',
|
|
// Languages
|
|
'nav-langs' => 'Languages',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Home
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'main-head' => 'Admin Panel '. $version .'',
|
|
'main-text' => '
|
|
Welcome to Uniform Server '. $uniserver .'!. This is the administration section of the server and
|
|
you can control your server from this Admin Panel.
|
|
Though this is still the ALPHA version of this panel, it is fully useable
|
|
and also complete. It is also easy to use and very user friendly.
|
|
<br />
|
|
You can also translate this Admin Panel into your own language easily, and if you will like to
|
|
do so, please upload a copy to our <a href="http://sourceforge.net/tracker/?atid=799696&group_id=53691&func=browse" target="_sf">
|
|
SourceForge Translation Tracking System</a> for others to download.
|
|
<br />
|
|
The translations for older versions of this Admin Panel will not work! Click the link on top to download the new version.
|
|
<br />
|
|
Also, new things have been added and some taken out and some functions may not
|
|
work if the required plugin is not installed or available.
|
|
<br />
|
|
Please report all bugs and errors on our <a href="http://forum.uniformserver.com/" target="_forum">forum</a>.
|
|
<br />
|
|
<br />
|
|
Thanks
|
|
<br />
|
|
<a href="http://www.uniformserver.com/" target="_home">The Uniform Server Development Team</a>',
|
|
'main-secure' => 'Security Checklist',
|
|
'main-text-0' => 'Change the username/password for the Admin Panel <a href="apsetup.php">here</a>',
|
|
'main-text-1' => 'Change the username/password for the server <a href="psetup.php">here</a>',
|
|
'main-text-2' => 'Change the root password for mysql by editing <a href="mqsetup.php">here</a>',
|
|
'main-text-3' => 'Run the <a href="security.php">Security Console</a> and see if everything is OK.',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Update
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'update-head' => 'Uniform Server Version Check',
|
|
'update-check' => 'Checking Version...',
|
|
'update-true' => '
|
|
Installed version of the Uniform Server is the latest one.
|
|
<br />
|
|
You don\'t need to update it.
|
|
<br />',
|
|
'update-false' => 'A Newer version of the Uniform Server is available!',
|
|
'update-new' => 'New Version',
|
|
'update-yours' => 'Installed Version',
|
|
'update-get' => 'You can get the newer version from our website by clicking the link below.',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Server Shutdown
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'stop-head' => 'Server Shutdown',
|
|
'stop-shut' => 'Verify Shutdown',
|
|
'stop-killing' => 'Click on Shutdown! and the server will be automatically shut down.',
|
|
'stop-stop' => 'Shutdown!',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Downlaod Manager
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'down-head' => 'Download Manager',
|
|
'down-aval' => 'Download available updates, plugins, and addons.',
|
|
'down-text' => '
|
|
This feature is still in development and when it comes out you will be able to download plugins,
|
|
addons, and patches for your server. Some features will also have a installer that allows you to
|
|
automatically install them and some are going to be installed manually by you.',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Apache Configuration
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'aconfig-head' => 'Apache Configuration',
|
|
'aconfig-conf' => 'Configure Apache',
|
|
'aconfig-sname' => 'Server Name',
|
|
'aconfig-wemail' => 'Server Admin Email',
|
|
'aconfig-difiles' => 'Directory Index Files',
|
|
'aconfig-ssi' => 'Server Side Includes',
|
|
'aconfig-ssig' => 'Server Signature',
|
|
'aconfig-listen' => 'Listen',
|
|
'aconfig-text-0' => 'something',
|
|
'aconfig-text-1' => '
|
|
The changes have been successfully saved. <br /> Changes will take effect after server restart!',
|
|
'aconfig-save' => 'Save',
|
|
'aconfig-module' => 'At the moment PHP is loaded as Apache module.',
|
|
'aconfig-cgi' => 'At the moment PHP scripts are executed though Apache CGI interface.',
|
|
'aconfig-help' => '?',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// PHP Configuration
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'pconfig-head' => 'PHP Configuration',
|
|
'pconfig-conf' => 'Configure PHP',
|
|
'pconfig-smode' => 'Safe Mode',
|
|
'pconfig-rg' => 'Register Globals',
|
|
'pconfig-mtexec' => 'Maximum Script Execute Time (s.)',
|
|
'pconfig-mmexec' => 'Maximum Memory Amount (MB)',
|
|
'pconfig-ssig' => 'Show PHP In Server Signature',
|
|
'pconfig-perror' => 'Print Errors',
|
|
'pconfig-mpsize' => 'Maximum Post Size',
|
|
'pconfig-musize' => 'Maximum Upload Size',
|
|
'pconfig-text-0' => 'something',
|
|
'pconfig-text-1' => '
|
|
The changes have been successfully saved. <br /> Changes will take effect after server restart!',
|
|
'pconfig-save' => 'Save',
|
|
'pconfig-module' => 'At the moment PHP is loaded as Apache module.',
|
|
'pconfig-cgi' => 'At the moment PHP scripts are executed though Apache CGI interface.',
|
|
'pconfig-help' => '?',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// VHost Manager
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'vhost-head' => 'Virtual Host',
|
|
'vhost-setup' => 'Virtual Host Setup',
|
|
'vhost-settings' => 'Virtual Host Settings',
|
|
'vhost-text-0' => 'You have',
|
|
'vhost-text-1' => 'hosts in your httpd.conf file:',
|
|
'vhost-text-2' => 'Error in hosts file:',
|
|
'vhost-text-3' => 'All hostnames exist in hosts file!',
|
|
'vhost-new' => '
|
|
Use this new and cool tool to add more virtual hosts to your server without having to edit
|
|
the httpd.conf file yourself.',
|
|
'vhost-new-ex' => '(ex. newhost.localhost)',
|
|
'vhost-name' => 'Name:',
|
|
'vhost-path' => 'Path to DocumentRoot:',
|
|
'vhost-path-ex' => '(ex. c:/www/newhost)',
|
|
'vhost-opt' => 'Optional additions:',
|
|
'vhost-opt-ex' => '(ex. error_log etc.)',
|
|
'vhost-dne' => 'does not exist',
|
|
'vhost-make' => 'Create VHost',
|
|
'vhost-error-1' => 'Error in path to your hosts-file!',
|
|
'vhost-error-2' => 'Error in path to your httpd.conf!',
|
|
'vhost-text-4' => 'Safe_mode is On, so restart Apache manually!',
|
|
'vhost-credit' => 'Script By Sukos',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Server Migration
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'smig-head' => 'Server Migration',
|
|
'smig-sub' => 'Migration Tool [BETA FEATURE]',
|
|
'smig-text-0' => 'The Server Migration tool helps you move from one server to another.
|
|
It allows you to migrate from another server to this server. It also allows you to migrate an old
|
|
Uniform Server installation to this.
|
|
<br />
|
|
<b>This script must be run via localhost for best result</b>',
|
|
'smig-text-1' => 'The following is for the WWW [htdocs] location of the server you are trying to migrate.
|
|
You can choose to migrate only a file or a directory.',
|
|
'smig-text-2' => 'This will migrate your MySQL database from the old servers to this server.
|
|
Before using this part of the script, please note that <b>problems can occur if you have the same
|
|
database name in the old installations and in this one</b>.',
|
|
'smig-success' => 'The migration was successful! Please go and check to make sure now.',
|
|
'smig-www' => 'WWW [htdocs] Location',
|
|
'smig-mysql' => 'MySQL Data Directory',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Server Security Console
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'secure1-head' => 'Security Alert!',
|
|
'secure1-sub' => 'Possible Attack',
|
|
'secure1-text-0' => 'IP ADDRESS is not 127.0.0.1, but',
|
|
'secure1-text-1' => 'Note: HTTP_REFERER is',
|
|
'secure1-text-2' => 'To disable this warning set $unisecure to 0 in: /home/admin/www/includes/config.inc.php',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Admin Panel Setup
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'apsetup-head' => 'Admin Panel Configuration',
|
|
'apsetup-sub-0' => 'User Management',
|
|
'apsetup-text-0' => 'Setup the username and password for the Admin Panel here. Please note that you might have
|
|
to activate this feature in the /home/admin/www/.htaccess file.',
|
|
'apsetup-user' => 'Username',
|
|
'apsetup-pass' => 'Password',
|
|
'apsetup-change' => 'Change',
|
|
'apsetup-success' => 'The Admin Panel username/password has been changed to the new values:',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Private Server Setup
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'psetup-head' => 'Private Server Configuration',
|
|
'psetup-sub-0' => 'User Management',
|
|
'psetup-text-0' => 'Setup the username and password for your Private Server here. Please note that you might have
|
|
to activate this feature in the /www/.htaccess file.',
|
|
'psetup-user' => 'Username',
|
|
'psetup-pass' => 'Password',
|
|
'psetup-change' => 'Change',
|
|
'psetup-success' => 'Your Private Server username/password has been changed to the new values:',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// MySQL Setup
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'mqsetup-head' => 'MySQL Server Configuration',
|
|
'mqsetup-sub-0' => 'User Management',
|
|
'mqsetup-text-0' => 'Setup the MySQL password here. After changing the MySQL password, please note that you <b>
|
|
must shutdown the server using the Stop.bat</b> file and then start the server over again.',
|
|
'mqsetup-pass' => 'MySQL Password',
|
|
'mqsetup-change' => 'Change',
|
|
'mqsetup-success' => 'Your MySQL password has been changed to the new value:',
|
|
|
|
//--------------------------------------------------------------------------------------------
|
|
// Server Security Center
|
|
//--------------------------------------------------------------------------------------------
|
|
|
|
'secure-head' => 'Security Center',
|
|
'secure-sub-0' => 'User Management Security',
|
|
'secure-sub-1' => 'Server Security',
|
|
'secure-text-0' => 'This part of the security center will check all user management settings to make sure that
|
|
everything is set. It will tell you if something needs to be changed.',
|
|
'secure-text-1' => 'SECURITY MSG',
|
|
'secure-text-2' => 'STATUS',
|
|
'secure-text-3' => 'Admin Panel',
|
|
'secure-text-X' => 'If the username/password is still set to root, then you probably need to change this
|
|
by clicking the UNSECURE link.',
|
|
'secure-secure' => 'SECURE',
|
|
'secure-unsecure' => 'UNSECURE',
|
|
'secure-text-7' => 'If the password is still set to root, then you probably need to change this by clicking the UNSECURE link.',
|
|
'secure-text-8' => 'This part of the security center will check and make sure the server settings are appropriate and set corectly.',
|
|
'secure-text-9' => 'PHP Safe Mode',
|
|
'secure-text-10' => 'This checks to see if PHP is running in SAFE MODE. Now, PHP does not have to run in SAFE MODE, but
|
|
if you want the extra security, you can set it by clicking on the UNSECURE link.',
|
|
'secure-text-p' => 'Personal Server',
|
|
'secure-text-s' => 'MySQL Server',
|
|
'secure-text-11' => 'Admin Panel Access',
|
|
'secure-text-12' => 'Server Access',
|
|
'secure-text-13' => 'While this is another feature that is not throughly important as other features are in place against
|
|
outside access to the Admin Panel, this checks to see if your Admin Panel is secured using the Auth method. Please change this
|
|
by editing the '.$apanel_path.'/.htaccess file.',
|
|
'secure-text-14' => 'If you are running your server in Production Mode, Skip this one. If not and you would like to
|
|
add more security to the server by blocking it using the Auth method, then change this in by editing the '.$server_path.'/.htaccess file.',
|
|
'secure-view' => 'Local View',
|
|
'secure-look' => 'Due to the fact that some PC\'s have a different hostname set rather than localhost, we use the IP method here. This
|
|
checks to make sure that you are viewing the Admin Panel (this) from local.',
|
|
);
|
|
|
|
# Beta Feature, Currently For Debugging Only
|
|
#array2table($US, true);
|
|
?>
|