diff --git a/ChangeLog b/ChangeLog index ecc68c72f7..e1ebfaa07b 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 97d99bdf45..6823b8870c 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 9b4c3b4726..f660be54a8 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 efb23426a7..8f32d628d9 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 9f2e0d3acc..33985faf1f 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 2e4ae942ac..491d38a019 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 e05c43328e..a619b9e2df 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 afbcf930df..1efbf8365e 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 a7c8a6b54b..f74a9bca81 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 589761c330..203920c288 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 881ac8d1fe..b273ccdac1 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 64a4141d51..74df4a3faa 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 2423450fd0..b64a50aa27 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 e7c4e7b84b..8f552be599 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 a6d4742385..99179cf6f7 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 e902a6198a..c6844823e2 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 82522177e7..fb1c161668 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 aeaea1ad3d..89631ff265 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 f01489c781..ae5723d19d 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 b8ebee2e47..3487d05da0 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 d3852a2ae8..69d2283d49 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 1718080b34..564ddaaca4 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 03d17bb706..d4da0ec451 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 2e94aef65a..d3d5eee9a8 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 749a34df03..b476f3c59e 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 ?>