This commit is contained in:
Alexander M. Turek
2002-05-19 10:12:45 +00:00
parent ac72eff066
commit 096fd644e2
2 changed files with 13 additions and 10 deletions

View File

@@ -5,12 +5,15 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-19 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: Updated serveral untranslated strings.
2002-05-18 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3: corrections by Lo<4C>c; and I fix the undefined variables
* Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
2002-05-18 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/display_tbl.lib.php3, line 1006: if a binary record contains
* libraries/display_tbl.lib.php3, line 1006: if a binary record contains
some html special characters, display was not xhtml compliant.
2002-05-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>

View File

@@ -71,6 +71,7 @@ $strCheckTable = '
$strColumn = 'Spalte';
$strColumnNames = 'Spaltennamen';
$strCompleteInserts = 'Vollst<73>ndige \'INSERT\'s';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten f<>r die Tabelle %s';
$strConfirm = 'Bist du dir wirklich sicher?';
$strCookiesRequired = 'Ab diesem Punkt m<>ssen Cookies aktiviert sein.';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
@@ -98,6 +99,7 @@ $strDeleteUserMessage = 'Der Benutzer %s wurde gel
$strDescending = 'absteigend';
$strDisplay = 'Zeige';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche <20>ber Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'M<>chten Sie wirklich diese Abfrage ausf<73>hren: ';
@@ -224,10 +226,13 @@ $strOptions = 'Optionen';
$strOr = 'Oder';
$strOverhead = '<27>berhang';
$strPageNumber = 'Seite:';
$strPartialText = 'gek<65>rzte Textfelder';
$strPassword = 'Kennwort';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordNotSame = 'Die eingegebenen Kennw<6E>rter sind nicht identisch!';
$strPdfInvalidPageNum = 'Undefinierte PDF-Seitennummer!';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPHPVersion = 'PHP-Version';
@@ -278,6 +283,7 @@ $strRunQuery = 'SQL-Befehl ausf
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausf<73>hren';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schma nicht auf eine Seite passt!';
$strSelect = 'Teilw. anzeigen';
$strSelectAll = 'Alle ausw<73>hlen';
$strSelectADb = 'Bitte Datenbank ausw<73>hlen';
@@ -289,9 +295,12 @@ $strServerVersion = 'Server Version';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte 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';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowCols = 'Reihen anzeigen';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datens<6E>tze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strSingly = '(einmalig)';
@@ -356,13 +365,4 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
?>