From 79dc25cb2f04899d9ebaac455b46d4ec08a4d432 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 27 Aug 2003 20:32:16 +0000 Subject: [PATCH] lang --- ChangeLog | 3 +++ lang/german-iso-8859-1.inc.php3 | 29 ++++++++++++++--------------- lang/german-utf-8.inc.php3 | 29 ++++++++++++++--------------- 3 files changed, 31 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f7c006f0..dba0d183b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-08-27 Garvin Hicking + * lang/german*: Update + 2003-08-27 Michal Cihar * sql.php3, lang/*: Print view with full texts (RFE #742123). diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 8f9c76f4b..81b80a2b8 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -698,20 +698,19 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; -// To translate -$strUseThisValue = 'Use this value'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate +$strUseThisValue = 'Diesen Wert verwenden'; +$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.'; +$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen'; +$strInternalRelations = 'Interne Beziehungen'; +$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.'; +$strUpgradeMySQL = 'Sie sollten auf MySQL %s oder neuer umsteigen.'; +$strLatexStructure = 'Struktur der Tabelle __TABLE__'; +$strLatexContinued = '(Fortsetzung)'; +$strLatexContent = 'Inhalt der Tabelle __TABLE__'; +$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen'; +$strLatexCaption = 'Tabellenbeschriftung'; +$strLatexLabel = 'Kennzeichen'; +$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung'; -$strPrintViewFull = 'Print view (with full texts)'; //to translate +$strPrintViewFull = 'Druckansicht (vollständige Textfelder)'; ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 2816fb2b7..4e3bc8617 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -699,20 +699,19 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; -// To translate -$strUseThisValue = 'Use this value'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate +$strUseThisValue = 'Diesen Wert verwenden'; +$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.'; +$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen'; +$strInternalRelations = 'Interne Beziehungen'; +$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.'; +$strUpgradeMySQL = 'Sie sollten auf MySQL %s oder neuer umsteigen.'; +$strLatexStructure = 'Struktur der Tabelle __TABLE__'; +$strLatexContinued = '(Fortsetzung)'; +$strLatexContent = 'Inhalt der Tabelle __TABLE__'; +$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen'; +$strLatexCaption = 'Tabellenbeschriftung'; +$strLatexLabel = 'Kennzeichen'; +$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung'; -$strPrintViewFull = 'Print view (with full texts)'; //to translate +$strPrintViewFull = 'Druckansicht (vollständige Textfelder)'; ?>