From f5084b05a6780f58a575cab34b0a8e7da0c8c755 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 4 Jul 2003 22:15:46 +0000 Subject: Enclose literal values in double quotes. Fixes bug 116720. 2003-07-04 Christian Persch * data/epiphany.schemas.in: Enclose literal values in double quotes. Fixes bug 116720. --- data/epiphany.schemas.in | 63 +++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 30 deletions(-) (limited to 'data') diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 14320082a..7626161f9 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -8,7 +8,7 @@ http://www.google.com Home page - Address of the user's home page + Address of the user's home page. @@ -31,7 +31,7 @@ Autowrap for find in page For find in page, whether to start again at the beginning after - reaching the end of the page + reaching the end of the page. @@ -106,8 +106,10 @@ bool 0 - Middle click to open the web page pointed to by the currently selected text - Middle clicking on the main view pane will open the web page pointed to by the currently selected text. + Middle click to open the web page pointed to by the currently + selected text + Middle clicking on the main view pane will open the web page + pointed to by the currently selected text. @@ -151,23 +153,23 @@ ISO-8859-1 Default encoding - Default encoding. Accepted values are: armscii-8, Big5, - Big5-HKSCS, EUC-JP, EUC-KR, gb18030, GB2312, geostd8, HZ-GB-2312, - IBM850, IBM852, IBM855, IBM857, IBM862, IBM864, IBM866, - ISO-2022-CN, ISO-2022-JP, ISO-2022-KR, ISO-8859-1, ISO-8859-2, - ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, - ISO-8859-7, ISO-8859-8, ISO-8859-8-I, ISO-8859-9, - ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, - ISO-8859-16, ISO-IR-111, KOI8-R, KOI8-U, Shift_JIS, TIS-620, - UTF-7, UTF-8, VISCII, windows-874, - windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, - windows-1255, windows-1256, windows-1257, windows-1258, - x-euc-tw, x-gbk, x-johab, x-mac-arabic, x-mac-ce, - x-mac-croatian, x-mac-cyrillic, x-mac-devanagari, x-mac-farsi, - x-mac-greek, x-mac-gujarati, x-mac-gurmukhi, x-mac-hebrew, - x-mac-icelandic, x-mac-roman, x-mac-romanian, x-mac-turkish, - x-mac-ukrainian, x-user-defined, x-viet-tcvn5712, - x-viet-vps and x-windows-949. + Default encoding. Accepted values are: "armscii-8", "Big5", + "Big5-HKSCS", "EUC-JP", "EUC-KR", "gb18030", "GB2312", "geostd8", + "HZ-GB-2312", "IBM850", "IBM852", "IBM855", "IBM857", "IBM862", + "IBM864", "IBM866", "ISO-2022-CN", "ISO-2022-JP", "ISO-2022-KR", + "ISO-8859-1", "ISO-8859-2", "ISO-8859-3", "ISO-8859-4", "ISO-8859-5", + "ISO-8859-6", "ISO-8859-7", "ISO-8859-8", "ISO-8859-8-I", "ISO-8859-9", + "ISO-8859-10", "ISO-8859-11", "ISO-8859-13", "ISO-8859-14", + "ISO-8859-15", "ISO-8859-16", "ISO-IR-111", "KOI8-R", "KOI8-U", + "Shift_JIS", "TIS-620", "UTF-7", "UTF-8", "VISCII", "windows-874", + "windows-1250", "windows-1251", "windows-1252", "windows-1253", + "windows-1254", "windows-1255", "windows-1256", "windows-1257", + "windows-1258", "x-euc-tw", "x-gbk", "x-johab", "x-mac-arabic", + "x-mac-ce", "x-mac-croatian", "x-mac-cyrillic", "x-mac-devanagari", + "x-mac-farsi", "x-mac-greek", "x-mac-gujarati", "x-mac-gurmukhi", + "x-mac-hebrew", "x-mac-icelandic", "x-mac-roman", "x-mac-romanian", + "x-mac-turkish", "x-mac-ukrainian", "x-user-defined", "x-viet-tcvn5712", + "x-viet-vps" and "x-windows-949". @@ -178,7 +180,8 @@ serif Default font type - Default font type. Possible values are serif and sans-serif + Default font type. Possible values are "serif" and "sans-serif". + @@ -189,7 +192,7 @@ false Show download details - Show download details + Show download details. @@ -266,7 +269,7 @@ bool true - Whether to print the page title in the header. + Whether to print the page title in the header Whether to print the page title in the header. @@ -278,7 +281,7 @@ true Whether to print the page address in the header - Whether to print the page address in the header + Whether to print the page address in the header. @@ -288,7 +291,7 @@ bool true - Whether to print the date in the footer. + Whether to print the date in the footer Whether to print the date in the footer. @@ -299,7 +302,7 @@ bool true - Whether to print the page numbers (x of total) in the footer. + Whether to print the page numbers (x of total) in the footer Whether to print the page numbers (x of total) in the footer. @@ -389,7 +392,7 @@ "zh_parallel_state_machine" (autodetect chinese encodings), "zhcn_parallel_state_machine" (autodetect simplified chinese encodings), "zhtw_parallel_state_machine" (autodetect traditional chinese encodings) - and "universal_charset_detector" (autodetect all encodings). + and "universal_charset_detector" (autodetect most encodings). @@ -401,8 +404,8 @@ anywhere Cookie accept - Where to accept cookies from. Possible values are anywhere, - current site, nowhere + Where to accept cookies from. Possible values are "anywhere", + "current site" and "nowhere". -- cgit