updates
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-01-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* lang/german.inc.php3 updates thanks to Michael Hauptmann
|
||||||
|
|
||||||
2002-01-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-01-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* left.php3:
|
* left.php3:
|
||||||
- optimized the code a bit (build tooltips only if required in light
|
- optimized the code a bit (build tooltips only if required in light
|
||||||
|
@@ -70,6 +70,7 @@ $strColumn = 'Spalte';
|
|||||||
$strColumnNames = 'Spaltennamen';
|
$strColumnNames = 'Spaltennamen';
|
||||||
$strCompleteInserts = 'Vollst<73>ndige \'INSERT\'s';
|
$strCompleteInserts = 'Vollst<73>ndige \'INSERT\'s';
|
||||||
$strConfirm = 'Bist du dir wirklich sicher?';
|
$strConfirm = 'Bist du dir wirklich sicher?';
|
||||||
|
$strCookiesRequired = 'Ab diesem Punkt m<>ssen Cookies aktiviert sein.';
|
||||||
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
|
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
|
||||||
$strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.';
|
$strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.';
|
||||||
$strCreate = 'Erzeugen';
|
$strCreate = 'Erzeugen';
|
||||||
@@ -171,6 +172,7 @@ $strLinesTerminatedBy = 'Zeilen getrennt mit';
|
|||||||
$strLocationTextfile = 'Datei';
|
$strLocationTextfile = 'Datei';
|
||||||
$strLogout = 'Neu einloggen';
|
$strLogout = 'Neu einloggen';
|
||||||
$strLogPassword = 'Kennwort:';
|
$strLogPassword = 'Kennwort:';
|
||||||
|
$strLogUsername = 'Benutzername:';
|
||||||
|
|
||||||
$strModifications = '<27>nderungen gespeichert.';
|
$strModifications = '<27>nderungen gespeichert.';
|
||||||
$strModify = 'Ver<65>ndern';
|
$strModify = 'Ver<65>ndern';
|
||||||
@@ -275,8 +277,10 @@ $strServerVersion = 'Server Version';
|
|||||||
$strSetEnumVal = 'Wenn das Feld vom Type \'ENUM\' oder \'SET\' ist, benutzen Sie das Format: \'a\',\'b\',\'c\',....<br />Wann immer Sie ein Backslash ("\") oder ein einfaches Anf<6E>hrungszeichen ("\'") verwenden,<br \>setzen Sie bitte ein Backslash vor das Zeichen. (z.B.: \'\\\\xyz\' or \'a\\\'b\').';
|
$strSetEnumVal = 'Wenn das Feld vom Type \'ENUM\' oder \'SET\' ist, benutzen Sie das Format: \'a\',\'b\',\'c\',....<br />Wann immer Sie ein Backslash ("\") oder ein einfaches Anf<6E>hrungszeichen ("\'") verwenden,<br \>setzen Sie bitte ein Backslash vor das Zeichen. (z.B.: \'\\\\xyz\' or \'a\\\'b\').';
|
||||||
$strShow = 'Zeige';
|
$strShow = 'Zeige';
|
||||||
$strShowAll = 'Alles anzeigen';
|
$strShowAll = 'Alles anzeigen';
|
||||||
|
$strShowCols = 'Reihen anzeigen';
|
||||||
$strShowingRecords = 'Zeige Datens<6E>tze ';
|
$strShowingRecords = 'Zeige Datens<6E>tze ';
|
||||||
$strShowPHPInfo = 'PHP Informationen anzeigen';
|
$strShowPHPInfo = 'PHP Informationen anzeigen';
|
||||||
|
$strShowTables = 'Tabellen anzeigen';
|
||||||
$strShowThisQuery = 'SQL Befehl hier wieder anzeigen';
|
$strShowThisQuery = 'SQL Befehl hier wieder anzeigen';
|
||||||
$strSingly = '(einmalig)';
|
$strSingly = '(einmalig)';
|
||||||
$strSize = 'Gr<47><72>e';
|
$strSize = 'Gr<47><72>e';
|
||||||
@@ -340,11 +344,7 @@ $strZip = '"Zip komprimiert"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCardinality = 'Cardinality';
|
$strCardinality = 'Cardinality';
|
||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
|
||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogUsername = 'Username:';
|
|
||||||
$strSelectADb = 'Please select a database';
|
$strSelectADb = 'Please select a database';
|
||||||
$strShowCols = 'Show columns';
|
|
||||||
$strShowTables = 'Show tables';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user