mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Adding prefs in boxes
This commit is contained in:
parent
e34f37cdb6
commit
5d59c4c13e
@ -1,27 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Advanced">
|
||||
<!ENTITY lHeader "Advanced">
|
||||
<!ENTITY autoLoadImgCheck.label "Automatically load images">
|
||||
<!ENTITY enbJavaCheck.label "Enable Java">
|
||||
<!ENTITY enbJsCheck.label "Enable JavaScript">
|
||||
<!ENTITY enbJsCheck.labelforMailNNews "Enable JavaScript for Mail and News">
|
||||
<!ENTITY enbCssCheck.label "Enable style sheets">
|
||||
<!ENTITY sendAddFtpCheck.label "Send email address as anonymous FTP password">
|
||||
<!ENTITY cookies "Cookies">
|
||||
<!ENTITY accAllCookiesRadio.label "Accept all cookies">
|
||||
<!ENTITY accpOrgCookiesRadio.label "Accept only cookies that get sent back to the originating server">
|
||||
<!ENTITY disCookRadio.label "Disable cookies">
|
||||
<!ENTITY warnCookCheck.label "Warn me before accepting a cookie">
|
||||
<!ENTITY remSignCheck.label "Automatically prefill usernames and passwords">
|
||||
<!ENTITY capFormsCheck.label "Enable prefilling of forms">
|
||||
<!ENTITY rHeader "Changing preferences that affect the entire product">
|
||||
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-advanced.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -1,23 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Appearance">
|
||||
<!ENTITY lHeader "Appearance">
|
||||
<!ENTITY rHeader "Change the appearance of the display">
|
||||
<!ENTITY onStartLegend.label "On startup, launch">
|
||||
<!ENTITY appear "Appearance">
|
||||
<!ENTITY navCheck.label "Navigator">
|
||||
<!ENTITY mesCheck.label "Messenger">
|
||||
<!ENTITY compCheck.label "Composer">
|
||||
<!ENTITY calCheck.label "Calendar">
|
||||
<!ENTITY showToolsLegend.label "Show toolbars as">
|
||||
<!ENTITY picsNtextRadio.label "Pictures and Text">
|
||||
<!ENTITY picsOnlyRadio.label "Pictures Only">
|
||||
<!ENTITY textonlyRadio.label "Text Only">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-appearance.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Appearance')" >
|
||||
|
@ -1,21 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Advanced">
|
||||
<!ENTITY lHeader "Applications">
|
||||
<!ENTITY rHeader "Specify helper applications for different file types">
|
||||
<!ENTITY descript "Description">
|
||||
<!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch">
|
||||
<!ENTITY newTypeButton.label "New Type...">
|
||||
<!ENTITY editButton.label "Edit...">
|
||||
<!ENTITY removeButton.label "Remove">
|
||||
<!ENTITY file "File type details">
|
||||
<!ENTITY exten "Extention:">
|
||||
<!ENTITY mimeType "Mime Type:">
|
||||
<!ENTITY handle "Handled By:">
|
||||
]>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-applications.dtd" >
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -1,26 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY title.label "Cache">
|
||||
<!ENTITY lHeader "Cache">
|
||||
<!ENTITY rHeader "Designate the size of the cache">
|
||||
<!ENTITY cachePara "The cache is used to keep local copies of frequently accessed documents
|
||||
and thus reduce time connected to the network. The Reload button will always
|
||||
compare the cache document to the network and show the most recent one.">
|
||||
<!ENTITY memCache "Memory Cache:">
|
||||
<!ENTITY diskCache "Disk Cache:">
|
||||
<!ENTITY kbyes "KBytes">
|
||||
<!ENTITY diskCacheFolder "Disk Cache Folder:">
|
||||
<!ENTITY clearMemcacheButton.label "Clear Memory Cache">
|
||||
<!ENTITY clearDiskcacheButton.label "Clear Disk Cache">
|
||||
<!ENTITY docCache "Document in cache is compared to document on network:">
|
||||
<!ENTITY oncePsessionRadio.label "Once per session">
|
||||
<!ENTITY everyTimeRadio.label "Every time">
|
||||
<!ENTITY neverRadio.label "Never">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-cache.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Cache');" align="vertical" title="&title.label;">
|
||||
|
@ -1,24 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Colors">
|
||||
<!ENTITY lHeader "Colors">
|
||||
<!ENTITY rHeader "Change the colors in your display">
|
||||
<!ENTITY color "Colors">
|
||||
<!ENTITY text "Text:">
|
||||
<!ENTITY colorPick "Color Picker">
|
||||
<!ENTITY background "Background:">
|
||||
<!ENTITY useWinColorsCheck.label "Use Windows colors">
|
||||
<!ENTITY underLinksCheck.label "Underline links">
|
||||
<!ENTITY links "Links">
|
||||
<!ENTITY unvisit "Unvisited Links:">
|
||||
<!ENTITY visit "Visited Links:">
|
||||
<!ENTITY someProvColors "Sometimes a document will provide its own colors and background.">
|
||||
<!ENTITY alwaysOverCheck.label "Always use my colors, overriding document">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-colors.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Colors')" title="&window.title;" align="vertical">
|
||||
|
@ -1,37 +1,80 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Download">
|
||||
<!ENTITY download "Download">
|
||||
<!ENTITY downOnlyCheck "Download only unread messages">
|
||||
<!ENTITY downDateCheck "Download by date">
|
||||
<!ENTITY newmes "Newsgroup Messages">
|
||||
<!ENTITY downUnread "Download only unread messages">
|
||||
<!ENTITY downloadDate "Download by date">
|
||||
<!ENTITY fromRadio.label "from">
|
||||
<!ENTITY one.select "1 week ago">
|
||||
<!ENTITY two.select "2 weeks ago">
|
||||
<!ENTITY oneM.select "1 month ago">
|
||||
<!ENTITY sixM.select "6 months ago">
|
||||
<!ENTITY oneY.select "1 year ago">
|
||||
<!ENTITY sinceRadio.label "since">
|
||||
<!ENTITY daysAgo "days ago">
|
||||
<!ENTITY Allmsg "All Messages">
|
||||
<!ENTITY offlineMsgs "In order to read mail and newsgroup messages offline, you must
|
||||
first select them for downloading. Use the Select... button to
|
||||
select items for dowloading.">
|
||||
<!ENTITY select "Select...">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-download.dtd" >
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Download');" title="&title.label;">
|
||||
onload="return StartUp('Download');" align="vertical" title="&title.label;">
|
||||
|
||||
<html:script language="JavaScript" src="PrefsWindow.js"/>
|
||||
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box id="header" style="width:100%" align="horizontal">
|
||||
<spring style="width:20px"/>
|
||||
<html:div style="vertical-align: middle;">
|
||||
<html:B>&lHeader;</html:B>
|
||||
</html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>&rHeader;</html:div><spring style="width:5px"/>
|
||||
</box>
|
||||
|
||||
<box align="vertical" flex="100%" style="width: 100%;">
|
||||
<!-- <html:fieldset style="width: 100%;">
|
||||
<html:legend align="left">
|
||||
<html:div>&newmes;</html:div>
|
||||
</html:legend>
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
|
||||
<html:label for="pref:0:bool:offline.news.download.unread_only" accesskey="" tabindex="0">
|
||||
&downOnlyCheck;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
|
||||
<html:label for="pref:0:bool:offline.news.download.by_date" accesskey="" tabindex="0">
|
||||
&downDateCheck;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
|
||||
&fromRadio.label;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
|
||||
&fromRadio.label;
|
||||
</html:label>
|
||||
</html:div>
|
||||
</html:fieldset> -->
|
||||
</box>
|
||||
|
||||
<!--
|
||||
<html:div flex="100%">
|
||||
<html:DIV ID="top">
|
||||
<html:SPAN ID="lefttext">&download;</html:SPAN>
|
||||
@ -39,11 +82,16 @@
|
||||
|
||||
&newmes;
|
||||
<html:table>
|
||||
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />&downOnlyCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />&downDateCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
|
||||
&downOnlyCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
|
||||
&downDateCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:label>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />&fromRadio.label;
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
&fromRadio.label;
|
||||
<html:select id="pref:0:">
|
||||
<html:OPTION />&one.select;
|
||||
<html:OPTION />&two.select;
|
||||
@ -65,5 +113,7 @@
|
||||
<html:tr><html:td><html:input type="button" value="&select;" id="pref:2:offline" /></html:td></html:tr>
|
||||
</html:table>
|
||||
|
||||
-->
|
||||
|
||||
</html:div>
|
||||
</xul:window>
|
||||
|
@ -1,26 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
|
||||
<!ENTITY window.title "Fonts">
|
||||
<!ENTITY header "Fonts">
|
||||
<!ENTITY encod.select "For the Encoding:">
|
||||
<!ENTITY encod1.option "Western">
|
||||
<!ENTITY size.select "Size">
|
||||
<!ENTITY size1.option "10">
|
||||
<!ENTITY varFont.select "Variable Width Font:">
|
||||
<!ENTITY varFont.option "10">
|
||||
<!ENTITY fixedFont.Select "Fixed Width Font">
|
||||
<!ENTITY fixedFont.option "Filler">
|
||||
<!ENTITY header2 "Sometimes a document will provide its own fonts.">
|
||||
<!ENTITY useDefaultFontRadio "Use my default fonts, overriding document-specified fonts">
|
||||
<!ENTITY useDocFontRadio "Use document-specified fonts, but disable Dynamic Fonts">
|
||||
<!ENTITY useDocFontsRadio "Use document-specified fonts, including Dynamic Fonts">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-fonts.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Fonts')" title="&window.title;">
|
||||
|
@ -1,21 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Languages">
|
||||
<!ENTITY LangHeader "Languages">
|
||||
<!ENTITY prefLangDecript "Choose in order of preference the language(s)
|
||||
in which you prefer to view web pages. Web pages are sometimes
|
||||
available in several languages. Naveigator presents pages in
|
||||
the available language you most prefer.">
|
||||
<!ENTITY engOption.label "English">
|
||||
<!ENTITY addButton.label "Add...">
|
||||
<!ENTITY deleteButton.label "Delete...">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-languages.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload = "return StartUp('Languages')" title="window.title">
|
||||
|
@ -1,34 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Navigator">
|
||||
<!ENTITY header1.label "Navigator">
|
||||
<!ENTITY navRadio "Navigator starts with">
|
||||
<!ENTITY blankRadio "Blank page">
|
||||
<!ENTITY header2.label "Home page">
|
||||
<!ENTITY lastPageRadio "Last page visited">
|
||||
<!ENTITY homepageRadio "Homepage">
|
||||
<!ENTITY clickRadio "Clicking the Home button will take you to this page.">
|
||||
<!ENTITY location "Location:">
|
||||
<!ENTITY useCurrent "Use Current Page">
|
||||
<!ENTITY browseFile "Select File...">
|
||||
|
||||
<!ENTITY header3.label "History">
|
||||
<!ENTITY historyPages "History is a list of the pages you have previously visited.">
|
||||
<!ENTITY histDay "9">
|
||||
<!ENTITY daysRadio "days">
|
||||
<!ENTITY homepageRadio "Homepage">
|
||||
<!ENTITY pagesHis "Pages in history expire after:">
|
||||
<!ENTITY clearRadio "Clear the list of sites on the location bar: ">
|
||||
<!ENTITY clearHis "clear history">
|
||||
<!ENTITY header4.label "Location Bar History">
|
||||
<!ENTITY clearBar "Clear the list of sites on the location bar:">
|
||||
<!ENTITY clearLoc "Clear Location Bar">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-navigator.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Navigator');" title="&title.label;">
|
||||
|
@ -1,26 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY title.label "Offline">
|
||||
<!ENTITY header "Offline">
|
||||
<!ENTITY header1 "Startup State">
|
||||
<!ENTITY descipt1 "Communicator can start in either online or offline modes. When online you have full
|
||||
access to your network. When offline you can only read messages that you have previously downloaded.">
|
||||
<!ENTITY prevRadio.label "Remember Previous State">
|
||||
<!ENTITY communRemember "Communticator will remember the state it was in last and start in that mode.">
|
||||
<!ENTITY askOfflineRadio.label "Ask Me">
|
||||
<!ENTITY offlineStartAskEach "Communicator will ask you each time you start the program.">
|
||||
<!ENTITY heaeder2 "When Going Online">
|
||||
<!ENTITY unsentAskRadio.label "Ask me if I want to send my unsent messages">
|
||||
<!ENTITY unsentAutoRadio.label "Automatically send my unsent messages">
|
||||
<!ENTITY unsentDoNotRadio.label "Do not send my unsent messages">
|
||||
<!ENTITY header3 "When Exiting Communicator">
|
||||
<!ENTITY promptSynchCheck.label "Prompt me to synchronize my messages">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-offline.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('offline');" title="&title.label;">
|
||||
|
@ -1,21 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Sample Prefs Panel">
|
||||
<!ENTITY proxiesHeader.label "Proxies">
|
||||
<!ENTITY networkHeader.label "A network proxy is used to provide additional security between your
|
||||
computer and the Internet (usually along with a firewall) and/or to increase
|
||||
performance between networks by reducing redundant traffic via caching.">
|
||||
<!ENTITY directTypeRadio.label "Direct connection to the Internet">
|
||||
<!ENTITY manualTypeRadio.label "Manual proxy configuration">
|
||||
<!ENTITY autoTypeRadio.label "Automatic proxy configuration">
|
||||
<!ENTITY configAutoconfigText.label "Configuration location (URL):">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-proxies.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Proxies');" title="Sample Prefs Panel">
|
||||
|
@ -1,22 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Smart Browsing">
|
||||
<!ENTITY smartHeader.label "What's Related">
|
||||
<!ENTITY enableRelatedRadio.label "Enable 'What's Related'">
|
||||
<!ENTITY autoDecp.label "Automatically load 'Whats Related' information">
|
||||
<!ENTITY neverRadio "Never">
|
||||
<!ENTITY afterAutoloadFirstRadio "After first use">
|
||||
<!ENTITY afterAutoloadAlwaysRadio "Always">
|
||||
<!ENTITY doNotDecp.label "Do not request Whats Related information for the following domains (a comma-seperated list)">
|
||||
<!ENTITY internetKeywordsHeader.label "Internet Keywords">
|
||||
<!ENTITY enableKeyCheck.label "Enable Internet Keywords">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-smart_browsing.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('smart_browsing');" title="&title.label;">
|
||||
|
@ -1,33 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY appear.label "Appearance">
|
||||
<!ENTITY fonts.label "Fonts">
|
||||
<!ENTITY colors.label "Colors">
|
||||
<!ENTITY navigator.label "Navigator">
|
||||
<!ENTITY languages.label "Languages">
|
||||
<!ENTITY applications.label "Applications">
|
||||
<!ENTITY smartBrowse.label "Smart Browsing">
|
||||
<!ENTITY mail.label "Mail & Newsgroups">
|
||||
<!ENTITY address.label "Addressing">
|
||||
<!ENTITY mess.label "Messages">
|
||||
<!ENTITY windowSet.label "Window Settings">
|
||||
<!ENTITY copyFolder.label "Copies & Folders">
|
||||
<!ENTITY format.label "Formatting">
|
||||
<!ENTITY return.label "Return Receipts">
|
||||
<!ENTITY disk.label "Disk Space">
|
||||
<!ENTITY compose.label "Composer">
|
||||
<!ENTITY publish.label "Publish">
|
||||
<!ENTITY offline.label "Offline">
|
||||
<!ENTITY advance.label "Advanced">
|
||||
<!ENTITY down.label "Download">
|
||||
<!ENTITY cache.label "Cache">
|
||||
<!ENTITY proxies.label "Proxies">
|
||||
<!ENTITY smart.label "Smart Update">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="ChangePanelURL(pref-appearance.xul);"
|
||||
@ -103,7 +100,7 @@
|
||||
<treechildren>
|
||||
<treeitem open="true">
|
||||
<treerow>
|
||||
<treecell><treeindentation/>&languages.label;</treecell>
|
||||
<treecell name="about:blank"><treeindentation/>&languages.label;</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
var prefwindow = null;
|
||||
|
||||
function StartUp(windowName)
|
||||
@ -18,3 +40,12 @@ function StartUp(windowName)
|
||||
prefwindow.panelLoaded(window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function choose() {
|
||||
var toolkit;
|
||||
var browser;
|
||||
/* Use existing browser "open" logic. */
|
||||
browser.openWindow();
|
||||
toolkit.CloseWindow( window );
|
||||
}
|
||||
|
@ -1,18 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY categoryHeader "Category">
|
||||
<!ENTITY window.title "Preferences">
|
||||
<!ENTITY helpButton.label "Help">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY okButton.label "OK">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/PrefsWindow.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Top')" title="&window.title;">
|
||||
@ -23,7 +36,7 @@
|
||||
<html:br />
|
||||
<html:iframe name="preftree" id="preftree" src="preftree.xul" scrolling="auto" resize="yes" width="72%" height="326"/>
|
||||
<html:iframe name="pref-appearance" id="pref-appearance"
|
||||
src="pref-appearance.xul" width="72%" height="326" resize="yes" scrolling="no"/>
|
||||
src="pref-appearance.xul" width="72%" height="326" resize="yes" scrolling="auto"/>
|
||||
<html:table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<html:tr>
|
||||
<html:td valign="right" width="200">
|
||||
|
@ -1,27 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Advanced">
|
||||
<!ENTITY lHeader "Advanced">
|
||||
<!ENTITY autoLoadImgCheck.label "Automatically load images">
|
||||
<!ENTITY enbJavaCheck.label "Enable Java">
|
||||
<!ENTITY enbJsCheck.label "Enable JavaScript">
|
||||
<!ENTITY enbJsCheck.labelforMailNNews "Enable JavaScript for Mail and News">
|
||||
<!ENTITY enbCssCheck.label "Enable style sheets">
|
||||
<!ENTITY sendAddFtpCheck.label "Send email address as anonymous FTP password">
|
||||
<!ENTITY cookies "Cookies">
|
||||
<!ENTITY accAllCookiesRadio.label "Accept all cookies">
|
||||
<!ENTITY accpOrgCookiesRadio.label "Accept only cookies that get sent back to the originating server">
|
||||
<!ENTITY disCookRadio.label "Disable cookies">
|
||||
<!ENTITY warnCookCheck.label "Warn me before accepting a cookie">
|
||||
<!ENTITY remSignCheck.label "Automatically prefill usernames and passwords">
|
||||
<!ENTITY capFormsCheck.label "Enable prefilling of forms">
|
||||
<!ENTITY rHeader "Changing preferences that affect the entire product">
|
||||
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-advanced.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -1,23 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Appearance">
|
||||
<!ENTITY lHeader "Appearance">
|
||||
<!ENTITY rHeader "Change the appearance of the display">
|
||||
<!ENTITY onStartLegend.label "On startup, launch">
|
||||
<!ENTITY appear "Appearance">
|
||||
<!ENTITY navCheck.label "Navigator">
|
||||
<!ENTITY mesCheck.label "Messenger">
|
||||
<!ENTITY compCheck.label "Composer">
|
||||
<!ENTITY calCheck.label "Calendar">
|
||||
<!ENTITY showToolsLegend.label "Show toolbars as">
|
||||
<!ENTITY picsNtextRadio.label "Pictures and Text">
|
||||
<!ENTITY picsOnlyRadio.label "Pictures Only">
|
||||
<!ENTITY textonlyRadio.label "Text Only">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-appearance.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Appearance')" >
|
||||
|
@ -1,21 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Advanced">
|
||||
<!ENTITY lHeader "Applications">
|
||||
<!ENTITY rHeader "Specify helper applications for different file types">
|
||||
<!ENTITY descript "Description">
|
||||
<!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch">
|
||||
<!ENTITY newTypeButton.label "New Type...">
|
||||
<!ENTITY editButton.label "Edit...">
|
||||
<!ENTITY removeButton.label "Remove">
|
||||
<!ENTITY file "File type details">
|
||||
<!ENTITY exten "Extention:">
|
||||
<!ENTITY mimeType "Mime Type:">
|
||||
<!ENTITY handle "Handled By:">
|
||||
]>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-applications.dtd" >
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -1,26 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY title.label "Cache">
|
||||
<!ENTITY lHeader "Cache">
|
||||
<!ENTITY rHeader "Designate the size of the cache">
|
||||
<!ENTITY cachePara "The cache is used to keep local copies of frequently accessed documents
|
||||
and thus reduce time connected to the network. The Reload button will always
|
||||
compare the cache document to the network and show the most recent one.">
|
||||
<!ENTITY memCache "Memory Cache:">
|
||||
<!ENTITY diskCache "Disk Cache:">
|
||||
<!ENTITY kbyes "KBytes">
|
||||
<!ENTITY diskCacheFolder "Disk Cache Folder:">
|
||||
<!ENTITY clearMemcacheButton.label "Clear Memory Cache">
|
||||
<!ENTITY clearDiskcacheButton.label "Clear Disk Cache">
|
||||
<!ENTITY docCache "Document in cache is compared to document on network:">
|
||||
<!ENTITY oncePsessionRadio.label "Once per session">
|
||||
<!ENTITY everyTimeRadio.label "Every time">
|
||||
<!ENTITY neverRadio.label "Never">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-cache.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Cache');" align="vertical" title="&title.label;">
|
||||
|
@ -1,24 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Colors">
|
||||
<!ENTITY lHeader "Colors">
|
||||
<!ENTITY rHeader "Change the colors in your display">
|
||||
<!ENTITY color "Colors">
|
||||
<!ENTITY text "Text:">
|
||||
<!ENTITY colorPick "Color Picker">
|
||||
<!ENTITY background "Background:">
|
||||
<!ENTITY useWinColorsCheck.label "Use Windows colors">
|
||||
<!ENTITY underLinksCheck.label "Underline links">
|
||||
<!ENTITY links "Links">
|
||||
<!ENTITY unvisit "Unvisited Links:">
|
||||
<!ENTITY visit "Visited Links:">
|
||||
<!ENTITY someProvColors "Sometimes a document will provide its own colors and background.">
|
||||
<!ENTITY alwaysOverCheck.label "Always use my colors, overriding document">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-colors.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Colors')" title="&window.title;" align="vertical">
|
||||
|
@ -1,30 +1,35 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Composer">
|
||||
<!ENTITY lHeader "Composer">
|
||||
<!ENTITY rHeader "Set general preferences for the authoring Web pages">
|
||||
<!ENTITY authorName "Author Name">
|
||||
<!ENTITY AutoSaveCheck.label "Automatically save page every">
|
||||
<!ENTITY minText "minutes">
|
||||
<!ENTITY exterLegand.label "External Editors">
|
||||
<!ENTITY htmlSource "HTML Source:">
|
||||
<!ENTITY chooseButton.label "Choose...">
|
||||
<!ENTITY fontSizeHeader "Font Size Mode">
|
||||
<!ENTITY img "Images:">
|
||||
<!ENTITY relSizeRadio.label "Show relative size as points based on your Navigator font sizes">
|
||||
<!ENTITY relfontRadio.label "Show relative HTML font scale: -2, -1, 0, +1, +2, +3, +4">
|
||||
<!ENTITY relScaleRadio.label "Show relative HTML scale and absolute "point-size" attributes">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-composer.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Composer');" alighn="vertical" title="&title.label;">
|
||||
|
||||
<html:script language="javascript" src="PrefsWindow.js"/>
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
<html:div flex="100%">
|
||||
<box id="header" style="width:100%" align="horizontal">
|
||||
<spring style="width:20px"/>
|
||||
|
@ -1,37 +1,80 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Download">
|
||||
<!ENTITY download "Download">
|
||||
<!ENTITY downOnlyCheck "Download only unread messages">
|
||||
<!ENTITY downDateCheck "Download by date">
|
||||
<!ENTITY newmes "Newsgroup Messages">
|
||||
<!ENTITY downUnread "Download only unread messages">
|
||||
<!ENTITY downloadDate "Download by date">
|
||||
<!ENTITY fromRadio.label "from">
|
||||
<!ENTITY one.select "1 week ago">
|
||||
<!ENTITY two.select "2 weeks ago">
|
||||
<!ENTITY oneM.select "1 month ago">
|
||||
<!ENTITY sixM.select "6 months ago">
|
||||
<!ENTITY oneY.select "1 year ago">
|
||||
<!ENTITY sinceRadio.label "since">
|
||||
<!ENTITY daysAgo "days ago">
|
||||
<!ENTITY Allmsg "All Messages">
|
||||
<!ENTITY offlineMsgs "In order to read mail and newsgroup messages offline, you must
|
||||
first select them for downloading. Use the Select... button to
|
||||
select items for dowloading.">
|
||||
<!ENTITY select "Select...">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-download.dtd" >
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Download');" title="&title.label;">
|
||||
onload="return StartUp('Download');" align="vertical" title="&title.label;">
|
||||
|
||||
<html:script language="JavaScript" src="PrefsWindow.js"/>
|
||||
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box id="header" style="width:100%" align="horizontal">
|
||||
<spring style="width:20px"/>
|
||||
<html:div style="vertical-align: middle;">
|
||||
<html:B>&lHeader;</html:B>
|
||||
</html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>&rHeader;</html:div><spring style="width:5px"/>
|
||||
</box>
|
||||
|
||||
<box align="vertical" flex="100%" style="width: 100%;">
|
||||
<!-- <html:fieldset style="width: 100%;">
|
||||
<html:legend align="left">
|
||||
<html:div>&newmes;</html:div>
|
||||
</html:legend>
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
|
||||
<html:label for="pref:0:bool:offline.news.download.unread_only" accesskey="" tabindex="0">
|
||||
&downOnlyCheck;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
|
||||
<html:label for="pref:0:bool:offline.news.download.by_date" accesskey="" tabindex="0">
|
||||
&downDateCheck;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
|
||||
&fromRadio.label;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
|
||||
&fromRadio.label;
|
||||
</html:label>
|
||||
</html:div>
|
||||
</html:fieldset> -->
|
||||
</box>
|
||||
|
||||
<!--
|
||||
<html:div flex="100%">
|
||||
<html:DIV ID="top">
|
||||
<html:SPAN ID="lefttext">&download;</html:SPAN>
|
||||
@ -39,11 +82,16 @@
|
||||
|
||||
&newmes;
|
||||
<html:table>
|
||||
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />&downOnlyCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />&downDateCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
|
||||
&downOnlyCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:label>
|
||||
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
|
||||
&downDateCheck;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:label>
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />&fromRadio.label;
|
||||
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
|
||||
&fromRadio.label;
|
||||
<html:select id="pref:0:">
|
||||
<html:OPTION />&one.select;
|
||||
<html:OPTION />&two.select;
|
||||
@ -65,5 +113,7 @@
|
||||
<html:tr><html:td><html:input type="button" value="&select;" id="pref:2:offline" /></html:td></html:tr>
|
||||
</html:table>
|
||||
|
||||
-->
|
||||
|
||||
</html:div>
|
||||
</xul:window>
|
||||
|
@ -1,26 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
|
||||
<!ENTITY window.title "Fonts">
|
||||
<!ENTITY header "Fonts">
|
||||
<!ENTITY encod.select "For the Encoding:">
|
||||
<!ENTITY encod1.option "Western">
|
||||
<!ENTITY size.select "Size">
|
||||
<!ENTITY size1.option "10">
|
||||
<!ENTITY varFont.select "Variable Width Font:">
|
||||
<!ENTITY varFont.option "10">
|
||||
<!ENTITY fixedFont.Select "Fixed Width Font">
|
||||
<!ENTITY fixedFont.option "Filler">
|
||||
<!ENTITY header2 "Sometimes a document will provide its own fonts.">
|
||||
<!ENTITY useDefaultFontRadio "Use my default fonts, overriding document-specified fonts">
|
||||
<!ENTITY useDocFontRadio "Use document-specified fonts, but disable Dynamic Fonts">
|
||||
<!ENTITY useDocFontsRadio "Use document-specified fonts, including Dynamic Fonts">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-fonts.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Fonts')" title="&window.title;">
|
||||
|
@ -1,21 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY window.title "Languages">
|
||||
<!ENTITY LangHeader "Languages">
|
||||
<!ENTITY prefLangDecript "Choose in order of preference the language(s)
|
||||
in which you prefer to view web pages. Web pages are sometimes
|
||||
available in several languages. Naveigator presents pages in
|
||||
the available language you most prefer.">
|
||||
<!ENTITY engOption.label "English">
|
||||
<!ENTITY addButton.label "Add...">
|
||||
<!ENTITY deleteButton.label "Delete...">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-languages.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload = "return StartUp('Languages')" title="window.title">
|
||||
|
@ -1,34 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Navigator">
|
||||
<!ENTITY header1.label "Navigator">
|
||||
<!ENTITY navRadio "Navigator starts with">
|
||||
<!ENTITY blankRadio "Blank page">
|
||||
<!ENTITY header2.label "Home page">
|
||||
<!ENTITY lastPageRadio "Last page visited">
|
||||
<!ENTITY homepageRadio "Homepage">
|
||||
<!ENTITY clickRadio "Clicking the Home button will take you to this page.">
|
||||
<!ENTITY location "Location:">
|
||||
<!ENTITY useCurrent "Use Current Page">
|
||||
<!ENTITY browseFile "Select File...">
|
||||
|
||||
<!ENTITY header3.label "History">
|
||||
<!ENTITY historyPages "History is a list of the pages you have previously visited.">
|
||||
<!ENTITY histDay "9">
|
||||
<!ENTITY daysRadio "days">
|
||||
<!ENTITY homepageRadio "Homepage">
|
||||
<!ENTITY pagesHis "Pages in history expire after:">
|
||||
<!ENTITY clearRadio "Clear the list of sites on the location bar: ">
|
||||
<!ENTITY clearHis "clear history">
|
||||
<!ENTITY header4.label "Location Bar History">
|
||||
<!ENTITY clearBar "Clear the list of sites on the location bar:">
|
||||
<!ENTITY clearLoc "Clear Location Bar">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-navigator.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Navigator');" title="&title.label;">
|
||||
|
@ -1,26 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY title.label "Offline">
|
||||
<!ENTITY header "Offline">
|
||||
<!ENTITY header1 "Startup State">
|
||||
<!ENTITY descipt1 "Communicator can start in either online or offline modes. When online you have full
|
||||
access to your network. When offline you can only read messages that you have previously downloaded.">
|
||||
<!ENTITY prevRadio.label "Remember Previous State">
|
||||
<!ENTITY communRemember "Communticator will remember the state it was in last and start in that mode.">
|
||||
<!ENTITY askOfflineRadio.label "Ask Me">
|
||||
<!ENTITY offlineStartAskEach "Communicator will ask you each time you start the program.">
|
||||
<!ENTITY heaeder2 "When Going Online">
|
||||
<!ENTITY unsentAskRadio.label "Ask me if I want to send my unsent messages">
|
||||
<!ENTITY unsentAutoRadio.label "Automatically send my unsent messages">
|
||||
<!ENTITY unsentDoNotRadio.label "Do not send my unsent messages">
|
||||
<!ENTITY header3 "When Exiting Communicator">
|
||||
<!ENTITY promptSynchCheck.label "Prompt me to synchronize my messages">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-offline.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('offline');" title="&title.label;">
|
||||
|
@ -1,21 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Sample Prefs Panel">
|
||||
<!ENTITY proxiesHeader.label "Proxies">
|
||||
<!ENTITY networkHeader.label "A network proxy is used to provide additional security between your
|
||||
computer and the Internet (usually along with a firewall) and/or to increase
|
||||
performance between networks by reducing redundant traffic via caching.">
|
||||
<!ENTITY directTypeRadio.label "Direct connection to the Internet">
|
||||
<!ENTITY manualTypeRadio.label "Manual proxy configuration">
|
||||
<!ENTITY autoTypeRadio.label "Automatic proxy configuration">
|
||||
<!ENTITY configAutoconfigText.label "Configuration location (URL):">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-proxies.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Proxies');" title="Sample Prefs Panel">
|
||||
|
@ -1,25 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY window.title "Publish">
|
||||
<!ENTITY composerHeader.label "Publish">
|
||||
<!ENTITY maintainCheckbox.label "Maintain links.">
|
||||
<!ENTITY keepCheck.label "Keep images with page.">
|
||||
|
||||
<!ENTITY adjustDesc.label "Adjust links to work from the page's location. (Links to local pages will work when
|
||||
local versions exist.) ">
|
||||
<!ENTITY saveDesc.label "Save copies of images to the page's location. Images will always
|
||||
appear in local versions of the page and when the page is published.">
|
||||
<!ENTITY tip.label "Tip: Check both options if you will be using remote publishing.">
|
||||
<!ENTITY defaultHeader.label "Default publishing location">
|
||||
<!ENTITY publishFtp.label "If publishing to a FTP site, enter the HTTP address to browse to:">
|
||||
<!ENTITY publishhtp.label "If publishing to a FTP site, enter the HTTP address to browse to:">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-publish.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Publish');" title="&window.title;">
|
||||
|
@ -1,22 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY title.label "Smart Browsing">
|
||||
<!ENTITY smartHeader.label "What's Related">
|
||||
<!ENTITY enableRelatedRadio.label "Enable 'What's Related'">
|
||||
<!ENTITY autoDecp.label "Automatically load 'Whats Related' information">
|
||||
<!ENTITY neverRadio "Never">
|
||||
<!ENTITY afterAutoloadFirstRadio "After first use">
|
||||
<!ENTITY afterAutoloadAlwaysRadio "Always">
|
||||
<!ENTITY doNotDecp.label "Do not request Whats Related information for the following domains (a comma-seperated list)">
|
||||
<!ENTITY internetKeywordsHeader.label "Internet Keywords">
|
||||
<!ENTITY enableKeyCheck.label "Enable Internet Keywords">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-smart_browsing.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('smart_browsing');" title="&title.label;">
|
||||
|
@ -1,33 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
License Version 1.1 (the "License"); you may not use this file
|
||||
except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS
|
||||
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
implied. See the License for the specific language governing
|
||||
rights and limitations under the License.
|
||||
|
||||
The Original Code is Mozilla Communicator client code, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY appear.label "Appearance">
|
||||
<!ENTITY fonts.label "Fonts">
|
||||
<!ENTITY colors.label "Colors">
|
||||
<!ENTITY navigator.label "Navigator">
|
||||
<!ENTITY languages.label "Languages">
|
||||
<!ENTITY applications.label "Applications">
|
||||
<!ENTITY smartBrowse.label "Smart Browsing">
|
||||
<!ENTITY mail.label "Mail & Newsgroups">
|
||||
<!ENTITY address.label "Addressing">
|
||||
<!ENTITY mess.label "Messages">
|
||||
<!ENTITY windowSet.label "Window Settings">
|
||||
<!ENTITY copyFolder.label "Copies & Folders">
|
||||
<!ENTITY format.label "Formatting">
|
||||
<!ENTITY return.label "Return Receipts">
|
||||
<!ENTITY disk.label "Disk Space">
|
||||
<!ENTITY compose.label "Composer">
|
||||
<!ENTITY publish.label "Publish">
|
||||
<!ENTITY offline.label "Offline">
|
||||
<!ENTITY advance.label "Advanced">
|
||||
<!ENTITY down.label "Download">
|
||||
<!ENTITY cache.label "Cache">
|
||||
<!ENTITY proxies.label "Proxies">
|
||||
<!ENTITY smart.label "Smart Update">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="ChangePanelURL(pref-appearance.xul);"
|
||||
@ -103,7 +100,7 @@
|
||||
<treechildren>
|
||||
<treeitem open="true">
|
||||
<treerow>
|
||||
<treecell><treeindentation/>&languages.label;</treecell>
|
||||
<treecell name="about:blank"><treeindentation/>&languages.label;</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user