(de) Updates

This commit is contained in:
Alexander M. Turek
2002-12-11 16:57:59 +00:00
parent 9eac77903c
commit 427db1d942
3 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
cleaner charset conversion for export.
@@ -15,7 +18,7 @@ $Source$
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/galician: update, thanks to Xos<6F> Calvo
* libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
but there is still some work to do about how to split a UNION
but there is still some work to do about how to split a UNION
* tbl_properties_options.php3, bug 651522 wrong back-link,
thanks to Mischka ( stollner at uni-muenster dot de )

View File

@@ -217,6 +217,7 @@ $strKeyname = 'Name';
$strKill = 'Beenden';
$strLandscape = 'Querformat';
$strLaTeX = 'LaTeX';
$strLength = ' L<>nge ';
$strLengthSet = 'L<>nge/Set*';
$strLimitNumRows = 'Eintr<74>ge pro Seite';
@@ -476,6 +477,4 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
$strYes = 'Ja';
$strZip = 'Zip-komprimiert';
$strLaTeX = 'LaTeX'; //to translate
?>

View File

@@ -218,6 +218,7 @@ $strKeyname = 'Name';
$strKill = 'Beenden';
$strLandscape = 'Querformat';
$strLaTeX = 'LaTeX';
$strLength = ' Länge ';
$strLengthSet = 'Länge/Set*';
$strLimitNumRows = 'Einträge pro Seite';
@@ -477,6 +478,4 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
$strYes = 'Ja';
$strZip = 'Zip-komprimiert';
$strLaTeX = 'LaTeX'; //to translate
?>