blob: 2eb0e61ba0c1de0e3dc507f15b8da4163b2ca551 (
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 = Vestleg (ISO-8859-1)
iso-8859-2.title = Sentraleuropeisk (ISO-8859-2)
iso-8859-3.title = Søreuropeisk (ISO-8859-3)
iso-8859-4.title = Baltisk (ISO-8859-4)
iso-8859-10.title = Nordisk (ISO-8859-10)
iso-8859-13.title = Baltisk (ISO-8859-13)
iso-8859-14.title = Keltisk (ISO-8859-14)
iso-8859-15.title = Vestleg (ISO-8859-15)
iso-8859-16.title = Rumensk (ISO-8859-16)
windows-1250.title = Sentraleuropeisk (Windows-1250)
windows-1252.title = Vestleg (Windows-1252)
windows-1254.title = Tyrkisk (Windows-1254)
windows-1257.title = Baltisk (Windows-1257)
macintosh.title = Vestleg (MacRoman)
x-mac-ce.title = Sentraleuropeisk (MacCE)
x-mac-turkish.title = Tyrkisk (MacTurkish)
x-mac-croatian.title = Kroatisk (MacCroatian)
x-mac-romanian.title = Rumensk (MacRomanian)
x-mac-icelandic.title = Islandsk (MacIcelandic)
iso-2022-jp.title = Japansk (ISO-2022-JP)
shift_jis.title = Japansk (Shift_JIS)
euc-jp.title = Japansk (EUC-JP)
big5.title = Tradisjonell kinesisk (Big5)
big5-hkscs.title = Tradisjonell kinesisk (Big5-HKSCS)
gb2312.title = Forenkla kinesisk (GB2312)
gbk.title = Forenkla kinesisk (GBK)
euc-kr.title = Koreansk (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 = Kyrillisk (ISO-8859-5)
windows-1251.title = Kyrillisk (Windows-1251)
x-mac-cyrillic.title = Kyrillisk (MacCyrillic)
x-mac-ukrainian.title = Kyrillisk/ukrainsk (MacUkrainian)
koi8-r.title = Kyrillisk (KOI8-R)
koi8-u.title = Kyrillisk/ukrainsk (KOI8-U)
iso-8859-7.title = Gresk (ISO-8859-7)
windows-1253.title = Gresk (Windows-1253)
x-mac-greek.title = Gresk (MacGreek)
windows-1258.title = Vietnamesisk (Windows-1258)
windows-874.title = Thai (Windows-874)
iso-8859-6.title = Arabisk (ISO-8859-6)
iso-8859-8.title = Hebraisk visuell (ISO-8859-8)
iso-8859-8-i.title = Hebraisk (ISO-8859-8-I)
windows-1255.title = Hebraisk (Windows-1255)
windows-1256.title = Arabisk (Windows-1256)
x-user-defined.title = Brukardefinert
ibm866.title = Kyrillisk/russisk (CP-866)
gb18030.title = Forenkla kinesisk (GB18030)
x-mac-arabic.title = Arabisk (MacArabic)
x-mac-farsi.title = Farsi (MacFarsi)
x-mac-hebrew.title = Hebraisk (MacHebrew)
x-mac-devanagari.title = Hindi (MacDevanagari)
x-mac-gujarati.title = Gujarati (MacGujarati)
x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi)
chardet.off.title = (Av)
chardet.universal_charset_detector.title = Universell
chardet.ja_parallel_state_machine.title = Japansk
chardet.ko_parallel_state_machine.title = Koreansk
chardet.zhtw_parallel_state_machine.title = Tradisjonell kinesisk
chardet.zhcn_parallel_state_machine.title = Forenkla kinesisk
chardet.zh_parallel_state_machine.title = Kinesisk
chardet.cjk_parallel_state_machine.title = Austasiatisk
chardet.ruprob.title = Russisk
chardet.ukprob.title = Ukrainsk
|