Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ## Rule of this file:
6 ## 1. key should always be in lower case ascii so we can do case insensitive
7 ## comparison in the code faster.
9 ## Format of this file:
10 ## charset_name.title = a_title - specifies the human readable title for
11 ## this charset
13 us-ascii.title = English (US-ASCII)
14 iso-8859-1.title = Western (ISO-8859-1)
15 iso-8859-2.title = Central European (ISO-8859-2)
16 iso-8859-3.title = South European (ISO-8859-3)
17 iso-8859-4.title = Baltic (ISO-8859-4)
18 iso-8859-9.title = Turkish (ISO-8859-9)
19 iso-8859-10.title = Nordic (ISO-8859-10)
20 iso-8859-13.title = Baltic (ISO-8859-13)
21 iso-8859-14.title = Celtic (ISO-8859-14)
22 iso-8859-15.title = Western (ISO-8859-15)
23 iso-8859-16.title = Romanian (ISO-8859-16)
24 windows-1250.title = Central European (Windows-1250)
25 windows-1252.title = Western (Windows-1252)
26 windows-1254.title = Turkish (Windows-1254)
27 windows-1257.title = Baltic (Windows-1257)
28 macintosh.title = Western (MacRoman)
29 x-mac-ce.title = Central European (MacCE)
30 x-mac-turkish.title = Turkish (MacTurkish)
31 x-mac-croatian.title = Croatian (MacCroatian)
32 x-mac-romanian.title = Romanian (MacRomanian)
33 x-mac-icelandic.title = Icelandic (MacIcelandic)
34 iso-2022-jp.title = Japanese (ISO-2022-JP)
35 shift_jis.title = Japanese (Shift_JIS)
36 euc-jp.title = Japanese (EUC-JP)
37 big5.title = Chinese Traditional (Big5)
38 big5-hkscs.title = Chinese Traditional (Big5-HKSCS)
39 x-euc-tw.title = Chinese Traditional (EUC-TW)
40 gb2312.title = Chinese Simplified (GB2312)
41 hz-gb-2312.title = Chinese Simplified (HZ)
42 gbk.title = Chinese Simplified (GBK)
43 iso-2022-cn.title = Chinese Simplified (ISO-2022-CN)
44 euc-kr.title = Korean (EUC-KR)
45 x-johab.title = Korean (JOHAB)
46 iso-2022-kr.title = Korean (ISO-2022-KR)
47 utf-7.title = Unicode (UTF-7)
48 utf-8.title = Unicode (UTF-8)
49 utf-16.title = Unicode (UTF-16)
50 utf-16le.title = Unicode (UTF-16LE)
51 utf-16be.title = Unicode (UTF-16BE)
52 iso-8859-5.title = Cyrillic (ISO-8859-5)
53 iso-ir-111.title = Cyrillic (ISO-IR-111)
54 windows-1251.title = Cyrillic (Windows-1251)
55 x-mac-cyrillic.title = Cyrillic (MacCyrillic)
56 x-mac-ukrainian.title = Cyrillic/Ukrainian (MacUkrainian)
57 koi8-r.title = Cyrillic (KOI8-R)
58 koi8-u.title = Cyrillic/Ukrainian (KOI8-U)
59 iso-8859-7.title = Greek (ISO-8859-7)
60 windows-1253.title = Greek (Windows-1253)
61 x-mac-greek.title = Greek (MacGreek)
62 windows-1258.title = Vietnamese (Windows-1258)
63 x-viet-tcvn5712.title = Vietnamese (TCVN)
64 viscii.title = Vietnamese (VISCII)
65 x-viet-vps.title = Vietnamese (VPS)
66 tis-620.title = Thai (TIS-620)
67 iso-8859-11.title = Thai (ISO-8859-11)
68 windows-874.title = Thai (Windows-874)
69 ibm874.title = Thai (IBM-874)
70 armscii-8.title = Armenian (ARMSCII-8)
71 iso-8859-6.title = Arabic (ISO-8859-6)
72 iso-8859-6-i.title = Arabic (ISO-8859-6-I)
73 iso-8859-6-e.title = Arabic (ISO-8859-6-E)
74 iso-8859-8.title = Hebrew Visual (ISO-8859-8)
75 iso-8859-8-i.title = Hebrew (ISO-8859-8-I)
76 iso-8859-8-e.title = Hebrew (ISO-8859-8-E)
77 windows-1255.title = Hebrew (Windows-1255)
78 windows-1256.title = Arabic (Windows-1256)
79 x-user-defined.title = User Defined
80 ibm866.title = Cyrillic/Russian (CP-866)
81 ibm850.title = Western (IBM-850)
82 ibm852.title = Central European (IBM-852)
83 ibm855.title = Cyrillic (IBM-855)
84 ibm857.title = Turkish (IBM-857)
85 ibm862.title = Hebrew (IBM-862)
86 gb18030.title = Chinese Simplified (GB18030)
87 x-mac-arabic.title = Arabic (MacArabic)
88 x-mac-farsi.title = Farsi (MacFarsi)
89 x-mac-hebrew.title = Hebrew (MacHebrew)
90 x-mac-devanagari.title = Hindi (MacDevanagari)
91 x-mac-gujarati.title = Gujarati (MacGujarati)
92 x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi)
95 chardet.off.title = (Off)
96 chardet.universal_charset_detector.title = Universal
97 chardet.ja_parallel_state_machine.title = Japanese
98 chardet.ko_parallel_state_machine.title = Korean
99 chardet.zhtw_parallel_state_machine.title = Traditional Chinese
100 chardet.zhcn_parallel_state_machine.title = Simplified Chinese
101 chardet.zh_parallel_state_machine.title = Chinese
102 chardet.cjk_parallel_state_machine.title = East Asian
103 chardet.ruprob.title = Russian
104 chardet.ukprob.title = Ukrainian