blob: 8af3d8f207cfb103ee768d9c93ac1b67c765ba6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
## Rule of this file:
## 1. key should always be in lower case ascii so we can do case insensitive
## comparison in the code faster.
## Format of this file:
## charset_name.title = a_title - specifies the human readable title for
## this charset
iso-8859-1.title = Phương Tây (ISO-8859-1)
iso-8859-2.title = Trung Âu (ISO-8859-2)
iso-8859-3.title = Nam Âu (ISO-8859-3)
iso-8859-4.title = Baltic (ISO-8859-4)
iso-8859-10.title = Bắc Âu (ISO-8859-10)
iso-8859-13.title = Baltic (ISO-8859-13)
iso-8859-14.title = Celtic (ISO-8859-14)
iso-8859-15.title = Phương Tây (ISO-8859-15)
iso-8859-16.title = Rumani (ISO-8859-16)
windows-1250.title = Trung Âu (Windows-1250)
windows-1252.title = Phương Tây (Windows-1252)
windows-1254.title = Thổ Nhĩ Kỳ (Windows-1254)
windows-1257.title = Baltic (Windows-1257)
macintosh.title = Phương Tây (MacRoman)
x-mac-ce.title = Trung Âu (MacCE)
x-mac-turkish.title = Thổ Nhĩ Kỳ (MacTurkish)
x-mac-croatian.title = Croatia (MacCroatian)
x-mac-romanian.title = Rumani (MacRomanian)
x-mac-icelandic.title = Iceland (MacIcelandic)
iso-2022-jp.title = Nhật Bản (ISO-2022-JP)
shift_jis.title = Nhật Bản (Shift_JIS)
euc-jp.title = Nhật Bản (EUC-JP)
big5.title = Tiếng Trung phồn thể (Big5)
big5-hkscs.title = Tiếng Trung phồn thể (Big5-HKSCS)
gb2312.title = Tiếng Trung giản thể (GB2312)
gbk.title = Tiếng Trung giản thể (GBK)
euc-kr.title = Hàn Quốc (EUC-KR)
utf-7.title = Unicode (UTF-7)
utf-8.title = Unicode (UTF-8)
utf-16.title = Unicode (UTF-16)
utf-16le.title = Unicode (UTF-16LE)
utf-16be.title = Unicode (UTF-16BE)
iso-8859-5.title = Cyrillic (ISO-8859-5)
windows-1251.title = Cyrillic (Windows-1251)
x-mac-cyrillic.title = Cyrillic (MacCyrillic)
x-mac-ukrainian.title = Cyrillic/Ucraina (MacUkrainian)
koi8-r.title = Cyrillic (KOI8-R)
koi8-u.title = Cyrillic/Ucraina (KOI8-U)
iso-8859-7.title = Hy Lạp (ISO-8859-7)
windows-1253.title = Hy Lạp (Windows-1253)
x-mac-greek.title = Hy Lạp (MacGreek)
windows-1258.title = Tiếng Việt (Windows-1258)
windows-874.title = Tiếng Thái (Windows-874)
iso-8859-6.title = Tiếng Ả Rập (ISO-8859-6)
x-user-defined.title = Người dùng xác định
gb18030.title = Tiếng Trung giản thể (GB18030)
x-mac-arabic.title = Tiếng Ả Rập (MacArabic)
chardet.off.title = (Tắt)
chardet.ja_parallel_state_machine.title = Tiếng Nhật
chardet.ko_parallel_state_machine.title = Tiếng Hàn
chardet.zhtw_parallel_state_machine.title = Tiếng Trung phồn thể
chardet.zhcn_parallel_state_machine.title = Tiếng Trung giản thể
chardet.zh_parallel_state_machine.title = Tiếng Trung
chardet.cjk_parallel_state_machine.title = Đông Á
chardet.ruprob.title = Tiếng Nga
chardet.ukprob.title = Tiếng Ukraina
|