blob: f71523b76975155bbf90d1ce4c31aa61b27bd74d (
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 = Vestică (ISO-8859-1)
iso-8859-2.title = Central europeană (ISO-8859-2)
iso-8859-3.title = Sud europeană (ISO-8859-3)
iso-8859-4.title = Baltică (ISO-8859-4)
iso-8859-10.title = Nordică (ISO-8859-10)
iso-8859-13.title = Baltică (ISO-8859-13)
iso-8859-14.title = Celtică (ISO-8859-14)
iso-8859-15.title = Vestică (ISO-8859-15)
iso-8859-16.title = Română (ISO-8859-16)
windows-1250.title = Central europeană (Windows-1250)
windows-1252.title = Vestică (Windows-1252)
windows-1254.title = Turcă (Windows-1254)
windows-1257.title = Baltică (Windows-1257)
macintosh.title = Vestică (MacRoman)
x-mac-ce.title = Central europeană (MacCE)
x-mac-turkish.title = Turcă (MacTurkish)
x-mac-croatian.title = Croată (MacCroatian)
x-mac-romanian.title = Română (MacRomanian)
x-mac-icelandic.title = Islandeză (MacIcelandic)
iso-2022-jp.title = Japoneză (ISO-2022-JP)
shift_jis.title = Japoneză (Shift_JIS)
euc-jp.title = Japoneză (EUC-JP)
big5.title = Chineză tradițională (Big5)
big5-hkscs.title = Chineză tradițională (Big5-HKSCS)
gb2312.title = Chineză simplificată (GB2312)
gbk.title = Chineză simplificată (GBK)
euc-kr.title = Coreeană (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 = Chirilică (ISO-8859-5)
windows-1251.title = Chirilică (Windows-1251)
x-mac-cyrillic.title = Chirilică (MacCyrillic)
x-mac-ukrainian.title = Chirilică/Ucraineană (MacUkrainian)
koi8-r.title = Chirilică (KOI8-R)
koi8-u.title = Chirilică/Ucraineană (KOI8-U)
iso-8859-7.title = Greacă (ISO-8859-7)
windows-1253.title = Greacă (Windows-1253)
x-mac-greek.title = Greacă (MacGreek)
windows-1258.title = Vietnameză (Windows-1258)
windows-874.title = Thailandeză (Windows-874)
iso-8859-6.title = Arabă (ISO-8859-6)
iso-8859-8.title = Ebraică vizual (ISO-8859-8)
iso-8859-8-i.title = Ebraică (ISO-8859-8-I)
windows-1255.title = Ebraică (Windows-1255)
windows-1256.title = Arabă (Windows-1256)
x-user-defined.title = Definită de utilizator
ibm866.title = Chirilică/Rusă (CP-866)
gb18030.title = Chineză simplificată (GB18030)
x-mac-arabic.title = Arabă (MacArabic)
x-mac-farsi.title = Persană (MacFarsi)
x-mac-hebrew.title = Ebraică (MacHebrew)
x-mac-devanagari.title = Hindi (MacDevanagari)
x-mac-gujarati.title = Gujarati (MacGujarati)
x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi)
chardet.off.title = (Fără)
chardet.universal_charset_detector.title = Universală
chardet.ja_parallel_state_machine.title = Japoneză
chardet.ko_parallel_state_machine.title = Coreeană
chardet.zhtw_parallel_state_machine.title = Chineză tradițională
chardet.zhcn_parallel_state_machine.title = Chineză simplificată
chardet.zh_parallel_state_machine.title = Chineză
chardet.cjk_parallel_state_machine.title = Est asiatică
chardet.ruprob.title = Rusă
chardet.ukprob.title = Ucraineană
|