diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/global/charsetMenu.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/charsetMenu.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/charsetMenu.properties | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/charsetMenu.properties b/toolkit/locales/en-US/chrome/global/charsetMenu.properties new file mode 100644 index 000000000..a86a58320 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/charsetMenu.properties @@ -0,0 +1,116 @@ +# 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 = Character Encoding +charsetMenuAutodet = Auto-Detect +# 'A' is reserved for Arabic: +charsetMenuAutodet.key = D +charsetMenuAutodet.off = (off) +charsetMenuAutodet.off.key = o +charsetMenuAutodet.ja = Japanese +charsetMenuAutodet.ja.key = J +charsetMenuAutodet.ru = Russian +charsetMenuAutodet.ru.key = R +charsetMenuAutodet.uk = Ukrainian +charsetMenuAutodet.uk.key = U + +# Globally-relevant +UTF-8.key = U +UTF-8 = Unicode +windows-1252.key = W +windows-1252 = Western + +# Arabic +windows-1256.key = A +windows-1256 = Arabic (Windows) +ISO-8859-6 = Arabic (ISO) + +# Baltic +windows-1257.key = B +windows-1257 = Baltic (Windows) +ISO-8859-4 = Baltic (ISO) + +# Central European +windows-1250.key = E +windows-1250 = Central European (Windows) +ISO-8859-2.key = l +ISO-8859-2 = Central European (ISO) + +# Chinese, Simplified +gbk.bis.key = S +gbk.bis = Chinese, Simplified + +# Chinese, Traditional +Big5.key = T +Big5 = Chinese, Traditional + +# Cyrillic +windows-1251.key = C +windows-1251 = Cyrillic (Windows) +ISO-8859-5 = Cyrillic (ISO) +KOI8-R = Cyrillic (KOI8-R) +KOI8-U = Cyrillic (KOI8-U) +IBM866 = Cyrillic (DOS) + +# Greek +windows-1253.key = G +windows-1253 = Greek (Windows) +ISO-8859-7.key = O +ISO-8859-7 = Greek (ISO) + +# Hebrew +windows-1255.key = H +windows-1255 = Hebrew +# 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 = Hebrew, Visual + +# Japanese +Shift_JIS.key = J +Shift_JIS = Japanese (Shift_JIS) +EUC-JP.key = p +EUC-JP = Japanese (EUC-JP) +ISO-2022-JP.key = n +ISO-2022-JP = Japanese (ISO-2022-JP) + +# Korean +EUC-KR.key = K +EUC-KR = Korean + +# Thai +windows-874.key = i +windows-874 = Thai + +# Turkish +windows-1254.key = r +windows-1254 = Turkish + +# Vietnamese +windows-1258.key = V +windows-1258 = Vietnamese + |