fixed errors in languages introduced by me...

This commit is contained in:
Michal Čihař
2003-06-10 14:05:32 +00:00
parent c430dc8a95
commit 83d08b6929
3 changed files with 1 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
*/
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'simsun, 宋体';
$right_font_family = 'simsun';

View File

@@ -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
?>

View File

@@ -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
?>