Add settings for spell-mozilla-plugin

profiles
Mike Hiretsky 14 years ago
parent b21afb6739
commit 8509b21498

@ -33,3 +33,40 @@ user_pref("keyword.URL", "http://www.google.ru/search?q=");
#?os_locale_language!=ru#
user_pref("keyword.URL", "http://www.google.com/search?q=");
#os_locale_language#
# настройки для плагина проверки орфографии
#?pkg(spell-mozilla-plugin)!=#
# не определять автоматически словарь
user_pref("spellchecker.autoChangeDictionary", false);
# не определять словарь по набору
user_pref("spellchecker.detectDictionaryAsIType", false);
#pkg#
# установка словаря по локали
#pkg(spell-mozilla-plugin)!=&os_locale_language==de#
user_pref("spellchecker.dictionary", "de-DE");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==en#
user_pref("spellchecker.dictionary", "en-US");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==es#
user_pref("spellchecker.dictionary", "es-ES");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==fr#
user_pref("spellchecker.dictionary", "fr-reforme1990");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==it#
user_pref("spellchecker.dictionary", "it-IT");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==pl#
user_pref("spellchecker.dictionary", "pl");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==pt#
user_pref("spellchecker.dictionary", "pt-BR");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==ru#
user_pref("spellchecker.dictionary", "ru");
#pkg#
#pkg(spell-mozilla-plugin)!=&os_locale_language==uk#
user_pref("spellchecker.dictionary", "uk-UA");
#pkg#

Loading…
Cancel
Save