(de) Updates
This commit is contained in:
@@ -5,11 +5,14 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* lang/*, main.php3: new warning strInsecureMySQL, when running with
|
||||
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:
|
||||
- Fixed bug #594098
|
||||
|
||||
|
@@ -189,6 +189,7 @@ $strIndexes = 'Indizes';
|
||||
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
|
||||
$strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enth<74>lt Einstellungen (Benutzer "root" 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';
|
||||
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
|
||||
$strInsertedRows = 'Eingef<65>gte Zeilen:';
|
||||
@@ -431,5 +432,4 @@ $strYes = 'Ja';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
// 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
|
||||
?>
|
||||
|
@@ -190,6 +190,7 @@ $strIndexes = 'Indizes';
|
||||
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
|
||||
$strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" 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';
|
||||
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
|
||||
$strInsertedRows = 'Eingefügte Zeilen:';
|
||||
@@ -432,5 +433,4 @@ $strYes = 'Ja';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
// 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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user