$languages['en']="English"; $languages['de']="Deutsch"; $languages['fr']="Francais"; $languages['nl']="Nederlands"; $languages['pl']="Polski"; $languages['it']="Italiano"; $languages['no']="Norsk"; $languages['es']="Español"; $languages['zh']="中文"; $languages['pt_br']="Português (Brasil)"; $languages['jp']="日本語"; ?> // --------------------------------------------------------------------- // GLOBAL // --------------------------------------------------------------------- $TEXT['global-xampp']="XAMPP for Linux"; $TEXT['global-xampp-osx']="XAMPP for OS X"; $TEXT['global-showcode']="Show source code"; $TEXT['global-sourcecode']="Source code"; // --------------------------------------------------------------------- // NAVIGATION // --------------------------------------------------------------------- $TEXT['navi-xampp']="XAMPP"; $TEXT['navi-welcome']="Welcome"; $TEXT['navi-status']="Status"; $TEXT['navi-security']="Security"; $TEXT['navi-doc']="Documentation"; $TEXT['navi-components']="Components"; $TEXT['navi-about']="About XAMPP"; $TEXT['navi-demos']="Demos"; $TEXT['navi-cdcol']="CD Collection"; $TEXT['navi-bio']="Biorhythm"; $TEXT['navi-guest']="Guest Book"; $TEXT['navi-iart']="Instant Art"; $TEXT['navi-iart2']="Flash Art"; $TEXT['navi-phonebook']="Phone Book"; $TEXT['navi-tools']="Tools"; $TEXT['navi-phpmyadmin']="phpMyAdmin"; $TEXT['navi-webalizer']="webalizer"; $TEXT['navi-phpsqliteadmin']="phpSQLiteAdmin"; $TEXT['navi-languages']="Languages"; // --------------------------------------------------------------------- // STATUS // --------------------------------------------------------------------- $TEXT['status-head']="XAMPP Status"; $TEXT['status-text1']="This page offers you on one view all information about what's running and working and what's not."; $TEXT['status-text2']="Some changes to the configuration sometime may cause false negative status reports."; $TEXT['status-mysql']="MySQL database"; $TEXT['status-php']="PHP"; $TEXT['status-perl']="Perl"; $TEXT['status-cgi']="Common Gateway Interface (CGI)"; $TEXT['status-ssi']="Server Side Includes (SSI)"; $TEXT['status-mmcache']="PHP extension »eAccelerator«"; $TEXT['status-mmcache-url']="http://www.apachefriends.org/faq-lampp-en.html#mmcache"; $TEXT['status-oci8']="PHP extension »OCI8/Oracle«"; $TEXT['status-oci8-url']="http://www.apachefriends.org/faq-lampp-en.html#oci8"; $TEXT['status-lookfaq']="see FAQ"; $TEXT['status-ok']="ACTIVATED"; $TEXT['status-nok']="DEACTIVATED"; $TEXT['status-tab1']="Component"; $TEXT['status-tab2']="Status"; $TEXT['status-tab3']="Hint"; // --------------------------------------------------------------------- // SECURITY // --------------------------------------------------------------------- $TEXT['security-head']="XAMPP security"; $TEXT['security-text1']="This page gives you a quick overview about the security status of your XAMPP installation. (Please continue reading after the table.)"; $TEXT['security-text2']="The green marked points are secure; the red marked points are definitively unsecure and the yellow marked points couldn't be checked (for example because the sofware to check isn't running).
To fix or close all these matters simply call
/opt/lampp/xampp security
This will start an interactive program.";
$TEXT['security-ok']="SECURE";
$TEXT['security-nok']="UNSECURE";
$TEXT['security-noidea']="UNKNOWN";
$TEXT['security-tab1']="Subject";
$TEXT['security-tab2']="Status";
$TEXT['security-checkapache-nok']="These XAMPP pages are accessible by network for everyone";
$TEXT['security-checkapache-ok']="These XAMPP pages are no longer accessible by network for everyone";
$TEXT['security-checkapache-text']="Every XAMPP demo page you are right now looking at is accessible for everyone over network. Everyone who knows your IP address can see these pages.";
$TEXT['security-checkmysqlport-nok']="MySQL is accessible by the network";
$TEXT['security-checkmysqlport-ok']="MySQL is no longer accessible over the network";
$TEXT['security-checkmysqlport-text']="This is a potential or at least theoretical security leak. And if you're mad about security you should disable the network interface of MySQL.";
$TEXT['security-checkpmamysqluser-nok']="The phpMyAdmin user pma has no password";
$TEXT['security-checkpmamysqluser-ok']="The phpMyAdmin user pma has no longer no password";
$TEXT['security-checkpmamysqluser-text']="phpMyAdmin saves your preferences in an extra MySQL database. To access this data phpMyAdmin uses the special user pma. This user has in the default installation no password set and to avoid any security problems you should give him a passwort.";
$TEXT['security-checkmysql-nok']="The MySQL user root has no password";
$TEXT['security-checkmysql-ok']="The MySQL user root has no longer no password";
$TEXT['security-checkmysql-text']="Every local user on Linux box can access your MySQL database with administrator rights. You should set a password.";
$TEXT['security-checkftppassword-nok']="The FTP password for user daemon is still 'xampp'";
$TEXT['security-checkftppassword-ok']="The FTP password for user daemon is no longer 'xampp'";
$TEXT['security-checkftppassword-text']="By using the default password for the FTP user daemon everyone can upload and change files for your XAMPP webserver. So if you enabled ProFTPD you should set a new password for user daemon.";
// ---------------------------------------------------------------------
// START
// ---------------------------------------------------------------------
$TEXT['start-head']="Welcome to XAMPP for Linux";
$TEXT['start-head-osx']="Welcome to XAMPP for OS X";
$TEXT['start-subhead']="Congratulations:
You successfully installed XAMPP on this system!";
$TEXT['start-text1']="Now you can start using Apache and Co. Firstly you should try »Status« on the left navigation to make sure everything works fine.";
$TEXT['start-text2']="After testing you may take a look at the examples below the test link.";
$TEXT['start-text3']="If you want to start programming PHP or Perl (or whatever ;) please take a look at the XAMPP manual first and get more information about your XAMPP installation.";
$TEXT['start-text4']="Good luck,
Kai \"Oswald\" Seidler + Kay Vogelgesang";
// ---------------------------------------------------------------------
// MANUALS
// ---------------------------------------------------------------------
$TEXT['manuals-head']="Online documentation";
$TEXT['manuals-text1']="XAMPP combines many different sofware packages into one packet. Here's a list of standard and reference documentation of the most important packages.";
$TEXT['manuals-list1']="
echo '
'; if(@$_REQUEST['showcode']!=1) { echo ''.$TEXT['global-showcode'].''; } else { if(@$file=="")$file=basename($_SERVER['PHP_SELF']); $validfiles['biorhythm.php']=1; $validfiles['cds-fpdf.php']=1; $validfiles['cds.php']=1; $validfiles['iart.php']=1; $validfiles['ming.php']=1; $validfiles['phonebook.php']=1; if($validfiles[$file]) $f=htmlentities(file_get_contents($file)); echo "
"; echo "
"; } ?>