(de) Updates

This commit is contained in:
Alexander M. Turek
2002-08-13 13:02:08 +00:00
parent eb82e0f8bd
commit 07f8194a2d
3 changed files with 6 additions and 3 deletions

View File

@@ -5,11 +5,14 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-08-13 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
2002-08-13 Marc Delisle <lem9@users.sourceforge.net> 2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
* lang/*, main.php3: new warning strInsecureMySQL, when running with * lang/*, main.php3: new warning strInsecureMySQL, when running with
the default MySQL privileged account the default MySQL privileged account
2002-08-11 Robin Johnson <robbat2@users.sourceforge.net> 2002-08-12 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/sqlparser.lib.php3: * libraries/sqlparser.lib.php3:
- Fixed bug #594098 - Fixed bug #594098

View File

@@ -189,6 +189,7 @@ $strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndexName = 'Index Name&nbsp;:'; $strIndexName = 'Index Name&nbsp;:';
$strIndexType = 'Index Typ&nbsp;:'; $strIndexType = 'Index Typ&nbsp;:';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enth<74>lt Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Stardardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so k<>nnen Unbefugte leicht von au<61>en auf ihn zugreifen. Sie sollten diese Sicherheitsl<73>cke unbedingt schlie<69>en!';
$strInsert = 'Einf<6E>gen'; $strInsert = 'Einf<6E>gen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern '; $strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRows = 'Eingef<65>gte Zeilen:'; $strInsertedRows = 'Eingef<65>gte Zeilen:';
@@ -431,5 +432,4 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
?> ?>

View File

@@ -190,6 +190,7 @@ $strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.'; $strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndexName = 'Index Name&nbsp;:'; $strIndexName = 'Index Name&nbsp;:';
$strIndexType = 'Index Typ&nbsp;:'; $strIndexType = 'Index Typ&nbsp;:';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Stardardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsert = 'Einfügen'; $strInsert = 'Einfügen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern '; $strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRows = 'Eingefügte Zeilen:'; $strInsertedRows = 'Eingefügte Zeilen:';
@@ -432,5 +433,4 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
?> ?>