fix bug 51753 , 58473 and 51975 . all typing issue.

This commit is contained in:
ftang%netscape.com 2001-01-31 01:00:51 +00:00
parent 06aa98bae5
commit e08b3040df
2 changed files with 12 additions and 11 deletions

View File

@ -62,7 +62,7 @@ ibm857.LangGroup = tr
ibm862.LangGroup = he
ibm864.LangGroup = ar
ibm866.LangGroup = x-cyrillic
iso-2022-cn.LangGroup = zn-CN
iso-2022-cn.LangGroup = zh-CN
iso-2022-jp.LangGroup = ja
iso-2022-kr.LangGroup = ko
iso-8859-1.LangGroup = x-western

View File

@ -26,6 +26,7 @@
## charset_name.title = a_title - specifies the human readable title for
## this charset
us-ascii.title = English (US-ASCII)
iso-8859-1.title = Western (ISO-8859-1)
iso-8859-2.title = Central European (ISO-8859-2)
iso-8859-3.title = South European (ISO-8859-3)
@ -91,13 +92,13 @@ ibm857.title = Turkish (IBM-857)
ibm862.title = Hebrew (IBM-862)
ibm864.title = Arabic (IBM-864)
chardet.off.title = Auto-Detect Off
chardet.alis_charset_detector.title = Auto-Detect (All)
chardet.ja_parallel_state_machine.title = Auto-Detect (Japanese)
chardet.ko_parallel_state_machine.title = Auto-Detect (Korean)
chardet.zhtw_parallel_state_machine.title = Auto-Detect (Traditional Chinese)
chardet.zhcn_parallel_state_machine.title = Auto-Detect (Simplified Chinese)
chardet.zh_parallel_state_machine.title = Auto-Detect (Chinese)
chardet.cjk_parallel_state_machine.title = Auto-Detect (East Asian)
chardet.ruprob.title = Auto-Detect (Russian)
chardet.ukprob.title = Auto-Detect (Ukrainian)
chardet.off.title = Off
chardet.alis_charset_detector.title = All
chardet.ja_parallel_state_machine.title = Japanese
chardet.ko_parallel_state_machine.title = Korean
chardet.zhtw_parallel_state_machine.title = Traditional Chinese
chardet.zhcn_parallel_state_machine.title = Simplified Chinese
chardet.zh_parallel_state_machine.title = Chinese
chardet.cjk_parallel_state_machine.title = East Asian
chardet.ruprob.title = Russian
chardet.ukprob.title = Ukrainian