This commit is contained in:
Garvin Hicking
2003-08-27 20:32:16 +00:00
parent 57f609b3cd
commit 79dc25cb2f
3 changed files with 31 additions and 30 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-08-27 Garvin Hicking <me@supergarv.de>
* lang/german*: Update
2003-08-27 Michal Cihar <nijel@users.sourceforge.net> 2003-08-27 Michal Cihar <nijel@users.sourceforge.net>
* sql.php3, lang/*: Print view with full texts (RFE #742123). * sql.php3, lang/*: Print view with full texts (RFE #742123).

View File

@@ -698,20 +698,19 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate $strUseThisValue = 'Diesen Wert verwenden';
$strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. M<>glicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$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 = 'Fremdschl<68>sselwerte ansehen';
$strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Interne Beziehungen';
$strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'Sie sollten auf MySQL %s oder neuer umsteigen.';
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate $strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatexStructure = 'Structure of table __TABLE__';//to translate $strLatexContinued = '(Fortsetzung)';
$strLatexContinued = '(continued)';//to translate $strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContent = 'Content of table __TABLE__';//to translate $strLatexIncludeCaption = 'Tabellenbeschriftung einf<6E>gen';
$strLatexIncludeCaption = 'Include table caption';//to translate $strLatexCaption = 'Tabellenbeschriftung';
$strLatexCaption = 'Table caption';//to translate $strLatexLabel = 'Kennzeichen';
$strLatexLabel = 'Label key';//to translate $strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate $strPrintViewFull = 'Druckansicht (vollst<73>ndige Textfelder)';
?> ?>

View File

@@ -699,20 +699,19 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate $strUseThisValue = 'Diesen Wert verwenden';
$strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$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 = 'Fremdschlüsselwerte ansehen';
$strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Interne Beziehungen';
$strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'Sie sollten auf MySQL %s oder neuer umsteigen.';
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate $strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatexStructure = 'Structure of table __TABLE__';//to translate $strLatexContinued = '(Fortsetzung)';
$strLatexContinued = '(continued)';//to translate $strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContent = 'Content of table __TABLE__';//to translate $strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexIncludeCaption = 'Include table caption';//to translate $strLatexCaption = 'Tabellenbeschriftung';
$strLatexCaption = 'Table caption';//to translate $strLatexLabel = 'Kennzeichen';
$strLatexLabel = 'Label key';//to translate $strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate $strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
?> ?>