home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / en.php < prev    next >
Encoding:
PHP Script  |  2004-07-14  |  20.1 KB  |  385 lines

  1. <?
  2. // ---------------------------------------------------------------------
  3. // GLOBAL
  4. // ---------------------------------------------------------------------
  5.  
  6. $TEXT['global-xampp']="XAMPP for Windows";
  7.  
  8. // ---------------------------------------------------------------------
  9. // NAVIGATION
  10. // ---------------------------------------------------------------------
  11.  
  12. $TEXT['navi-xampp']="XAMPP 1.4.5";
  13. $TEXT['navi-welcome']="Welcome";
  14. $TEXT['navi-status']="Status";
  15. $TEXT['navi-security']="Security";
  16. $TEXT['navi-doc']="Documentation";
  17. $TEXT['navi-components']="Components";
  18. $TEXT['navi-about']="About XAMPP";
  19.  
  20. $TEXT['navi-demos']="Demos";
  21. $TEXT['navi-cdcol']="CD Collection";
  22. $TEXT['navi-bio']="Biorhythm";
  23. $TEXT['navi-guest']="Guest Book";
  24. $TEXT['navi-perlenv']="MiniPerl";
  25. $TEXT['navi-iart']="Instant Art";
  26. $TEXT['navi-iart2']="Flash Art";
  27. $TEXT['navi-phonebook']="Phone Book";
  28. $TEXT['navi-perlasp']="Perl:ASP";
  29. $TEXT['navi-pear']="PEAR:Excel_Writer";
  30. $TEXT['navi-adodb']="ADOdb";
  31. $TEXT['navi-perl']="Perl";
  32. $TEXT['navi-python']="Python";
  33. $TEXT['navi-jsp']="Java";
  34. $TEXT['navi-phpswitch']="PHP Switch";
  35.  
  36. $TEXT['navi-tools']="Tools";
  37. $TEXT['navi-phpmyadmin']="phpMyAdmin";
  38. $TEXT['navi-webalizer']="Webalizer";
  39. $TEXT['navi-mercury']="Mercury Mail";
  40. $TEXT['navi-filezilla']="FileZilla FTP";
  41. $TEXT['navi-jpgraph']="JpGraph";
  42.  
  43. $TEXT['navi-languages']="Languages";
  44. $TEXT['navi-english']="English";
  45. $TEXT['navi-german']="Deutsch";
  46.  
  47. // ---------------------------------------------------------------------
  48. // STATUS
  49. // ---------------------------------------------------------------------
  50.  
  51. $TEXT['status-head']="XAMPP Status";
  52. $TEXT['status-text1']="This page offers you on one view all information about what's running and working and what's not.";
  53. $TEXT['status-text2']="Some changes to the configuration sometime may cause false negative status reports. With SSL (https://localhost) all these reports do not function!";
  54.  
  55. $TEXT['status-mysql']="MySQL database";
  56. $TEXT['status-ssl']="HTTPS (SSL)";
  57. $TEXT['status-php']="PHP";
  58. $TEXT['status-perl']="Perl with mod_perl";
  59. $TEXT['status-cgi']="Common Gateway Interface (CGI)";
  60. $TEXT['status-ssi']="Server Side Includes (SSI)";
  61. $TEXT['status-python']="Python with mod_python";
  62. $TEXT['status-mmcache']="PHP extension ╗Turck MMCache½";
  63. $TEXT['status-mmcache-url']="http://www.apachefriends.org/faq-wampp-en.html#mmcache";
  64. $TEXT['status-smtp']="SMTP Service";
  65. $TEXT['status-ftp']="FTP Service";
  66. $TEXT['status-tomcat']="Tomcat Service";
  67. $TEXT['status-named']="Domain Name Service (DNS)";
  68. $TEXT['status-oci8']="PHP extension ╗OCI8/Oracle½";
  69. $TEXT['status-oci8-url']="http://www.apachefriends.org/faq-lampp-en.html#oci8";
  70.  
  71. $TEXT['status-lookfaq']="see FAQ";
  72. $TEXT['status-ok']="ACTIVATED";
  73. $TEXT['status-nok']="DEACTIVATED";
  74.  
  75. $TEXT['status-tab1']="Component";
  76. $TEXT['status-tab2']="Status";
  77. $TEXT['status-tab3']="Hint";
  78.  
  79. // ---------------------------------------------------------------------
  80. // SECURITY
  81. // ---------------------------------------------------------------------
  82.  
  83. $TEXT['security-head']="XAMPP security";
  84. $TEXT['security-text1']="This page gives you a quick overview about the security status of your XAMPP installation. (Please continue reading after the table.)";
  85. $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).<p>To fix or close all these matters simply call<p><b>/opt/lampp/lampp security</b><p>This will start an interactive program.";
  86.  
  87. $TEXT['security-ok']="SECURE";
  88. $TEXT['security-nok']="UNSECURE";
  89. $TEXT['security-noidea']="UNKNOWN";
  90.  
  91. $TEXT['security-tab1']="Subject";
  92. $TEXT['security-tab2']="Status";
  93.  
  94. $TEXT['security-checkapache-nok']="These XAMPP pages are accessible by network for everyone";
  95. $TEXT['security-checkapache-ok']="These XAMPP pages are no longer accessible by network for everyone";
  96. $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.";
  97.  
  98. $TEXT['security-checkmysqlport-nok']="MySQL is accessible by the network";
  99. $TEXT['security-checkmysqlport-ok']="MySQL is no longer accessible over the network";
  100. $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.";
  101.  
  102. $TEXT['security-checkpmamysqluser-nok']="The phpMyAdmin user pma has no password";
  103. $TEXT['security-checkpmamysqluser-ok']="The phpMyAdmin user pma has no longer no password";
  104. $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.";
  105.  
  106. $TEXT['security-checkmysql-nok']="The MySQL user root has no password";
  107. $TEXT['security-checkmysql-ok']="The MySQL user root has no longer no password";
  108. $TEXT['security-checkmysql-text']="Every local user on Linux box can access your MySQL database with administrator rights. You should set a password.";
  109.  
  110. $TEXT['security-checkftppassword-nok']="The FTP password for user nobody is still 'lampp'";
  111. $TEXT['security-checkftppassword-ok']="The FTP password for user nobody is no langer 'lampp'";
  112. $TEXT['security-checkftppassword-text']="By using the default password for the FTP user nobody everyone can upload and change files for your XAMPP webserver. So if you enabled ProFTPD you should set a new password for user nobody.";
  113.  
  114. // ---------------------------------------------------------------------
  115. // START
  116. // ---------------------------------------------------------------------
  117.  
  118. $TEXT['start-head']="Welcome to XAMPP for Windows";
  119.  
  120. $TEXT['start-subhead']="Congratulations:<br>You successfully installed XAMPP on this system!";
  121.  
  122. $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.";
  123.  
  124. $TEXT['start-text2']="Attention: The XAMPP in version 1.4.5 is modified for a package management. There are following packages/addons: <UL><LI>XAMPP basic package</LI><LI>XAMPP Perl addon</LI><LI>XAMPP Python addon<LI></LI>XAMPP Utility addon (more utils but inactiv)</LI><LI>XAMPP Server addon (more server but inactiv)</LI><LI>XAMPP Other addon (other things but inactiv)</LI></UL>";
  125.  
  126. $TEXT['start-text3']="Please arrange your personality XAMPP. But take care. For a normal initialization of each additional addon, please execute the \"setup_xampp.bat\" once. For the installer versions: All installer addons need the installer version of XAMPP! Otherwise you can always use the zip or 7zip-exe addons.";
  127.  
  128. $TEXT['start-text4']="For OpenSSL support please use the test certificate with <a href='https://127.0.0.1' target='_top'>https://127.0.0.1</a> or <a href='https://localhost' target='_top'>https://localhost</a>";
  129.  
  130. $TEXT['start-text5']="And very important! Big thanks for help and support to Nemesis, KriS, Boppy, Pc-Dummy and all other friends of XAMPP!";
  131.  
  132. $TEXT['start-text6']="Good luck, Kay Vogelgesang + Kai 'Oswald' Seidler";
  133.  
  134. // ---------------------------------------------------------------------
  135. // MANUALS
  136. // ---------------------------------------------------------------------
  137.  
  138. $TEXT['manuals-head']="Online documentation";
  139.  
  140. $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.";
  141.  
  142.  
  143. $TEXT['manuals-list1']="
  144. <ul>
  145. <li><a href=http://httpd.apache.org/docs-2.0/>Apache 2 documentation</a>
  146. <li><a href=http://www.php.net/manual/en/>PHP <b>referenz </b>documentation</a>
  147. <li><a href=http://www.perldoc.com/perl5.8.0/pod/perl.html>Perl documentation</a>
  148. <li><a href=http://www.mysql.com/documentation/mysql/bychapter/>MySQL documentation</a>
  149. <li><a href=http://php.weblogs.com/ADODB>ADODB</a>
  150. <li><a href=http://turck-mmcache.sourceforge.net/>Turck MMCache for PHP</a>
  151. <li><a href=http://www.ros.co.nz/pdf/readme.pdf>pdf class documentation</a>
  152. </ul>";
  153.  
  154. $TEXT['manuals-text2']="And a small list of tutorials and the Apache Friends documentation page:";
  155.  
  156. $TEXT['manuals-list2']="
  157. <ul>
  158. <li><a href=http://www.apachefriends.org/faq-en.html>Apache Friends documentation</a>
  159. <li><a href=http://www.freewebmasterhelp.com/tutorials/php>PHP Tutorial</a> by David Gowans
  160. <li><a href=http://www.davesite.com/webstation/html/>HTML - An Interactive Tutorial For Beginners</a> by Dave Kristula
  161. <li><a href=http://www.comp.leeds.ac.uk/Perl/start.html>Perl Tutorial</a> by Nik Silver
  162. </ul>";
  163.  
  164. $TEXT['manuals-text3']="Good luck and have fun! :)";
  165.  
  166. // ---------------------------------------------------------------------
  167. // COMPONENTS
  168. // ---------------------------------------------------------------------
  169.  
  170. $TEXT['components-head']="XAMPP components";
  171.  
  172. $TEXT['components-text1']="XAMPP combines many different sofware packages into one packet. Here's an overview over all packages.";
  173.  
  174. $TEXT['components-text2']="Many thanks to the developers of these programs.";
  175.  
  176. $TEXT['components-text3']="In the directory <b>\\xampp\licenses</b> you will find all licenses files of these programs.";
  177.  
  178. // ---------------------------------------------------------------------
  179. // CD COLLECTION DEMO
  180. // ---------------------------------------------------------------------
  181.  
  182. $TEXT['cds-head']="CD Collection (Example for PHP+MySQL+PDF Class)";
  183.  
  184. $TEXT['cds-text1']="A very simple CD programm.";
  185.  
  186. $TEXT['cds-text2']="CD list as <a href='$PHP_SELF?action=getpdf'>PDF document</a>.";
  187.  
  188. $TEXT['cds-error']="Could not connect to database!<br>Is MySQL running or did you change the password?";
  189. $TEXT['cds-head1']="My CDs";
  190. $TEXT['cds-attrib1']="Artist";
  191. $TEXT['cds-attrib2']="Title";
  192. $TEXT['cds-attrib3']="Year";
  193. $TEXT['cds-attrib4']="Command";
  194. $TEXT['cds-sure']="Sure?";
  195. $TEXT['cds-head2']="Add CD";
  196. $TEXT['cds-button1']="DELETE CD";
  197. $TEXT['cds-button2']="ADD CD";
  198.  
  199. // ---------------------------------------------------------------------
  200. // BIORHYTHM DEMO
  201. // ---------------------------------------------------------------------
  202.  
  203. $TEXT['bio-head']="Biorhythm (Example for PHP+GD)";
  204.  
  205. $TEXT['bio-by']="by";
  206. $TEXT['bio-ask']="Please enter your date of birth";
  207. $TEXT['bio-ok']="OK";
  208. $TEXT['bio-error1']="Date";
  209. $TEXT['bio-error2']="is invalid";
  210.  
  211. $TEXT['bio-birthday']="Birthday";
  212. $TEXT['bio-today']="Today";
  213. $TEXT['bio-intellectual']="Intellectual";
  214. $TEXT['bio-emotional']="Emotional";
  215. $TEXT['bio-physical']="Physical";
  216.  
  217. // ---------------------------------------------------------------------
  218. // INSTANT ART DEMO
  219. // ---------------------------------------------------------------------
  220.  
  221. $TEXT['iart-head']="Instant Art (Example for PHP+GD+FreeType)";
  222. $TEXT['iart-text1']="Font ╗AnkeCalligraph½ by <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
  223. $TEXT['iart-ok']="OK";
  224.  
  225. // ---------------------------------------------------------------------
  226. // FLASH ART DEMO
  227. // ---------------------------------------------------------------------
  228.  
  229. $TEXT['flash-head']="Flash Art (Example for PHP+MING)";
  230. $TEXT['flash-text1']="The MING project for win32 does not exist any longer and it is not complete.<br>Please read this: <a class=blue target=extern href=\"http://ming.sourceforge.net/install.html/\">Ming - an SWF output library and PHP module</a>";
  231. $TEXT['flash-ok']="OK";
  232.  
  233. // ---------------------------------------------------------------------
  234. // PHONE BOOK DEMO
  235. // ---------------------------------------------------------------------
  236.  
  237. $TEXT['phonebook-head']="Phone Book (Example for PHP+SQLite)";
  238.  
  239. $TEXT['phonebook-text1']="A very simple phone book script. But implemented with a very modern and up-to-date technology: SQLite, the SQL database without server.";
  240.  
  241. $TEXT['phonebook-error']="Couldn't open the database!";
  242. $TEXT['phonebook-head1']="My phone numbers";
  243. $TEXT['phonebook-attrib1']="Last name";
  244. $TEXT['phonebook-attrib2']="First name";
  245. $TEXT['phonebook-attrib3']="Phone number";
  246. $TEXT['phonebook-attrib4']="Command";
  247. $TEXT['phonebook-sure']="Sure?";
  248. $TEXT['phonebook-head2']="Add entry";
  249. $TEXT['phonebook-button1']="DELETE";
  250. $TEXT['phonebook-button2']="ADD";
  251.  
  252. // ---------------------------------------------------------------------
  253. // ABOUT
  254. // ---------------------------------------------------------------------
  255.  
  256. $TEXT['about-head']="About XAMPP";
  257.  
  258. $TEXT['about-subhead1']="Idea and realisation";
  259.  
  260. $TEXT['about-subhead2']="Design";
  261.  
  262. $TEXT['about-subhead3']="Collaboration";
  263.  
  264. $TEXT['about-subhead4']="Contact persons";
  265.  
  266. // ---------------------------------------------------------------------
  267. // CODE
  268. // ---------------------------------------------------------------------
  269.  
  270. $TEXT['srccode-in']="Get the source here";
  271.  
  272. // ---------------------------------------------------------------------
  273. // MERCURY
  274. // ---------------------------------------------------------------------
  275.  
  276. $TEXT['mail-head']="Mailing with Mercury Mail SMTP and POP3 Server";
  277. $TEXT['mail-hinweise']="Some important notes for using Mercury!";
  278. $TEXT['mail-adress']="Sender:";
  279. $TEXT['mail-adressat']="Recipient:";
  280. $TEXT['mail-cc']="CC:";
  281. $TEXT['mail-subject']="Subject:";
  282. $TEXT['mail-message']="Message:";
  283. $TEXT['mail-sendnow']="This message is sending now ...";
  284. $TEXT['mail-sendok']="The message was successfully sent!";
  285. $TEXT['mail-sendnotok']="Error! The message was not successfully sent!";
  286. $TEXT['mail-help1']="Notes for using Mercury:<br><br>";
  287. $TEXT['mail-help2']="<UL>
  288. <LI>Mercury needs an external connection on startup;</LI>
  289. <LI>on startup, Mercury defines the Domain Name Service (DNS) automatically as the name server of your provider;</LI>
  290. <LI>For all user of gateway servers: Please set your DNS via TCP/IP (f.e. via InterNic with the IP number 198.41.0.4);</LI>
  291. <LI>the config file of Mercury is called MERCURY.INI;</LI>
  292. <LI>to test, please send a message to postmaster@localhost or admin@localhost and check for these messages in the following folders: xampp.../mailserver/MAIL/postmaster or (...)/admin;</LI>
  293. <LI>one test user called \"newuser\" (newuser@localhost) with the Password = wampp;</LI>
  294. <LI>spam and other obscenities are totally forbidden with Mercury!;</LI> 
  295. </UL>";
  296. $TEXT['mail-url']="<a href=\"http://www.pmail.com/overviews/ovw_mercury.htm\" target=\"_top\">http://www.pmail.com/overviews/ovw_mercury.htm</a>";
  297. // ---------------------------------------------------------------------
  298. // FileZilla FTP 
  299. // ---------------------------------------------------------------------
  300.  
  301. $TEXT['filezilla-head']="FileZilla FTP Server";
  302. $TEXT['filezilla-install']="Apache is <U>not</U> a FTP Server ... but FileZilla FTP is one. Please consider the following references.";
  303. $TEXT['filezilla-install2']="Into the main directory of xampp, start \"filezilla_setup.bat\" for setup. Attention: For Windows NT, 2000 and XP Professional, FileZilla needs to install as service.";
  304. $TEXT['filezilla-install3']="Configure \"FileZilla FTP\". For this, please use the FileZilla Interface with the \"FileZilla Server Interface.exe\". Two Users are in this example:<br><br>
  305. A: A default user \"newuser\", password \"wampp\". The home directory is xampp\htdocs.<br> 
  306. B: An anonymous user \"anonymous\", no password. The home directory is xampp\anonymous.<br><br>
  307. The default interface is the loopback address 127.0.0.1.";
  308. $TEXT['filezilla-install4']="The FTP Server is shutdown with the \"FileZillaFTP_stop.bat\". For FileZilla FTP as service, please use the \"FileZillaServer.exe\" directly. Then, you can configure all start options.";
  309. $TEXT['filezilla-url']="<br><br><a href=\"http://filezilla.sourceforge.net\" target=\"_top\">http://filezilla.sourceforge.net</a>";
  310.  
  311. // ---------------------------------------------------------------------
  312. // PEAR
  313. // ---------------------------------------------------------------------
  314.  
  315. $TEXT['pear-head']="Excel export with PEAR (PHP)";
  316. $TEXT['pear-text']="A short <a class=blue target=extern href=\"http://www.contentmanager.de/magazin/artikel_310-print_excel_export_mit_pear.html\">Manual</A> from Bj÷rn Schotte of <a class=blue target=extern href=\"http://www.thinkphp.de/\">ThinkPHP</A> (only in german)";
  317. $TEXT['pear-cell']="The value of a cell";
  318.  
  319. // ---------------------------------------------------------------------
  320. // JPGRAPH
  321. // ---------------------------------------------------------------------
  322.  
  323. $TEXT['jpgraph-head']="JpGraph - Graph Library for PHP";
  324. $TEXT['jpgraph-url']="<br><br><a href=\"http://www.aditus.nu/jpgraph/\" target=\"_top\">http://www.aditus.nu/jpgraph/</a>";
  325.  
  326. // ---------------------------------------------------------------------
  327. // ADODB
  328. // ---------------------------------------------------------------------
  329.  
  330. $TEXT['ADOdb-head']="ADOdb - Another DB access (PHP)";
  331. $TEXT['ADOdb-text']="ADOdb stands for Active Data Objects Data Base. We currently support MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite and generic ODBC. The Sybase, Informix, FrontBase and PostgreSQL drivers are community contributions. You find it here at \(mini)xampp\php\pear\adodb.";
  332. $TEXT['ADOdb-example']="The example:";
  333. $TEXT['ADOdb-dbserver']="Database server (MySQL, Oracle ..?)";
  334. $TEXT['ADOdb-host']="Host of the DB server (name or IP)";
  335. $TEXT['ADOdb-user']="Username ";
  336. $TEXT['ADOdb-password']="Password";
  337. $TEXT['ADOdb-database']="Current database on this database server";
  338. $TEXT['ADOdb-table']="Selected table of database";
  339. $TEXT['ADOdb-nottable']="<p><B>Table not found!</B>";
  340. $TEXT['ADOdb-notdbserver']="<p><B>The driver for this database server does not exists or perhaps it is an ODBC, ADO or OLEDB driver!</B>";
  341.  
  342.  
  343. // ---------------------------------------------------------------------
  344. // INFO
  345. // ---------------------------------------------------------------------
  346.  
  347. $TEXT['info-package']="Package";
  348. $TEXT['info-pages']="Pages";
  349. $TEXT['info-extension']="Extensions";
  350. $TEXT['info-module']="Apache module";
  351. $TEXT['info-description']="Description";
  352. $TEXT['info-signature']="Signature";
  353. $TEXT['info-docdir']="Document root";
  354. $TEXT['info-port']="Default port";
  355. $TEXT['info-service']="Services";
  356. $TEXT['info-examples']="Examples";
  357. $TEXT['info-conf']="Configuration files";
  358. $TEXT['info-requires']="Requires";
  359. $TEXT['info-alternative']="Alternative";
  360. $TEXT['info-tomcatwarn']="Warning! Tomcat is not started on port 8080.";
  361. $TEXT['info-tomcatok']="OK! Tomcat is started on port 8080 successfully.";
  362. $TEXT['info-tryjava']="The java example (JSP) with Apache MOD_JK.";
  363. $TEXT['info-nococoon']="Warning! Tomcat is not started on port 8080. Cannot install
  364. \"Cocoon\" without running Tomcat server!";
  365. $TEXT['info-okcocoon']="Ok! The Tomcat is running normaly. The installation works can last some minutes! To install \"Cocoon\" now click here ...";
  366.  
  367. // ---------------------------------------------------------------------
  368. // PHP Switch
  369. // ---------------------------------------------------------------------
  370.  
  371. $TEXT['switch-head']="PHP Switch 1.0 win32 for XAMPP";
  372. $TEXT['switch-phpversion']="<i><b>Current in THIS XAMPP is ";
  373. $TEXT['switch-whatis']="<B>What make the PHP switch?</B><br>The apachefriends PHP Switch for XAMPP switching between the PHP version 4 to version 5 AND (!) back. So you can test your scripts with PHP 4 or PHP 5.<p>";
  374. $TEXT['switch-find']="<B>Where is the PHP Switch?</B><br>PHP Switch for XAMPP will execute a PHP file (XAMPP install folder) with the name \"php-switch.php\". You should use this batch file for executing: ";
  375. $TEXT['switch-care']="<B>What can be difficult?</B><br>PHP Switch will not change your PHP version, when a) the Apache HTTPD is running or/and b) the \".phpversion\" file in the install folder is vacant or have a bug. In the \".phpversion\", there was written the XAMPP current main PHP version number like \"4\" or \"5\". Please beginn with a \"shutdown\" for the Apache HTTPD and THEN execute the  \"php-switch.bat\".<p>";
  376. $TEXT['switch-where4']="<B>After That! Where are my (old) config files?</B><br><br>For PHP 4:<br>";
  377. $TEXT['switch-where5']="<br><br>For PHP 5:<br>";
  378. $TEXT['switch-make1']="<B>What is with changes in my config files?</B><br><br>There lives! For PHP4 or PHP5 in the<br>";
  379. $TEXT['switch-make2']="<br><br> .. secured for PHP4 ...<br>";
  380. $TEXT['switch-make3']="<br><br> .. secured for PHP5 ...<br>";
  381. $TEXT['switch-make4']="<br><br>And these files are going back with the PHP switching!!<p>";
  382. $TEXT['switch-not']="<B>My PHP is okay AND i will NOT a \"switch\" !!!</B><br>Super! Then forget this here ... ;-)<br>";
  383.  
  384. ?>
  385.