small fixes

This commit is contained in:
Olivier Müller
2002-01-25 00:15:19 +00:00
parent bfc4494618
commit 7f5a198371
3 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-01-23 Olivier M<>ller <om@omnis.ch>
* translated the last german words
* left.php3: added a "-" (looks less empty this way :)
2002-01-23 Marc Delisle <lem9@users.sourceforge.net>
* portuguese major updates, thanks to Ant<6E>nio Raposo
(Antonio.Raposo at CFMsoft.JazzNet.pt)

View File

@@ -61,6 +61,7 @@ $strBzip = '"BZip komprimiert"';
$strCantLoadMySQL = 'MySQL Erweiterung konnte nicht geladen werden,<br />bitte PHP Konfiguration <20>berpr<70>fen.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCardinality = 'Kardinalit<69>t';
$strCarriage = 'Wagenr<6E>cklauf \\r';
$strChange = '<27>ndern';
$strCheckAll = 'Alle ausw<73>hlen';
@@ -170,6 +171,7 @@ $strLineFeed = 'Zeilenvorschub: \\n';
$strLines = 'Zeilen';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLocationTextfile = 'Datei';
$strLogin = 'Benutzername';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogUsername = 'Benutzername:';
@@ -268,6 +270,7 @@ $strRunSQLQuery = 'SQL-Befehl(e) ausf
$strSave = 'Speichern';
$strSelect = 'Teilw. anzeigen';
$strSelectAll = 'Alle ausw<73>hlen';
$strSelectADb = 'Bitte Datenbank ausw<73>hlen';
$strSelectFields = 'Felder ausw<73>hlen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSend = 'Senden';
@@ -343,8 +346,5 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strCardinality = 'Cardinality';
$strLogin = 'Login';
$strSelectADb = 'Please select a database';
?>

View File

@@ -190,7 +190,7 @@ if ($num_dbs > 1) {
echo ' <input type="hidden" name="lang" value="' . $lang . '" />' . "\n";
echo ' <input type="hidden" name="server" value="' . $server . '" />' . "\n";
echo ' <select name="db" onchange="this.form.submit()">' . "\n";
echo ' <option value=""></option>' . "\n";
echo ' <option value=""> - </option>' . "\n";
$table_list = '';
$db_name = '';
}