diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-24 18:19:20 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-24 18:19:20 +0800 |
commit | 101b005bf0f3d7af7e837c86d86aeff777c2618c (patch) | |
tree | 11d4c16535a03a931f4c38e8fba5a844bd1c2f21 /data | |
parent | 913d894c92418ca19abd687111ce55d76ed5f57d (diff) | |
download | gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar.gz gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar.bz2 gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar.lz gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar.xz gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.tar.zst gsoc2013-epiphany-101b005bf0f3d7af7e837c86d86aeff777c2618c.zip |
Update documentation of the allowed values for
2003-06-24 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Update documentation of the allowed values for
/apps/epiphany/dialogs/preferences_font_language
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 95769c1ee..6bd35aebb 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -43,12 +43,13 @@ <default>x-western</default> <short>The currently selected fonts language</short> <long> - The currently selected fonts language. Valid values are ar (arabic), - x-baltic (baltic languages), x-central-euro (central european languages), - x-cyrillic (languages written with cyrillic alphabet), el (greek), - he (hebrew), ja (japanese), ko (korean), zh-CN (simplified chinese), - th (thai), zh-TW (traditional chinese), tr (turkish), x-unicode (other - languages) and x-western (languages written in latin script). + The currently selected fonts language. Valid values are "ar" (arabic), + "x-baltic" (baltic languages), "x-central-euro" (central european languages), + "x-cyrillic" (languages written with cyrillic alphabet), "el" (greek), + "he" (hebrew), "ja" (japanese), "ko" (korean), "zh-CN" (simplified chinese), + "th" (thai), "zh-TW" (traditional chinese), "tr" (turkish), "x-unicode" (other + languages), "x-western" (languages written in latin script), "x-tamil" (tamil) + and "x-devanagari" (devanagari). </long> </locale> </schema> |