From 83d08b6929cdfe094af408c5000cc329833bf7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 10 Jun 2003 14:05:32 +0000 Subject: [PATCH] fixed errors in languages introduced by me... --- lang/chinese_gb-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 4 ---- lang/italian-utf-8.inc.php3 | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 51dc32e8ee..976150f386 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -6,6 +6,7 @@ */ $charset = 'utf-8'; +$allow_recoding = TRUE; $text_dir = 'ltr'; $left_font_family = 'simsun, 宋体'; $right_font_family = 'simsun'; diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 70b8feec77..4f2d536109 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -655,10 +655,6 @@ $strAddIntoComments = 'Add into comments';//to translate $strDatabaseExportOptions = 'Database export options';//to translate $strDatabaseNoTable = 'This database contains no table!';//to translate -$strPaperSize = 'Paper size'; //to translate - -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - $strViewDumpDatabases = 'View dump (schema) of databases';//to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 5a946b40a7..6c7648782e 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -656,10 +656,6 @@ $strAddIntoComments = 'Add into comments';//to translate $strDatabaseExportOptions = 'Database export options';//to translate $strDatabaseNoTable = 'This database contains no table!';//to translate -$strPaperSize = 'Paper size'; //to translate - -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - $strViewDumpDatabases = 'View dump (schema) of databases';//to translate ?>