diff --git a/ChangeLog b/ChangeLog index ecc68c72f..e1ebfaa07 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ $Id$ $Source$ +2001-07-15 Marc Delisle + * small patch from vinay and girish @sanisoft.com: + db_details.php3: new checkbox for optional re-display of query + (lang/*.php3) + 2001-07-15 Olivier Müller * releasing 2.2.0rc2 diff --git a/db_details.php3 b/db_details.php3 index 97d99bdf4..6823b8870 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -262,8 +262,12 @@ if ($num_tables > 0) {  :

+
$strOr $strLocationTextfile"; ?> :
diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 9b4c3b472..f660be54a 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate -?> \ No newline at end of file +$strShowThisQuery=" Show this query here again "; //to translate +?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index efb23426a..8f32d628d 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 9f2e0d3ac..33985faf1 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 2e4ae942a..491d38a01 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate -?> \ No newline at end of file +$strShowThisQuery=" Show this query here again "; //to translate +?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index e05c43328..a619b9e2d 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index afbcf930d..1efbf8365 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index a7c8a6b54..f74a9bca8 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 589761c33..203920c28 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 881ac8d1f..b273ccdac 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 64a4141d5..74df4a3fa 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -274,4 +274,5 @@ $strWelcome = "Welcome to "; $strWrongUser = "Wrong username/password. Access denied."; $strYes = "Yes"; +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 2423450fd..b64a50aa2 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -273,4 +273,5 @@ $strWelcome = "Bienvenue $strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé"; $strYes = "Oui"; +$strShowThisQuery="Réafficher la requête après exécution"; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index e7c4e7b84..8f552be59 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"GZip komprimiert\""; $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Zeilengröße "; +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index a6d474238..99179cf6f 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index e902a6198..c6844823e 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 82522177e..fb1c16166 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index aeaea1ad3..89631ff26 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index f01489c78..ae5723d19 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index b8ebee2e4..3487d05da 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index d3852a2ae..69d2283d4 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 1718080b3..564ddaaca 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 03d17bb70..d4da0ec45 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize = " Row size "; //to translate -?> \ No newline at end of file +$strShowThisQuery=" Show this query here again "; //to translate +?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 2e94aef65..d3d5eee9a 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 749a34df0..b476f3c59 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate $strOffSet = "Offset"; $strNbRecords = "No. Of records"; $strRowSize=" Row size "; //to translate +$strShowThisQuery=" Show this query here again "; //to translate ?>