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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
# 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/.
# LOCALIZATION NOTE: The property keys ending with ".key" are for access keys.
# Localizations may add or delete properties where the property key ends with
# ".key" as appropriate for the localization. The code that uses this data can
# deal with the absence of an access key for an item.
#
# For gbk, gbk.bis and gbk.bis.key are used to trigger string changes in
# localizations.
#
# In the en-US version of this file, access keys are given to the following:
# * UTF-8
# * All encodings that are the fallback encoding for some locale in Firefox
# * All encodings that are the fallback encoding for some locale in IE
# * All Japanese encodings
#
# For the items whose property key does not end in ".key" and whose value
# includes "(" U+0028 LEFT PARENTHESIS, the "(" character is significant for
# processing by CharsetMenu.jsm. If your localization does not use ASCII
# parentheses where en-US does in this file, please file a bug to make
# CharsetMenu.jsm also recognize the delimiter your localization uses.
# (When this code was developed, all localizations appeared to use
# U+0028 LEFT PARENTHESIS for this purpose.)
# Auto-Detect (sub)menu
charsetMenuCharsets = Teiknkoding
charsetMenuAutodet = Autooppdag
# 'A' is reserved for Arabic:
charsetMenuAutodet.key = D
charsetMenuAutodet.off = (av)
charsetMenuAutodet.off.key = O
charsetMenuAutodet.ru = Russisk
charsetMenuAutodet.ru.key = R
charsetMenuAutodet.uk = Ukrainsk
charsetMenuAutodet.uk.key = U
# Globally-relevant
_autodetect_all.key = m
_autodetect_all = Automatisk
UTF-8.key = U
UTF-8 = Unicode
windows-1252.key = V
windows-1252 = Vestleg
# Arabic
windows-1256.key = A
windows-1256 = Arabisk (Windows)
ISO-8859-6 = Arabisk (ISO)
# Baltic
windows-1257.key = B
windows-1257 = Baltisk (Windows)
ISO-8859-4 = Baltisk (ISO)
# Central European
windows-1250.key = e
windows-1250 = Sentraleuropeisk (Windows)
ISO-8859-2.key = l
ISO-8859-2 = Sentraleuropeisk (ISO)
# Chinese, Simplified
gbk.bis.key = S
gbk.bis = Kinesisk, forenkla
# Chinese, Traditional
Big5.key = T
Big5 = Kinesisk, tradisjonell
# Cyrillic
windows-1251.key = K
windows-1251 = Kyrillisk (Windows)
ISO-8859-5 = Kyrillisk (ISO)
KOI8-R = Kyrillisk (KOI8-R)
KOI8-U = Kyrillisk (KOI8-U)
IBM866 = Kyrillisk (DOS)
# UI string in anticipation of Cyrillic analog of bug 1543077;
# deliberately not in use yet
# LOCALIZATION NOTE (Cyrillic.key): If taken into use, this string will appear
# instead of the string for windows-1251.key, so the use of the same
# accelerator is deliberate.
Cyrillic.key = К
# LOCALIZATION NOTE (Cyrillic): If taken into use, this string will appear
# as a single item instead of the five items windows-1251, ISO-8859-5,
# KOI8-R, KOI8-U, and IBM866, so this string does not need to make sense
# together with those strings and should be translated the way those were
# but omitting the part in parentheses.
Cyrillic = Kyrillisk
# Greek
windows-1253.key = G
windows-1253 = Gresk (Windows)
ISO-8859-7.key = O
ISO-8859-7 = Gresk (ISO)
# Hebrew
windows-1255.key = H
windows-1255 = Hebraisk
# LOCALIZATION NOTE (ISO-8859-8): The value for this item should begin with
# the same word for Hebrew as the value for windows-1255 so that this item
# sorts right after that one in the collation order for your locale.
ISO-8859-8 = Hebraisk, visuell
# Japanese (NOT AN ENCODING NAME)
Japanese.key = J
Japanese = Japansk
# Korean
EUC-KR.key = K
EUC-KR = Koreansk
# Thai
windows-874.key = i
windows-874 = Thai
# Turkish
windows-1254.key = r
windows-1254 = Tyrkisk
# Vietnamese
windows-1258.key = V
windows-1258 = Vietnamesisk
|