From e7d3de6ca1957c42c780d07473e76898a573c796 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 1 May 2005 19:48:05 +0000 Subject: A src/languages.h: 2005-05-01 Christian Persch * data/default-prefs-common.js: * data/epiphany.schemas.in: * lib/ephy-langs.c: A src/languages.h: * src/prefs-dialog.c: (prefs_dialog_show_help), (create_language_section), (get_download_button_label), (prefs_dialog_init): Add more font languages, and generate the language list from the unicode supplemental data. * lib/ephy-dialog.c: * lib/ephy-dialog.h: * src/prefs-dialog.c: Constification. --- data/default-prefs-common.js | 18 ++++++++++++++++++ data/epiphany.schemas.in | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js index baeda3016..219bcf2be 100644 --- a/data/default-prefs-common.js +++ b/data/default-prefs-common.js @@ -58,6 +58,15 @@ pref("font.size.fixed.th", 10); pref("font.size.fixed.zh-TW", 10); pref("font.size.fixed.zh-HK", 10); pref("font.size.fixed.tr", 10); +pref("font.size.fixed.x-armn", 10); +pref("font.size.fixed.x-beng", 10); +pref("font.size.fixed.x-cans", 10); +pref("font.size.fixed.x-ethi", 10); +pref("font.size.fixed.x-geor", 10); +pref("font.size.fixed.x-gujr", 10); +pref("font.size.fixed.x-guru", 10); +pref("font.size.fixed.x-khmr", 10); +pref("font.size.fixed.x-mlym", 10); pref("font.size.fixed.x-unicode", 10); pref("font.size.fixed.x-western", 10); pref("font.size.variable.ar", 11); @@ -75,6 +84,15 @@ pref("font.size.variable.th", 11); pref("font.size.variable.zh-TW", 11); pref("font.size.variable.zh-HK", 11); pref("font.size.variable.tr", 11); +pref("font.size.variable.x-armn", 11); +pref("font.size.variable.x-beng", 11); +pref("font.size.variable.x-cans", 11); +pref("font.size.variable.x-ethi", 11); +pref("font.size.variable.x-geor", 11); +pref("font.size.variable.x-gujr", 11); +pref("font.size.variable.x-guru", 11); +pref("font.size.variable.x-khmr", 11); +pref("font.size.variable.x-mlym", 11); pref("font.size.variable.x-unicode", 11); pref("font.size.variable.x-western", 11); diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 0ca7c7b6a..53da03011 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -85,6 +85,7 @@ x-western The currently selected fonts language + The currently selected fonts language. Valid values are "ar" (arabic), "x-baltic" (baltic languages), "x-central-euro" (central european languages), @@ -442,7 +443,7 @@ Downloads The downloads folder - The path of the folder where downloads are saved. + The path of the folder where to download files to; or "Downloads" to use the default downloads folder, or "Desktop" to use the desktop folder. -- cgit v1.2.3