(ger) updates

This commit is contained in:
Alexander M. Turek 2002-05-09 22:40:12 +00:00
parent 520c55e984
commit 6f69e17c73
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ $Source$
2002-05-09 Alexander M. Turek <rabus@users.sourceforge.net>
* left.php3, libraries/common.lib.php3:
Fixed bug #546011 (Navigation tooltips).
* lang/german.inc.php3: Updates.
2002-05-08 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: update example for foreign_display_field

View File

@ -175,6 +175,7 @@ $strLimitNumRows = 'Eintr
$strLineFeed = 'Zeilenvorschub: \\n';
$strLines = 'Zeilen';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLocationTextfile = 'Datei';
$strLogin = 'Login';
@ -355,5 +356,4 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strLinkNotFound = 'Link not found'; //to translate
?>