blob: 9cbfede1f9a6d55d3c81b3d8f21ced10371929e4 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
# 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
## Format of this file:
## charset_name.title = a_title - specifies the human readable title for
## this charset
iso-8859-1.title = បស្ចិម (ISO-8859-1)
iso-8859-2.title = អឺរ៉ុបកណ្ដាល (ISO-8859-2)
iso-8859-3.title = អឺរ៉ុបខាងត្បូង (ISO-8859-3)
iso-8859-4.title = បាល់ទីក (ISO-8859-4)
iso-8859-10.title = ន័រឌីក (ISO-8859-10)
iso-8859-13.title = បាក់ទីក (ISO-8859-13)
iso-8859-14.title = កែលទីក (ISO-8859-14)
iso-8859-15.title = លោកខាងលិច (ISO-8859-15)
iso-8859-16.title = រូម៉ានី (ISO-8859-16)
windows-1250.title = អឺរ៉ុបកណ្ដាល (Windows-1250)
windows-1252.title = បស្ចិម (Windows-1252)
windows-1254.title = តួកគី (Windows-1254)
windows-1257.title = បាល់ទីក (Windows-1257)
macintosh.title = បស្ចិម (MacRoman)
x-mac-ce.title = អឺរ៉ុបកណ្ដាល (MacCE)
x-mac-turkish.title = តួកគី (MacTurkish)
x-mac-croatian.title = ក្រូអាស៊ី (MacCroatian)
x-mac-romanian.title = រ៉ូម៉ានី (MacRomanian)
x-mac-icelandic.title = Icelandic (MacIcelandic)
iso-2022-jp.title = ជប៉ុន (ISO-2022-JP)
shift_jis.title = ជប៉ុន (Shift_JIS)
euc-jp.title = ជប៉ុន (EUC-JP)
big5.title = អក្សរចិនពេញ (Big5)
big5-hkscs.title = អក្សរចិនពេញ (Big5-HKSCS)
gb2312.title = អក្សរចិនកាត់ (GB2312)
gbk.title = អក្សរចិនកាត់ (GBK)
euc-kr.title = កូរ៉េ (EUC-KR)
utf-7.title = យូនីកូដ (UTF-7)
utf-8.title = យូនីកូដ (UTF-8)
utf-16.title = យូនីកូដ (UTF-16)
utf-16le.title = យូនីកូដ (UTF-16LE)
utf-16be.title = យូនីកូដ (UTF-16BE)
iso-8859-5.title = ស៊ីរីលីក (ISO-8859-5)
windows-1251.title = Cyrillic (Windows-1251)
x-mac-cyrillic.title = ស៊ីរីលីក (MacCyrillic)
x-mac-ukrainian.title = ស៊ីរីលីក/អ៊ុយក្រែន (MacUkrainian)
koi8-r.title = ស៊ីរីលីក (KOI8-R)
koi8-u.title = ស៊ីរីលីក/អ៊ុយក្រែន (KOI8-U)
iso-8859-7.title = ក្រិក (ISO-8859-7)
windows-1253.title = ក្រិក (Windows-1253)
x-mac-greek.title = ក្រិក (MacGreek)
windows-1258.title = វៀតណាម (Windows-1258)
windows-874.title = ថៃ (Windows-874)
iso-8859-6.title = អារ៉ាប់ (ISO-8859-6)
iso-8859-8.title = Hebrew Visual (ISO-8859-8)
iso-8859-8-i.title = ហេប្រូ (ISO-8859-8-I)
windows-1255.title = ហេប្រូ (Windows-1255)
windows-1256.title = អារ៉ាប់ (Windows-1256)
x-user-defined.title = User Defined
ibm866.title = Cyrillic/Russian (CP-866)
gb18030.title = ចិនអក្សរពេញ (GB18030)
x-mac-arabic.title = អារ៉ាប់ (MacArabic)
x-mac-farsi.title = ហ្វាស៊ី (MacFarsi)
x-mac-hebrew.title = ហេប្រូ (MacHebrew)
x-mac-devanagari.title = ហិណ្ឌូ (MacDevanagari)
x-mac-gujarati.title = Gujarati (MacGujarati)
x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi)
chardet.off.title = (បិទ)
chardet.universal_charset_detector.title = សកល
chardet.ja_parallel_state_machine.title = Japanese
chardet.ko_parallel_state_machine.title = Korean
chardet.zhtw_parallel_state_machine.title = ចិនអក្សរពេញ
chardet.zhcn_parallel_state_machine.title = Simplified Chinese
chardet.zh_parallel_state_machine.title = ចិន
chardet.cjk_parallel_state_machine.title = អាស៊ីខាងកើត
chardet.ruprob.title = រុស្សី
chardet.ukprob.title = អ៊ុយក្រែន
|