dom/locales/en-US/chrome/charsetTitles.properties

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/locales/en-US/chrome/charsetTitles.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,104 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +## Rule of this file:
     1.9 +## 1. key should always be in lower case ascii so we can do case insensitive
    1.10 +##    comparison in the code faster.
    1.11 +
    1.12 +## Format of this file:
    1.13 +## charset_name.title = a_title  -  specifies the human readable title for 
    1.14 +## this charset
    1.15 +
    1.16 +us-ascii.title    = English (US-ASCII)
    1.17 +iso-8859-1.title    = Western (ISO-8859-1)
    1.18 +iso-8859-2.title    = Central European (ISO-8859-2)
    1.19 +iso-8859-3.title    = South European (ISO-8859-3)
    1.20 +iso-8859-4.title    = Baltic (ISO-8859-4)
    1.21 +iso-8859-9.title    = Turkish (ISO-8859-9)
    1.22 +iso-8859-10.title   = Nordic (ISO-8859-10)
    1.23 +iso-8859-13.title   = Baltic (ISO-8859-13)
    1.24 +iso-8859-14.title   = Celtic (ISO-8859-14)
    1.25 +iso-8859-15.title   = Western (ISO-8859-15)
    1.26 +iso-8859-16.title   = Romanian (ISO-8859-16)
    1.27 +windows-1250.title  = Central European (Windows-1250)
    1.28 +windows-1252.title  = Western (Windows-1252)
    1.29 +windows-1254.title  = Turkish (Windows-1254)
    1.30 +windows-1257.title  = Baltic (Windows-1257)
    1.31 +macintosh.title         = Western (MacRoman)
    1.32 +x-mac-ce.title          = Central European (MacCE)
    1.33 +x-mac-turkish.title     = Turkish (MacTurkish)
    1.34 +x-mac-croatian.title    = Croatian (MacCroatian)
    1.35 +x-mac-romanian.title    = Romanian (MacRomanian)
    1.36 +x-mac-icelandic.title   = Icelandic (MacIcelandic)
    1.37 +iso-2022-jp.title = Japanese (ISO-2022-JP)
    1.38 +shift_jis.title = Japanese (Shift_JIS)
    1.39 +euc-jp.title = Japanese (EUC-JP)
    1.40 +big5.title = Chinese Traditional (Big5)
    1.41 +big5-hkscs.title = Chinese Traditional (Big5-HKSCS)
    1.42 +x-euc-tw.title = Chinese Traditional (EUC-TW)
    1.43 +gb2312.title = Chinese Simplified (GB2312)
    1.44 +hz-gb-2312.title = Chinese Simplified (HZ)
    1.45 +gbk.title = Chinese Simplified (GBK)
    1.46 +iso-2022-cn.title = Chinese Simplified (ISO-2022-CN)
    1.47 +euc-kr.title = Korean (EUC-KR)
    1.48 +x-johab.title = Korean (JOHAB)
    1.49 +iso-2022-kr.title = Korean (ISO-2022-KR)
    1.50 +utf-7.title = Unicode (UTF-7)
    1.51 +utf-8.title = Unicode (UTF-8)
    1.52 +utf-16.title = Unicode (UTF-16)
    1.53 +utf-16le.title = Unicode (UTF-16LE)
    1.54 +utf-16be.title = Unicode (UTF-16BE)
    1.55 +iso-8859-5.title = Cyrillic (ISO-8859-5)
    1.56 +iso-ir-111.title = Cyrillic (ISO-IR-111)
    1.57 +windows-1251.title = Cyrillic (Windows-1251)
    1.58 +x-mac-cyrillic.title = Cyrillic (MacCyrillic)
    1.59 +x-mac-ukrainian.title = Cyrillic/Ukrainian (MacUkrainian)
    1.60 +koi8-r.title = Cyrillic (KOI8-R)
    1.61 +koi8-u.title = Cyrillic/Ukrainian (KOI8-U)
    1.62 +iso-8859-7.title = Greek (ISO-8859-7)
    1.63 +windows-1253.title = Greek (Windows-1253)
    1.64 +x-mac-greek.title = Greek (MacGreek)
    1.65 +windows-1258.title = Vietnamese (Windows-1258)
    1.66 +x-viet-tcvn5712.title = Vietnamese (TCVN)
    1.67 +viscii.title = Vietnamese (VISCII)
    1.68 +x-viet-vps.title = Vietnamese (VPS)
    1.69 +tis-620.title = Thai (TIS-620)
    1.70 +iso-8859-11.title = Thai (ISO-8859-11)
    1.71 +windows-874.title = Thai (Windows-874)
    1.72 +ibm874.title = Thai (IBM-874)
    1.73 +armscii-8.title = Armenian (ARMSCII-8)
    1.74 +iso-8859-6.title = Arabic (ISO-8859-6)
    1.75 +iso-8859-6-i.title = Arabic (ISO-8859-6-I)
    1.76 +iso-8859-6-e.title = Arabic (ISO-8859-6-E)
    1.77 +iso-8859-8.title = Hebrew Visual (ISO-8859-8)
    1.78 +iso-8859-8-i.title = Hebrew (ISO-8859-8-I)
    1.79 +iso-8859-8-e.title = Hebrew (ISO-8859-8-E)
    1.80 +windows-1255.title = Hebrew (Windows-1255)
    1.81 +windows-1256.title = Arabic (Windows-1256)
    1.82 +x-user-defined.title = User Defined
    1.83 +ibm866.title = Cyrillic/Russian (CP-866)
    1.84 +ibm850.title = Western (IBM-850)
    1.85 +ibm852.title = Central European (IBM-852)
    1.86 +ibm855.title = Cyrillic (IBM-855)
    1.87 +ibm857.title = Turkish (IBM-857)
    1.88 +ibm862.title = Hebrew (IBM-862)
    1.89 +gb18030.title = Chinese Simplified (GB18030)
    1.90 +x-mac-arabic.title = Arabic (MacArabic)
    1.91 +x-mac-farsi.title = Farsi (MacFarsi)
    1.92 +x-mac-hebrew.title = Hebrew (MacHebrew)
    1.93 +x-mac-devanagari.title = Hindi (MacDevanagari)
    1.94 +x-mac-gujarati.title = Gujarati (MacGujarati)
    1.95 +x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi)
    1.96 +
    1.97 +
    1.98 +chardet.off.title                           = (Off)
    1.99 +chardet.universal_charset_detector.title    = Universal
   1.100 +chardet.ja_parallel_state_machine.title     = Japanese
   1.101 +chardet.ko_parallel_state_machine.title     = Korean
   1.102 +chardet.zhtw_parallel_state_machine.title   = Traditional Chinese
   1.103 +chardet.zhcn_parallel_state_machine.title   = Simplified Chinese
   1.104 +chardet.zh_parallel_state_machine.title     = Chinese
   1.105 +chardet.cjk_parallel_state_machine.title    = East Asian
   1.106 +chardet.ruprob.title                        = Russian
   1.107 +chardet.ukprob.title                        = Ukrainian

mercurial