(de) Updates
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
||||||
cleaner charset conversion for export.
|
cleaner charset conversion for export.
|
||||||
@@ -15,7 +18,7 @@ $Source$
|
|||||||
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
|
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/galician: update, thanks to Xos<6F> Calvo
|
* lang/galician: update, thanks to Xos<6F> Calvo
|
||||||
* libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
|
* 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,
|
* tbl_properties_options.php3, bug 651522 wrong back-link,
|
||||||
thanks to Mischka ( stollner at uni-muenster dot de )
|
thanks to Mischka ( stollner at uni-muenster dot de )
|
||||||
|
|
||||||
|
@@ -217,6 +217,7 @@ $strKeyname = 'Name';
|
|||||||
$strKill = 'Beenden';
|
$strKill = 'Beenden';
|
||||||
|
|
||||||
$strLandscape = 'Querformat';
|
$strLandscape = 'Querformat';
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLength = ' L<>nge ';
|
$strLength = ' L<>nge ';
|
||||||
$strLengthSet = 'L<>nge/Set*';
|
$strLengthSet = 'L<>nge/Set*';
|
||||||
$strLimitNumRows = 'Eintr<74>ge pro Seite';
|
$strLimitNumRows = 'Eintr<74>ge pro Seite';
|
||||||
@@ -476,6 +477,4 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
|
|||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
$strLaTeX = 'LaTeX'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -218,6 +218,7 @@ $strKeyname = 'Name';
|
|||||||
$strKill = 'Beenden';
|
$strKill = 'Beenden';
|
||||||
|
|
||||||
$strLandscape = 'Querformat';
|
$strLandscape = 'Querformat';
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLength = ' Länge ';
|
$strLength = ' Länge ';
|
||||||
$strLengthSet = 'Länge/Set*';
|
$strLengthSet = 'Länge/Set*';
|
||||||
$strLimitNumRows = 'Einträge pro Seite';
|
$strLimitNumRows = 'Einträge pro Seite';
|
||||||
@@ -477,6 +478,4 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
|
|||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
$strLaTeX = 'LaTeX'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user