home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 November / VPR0211A.ISO / OPENOFFICE / f_0249 / defaults / pref / winpref.js < prev    next >
Text File  |  2002-06-10  |  8KB  |  207 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. platform.windows = true;
  39.  
  40. pref("ui.key.menuAccessKeyFocuses", true);
  41.  
  42. pref("font.name.serif.ar", "Times New Roman");
  43. pref("font.name.sans-serif.ar", "Arial");
  44. pref("font.name.monospace.ar", "Courier New");
  45. pref("font.name.cursive.ar", "Comic Sans MS");
  46.  
  47. pref("font.name.serif.el", "Times New Roman");
  48. pref("font.name.sans-serif.el", "Arial");
  49. pref("font.name.monospace.el", "Courier New");
  50. pref("font.name.cursive.el", "Comic Sans MS");
  51.  
  52. pref("font.name.serif.he", "Times New Roman");
  53. pref("font.name.sans-serif.he", "Arial");
  54. pref("font.name.monospace.he", "Courier New");
  55. pref("font.name.cursive.he", "Comic Sans MS");
  56.  
  57. pref("font.name.serif.ja", "シュシウ シー譏取悃"); // "MS PMincho"
  58. pref("font.name.sans-serif.ja", "シュシウ シー繧エ繧キ繝け"); // "MS PGothic"
  59. pref("font.name.monospace.ja", "シュシウ 繧エ繧キ繝け"); // "MS Gothic"
  60. pref("font.name-list.serif.ja", "MS PMincho, MS PGothic, MS Mincho, MS Gothic");
  61. pref("font.name-list.sans-serif.ja", "MS PGothic, MS PMincho, MS Gothic, MS Mincho");
  62. pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, MS PGothic, MS PMincho");
  63.  
  64. pref("font.name.serif.ko", "ー被ヵ"); // "Batang" 
  65. pref("font.name.sans-serif.ko", "オエヲシ"); // "Gulim" 
  66. pref("font.name.monospace.ko", "オエヲシイエ"); // "GulimChe" 
  67. pref("font.name-list.serif.ko", "Batang, Gulim"); 
  68. pref("font.name-list.sans-serif.ko", "Gulim"); 
  69. pref("font.name-list.monospace.ko", "GulimChe"); 
  70.  
  71. pref("font.name.serif.th", "Times New Roman");
  72. pref("font.name.sans-serif.th", "Arial");
  73. pref("font.name.monospace.th", "Courier New");
  74. pref("font.name.cursive.th", "Comic Sans MS");
  75.  
  76. pref("font.name.serif.tr", "Times New Roman");
  77. pref("font.name.sans-serif.tr", "Arial");
  78. pref("font.name.monospace.tr", "Courier New");
  79. pref("font.name.cursive.tr", "Comic Sans MS");
  80.  
  81. pref("font.name.serif.x-baltic", "Times New Roman");
  82. pref("font.name.sans-serif.x-baltic", "Arial");
  83. pref("font.name.monospace.x-baltic", "Courier New");
  84. pref("font.name.cursive.x-baltic", "Comic Sans MS");
  85.  
  86. pref("font.name.serif.x-central-euro", "Times New Roman");
  87. pref("font.name.sans-serif.x-central-euro", "Arial");
  88. pref("font.name.monospace.x-central-euro", "Courier New");
  89. pref("font.name.cursive.x-central-euro", "Comic Sans MS");
  90.  
  91. pref("font.name.serif.x-cyrillic", "Times New Roman");
  92. pref("font.name.sans-serif.x-cyrillic", "Arial");
  93. pref("font.name.monospace.x-cyrillic", "Courier New");
  94. pref("font.name.cursive.x-cyrillic", "Comic Sans MS");
  95.  
  96. pref("font.name.serif.x-unicode", "Times New Roman");
  97. pref("font.name.sans-serif.x-unicode", "Arial");
  98. pref("font.name.monospace.x-unicode", "Courier New");
  99. pref("font.name.cursive.x-unicode", "Comic Sans MS");
  100.  
  101. pref("font.name.serif.x-western", "Times New Roman");
  102. pref("font.name.sans-serif.x-western", "Arial");
  103. pref("font.name.monospace.x-western", "Courier New");
  104. pref("font.name.cursive.x-western", "Comic Sans MS");
  105.  
  106. pref("font.name.serif.zh-CN", "螳倶ス"); //MS Song
  107. pref("font.name.sans-serif.zh-CN", "螳倶ス"); //MS Song
  108. pref("font.name.monospace.zh-CN", "螳倶ス"); //MS Song
  109. pref("font.name-list.serif.zh-CN", "MS Song");
  110. pref("font.name-list.sans-serif.zh-CN", "MS Song");
  111. pref("font.name-list.monospace.zh-CN", "MS Song");
  112.  
  113. pref("font.name.serif.zh-TW", "邏ー譏朱ォ"); // "MingLiU" 
  114. pref("font.name.sans-serif.zh-TW", "邏ー譏朱ォ"); // "MingLiU" 
  115. pref("font.name.monospace.zh-TW", "邏ー譏朱ォ"); // "MingLiU" 
  116. pref("font.name-list.serif.zh-TW", "MingLiU"); 
  117. pref("font.name-list.sans-serif.zh-TW", "MingLiU"); 
  118. pref("font.name-list.monospace.zh-TW", "MingLiU"); 
  119.  
  120. pref("font.default", "serif");
  121. pref("font.size.variable.ar", 16);
  122. pref("font.size.fixed.ar", 13);
  123.  
  124. pref("font.size.variable.el", 16);
  125. pref("font.size.fixed.el", 13);
  126.  
  127. pref("font.size.variable.he", 16);
  128. pref("font.size.fixed.he", 13);
  129.  
  130. pref("font.size.variable.ja", 16);
  131. pref("font.size.fixed.ja", 16);
  132.  
  133. pref("font.size.variable.ko", 16);
  134. pref("font.size.fixed.ko", 16);
  135.  
  136. pref("font.size.variable.th", 16);
  137. pref("font.size.fixed.th", 13);
  138.  
  139. pref("font.size.variable.tr", 16);
  140. pref("font.size.fixed.tr", 13);
  141.  
  142. pref("font.size.variable.x-baltic", 16);
  143. pref("font.size.fixed.x-baltic", 13);
  144.  
  145. pref("font.size.variable.x-central-euro", 16);
  146. pref("font.size.fixed.x-central-euro", 13);
  147.  
  148. pref("font.size.variable.x-cyrillic", 16);
  149. pref("font.size.fixed.x-cyrillic", 13);
  150.  
  151. pref("font.size.variable.x-unicode", 16);
  152. pref("font.size.fixed.x-unicode", 13);
  153.  
  154. pref("font.size.variable.x-western", 16);
  155. pref("font.size.fixed.x-western", 13);
  156.  
  157. pref("font.size.variable.zh-CN", 16);
  158. pref("font.size.fixed.zh-CN", 16);
  159.  
  160. pref("font.size.variable.zh-TW", 16);
  161. pref("font.size.fixed.zh-TW", 16);
  162.  
  163. pref("font.size.nav4rounding", false);
  164.  
  165. pref("system.windows.lock_ui.default_mail_client", false);
  166.  
  167. pref("netinst.profile.show_profile_wizard", true); 
  168.  
  169. //The following pref is internal to Communicator. Please
  170. //do *not* place it in the docs...
  171. pref("netinst.profile.show_dir_overwrite_msg",  true); 
  172.  
  173. // Unread mail count timer. Value to be specified in seconds
  174. // default is 5 minutes, i.e., 5 * 60 seconds = 300
  175. pref("mail.windows_xp_integration.unread_count_interval", 300);
  176.  
  177. // override double-click word selection behavior.
  178. pref("layout.word_select.eat_space_to_next_word", true);
  179. pref("layout.word_select.stop_at_punctuation", false);
  180.  
  181. // print_extra_margin enables platforms to specify an extra gap or margin
  182. // around the content of the page for Print Preview only
  183. pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
  184.  
  185. // This indicates whether it should use the native dialog or the XP Dialog
  186. pref("print.use_native_print_dialog", true);
  187.  
  188. // Locate Java by scanning the Sun JRE installation directory with a minimum version
  189. // Note: Does not scan if security.enable_java is not true
  190. pref("plugin.scan.SunJRE", "1.3");
  191.  
  192. // Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version
  193. pref("plugin.scan.Acrobat", "5.0");
  194.  
  195. // Locate plugins by scanning the Quicktime installation directory with a minimum version
  196. pref("plugin.scan.Quicktime", "5.0");
  197.  
  198. // Locate and scan the Window Media Player installation directory for plugins with a minimum version
  199. pref("plugin.scan.WindowsMediaPlayer", "7.0");
  200.  
  201. // Controls the scanning of the Navigator 4.x directory for plugins
  202. // When pref is missing, the default is to pickup popular plugins such as
  203. // Flash, Shockwave, Acrobat, and Quicktime. If set to true, ALL plugins
  204. // will be picked up and if set to false the scan will not happen at all
  205. //pref("plugin.scan.4xPluginFolder", false);
  206.  
  207.