diff options
Diffstat (limited to 'l10n-it/toolkit/chrome/global/charsetMenu.properties')
-rw-r--r-- | l10n-it/toolkit/chrome/global/charsetMenu.properties | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/l10n-it/toolkit/chrome/global/charsetMenu.properties b/l10n-it/toolkit/chrome/global/charsetMenu.properties new file mode 100644 index 0000000000..79c6f15236 --- /dev/null +++ b/l10n-it/toolkit/chrome/global/charsetMenu.properties @@ -0,0 +1,98 @@ +# 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.) + +charsetMenuCharsets = Codifica caratteri +charsetMenuAutodet = Riconoscimento automatico +charsetMenuAutodet.key = R +charsetMenuAutodet.off = (disattivato) +charsetMenuAutodet.off.key = d +charsetMenuAutodet.ru = Russo +charsetMenuAutodet.ru.key = s +charsetMenuAutodet.uk = Ucraino +charsetMenuAutodet.uk.key = U + +_autodetect_all.key = m +_autodetect_all = Automatica +UTF-8.key = U +UTF-8 = Unicode +windows-1252.key = O +windows-1252 = Occidentale + +windows-1256.key = A +windows-1256 = Arabo (Windows) +ISO-8859-6 = Arabo (ISO) + +windows-1257.key = S +windows-1257 = Baltico (Windows) +ISO-8859-4 = Baltico (ISO) + +windows-1250.key = r +windows-1250 = Europa centrale (Windows) +ISO-8859-2.key = E +ISO-8859-2 = Europa centrale (ISO) + +gbk.bis.key = f +gbk.bis = Cinese semplificato + +Big5.key = C +Big5 = Cinese tradizionale + +windows-1251.key = W +windows-1251 = Cirillico (Windows) +ISO-8859-5 = Cirillico (ISO) +KOI8-R = Cirillico (KOI8-R) +KOI8-U = Cirillico (KOI8-U) +IBM866 = Cirillico (DOS) + +# UI string in anticipation of Cyrillic analog of bug 1543077; +# deliberately not in use yet + +Cyrillic.key = C +Cyrillic = Cirillico + +windows-1253.key = w +windows-1253 = Greco (Windows) +ISO-8859-7.key = I +ISO-8859-7 = Greco (ISO) + +windows-1255.key = b +windows-1255 = Ebraico +ISO-8859-8 = Ebraico ordinamento visivo + +Japanese.key = G +Japanese = Giapponese + +EUC-KR.key = n +EUC-KR = Coreano + +windows-874.key = d +windows-874 = Tailandese + +windows-1254.key = T +windows-1254 = Turco + +windows-1258.key = V +windows-1258 = Vietnamita |