Translate XAMPP

Was sollte alles noch in XAMPP rein? Was kommt definitiv bald? Was kommt so bald wie möglich, dauert nur noch etwas? Was kommt wahrscheinlich nicht rein?

Translate XAMPP

Postby david_hoepelman » 05. September 2004 09:21

This is not relevant anymore
Last edited by david_hoepelman on 04. March 2007 00:06, edited 1 time in total.
david_hoepelman
 
Posts: 8
Joined: 03. September 2004 19:47
Location: Netherlands

Postby david_hoepelman » 05. September 2004 09:25

What I already have done:

navi.php line 50t/m 72
Code: Select all
<span class=nh><?=$TEXT['navi-languages']?></span><br>
</td></tr>
<tr><td bgcolor=#fb7922 colspan=1 background="img/strichel.gif" class=white><img src=img/blank.gif width=1 height=1></td></tr>
<tr valign=top><td align=right class=navi>

<a target=_parent class=n href="lang.php?en"><?=$TEXT['navi-english']?></a><br>
<a target=_parent class=n href="lang.php?de"><?=$TEXT['navi-german']?></a><br>
<a target=_parent class=n href="lang.php?nl"><?=$TEXT['navi-dutch']?></a><br>


<p class=navi>©2002/2003<br>
<? if(file_get_contents("lang.tmp")=="de") { ?>
<a target="_new" href="http://www.apachefriends.org/index.html"><img border=0 src="img/apachefriends.gif"></a><p>
<? } else if(file_get_contents("lang.tmp")=="en") { ?>
<a target="_new" href="http://www.apachefriends.org/index-en.html"><img border=0 src="img/apachefriends.gif"></a><p>
<? } else if(file_get_contents("lang.tmp")=="nl") { ?>
<a target="_new" href="http://www.apachefriends.org/index-en.html"><img border=0 src="img/apachefriends.gif"></a><p>
<? } ?>
</td>
</tr>
</table>
</body>
</html>


splash.php from line 15
Code: Select all
<p>
<a href="/xampp/lang.php?en">English</a> /
<a href="/xampp/lang.php?de">Deutsch</a> /
<a href="/xampp/lang.php?nl">Nederlands</a>
</center>
</body>
</html>


and afcourse nl.php(no completed yet)
Code: Select all
<?
// ---------------------------------------------------------------------
// GLOBAL
// ---------------------------------------------------------------------

$TEXT['global-xampp']="XAMPP voor Windows";

// ---------------------------------------------------------------------
// NAVIGATION
// ---------------------------------------------------------------------

$TEXT['navi-xampp']="XAMPP 1.4.6";
$TEXT['navi-welcome']="Welkom";
$TEXT['navi-status']="Status";
$TEXT['navi-security']="Veiligheid";
$TEXT['navi-doc']="Documentatie";
$TEXT['navi-components']="Componenten";
$TEXT['navi-about']="Over XAMPP";

$TEXT['navi-demos']="Demo's";
$TEXT['navi-cdcol']="CD collectie";
$TEXT['navi-bio']="Bioritme";
$TEXT['navi-guest']="Gatenboek";
$TEXT['navi-perlenv']="MiniPerl";
$TEXT['navi-iart']="Onmiddelijke Kunst";
$TEXT['navi-iart2']="Flash Kunst";
$TEXT['navi-phonebook']="Telefoonboek";
$TEXT['navi-perlasp']="Perl:ASP";
$TEXT['navi-pear']="PEAR:Excel_schrijver";
$TEXT['navi-adodb']="ADOdb";
$TEXT['navi-perl']="Perl";
$TEXT['navi-python']="Python";
$TEXT['navi-jsp']="Java";
$TEXT['navi-phpswitch']="PHP versie Wissel";

$TEXT['navi-tools']="Gereedschap";
$TEXT['navi-phpmyadmin']="phpMyAdmin";
$TEXT['navi-webalizer']="Webalizer";
$TEXT['navi-mercury']="Mercury Mail";
$TEXT['navi-filezilla']="FileZilla FTP";
$TEXT['navi-jpgraph']="JpGraph";

$TEXT['navi-languages']="Languages";
$TEXT['navi-english']="English";
$TEXT['navi-german']="Deutsch";
$TEXT['navi-dutch']="Nederlands";

// ---------------------------------------------------------------------
// STATUS
// ---------------------------------------------------------------------

$TEXT['status-head']="XAMPP Status";
$TEXT['status-text1']="Deze pagina geeft je in een oogopslag informatie over wat werkt en wat niet.";
$TEXT['status-text2']="Sommige veranderingen in de configuratie kunnen valse meldingen geven. Met SSL (https://localhost) werken al deze rapporten niet!";

$TEXT['status-mysql']="MySQL database";
$TEXT['status-ssl']="HTTPS (SSL)";
$TEXT['status-php']="PHP";
$TEXT['status-perl']="Perl met mod_perl";
$TEXT['status-cgi']="Common Gateway Interface (CGI)";
$TEXT['status-ssi']="Server Side Includes (SSI)";
$TEXT['status-python']="Python met mod_python";
$TEXT['status-mmcache']="PHP uitbreidingen »Turck MMCache«";
$TEXT['status-mmcache-url']="http://www.apachefriends.org/faq-wampp-nl.html#mmcache";
$TEXT['status-smtp']="SMTP Service";
$TEXT['status-ftp']="FTP Service";
$TEXT['status-tomcat']="Tomcat Service";
$TEXT['status-named']="Domain Name Service (DNS)";
$TEXT['status-oci8']="PHP uitbreiding »OCI8/Oracle«";
$TEXT['status-oci8-url']="http://www.apachefriends.org/faq-lampp-en.html#oci8";

$TEXT['status-lookfaq']="zie FAQ";
$TEXT['status-ok']="GEACTIVEERD";
$TEXT['status-nok']="GEDEACTIVEERD";

$TEXT['status-tab1']="Component";
$TEXT['status-tab2']="Status";
$TEXT['status-tab3']="Hint";

// ---------------------------------------------------------------------
// SECURITY
// ---------------------------------------------------------------------

$TEXT['security-head']="XAMPP beveiliging";
$TEXT['security-text1']="Deze pagina geeft je een overzicht over de beveiliging status van XAMPP. (Lees alsjeblieft door na dit tabel.)";
$TEXT['security-text2']="De groengemarkeerde punten zijn veilig; De rode punten zijn onveilig en de naar de gele kon niet gekeken worden. (Bijvoorbeeld omdat de software niet draait).<p>Om dit te maken roep je dit op:<p><b>/opt/lampp/lampp security</b><p>Dit zal een interactiev programma opstarten.";

$TEXT['security-ok']="VEILIG";
$TEXT['security-nok']="ONVEILIG";
$TEXT['security-noidea']="ONBEKEND";

$TEXT['security-tab1']="Onderwerp";
$TEXT['security-tab2']="Status";

$TEXT['security-checkapache-nok']="Deze XAMPP pagina's zijn voor iedereen in het netwerk berieikbaar";
$TEXT['security-checkapache-ok']="Deze XAMPP pagina's zijn niet langer voor iedereen in het netwerk berieikbaar";
$TEXT['security-checkapache-text']="Deze XAMPP demo pagina's zijn voor iedereen in het netwerk berieikbaar. Iedereen die jouw IP adres weet kan ze zien.";

$TEXT['security-checkmysqlport-nok']="MySQL is bereikbaar via het netwerk.";
$TEXT['security-checkmysqlport-ok']="MySQL is niet langer bereikbaar via het netwerk.";
$TEXT['security-checkmysqlport-text']="Dit is een mogelijk of theoretisch beveiligingslek. En als je gek bent op beveiliging moet je het uitschakelen.";

$TEXT['security-checkpmamysqluser-nok']="The phpMyAdmin pma gebruiker heeft geen wachtwoord.";
$TEXT['security-checkpmamysqluser-ok']="The phpMyAdmin pma gebruiker heeft nu een wachtwoord.";
$TEXT['security-checkpmamysqluser-text']="phpMyAdmin bewaart je instellingen in een extra database. Om die te bereiken heeft hij een speciale gebruiker PMA. Deze heeft standaard geen wachtwoord en om beveiligingslekken te vermijden moet je hem een wachtwoord geven.";

$TEXT['security-checkmysql-nok']="De MySQL user 'root' heeft geen wachtwoord.";
$TEXT['security-checkmysql-ok']="De MySQL user 'root' heeft nu een wachtwoord.";
$TEXT['security-checkmysql-text']="Elke locale linux gebruiker met root rechten kan jouw database benaderen. Je moet een password maken.";

$TEXT['security-checkftppassword-nok']="Het FTP password voor 'user' is 'lampp'.";
$TEXT['security-checkftppassword-ok']="Het FTP password voor 'user' is nu niet meer 'lampp'";
$TEXT['security-checkftppassword-text']="Door het staard wachtwoord en gebruikersnaam te gebruiken kan iedereen bestanden down- of uploaden. Dus als je FTP wilt aanzetten moet je een password maken.";

// ---------------------------------------------------------------------
// START
// ---------------------------------------------------------------------

$TEXT['start-head']="Welkom bij XAMPP voor Windows";

$TEXT['start-subhead']="Gefeliciteerd:<br>Je hebt succesvol XAMPP geinstaleerd op dit systeem!";

$TEXT['start-text1']="Je kan nu Apache enz. gebruiken, maar eerst moet je >>Status<< op het linkernavigatiemenu kiezen om er zeker van te zijn dat alles werkt.";

$TEXT['start-text2']="Let op: De XAMPP in version 1.4.x is veranderd voor package management. Er zijn de volgende packages/addons: <UL><LI>XAMPP standaard package</LI><LI>XAMPP Perl addon</LI><LI>XAMPP Python addon<LI></LI>XAMPP Gereedschap addon (Meer gereedschap maar inactief)</LI><LI>XAMPP Server addon (meer servers maar inactief)</LI><LI>XAMPP Other addon (Andere dingen maar inactief)</LI></UL>";

$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.";

$TEXT['start-text4']="Voor OpenSSL ondersteuning gebruik het standaard certificaat <a href='https://127.0.0.1' target='_top'>https://127.0.0.1</a> of <a href='https://localhost' target='_top'>https://localhost</a>";

$TEXT['start-text5']="En heel belangrijk: Heel erg bedankt voor hulp en ondersteuning Nemesis, KriS, Boppy, Pc-Dummy en alle andere vrienden van XAMPP!";

$TEXT['start-text6']="Veel succes, Kay Vogelgesang + Kai 'Oswald' Seidler";

// ---------------------------------------------------------------------
// MANUALS
// ---------------------------------------------------------------------

$TEXT['manuals-head']="Online documentatie";

$TEXT['manuals-text1']="XAMPP combineert vele verschillende software pakketen in één. Hier is een lijst van de meest belangrijke.";


$TEXT['manuals-list1']="
<ul>
De documentatie is meestal in het engels of duits.
<li><a href=http://httpd.apache.org/docs-2.0/>Apache 2 documentatie</a>
<li><a href=http://www.php.net/manual/en/>PHP <b>referenz </b>documentatie<</a>
<li><a href=http://www.perldoc.com/perl5.8.0/pod/perl.html>Perl documentatie<</a>
<li><a href=http://www.mysql.com/documentation/mysql/bychapter/>MySQL documentatie</a>
<li><a href=http://php.weblogs.com/ADODB>ADODB</a>
<li><a href=http://turck-mmcache.sourceforge.net/>Turck MMCache for PHP</a>
<li><a href=http://www.ros.co.nz/pdf/readme.pdf>pdf class documentatie<</a>
</ul>";

$TEXT['manuals-text2']="En een kleine lijst tutorials en the Apache Friends documentatie pagina:";

$TEXT['manuals-list2']="
<ul>
<li><a href=http://www.apachefriends.org/faq-en.html>Apache Friends documentatie<</a>
<li><a href=http://www.freewebmasterhelp.com/tutorials/php>PHP Tutorial</a> door David Gowans
<li><a href=http://www.davesite.com/webstation/html/>HTML - Een Interactieve Tutorial Voor Beginners</a> door Dave Kristula
<li><a href=http://www.comp.leeds.ac.uk/Perl/start.html>Perl Tutorial</a> door Nik Silver
</ul>";

$TEXT['manuals-text3']="Veel succes en heb een fijne tijd! :)";

// ---------------------------------------------------------------------
// COMPONENTS
// ---------------------------------------------------------------------

$TEXT['components-head']="XAMPP onderdelen";

$TEXT['components-text1']="XAMPP combineert vele verschillende software pakketen in één. Hier is een overzicht.";

$TEXT['components-text2']="Veel dank aan de ontwikkelaars van deze programma's!";

$TEXT['components-text3']="In de map <b>\\xampp\licenses</b> zul je de licensie voor deze programma's vinden.";

// ---------------------------------------------------------------------
// CD COLLECTION DEMO
// ---------------------------------------------------------------------

$TEXT['cds-head']="CD collectie (voorbeeld van PHP+MySQL+PDF Class)";

$TEXT['cds-text1']="Een erg simpel CD programma.";

$TEXT['cds-text2']="CD lijst als <a href='" . $PHP_SELF . "?action=getpdf'>PDF document</a>.";

$TEXT['cds-error']="Kon niet verbinden met database!<br>Loopt MySQL of heb je het wachtwoord veranderd?";
$TEXT['cds-head1']="Mijn CD's";
$TEXT['cds-attrib1']="Artiesten";
$TEXT['cds-attrib2']="Titel";
$TEXT['cds-attrib3']="Jaar";
$TEXT['cds-attrib4']="Commmando";
$TEXT['cds-sure']="Weet je het zeker?";
$TEXT['cds-head2']="voeg CD toe";
$TEXT['cds-button1']="VERWIJDER CD";
$TEXT['cds-button2']="VOEG CD TOE";

// ---------------------------------------------------------------------
// BIORHYTHM DEMO
// ---------------------------------------------------------------------

$TEXT['bio-head']="Bioritme (Voorbeeld van PHP+GD)";

$TEXT['bio-by']="door";
$TEXT['bio-ask']="Voer alsjeblieft je geboortjedatum in:";
$TEXT['bio-ok']="OK";
$TEXT['bio-error1']="Datum";
$TEXT['bio-error2']="is ongeldig";

$TEXT['bio-birthday']="Verjaardag";
$TEXT['bio-today']="Vandaag";
$TEXT['bio-intellectual']="Intellectueel";
$TEXT['bio-emotional']="Emotioneel";
$TEXT['bio-physical']="Phygisch";

// ---------------------------------------------------------------------
// INSTANT ART DEMO
// ---------------------------------------------------------------------

$TEXT['iart-head']="Onmiddelijke Kunst (Voorbeeld van PHP+GD+FreeType)";
$TEXT['iart-text1']="Lettertype »AnkeCalligraph« door <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
$TEXT['iart-ok']="OK";

// ---------------------------------------------------------------------
// FLASH ART DEMO
// ---------------------------------------------------------------------

$TEXT['flash-head']="Flash Kunst (Voorbeeld voor PHP+MING)";
$TEXT['flash-text1']="Het MING project voor win32 bestaat niet langer en is niet compleet.<br>Lees a.u.b. dit: <a class=blue target=extern href=\"http://ming.sourceforge.net/install.html/\">Ming - an SWF output library and PHP module</a>";
$TEXT['flash-ok']="OK";

// ---------------------------------------------------------------------
// PHONE BOOK DEMO
// ---------------------------------------------------------------------

$TEXT['phonebook-head']="Telefoonboek (Voorbeeld voor PHP+SQLite)";

$TEXT['phonebook-text1']="Een simpel telefoonboek script. Maar gemaakt met een erg moderne techniek: SQLite, De SQL database zonder server.";

$TEXT['phonebook-error']="Kon de database niet openen!";
$TEXT['phonebook-head1']="Mijn telefoonnummers";
$TEXT['phonebook-attrib1']="Achternaam";
$TEXT['phonebook-attrib2']="Voornaam";
$TEXT['phonebook-attrib3']="Telefoonnummer";
$TEXT['phonebook-attrib4']="Commando";
$TEXT['phonebook-sure']="Weet je het zeker?";
$TEXT['phonebook-head2']="Voeg gegevens toe";
$TEXT['phonebook-button1']="VERWIJDER";
$TEXT['phonebook-button2']="VOEG TOE";

// ---------------------------------------------------------------------
// ABOUT
// ---------------------------------------------------------------------

$TEXT['about-head']="Over XAMPP";

$TEXT['about-subhead1']="Idee en uitwerking:";

$TEXT['about-subhead2']="Vormgeving:";

$TEXT['about-subhead3']="Fijnstemming:";

$TEXT['about-subhead4']="Contactpersoon:";

// ---------------------------------------------------------------------
// CODE
// ---------------------------------------------------------------------

$TEXT['srccode-in']="Krijg de broncode hier";

// ---------------------------------------------------------------------
// MERCURY
// ---------------------------------------------------------------------

$TEXT['mail-head']="Mailen met Mercury SPMT en Pop3 server.";
$TEXT['mail-hinweise']="Een paar belangrijke aantekeningen om Mercury te gebruiken!";
$TEXT['mail-adress']="Verzender:";
$TEXT['mail-adressat']="Ontvanger:";
$TEXT['mail-cc']="CC:";
$TEXT['mail-subject']="Onderwerp:";
$TEXT['mail-message']="Bericht:";
$TEXT['mail-sendnow']="Dit bericht wordt nu verstuurd ...";
$TEXT['mail-sendok']="Het bericht is succesvol verzonden!";
$TEXT['mail-sendnotok']="Fout! Het bericht was niet verzonden!";
$TEXT['mail-help1']="Aantekeningen om Mercury te gebruiken:<br><br>";
$TEXT['mail-help2']="<UL>
<LI>Mercury heeft een externe connectie nodig om op te starten;</LI>
<LI>bij het opstarten, defineert Mercury de DNS automatisch als de name-server van je provider;</LI>
<LI>Voor alle gebruikers van gateway servers: Zet alsjeblieft je DNS op via TCP (bijv. via InterNic met het IP number 198.41.0.4);</LI>
<LI>Het configuratiebestand van Mercury heet MERCURY.INI;</LI>
<LI>Om te testen,zend een bericht naar postmaster@localhost of admin@localhost en kijk naar de berichten in deze folders: xampp.../mailserver/MAIL/postmaster of (...)/admin;</LI>
<LI>Een test gebruiker genoemt\"newuser\" (newuser@localhost) met het wachtwoord = wampp;</LI>
<LI>SPAM etc. zijn streng verboden met Mercury!;</LI>
</UL>";
$TEXT['mail-url']="<a href=\"http://www.pmail.com/overviews/ovw_mercury.htm\" target=\"_top\">http://www.pmail.com/overviews/ovw_mercury.htm</a>";
// ---------------------------------------------------------------------
// FileZilla FTP
// ---------------------------------------------------------------------

$TEXT['filezilla-head']="FileZilla FTP Server";
$TEXT['filezilla-install']="Apache is <U>geen</U> FTP Server ... maar FileZilla FTP is er een. Volg a.u.b. de volgende richtlijnen.";
$TEXT['filezilla-install2']="In de hoofddirectory van xampp, start \"filezilla_setup.bat\" voor de setup. Let op: Voor Windows NT, 2000 and XP Professional, Moet FireZilla worden geinstalleerd als een service.";
$TEXT['filezilla-install3']="Configureer \"FileZilla FTP\". Om dit te doen please use the FileZilla Interface with the \"FileZilla Server Interface.exe\". Two Users are in this example:<br><br>
A: A default user \"newuser\", password \"wampp\". The home directory is xampp\htdocs.<br>
B: An anonymous user \"anonymous\", no password. The home directory is xampp\anonymous.<br><br>
The default interface is the loopback address 127.0.0.1.";
$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.";
$TEXT['filezilla-url']="<br><br><a href=\"http://filezilla.sourceforge.net\" target=\"_top\">http://filezilla.sourceforge.net</a>";

// ---------------------------------------------------------------------
// PEAR
// ---------------------------------------------------------------------

$TEXT['pear-head']="Excel export with PEAR (PHP)";
$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)";
$TEXT['pear-cell']="The value of a cell";

// ---------------------------------------------------------------------
// JPGRAPH
// ---------------------------------------------------------------------

$TEXT['jpgraph-head']="JpGraph - Graph Library for PHP";
$TEXT['jpgraph-url']="<br><br><a href=\"http://www.aditus.nu/jpgraph/\" target=\"_top\">http://www.aditus.nu/jpgraph/</a>";

// ---------------------------------------------------------------------
// ADODB
// ---------------------------------------------------------------------

$TEXT['ADOdb-head']="ADOdb - Another DB access (PHP)";
$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.";
$TEXT['ADOdb-example']="The example:";
$TEXT['ADOdb-dbserver']="Database server (MySQL, Oracle ..?)";
$TEXT['ADOdb-host']="Host of the DB server (name or IP)";
$TEXT['ADOdb-user']="Username ";
$TEXT['ADOdb-password']="Password";
$TEXT['ADOdb-database']="Current database on this database server";
$TEXT['ADOdb-table']="Selected table of database";
$TEXT['ADOdb-nottable']="<p><B>Table not found!</B>";
$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>";


// ---------------------------------------------------------------------
// INFO
// ---------------------------------------------------------------------

$TEXT['info-package']="Package";
$TEXT['info-pages']="Pages";
$TEXT['info-extension']="Extensions";
$TEXT['info-module']="Apache module";
$TEXT['info-description']="Description";
$TEXT['info-signature']="Signature";
$TEXT['info-docdir']="Document root";
$TEXT['info-port']="Default port";
$TEXT['info-service']="Services";
$TEXT['info-examples']="Examples";
$TEXT['info-conf']="Configuration files";
$TEXT['info-requires']="Requires";
$TEXT['info-alternative']="Alternative";
$TEXT['info-tomcatwarn']="Warning! Tomcat is not started on port 8080.";
$TEXT['info-tomcatok']="OK! Tomcat is started on port 8080 successfully.";
$TEXT['info-tryjava']="The java example (JSP) with Apache MOD_JK.";
$TEXT['info-nococoon']="Warning! Tomcat is not started on port 8080. Cannot install
\"Cocoon\" without running Tomcat server!";
$TEXT['info-okcocoon']="Ok! The Tomcat is running normaly. The installation works can last some minutes! To install \"Cocoon\" now click here ...";

// ---------------------------------------------------------------------
// PHP Switch
// ---------------------------------------------------------------------

$TEXT['switch-head']="PHP Switch 1.0 win32 for XAMPP";
$TEXT['switch-phpversion']="<i><b>Current in THIS XAMPP is ";
$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>";
$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: ";
$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>";
$TEXT['switch-where4']="<B>After That! Where are my (old) config files?</B><br><br>For PHP 4:<br>";
$TEXT['switch-where5']="<br><br>For PHP 5:<br>";
$TEXT['switch-make1']="<B>What is with changes in my config files?</B><br><br>There lives! For PHP4 or PHP5 in the<br>";
$TEXT['switch-make2']="<br><br> .. secured for PHP4 ...<br>";
$TEXT['switch-make3']="<br><br> .. secured for PHP5 ...<br>";
$TEXT['switch-make4']="<br><br>And these files are going back with the PHP switching!!<p>";
$TEXT['switch-not']="<B>My PHP is okay AND i will NOT a \"switch\" !!!</B><br>Super! Then forget this here ... ;-)<br>";

?>
david_hoepelman
 
Posts: 8
Joined: 03. September 2004 19:47
Location: Netherlands

Postby tHarry » 05. September 2004 13:58

Wenns nach dem geht würde ich mich auch gerne als (dolmatcher) Übersetzer ins Niederländisch melden.
Ich bin gebürtiger Niederländer, wohne aber seit 10 Jahren in Österreich (Salzburg und Tirol).
Xampp bzw. besser ApacheFriends kenne und benutze ich seit 1998..

Ich habe mir auch schon länger überlegt evtl. mich bei ApacheFriends zu melden, wegen einer evtl. Möglichkeit für Holländisch... aber andrerseits ist Englisch sowieso fast die 2. Landessprache von Holland... und die meisten posten sowieso in englischen Foren, oder schauen sich Inhalte auf Englisch an.

"Überlegte, hatte mich auch schon wegen MAMPP angeboten, da ich Privat hauptsächlich auf MacOSX arbeite und Apache, PHP, MySQL bereits dabei sind."

LG, Harry
Whistler/Sp2, AMD2000+, Xampp 1.5.2,
Whistler/Sp2, P4/2Ghz, Xampp 1.5.2,
Apache und MySQL als Service
---------------
Max OS X 10.4 - iBook G4 - Xampp 0.5
tHarry
 
Posts: 54
Joined: 19. April 2003 17:58


Return to XAMPP-Wunschzettel

Who is online

Users browsing this forum: No registered users and 89 guests