diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-es-ES/toolkit/chrome/global/charsetMenu.properties | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-ES/toolkit/chrome/global/charsetMenu.properties')
-rw-r--r-- | l10n-es-ES/toolkit/chrome/global/charsetMenu.properties | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/l10n-es-ES/toolkit/chrome/global/charsetMenu.properties b/l10n-es-ES/toolkit/chrome/global/charsetMenu.properties new file mode 100644 index 0000000000..49fb6d64d2 --- /dev/null +++ b/l10n-es-ES/toolkit/chrome/global/charsetMenu.properties @@ -0,0 +1,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 = Codificación de caracteres +charsetMenuAutodet = Autodetectar +# 'A' is reserved for Arabic: +charsetMenuAutodet.key = d +charsetMenuAutodet.off = (desactivado) +charsetMenuAutodet.off.key = d +charsetMenuAutodet.ru = Ruso +charsetMenuAutodet.ru.key = R +charsetMenuAutodet.uk = Ucraniano +charsetMenuAutodet.uk.key = U + +# Globally-relevant + +_autodetect_all.key = m +_autodetect_all = Automático +UTF-8.key = U +UTF-8 = Unicode +windows-1252.key = O +windows-1252 = Occidental + +# Arabic +windows-1256.key = W +windows-1256 = Árabe (Windows) +ISO-8859-6 = Árabe (ISO) + +# Baltic +windows-1257.key = B +windows-1257 = Báltico (Windows) +ISO-8859-4 = Báltico (ISO) + +# Central European +windows-1250.key = e +windows-1250 = Centroeuropeo (Windows) +ISO-8859-2.key = e +ISO-8859-2 = Centroeuropeo (ISO) + +# Chinese, Simplified +gbk.bis.key = s +gbk.bis = Chino, simplificado + +# Chinese, Traditional +Big5.key = t +Big5 = Chino, tradicional + +# Cyrillic +windows-1251.key = C +windows-1251 = Cirílico (Windows) +ISO-8859-5 = Cirílico (ISO) +KOI8-R = Cirílico (KOI8-R) +KOI8-U = Cirílico (KOI8-U) +IBM866 = Cirílico (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 = C +# 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 = Cirílico + +# Greek +windows-1253.key = G +windows-1253 = Griego (Windows) +ISO-8859-7.key = i +ISO-8859-7 = Griego (ISO) + +# Hebrew +windows-1255.key = H +windows-1255 = Hebreo +# 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 = Hebreo, visual + +# Japanese (NOT AN ENCODING NAME) +Japanese.key = J +Japanese = Japonés + +# Korean +EUC-KR.key = C +EUC-KR = Coreano + +# Thai +windows-874.key = l +windows-874 = Tailandés + +# Turkish +windows-1254.key = r +windows-1254 = Turco + +# Vietnamese +windows-1258.key = V +windows-1258 = Vietnamita + |