From 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 19:48:42 -0800 Subject: initial commit --- .../en-US/chrome/browser/charsetMenu.properties | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 locales/en-US/chrome/browser/charsetMenu.properties (limited to 'locales/en-US/chrome/browser/charsetMenu.properties') diff --git a/locales/en-US/chrome/browser/charsetMenu.properties b/locales/en-US/chrome/browser/charsetMenu.properties new file mode 100644 index 0000000..2ea92a6 --- /dev/null +++ b/locales/en-US/chrome/browser/charsetMenu.properties @@ -0,0 +1,103 @@ +# 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. +# +# Make sure the keys defined here don't collide with +# charsetMenuAutodet.accesskey in charsetMenu.dtd. +# +# 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.) + +# 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.key = S +gbk = Chinese, Simplified (GBK) +gb18030 = Chinese, Simplified (GB18030) + +# 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 + -- cgit v1.2.3