home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / defaults / pref / winpref.js < prev    next >
Text File  |  2002-11-25  |  9KB  |  219 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Netscape Public License
  6.  * Version 1.1 (the "License"); you may not use this file except in
  7.  * compliance with the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/NPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is 
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. pref("ui.key.menuAccessKeyFocuses", true);
  39.  
  40. pref("font.name.serif.ar", "Times New Roman");
  41. pref("font.name.sans-serif.ar", "Arial");
  42. pref("font.name.monospace.ar", "Courier New");
  43. pref("font.name.cursive.ar", "Comic Sans MS");
  44.  
  45. pref("font.name.serif.el", "Times New Roman");
  46. pref("font.name.sans-serif.el", "Arial");
  47. pref("font.name.monospace.el", "Courier New");
  48. pref("font.name.cursive.el", "Comic Sans MS");
  49.  
  50. pref("font.name.serif.he", "Times New Roman");
  51. pref("font.name.sans-serif.he", "Arial");
  52. pref("font.name.monospace.he", "Courier New");
  53. pref("font.name.cursive.he", "Comic Sans MS");
  54.  
  55. pref("font.name.serif.ja", "∩╝¡∩╝│ ∩╝░µÿĵ£¥"); // "MS PMincho"
  56. pref("font.name.sans-serif.ja", "∩╝¡∩╝│ ∩╝░πé┤πé╖πââπé»"); // "MS PGothic"
  57. pref("font.name.monospace.ja", "∩╝¡∩╝│ πé┤πé╖πââπé»"); // "MS Gothic"
  58. pref("font.name-list.serif.ja", "MS PMincho, MS PGothic, MS Mincho, MS Gothic");
  59. pref("font.name-list.sans-serif.ja", "MS PGothic, MS PMincho, MS Gothic, MS Mincho");
  60. pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, MS PGothic, MS PMincho");
  61.  
  62. pref("font.name.serif.ko", "δ░öφâò"); // "Batang" 
  63. pref("font.name.sans-serif.ko", "Ω╡┤δª╝"); // "Gulim" 
  64. pref("font.name.monospace.ko", "Ω╡┤δª╝∞▓┤"); // "GulimChe" 
  65. pref("font.name-list.serif.ko", "Batang, Gulim"); 
  66. pref("font.name-list.sans-serif.ko", "Gulim"); 
  67. pref("font.name-list.monospace.ko", "GulimChe"); 
  68.  
  69. pref("font.name.serif.th", "Times New Roman");
  70. pref("font.name.sans-serif.th", "Arial");
  71. pref("font.name.monospace.th", "Courier New");
  72. pref("font.name.cursive.th", "Comic Sans MS");
  73.  
  74. pref("font.name.serif.tr", "Times New Roman");
  75. pref("font.name.sans-serif.tr", "Arial");
  76. pref("font.name.monospace.tr", "Courier New");
  77. pref("font.name.cursive.tr", "Comic Sans MS");
  78.  
  79. pref("font.name.serif.x-baltic", "Times New Roman");
  80. pref("font.name.sans-serif.x-baltic", "Arial");
  81. pref("font.name.monospace.x-baltic", "Courier New");
  82. pref("font.name.cursive.x-baltic", "Comic Sans MS");
  83.  
  84. pref("font.name.serif.x-central-euro", "Times New Roman");
  85. pref("font.name.sans-serif.x-central-euro", "Arial");
  86. pref("font.name.monospace.x-central-euro", "Courier New");
  87. pref("font.name.cursive.x-central-euro", "Comic Sans MS");
  88.  
  89. pref("font.name.serif.x-cyrillic", "Times New Roman");
  90. pref("font.name.sans-serif.x-cyrillic", "Arial");
  91. pref("font.name.monospace.x-cyrillic", "Courier New");
  92. pref("font.name.cursive.x-cyrillic", "Comic Sans MS");
  93.  
  94. pref("font.name.serif.x-unicode", "Times New Roman");
  95. pref("font.name.sans-serif.x-unicode", "Arial");
  96. pref("font.name.monospace.x-unicode", "Courier New");
  97. pref("font.name.cursive.x-unicode", "Comic Sans MS");
  98.  
  99. pref("font.name.serif.x-western", "Times New Roman");
  100. pref("font.name.sans-serif.x-western", "Arial");
  101. pref("font.name.monospace.x-western", "Courier New");
  102. pref("font.name.cursive.x-western", "Comic Sans MS");
  103.  
  104. pref("font.name.serif.zh-CN", "σ«ïΣ╜ô"); //MS Song
  105. pref("font.name.sans-serif.zh-CN", "σ«ïΣ╜ô"); //MS Song
  106. pref("font.name.monospace.zh-CN", "σ«ïΣ╜ô"); //MS Song
  107. pref("font.name-list.serif.zh-CN", "MS Song, SimSun");
  108. pref("font.name-list.sans-serif.zh-CN", "MS Song, SimSun");
  109. pref("font.name-list.monospace.zh-CN", "MS Song, SimSun");
  110.  
  111. pref("font.name.serif.zh-TW", "τ┤░µÿÄΘ½ö"); // "MingLiU" 
  112. pref("font.name.sans-serif.zh-TW", "τ┤░µÿÄΘ½ö"); // "MingLiU" 
  113. pref("font.name.monospace.zh-TW", "τ┤░µÿÄΘ½ö"); // "MingLiU" 
  114. pref("font.name-list.serif.zh-TW", "MingLiU"); 
  115. pref("font.name-list.sans-serif.zh-TW", "MingLiU"); 
  116. pref("font.name-list.monospace.zh-TW", "MingLiU"); 
  117.  
  118. pref("font.default", "serif");
  119. pref("font.size.variable.ar", 16);
  120. pref("font.size.fixed.ar", 13);
  121.  
  122. pref("font.size.variable.el", 16);
  123. pref("font.size.fixed.el", 13);
  124.  
  125. pref("font.size.variable.he", 16);
  126. pref("font.size.fixed.he", 13);
  127.  
  128. pref("font.size.variable.ja", 16);
  129. pref("font.size.fixed.ja", 16);
  130.  
  131. pref("font.size.variable.ko", 16);
  132. pref("font.size.fixed.ko", 16);
  133.  
  134. pref("font.size.variable.th", 16);
  135. pref("font.size.fixed.th", 13);
  136.  
  137. pref("font.size.variable.tr", 16);
  138. pref("font.size.fixed.tr", 13);
  139.  
  140. pref("font.size.variable.x-baltic", 16);
  141. pref("font.size.fixed.x-baltic", 13);
  142.  
  143. pref("font.size.variable.x-central-euro", 16);
  144. pref("font.size.fixed.x-central-euro", 13);
  145.  
  146. pref("font.size.variable.x-cyrillic", 16);
  147. pref("font.size.fixed.x-cyrillic", 13);
  148.  
  149. pref("font.size.variable.x-unicode", 16);
  150. pref("font.size.fixed.x-unicode", 13);
  151.  
  152. pref("font.size.variable.x-western", 16);
  153. pref("font.size.fixed.x-western", 13);
  154.  
  155. pref("font.size.variable.zh-CN", 16);
  156. pref("font.size.fixed.zh-CN", 16);
  157.  
  158. pref("font.size.variable.zh-TW", 16);
  159. pref("font.size.fixed.zh-TW", 16);
  160.  
  161. pref("font.size.nav4rounding", false);
  162.  
  163. pref("system.windows.lock_ui.default_mail_client", false);
  164.  
  165. pref("netinst.profile.show_profile_wizard", true); 
  166.  
  167. //The following pref is internal to Communicator. Please
  168. //do *not* place it in the docs...
  169. pref("netinst.profile.show_dir_overwrite_msg",  true); 
  170.  
  171. // Unread mail count timer. Value to be specified in seconds
  172. // default is 5 minutes, i.e., 5 * 60 seconds = 300
  173. pref("mail.windows_xp_integration.unread_count_interval", 300);
  174.  
  175. // override double-click word selection behavior.
  176. pref("layout.word_select.eat_space_to_next_word", true);
  177. pref("layout.word_select.stop_at_punctuation", false);
  178.  
  179. // print_extra_margin enables platforms to specify an extra gap or margin
  180. // around the content of the page for Print Preview only
  181. pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
  182.  
  183. // This indicates whether it should use the native dialog or the XP Dialog
  184. pref("print.use_native_print_dialog", true);
  185.  
  186. // Locate Java by scanning the Sun JRE installation directory with a minimum version
  187. // Note: Does not scan if security.enable_java is not true
  188. pref("plugin.scan.SunJRE", "1.3");
  189.  
  190. // Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version
  191. pref("plugin.scan.Acrobat", "5.0");
  192.  
  193. // Locate plugins by scanning the Quicktime installation directory with a minimum version
  194. pref("plugin.scan.Quicktime", "5.0");
  195.  
  196. // Locate and scan the Window Media Player installation directory for plugins with a minimum version
  197. pref("plugin.scan.WindowsMediaPlayer", "7.0");
  198.  
  199. // Controls the scanning of the Navigator 4.x directory for plugins
  200. // When pref is missing, the default is to pickup popular plugins such as
  201. // Flash, Shockwave, Acrobat, and Quicktime. If set to true, ALL plugins
  202. // will be picked up and if set to false the scan will not happen at all
  203. //pref("plugin.scan.4xPluginFolder", false);
  204.  
  205. // Help Windows NT, 2000, and XP dialup a RAS connection
  206. // when a network address is unreachable.
  207. pref("network.autodial-helper.enabled", true);
  208.  
  209. // Pref to control whether we set ddeexec subkeys for the http
  210. // Internet shortcut protocol if we are handling it.  These
  211. // subkeys will be set only while we are running (to avoid the
  212. // problem of Windows showing an alert when it tries to use DDE
  213. // and we're not already running).
  214. pref("advanced.system.supportDDEExec", true);
  215.  
  216. // Use CP932 compatible map for JIS X 0208
  217. pref("intl.jis0208.map", "CP932");
  218.  
  219.