(de) grammar fix
This commit is contained in:
parent
0d8759b0f5
commit
ba7f146127
@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-09-10 Alexander M. Turek <me@derrabus.de>
|
||||
* lang/german-*.inc.php: grammar.
|
||||
|
||||
2004-09-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: bug #1022338: clarify about needed chown -R
|
||||
on the scripts (otherwise, problems in PHP safe mode)
|
||||
|
||||
@ -296,8 +296,8 @@ $strImportFinished = 'Import beendet';
|
||||
$strInUse = 'in Benutzung';
|
||||
$strIndex = 'Index';
|
||||
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
|
||||
$strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strIndexName = 'Indexname:';
|
||||
$strIndexType = 'Indextyp:';
|
||||
$strIndexes = 'Indizes';
|
||||
$strInnodbStat = 'InnoDB-Status';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Standardbenutzers 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!';
|
||||
|
||||
@ -297,8 +297,8 @@ $strImportFinished = 'Import beendet';
|
||||
$strInUse = 'in Benutzung';
|
||||
$strIndex = 'Index';
|
||||
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
|
||||
$strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strIndexName = 'Indexname:';
|
||||
$strIndexType = 'Indextyp:';
|
||||
$strIndexes = 'Indizes';
|
||||
$strInnodbStat = 'InnoDB-Status';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Standardbenutzers 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!';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user