(de) grammar fix

This commit is contained in:
Alexander M. Turek 2004-09-10 17:03:15 +00:00
parent 0d8759b0f5
commit ba7f146127
3 changed files with 7 additions and 4 deletions

View File

@ -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)

View File

@ -296,8 +296,8 @@ $strImportFinished = 'Import beendet';
$strInUse = 'in Benutzung';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndexName = 'Index Name&nbsp;:';
$strIndexType = 'Index Typ&nbsp;:';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexes = 'Indizes';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; 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!';

View File

@ -297,8 +297,8 @@ $strImportFinished = 'Import beendet';
$strInUse = 'in Benutzung';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndexName = 'Index Name&nbsp;:';
$strIndexType = 'Index Typ&nbsp;:';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexes = 'Indizes';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; 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!';