prefwindow skinnability cleanup, string changes for verah

This commit is contained in:
ben%netscape.com 2000-04-30 02:47:45 +00:00
parent c00a68aad6
commit 605bb7b489
39 changed files with 127 additions and 129 deletions

View File

@ -309,7 +309,7 @@ nsPrefWindow.prototype =
for( var i = 0; i < panelChildren.childNodes.length; i++ ) for( var i = 0; i < panelChildren.childNodes.length; i++ )
{ {
var currentItem = panelChildren.childNodes[i]; var currentItem = panelChildren.childNodes[i];
if( currentItem.id != aComponentName ) if( currentItem.id != aComponentName && currentItem.id != "appearance" )
currentItem.removeAttribute( "open" ); currentItem.removeAttribute( "open" );
} }
var openItem = document.getElementById( aComponentName ); var openItem = document.getElementById( aComponentName );

View File

@ -20,7 +20,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-advanced.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-advanced.dtd" >
@ -42,7 +41,7 @@
function displayImageDialog() function displayImageDialog()
{ {
window.openDialog("chrome://pref/content/pref-imageblocking.xul", "", "chrome,resizable=no"); window.openDialog("chrome://communicator/content/pref/pref-imageblocking.xul", "", "chrome,resizable=no");
} }
function updateImageFields( aInteger, aBoolean ) function updateImageFields( aInteger, aBoolean )
@ -62,10 +61,10 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical" id="advancedSettings"> <titledbox orient="vertical" id="advancedSettings">
<title><text value="&advancedTitle.label;"/></title>
<box autostretch="never"> <box autostretch="never">
<checkbox id="advancedAlwaysLoadImages" value="&autoLoadImgCheck.label;" accesskey="&autoLoadImgCheck.accesskey;" <checkbox id="advancedAlwaysLoadImages" value="&autoLoadImgCheck.label;" accesskey="&autoLoadImgCheck.accesskey;"
pref="true" preftype="bool" prefstring="advanced.always_load_images" pref="true" preftype="bool" prefstring="advanced.always_load_images"
@ -94,6 +93,10 @@
<checkbox id="advancedMailFTP" value="&sendAddFtpCheck.label;" accesskey="&sendAddFtpCheck.accesskey;" <checkbox id="advancedMailFTP" value="&sendAddFtpCheck.label;" accesskey="&sendAddFtpCheck.accesskey;"
pref="true" preftype="bool" prefstring="advanced.mailftp" pref="true" preftype="bool" prefstring="advanced.mailftp"
prefattribute="checked"/> prefattribute="checked"/>
<separator/>
<html>&description.label;</html>
</titledbox> </titledbox>
<!-- hidden elements to contain image blocking prefs --> <!-- hidden elements to contain image blocking prefs -->

View File

@ -23,10 +23,14 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-appearance.dtd" > <!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % prefAppearanceDTD SYSTEM "chrome://communicator/locale/pref/pref-appearance.dtd" >
%prefAppearanceDTD;
]>
<window xmlns:html="http://www.w3.org/TR/REC-html40" <window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="color-dialog" class="color-dialog"
@ -41,7 +45,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox id="generalStartupPreferences" orient="vertical" autostretch="never"> <titledbox id="generalStartupPreferences" orient="vertical" autostretch="never">
<title><text value="&onStartLegend.label;"/></title> <title><text value="&onStartLegend.label;"/></title>

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-applications.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-applications.dtd" >
@ -41,10 +40,13 @@
from the list as appropriate to pass to the Data Manager from the list as appropriate to pass to the Data Manager
--> -->
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox> <titledbox>
<title><text value="&descript;"/></title> <title><text value="&descript;"/></title>
<box orient="vertical">
<text class="label" value="&fileTypes.label;"/>
<tree id="appTree" class="inset" flex="1"> <tree id="appTree" class="inset" flex="1">
<treecol/> <treecol/>
<treechildren> <treechildren>
@ -55,11 +57,13 @@
</treeitem> </treeitem>
</treechildren> </treechildren>
</tree> </tree>
<box orient="vertical" halign="top"> </box>
<button class="dialog push" id="newTypeButton" value="&newTypeButton.label;" accesskey="&newTypeButton.accesskey;" />
<button class="dialog push" id="editButton" value="&editButton.label;" accesskey="&editButton.accesskey;" /> <box orient="vertical" halign="top">
<button class="dialog push" id="removeButton" value="&removeButton.label;" accesskey="&removeButton.accesskey;" /> <button class="dialog push" id="newTypeButton" value="&newTypeButton.label;" accesskey="&newTypeButton.accesskey;" />
</box> <button class="dialog push" id="editButton" value="&editButton.label;" accesskey="&editButton.accesskey;" />
<button class="dialog push" id="removeButton" value="&removeButton.label;" accesskey="&removeButton.accesskey;" />
</box>
</titledbox> </titledbox>
<titledbox orient="vertical"> <titledbox orient="vertical">

View File

@ -21,7 +21,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-cache.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-cache.dtd" >
@ -41,9 +40,11 @@
<script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"></script> <script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"></script>
<script language="javascript" src="chrome://communicator/content/pref/pref-cache.js"></script> <script language="javascript" src="chrome://communicator/content/pref/pref-cache.js"></script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&cacheTitle.label;"/></title>
<html>&cachePara;</html> <html>&cachePara;</html>
<separator/> <separator/>

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-colors.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-colors.dtd" >
@ -42,7 +41,7 @@
<script language="JavaScript" src="chrome://communicator/content/pref/pref-colors.js"></script> <script language="JavaScript" src="chrome://communicator/content/pref/pref-colors.js"></script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<box> <box>
<titledbox orient="vertical" flex="1"> <titledbox orient="vertical" flex="1">
@ -57,8 +56,7 @@
<colorpicker allowevents="true" id="foregroundColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'foregroundtext', false);"/> <colorpicker allowevents="true" id="foregroundColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'foregroundtext', false);"/>
</menupopup> </menupopup>
</menu> </menu>
<textfield collapsed="true" id="foregroundText" pref="true" preftype="color" <data id="foregroundText" pref="true" preftype="color" prefstring="browser.foreground_color" prefattribute="value" wsm_attributes="value"/>
prefstring="browser.foreground_color" prefattribute="value"/>
</box> </box>
<box> <box>
<text class="label" value="&backgroundColor.label;" accesskey="&backgroundColor.label;" for="backgroundmenu"/> <text class="label" value="&backgroundColor.label;" accesskey="&backgroundColor.label;" for="backgroundmenu"/>
@ -70,8 +68,7 @@
<colorpicker allowevents="true" id="backgroundColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/> <colorpicker allowevents="true" id="backgroundColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/>
</menupopup> </menupopup>
</menu> </menu>
<textfield collapsed="true" id="background" pref="true" preftype="color" <data id="background" pref="true" preftype="color" prefstring="browser.background_color" prefattribute="value" wsm_attributes="value"/>
prefstring="browser.background_color" prefattribute="value"/>
</box> </box>
<checkbox id="browserUseWindowsColors" value="&useWindowsColors.label;" accesskey="&useWindowsColors.accesskey;" <checkbox id="browserUseWindowsColors" value="&useWindowsColors.label;" accesskey="&useWindowsColors.accesskey;"
pref="true" preftype="bool" prefstring="browser.wfe.use_windows_colors" prefattribute="checked"/> pref="true" preftype="bool" prefstring="browser.wfe.use_windows_colors" prefattribute="checked"/>
@ -89,8 +86,7 @@
<colorpicker allowevents="true" id="unvisitedLinksColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/> <colorpicker allowevents="true" id="unvisitedLinksColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/>
</menupopup> </menupopup>
</menu> </menu>
<textfield collapsed="true" id="unvisitedLinks" pref="true" preftype="string" <data id="unvisitedLinks" pref="true" preftype="string" prefstring="browser.anchor_color" prefattribute="value" wsm_attributes="value"/>
prefstring="browser.anchor_color" prefattribute="value"/>
</box> </box>
<box> <box>
<text class="label" value="&visitedLinkColor.label;" accesskey="&visitedLinkColor.accesskey;" for="visitedlinkmenu"/> <text class="label" value="&visitedLinkColor.label;" accesskey="&visitedLinkColor.accesskey;" for="visitedlinkmenu"/>
@ -102,8 +98,7 @@
<colorpicker allowevents="true" id="visitedLinksColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/> <colorpicker allowevents="true" id="visitedLinksColorpicker" palettename="standard" onclick="setColorWell(this.parentNode.parentNode, 'background', false);"/>
</menupopup> </menupopup>
</menu> </menu>
<textfield collapsed="true" id="visitedLinks" pref="true" preftype="string" <data id="visitedLinks" pref="true" preftype="string" prefstring="browser.visited_color" prefattribute="value" wsm_attributes="value"/>
prefstring="browser.visited_color" prefattribute="value"/>
</box> </box>
<checkbox id="browserUnderlineAnchors" value="&underlineLinks.label;" accesskey="&underlineLinks.accesskey;" <checkbox id="browserUnderlineAnchors" value="&underlineLinks.label;" accesskey="&underlineLinks.accesskey;"
pref="true" preftype="bool" prefstring="browser.underline_anchors" prefattribute="checked"/> pref="true" preftype="bool" prefstring="browser.underline_anchors" prefattribute="checked"/>

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-composer.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-composer.dtd" >
@ -39,7 +38,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical" autostretch="never"> <titledbox orient="vertical" autostretch="never">
<title><text value="&tableEditing.label;"/></title> <title><text value="&tableEditing.label;"/></title>

View File

@ -21,7 +21,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" >
@ -42,7 +41,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<!-- nothing on this page has accesskeys because this is a temporary debug <!-- nothing on this page has accesskeys because this is a temporary debug
panel and you can damn well click the widgets! --> panel and you can damn well click the widgets! -->

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-editing.dtd"> <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-editing.dtd">
@ -43,7 +42,7 @@
<script language="JavaScript" src="chrome://global/content/strres.js"></script> <script language="JavaScript" src="chrome://global/content/strres.js"></script>
<script language="JavaScript" src="chrome://communicator/content/pref/prefutilities.js"></script> <script language="JavaScript" src="chrome://communicator/content/pref/prefutilities.js"></script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&authorName.label;"/></title> <title><text value="&authorName.label;"/></title>

View File

@ -16,6 +16,7 @@ var fontTypes = ["serif","sans-serif", /*"cursive", "fantasy",*/"monospace"];
var variableSize, fixedSize, languageList; var variableSize, fixedSize, languageList;
var languageData = []; var languageData = [];
var currentLanguage; var currentLanguage;
var bundle;
// manual data retrieval function for PrefWindow // manual data retrieval function for PrefWindow
function GetFields() function GetFields()
@ -97,6 +98,8 @@ function Startup()
fixedSize = document.getElementById( "sizeMono" ); fixedSize = document.getElementById( "sizeMono" );
languageList = document.getElementById( "selectLangs" ); languageList = document.getElementById( "selectLangs" );
bundle = srGetStrBundle("chrome://communicator/locale/pref/prefutilities.properties");
// register our ok callback function // register our ok callback function
parent.hPrefWindow.registerOKCallbackFunc( saveFontPrefs ); parent.hPrefWindow.registerOKCallbackFunc( saveFontPrefs );
@ -138,8 +141,16 @@ listElement.prototype =
for( var i = 0; i < faces.length; i++ ) for( var i = 0; i < faces.length; i++ )
{ {
var itemNode = document.createElement( "menuitem" ); var itemNode = document.createElement( "menuitem" );
itemNode.setAttribute( "data", faces[i] ); if( faces[i] == "" )
itemNode.setAttribute( "value", faces[i] ); {
itemNode.setAttribute( "data", faces[i] );
itemNode.setAttribute( "value", bundle.GetStringFromName("nofontsforlang") );
}
else
{
itemNode.setAttribute( "data", faces[i] );
itemNode.setAttribute( "value", faces[i] );
}
popupNode.appendChild( itemNode ); popupNode.appendChild( itemNode );
} }
this.listElement.appendChild( popupNode ); this.listElement.appendChild( popupNode );
@ -294,7 +305,3 @@ function selectLanguage()
currentLanguage = languageList.data; currentLanguage = languageList.data;
} }

View File

@ -21,7 +21,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
@ -35,7 +34,7 @@
<script language="javascript" src="chrome://communicator/content/pref/pref-fonts.js"></script> <script language="javascript" src="chrome://communicator/content/pref/pref-fonts.js"></script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">

View File

@ -21,7 +21,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-languages.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-languages.dtd" >
@ -31,9 +30,10 @@
align="vertical" title="window.title" align="vertical" title="window.title"
onload="parent.initPanel('chrome://communicator/content/pref/pref-languages.xul');"> onload="parent.initPanel('chrome://communicator/content/pref/pref-languages.xul');">
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&langtitle.label;"/></title>
<html>&prefLangDecript;</html> <html>&prefLangDecript;</html>
<separator/> <separator/>

View File

@ -24,7 +24,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
@ -73,9 +72,11 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&title.label;" description="&info.label;"/> <box class="box-smallheader" title="&title.label;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&mouseWheelTitle.label;"/></title>
<box> <box>
<text class="label" value="&mouseWheelPanel.label;" accesskey="&mouseWheelPanel.accesskey;" for="mouseWheelMode"/> <text class="label" value="&mouseWheelPanel.label;" accesskey="&mouseWheelPanel.accesskey;" for="mouseWheelMode"/>
<menulist id="mouseWheelMode" oncommand="switchPage(this);"> <menulist id="mouseWheelMode" oncommand="switchPage(this);">
@ -88,9 +89,7 @@
</menulist> </menulist>
</box> </box>
<separator class="groove"/> <deck id="modifierDeck" flex="1" class="indent">
<deck id="modifierDeck" flex="1">
<!-- no key modifiers --> <!-- no key modifiers -->
<radiogroup id="mousewheelWithNoKeyAction" orient="vertical" autostretch="never" <radiogroup id="mousewheelWithNoKeyAction" orient="vertical" autostretch="never"

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-navigator.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-navigator.dtd" >
@ -41,7 +40,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<!-- navigator starts with --> <!-- navigator starts with -->
<titledbox> <titledbox>

View File

@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-policies.dtd"> <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-policies.dtd">
@ -19,7 +18,7 @@
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">

View File

@ -21,7 +21,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-proxies.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-proxies.dtd" >
@ -41,9 +40,10 @@
<script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"></script> <script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"></script>
<script language="JavaScript" src="chrome://communicator/content/pref/pref-proxies.js"></script> <script language="JavaScript" src="chrome://communicator/content/pref/pref-proxies.js"></script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&proxyTitle.label;"/></title>
<html>&networkHeader.label;</html> <html>&networkHeader.label;</html>
<radiogroup id="networkProxyType" orient="vertical" <radiogroup id="networkProxyType" orient="vertical"

View File

@ -21,7 +21,6 @@
Contributor(s): Robert John Churchill (rjc@netscape.com) Contributor(s): Robert John Churchill (rjc@netscape.com)
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-search.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-search.dtd" >
@ -37,7 +36,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox> <titledbox>
<title><text value="&legendHeader;"/></title> <title><text value="&legendHeader;"/></title>

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window [ <!DOCTYPE window [
@ -149,7 +148,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&lHeader;"/></title> <title><text value="&lHeader;"/></title>

View File

@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-smartupdate.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-smartupdate.dtd" >
@ -19,9 +18,10 @@
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical" autostretch="never">
<title><text value="&smartTitle.label;"/></title>
<checkbox id="XPInstallEnabled" value="&enableSU.label;" accesskey="&enableSU.accesskey;" <checkbox id="XPInstallEnabled" value="&enableSU.label;" accesskey="&enableSU.accesskey;"
pref="true" preftype="bool" prefstring="xpinstall.enabled" pref="true" preftype="bool" prefstring="xpinstall.enabled"
prefattribute="checked"/> prefattribute="checked"/>

View File

@ -22,7 +22,6 @@
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-themes.dtd" > <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-themes.dtd" >

View File

@ -20,7 +20,6 @@
Contributor(s): Contributor(s):
--> -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window [ <!DOCTYPE window [
@ -63,7 +62,7 @@
]]> ]]>
</script> </script>
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/> <box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical"> <titledbox orient="vertical">
<title><text value="&walletHeader.label;"/></title> <title><text value="&walletHeader.label;"/></title>

View File

@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?> <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?> <?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?>
@ -28,7 +27,7 @@
<!-- tree sidebar --> <!-- tree sidebar -->
<tree class="inset" id="prefsTree"/> <tree class="inset" id="prefsTree"/>
<html:iframe id="panelFrame" name="panelFrame" style="width:0px" flex="1"/> <iframe id="panelFrame" name="panelFrame" style="width:0px" flex="1"/>
<script language="JavaScript"> <script language="JavaScript">
<![CDATA[ <![CDATA[
if( window.arguments && window.arguments[0] ) { if( window.arguments && window.arguments[0] ) {

View File

@ -34,7 +34,7 @@
<treehead name="tree"> <treehead name="tree">
<treerow> <treerow>
<treecell url="__header" value="&categoryHeader;"/> <treecell class="treecell-header outset" url="__header" value="&categoryHeader;"/>
</treerow> </treerow>
</treehead> </treehead>

View File

@ -3,7 +3,8 @@
<!ENTITY window.title "Advanced"> <!ENTITY window.title "Advanced">
<!ENTITY lHeader "Advanced"> <!ENTITY lHeader "Advanced">
<!ENTITY rHeader "Changing preferences that affect the entire product">
<!ENTITY advancedTitle.label "Enable features that help interpret web pages">
<!ENTITY autoLoadImgCheck.label "Automatically load images"> <!ENTITY autoLoadImgCheck.label "Automatically load images">
<!ENTITY autoLoadImgCheck.accesskey "i"> <!ENTITY autoLoadImgCheck.accesskey "i">
@ -13,13 +14,13 @@
<!ENTITY enbJavaCheck.accesskey "j"> <!ENTITY enbJavaCheck.accesskey "j">
<!--LOCALIZATION NOTE (enbJsCheck.label): 'JavaScript' should never be translated --> <!--LOCALIZATION NOTE (enbJsCheck.label): 'JavaScript' should never be translated -->
<!ENTITY enbJsCheck.label "Enable JavaScript in Navigator"> <!ENTITY enbJsCheck.label "Enable JavaScript for Navigator">
<!ENTITY enbJsCheck.accesskey "r"> <!ENTITY enbJsCheck.accesskey "r">
<!ENTITY enbJsCheckMailNews.label "Enable JavaScript for Mail and News"> <!ENTITY enbJsCheckMailNews.label "Enable JavaScript for Mail and News">
<!ENTITY enbJsCheckMailNews.accesskey "m"> <!ENTITY enbJsCheckMailNews.accesskey "m">
<!ENTITY enbCssCheck.label "Enable style sheets"> <!ENTITY enbCssCheck.label "Enable style sheets for web pages">
<!ENTITY enbCssCheck.accesskey "s"> <!ENTITY enbCssCheck.accesskey "s">
<!ENTITY sendAddFtpCheck.label "Send email address as anonymous FTP password"> <!ENTITY sendAddFtpCheck.label "Send email address as anonymous FTP password">
@ -28,6 +29,8 @@
<!ENTITY imageBlocking.label "Image Blocking..."> <!ENTITY imageBlocking.label "Image Blocking...">
<!ENTITY imageBlocking.accesskey "b"> <!ENTITY imageBlocking.accesskey "b">
<!ENTITY description.label "Checked items are automatically enabled when you visit web pages that use them. If you uncheck an item, pages may load faster but some functionality will be limited.">
<!-- cookies --> <!-- cookies -->
<!ENTITY cookies "Cookies"> <!ENTITY cookies "Cookies">

View File

@ -3,14 +3,13 @@
<!--LOCALIZATION NOTE : FILE The Appearance prefs dialog. --> <!--LOCALIZATION NOTE : FILE The Appearance prefs dialog. -->
<!ENTITY window.title "Appearance"> <!ENTITY window.title "Appearance">
<!ENTITY lHeader "Appearance"> <!ENTITY lHeader "Appearance">
<!ENTITY rHeader "Change the appearance of the display"> <!ENTITY onStartLegend.label "When &brandShortName; starts up, open">
<!ENTITY onStartLegend.label "On startup, launch">
<!ENTITY appear "Appearance"> <!ENTITY appear "Appearance">
<!--LOCALIZATION NOTE (navCheck.label): DONT_TRANSLATE --> <!--LOCALIZATION NOTE (navCheck.label): DONT_TRANSLATE -->
<!ENTITY navCheck.label "Navigator"> <!ENTITY navCheck.label "Navigator">
<!ENTITY navCheck.accesskey "n"> <!ENTITY navCheck.accesskey "n">
<!--LOCALIZATION NOTE (mesCheck.label): DONT_TRANSLATE --> <!--LOCALIZATION NOTE (mesCheck.label): DONT_TRANSLATE -->
<!ENTITY mesCheck.label "Messenger"> <!ENTITY mesCheck.label "&vendorShortName; Mail">
<!ENTITY mesCheck.accesskey "m"> <!ENTITY mesCheck.accesskey "m">
<!--LOCALIZATION NOTE (compCheck.label): DONT_TRANSLATE --> <!--LOCALIZATION NOTE (compCheck.label): DONT_TRANSLATE -->
<!ENTITY compCheck.label "Composer"> <!ENTITY compCheck.label "Composer">
@ -18,9 +17,9 @@
<!ENTITY calCheck.label "Calendar"> <!ENTITY calCheck.label "Calendar">
<!ENTITY calCheck.accesskey "a"> <!ENTITY calCheck.accesskey "a">
<!ENTITY showToolsLegend.label "Show toolbars as"> <!ENTITY showToolsLegend.label "Show toolbars as">
<!ENTITY picsNtextRadio.label "Pictures and Text"> <!ENTITY picsNtextRadio.label "Pictures and text">
<!ENTITY picsNtextRadio.accesskey "p"> <!ENTITY picsNtextRadio.accesskey "p">
<!ENTITY picsOnlyRadio.label "Pictures Only"> <!ENTITY picsOnlyRadio.label "Pictures only">
<!ENTITY picsOnlyRadio.accesskey "o"> <!ENTITY picsOnlyRadio.accesskey "o">
<!ENTITY textonlyRadio.label "Text Only"> <!ENTITY textonlyRadio.label "Text only">
<!ENTITY textonlyRadio.accesskey "t"> <!ENTITY textonlyRadio.accesskey "t">

View File

@ -3,8 +3,8 @@
<!--LOCALIZATION NOTE : FILE The Applications prefs dialog --> <!--LOCALIZATION NOTE : FILE The Applications prefs dialog -->
<!ENTITY window.title "Advanced"> <!ENTITY window.title "Advanced">
<!ENTITY lHeader "Applications"> <!ENTITY lHeader "Applications">
<!ENTITY rHeader "Specify helper applications for different file types"> <!ENTITY descript "Specifiy which application should handle each file type">
<!ENTITY descript "Description"> <!ENTITY fileTypes.label "File types:">
<!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch"> <!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch">
<!ENTITY newTypeButton.label "New Type..."> <!ENTITY newTypeButton.label "New Type...">
<!ENTITY newTypeButton.accesskey "n"> <!ENTITY newTypeButton.accesskey "n">
@ -15,5 +15,5 @@
<!ENTITY file "File type details"> <!ENTITY file "File type details">
<!ENTITY exten "Extension:"> <!ENTITY exten "Extension:">
<!--LOCALIZATION NOTE (mimeType): 'MIME' should not be translated --> <!--LOCALIZATION NOTE (mimeType): 'MIME' should not be translated -->
<!ENTITY mimeType "MIME Type:"> <!ENTITY mimeType "MIME type:">
<!ENTITY handle "Handled By:"> <!ENTITY handle "Handled by:">

View File

@ -3,8 +3,8 @@
<!--LOCALIZATION NOTE : FILE Cache prefs dialog --> <!--LOCALIZATION NOTE : FILE Cache prefs dialog -->
<!ENTITY title.label "Cache"> <!ENTITY title.label "Cache">
<!ENTITY lHeader "Cache"> <!ENTITY lHeader "Cache">
<!ENTITY rHeader "Designate the size of the cache"> <!ENTITY cacheTitle.label "Set Cache size">
<!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 cachePara "The cache keeps copies of frequently visited web pages on your hard disk. This reduces the amount of time you are connected to the Internet. (Clicking Reload always shows you the latest version of a page.)">
<!ENTITY memCache.label "Memory Cache:"> <!ENTITY memCache.label "Memory Cache:">
<!ENTITY memCache.accesskey "m"> <!ENTITY memCache.accesskey "m">
<!ENTITY diskCache.label "Disk Cache:"> <!ENTITY diskCache.label "Disk Cache:">
@ -16,12 +16,12 @@
<!ENTITY clearMemCache.accesskey "c"> <!ENTITY clearMemCache.accesskey "c">
<!ENTITY clearDiskCache.label "Clear Disk Cache"> <!ENTITY clearDiskCache.label "Clear Disk Cache">
<!ENTITY clearDiskCache.accesskey "l"> <!ENTITY clearDiskCache.accesskey "l">
<!ENTITY docCache "Document in cache is compared to document on network:"> <!ENTITY docCache "Compare the page in the cache to the page on the network">
<!ENTITY chooseFolder.label "Choose Folder..."> <!ENTITY chooseFolder.label "Choose Folder...">
<!ENTITY chooseFolder.accesskey "f"> <!ENTITY chooseFolder.accesskey "f">
<!ENTITY oncePsessionRadio.label "Once per session"> <!ENTITY oncePsessionRadio.label "Once per session">
<!ENTITY oncePsessionRadio.accesskey "o"> <!ENTITY oncePsessionRadio.accesskey "o">
<!ENTITY everyTimeRadio.label "Every time"> <!ENTITY everyTimeRadio.label "Every time I view the page">
<!ENTITY everyTimeRadio.accesskey "e"> <!ENTITY everyTimeRadio.accesskey "e">
<!ENTITY neverRadio.label "Never"> <!ENTITY neverRadio.label "Never">
<!ENTITY neverRadio.accesskey "n"> <!ENTITY neverRadio.accesskey "n">

View File

@ -3,8 +3,7 @@
<!-- LOCALIZATION NOTE : FILE Color management prefs --> <!-- LOCALIZATION NOTE : FILE Color management prefs -->
<!ENTITY window.title "Colors"> <!ENTITY window.title "Colors">
<!ENTITY lHeader "Colors"> <!ENTITY lHeader "Colors">
<!ENTITY rHeader "Change the default webpage display colors"> <!ENTITY color "Text and background">
<!ENTITY color "Colors">
<!ENTITY textColor.label "Text:"> <!ENTITY textColor.label "Text:">
<!ENTITY textColor.accesskey "t"> <!ENTITY textColor.accesskey "t">
<!ENTITY backgroundColor.label "Background:"> <!ENTITY backgroundColor.label "Background:">
@ -14,16 +13,16 @@
<!ENTITY underlineLinks.label "Underline links"> <!ENTITY underlineLinks.label "Underline links">
<!ENTITY underlineLinks.accesskey "u"> <!ENTITY underlineLinks.accesskey "u">
<!ENTITY links "Links"> <!ENTITY links "Link colors">
<!ENTITY linkColor.label "Unvisited Links:"> <!ENTITY linkColor.label "Unvisited Links:">
<!ENTITY linkColor.accesskey "l"> <!ENTITY linkColor.accesskey "l">
<!ENTITY visitedLinkColor.label "Visited Links:"> <!ENTITY visitedLinkColor.label "Visited Links:">
<!ENTITY visitedLinkColor.accesskey "v"> <!ENTITY visitedLinkColor.accesskey "v">
<!-- LOCALIZATION NOTE (someProvColors): This is the start of a sentence and will be followed by the following radio buttons. --> <!-- LOCALIZATION NOTE (someProvColors): This is the start of a sentence and will be followed by the following radio buttons. -->
<!ENTITY someProvColors "When a webpage provides its own colors and background:"> <!ENTITY someProvColors "When a web page provides its own colors and background">
<!-- LOCALIZATION NOTE (alwaysUseDocColors.label): This is option one, and it appends to 'someProvColors' above. --> <!-- LOCALIZATION NOTE (alwaysUseDocColors.label): This is option one, and it appends to 'someProvColors' above. -->
<!ENTITY alwaysUseDocumentColors.label "always use the colors and background supplied by the webpage"> <!ENTITY alwaysUseDocumentColors.label "always use the colors and background specified by the web page">
<!ENTITY alwaysUseDocumentColors.accesskey "a"> <!ENTITY alwaysUseDocumentColors.accesskey "a">
<!-- LOCALIZATION NOTE (ignoreDocColors.label): This is option two, and it appends to 'someProvColors' above. --> <!-- LOCALIZATION NOTE (ignoreDocColors.label): This is option two, and it appends to 'someProvColors' above. -->
<!ENTITY useMyColors.label "use my chosen colors, ignoring the colors provided"> <!ENTITY useMyColors.label "use my chosen colors, ignoring the colors specified">
<!ENTITY useMyColors.accesskey "i"> <!ENTITY useMyColors.accesskey "i">

View File

@ -5,7 +5,7 @@
<!--LOCALIZATION NOTE (title.label): DONT_TRANSLATE --> <!--LOCALIZATION NOTE (title.label): DONT_TRANSLATE -->
<!ENTITY title.label "Composer"> <!ENTITY title.label "Composer">
<!ENTITY lHeader "Composer"> <!ENTITY lHeader "Composer">
<!ENTITY rHeader "Settings for authoring of new web pages"> <!ENTITY rHeader "Settings for authoring of new Web pages">
<!ENTITY tableEditing.label "Table Editing"> <!ENTITY tableEditing.label "Table Editing">
@ -17,6 +17,3 @@
<!ENTITY deleteCell.accesskey "s"> <!ENTITY deleteCell.accesskey "s">
<!ENTITY deleteContent.label "delete only cell content"> <!ENTITY deleteContent.label "delete only cell content">
<!ENTITY deleteContent.accesskey "c"> <!ENTITY deleteContent.accesskey "c">
<!ENTITY AutoSaveCheck "Automatically save every">
<!ENTITY minText "minutes">

View File

@ -3,8 +3,7 @@
<!-- LOCALIZATION NOTE : FILE 'Fonts' prefs dialog --> <!-- LOCALIZATION NOTE : FILE 'Fonts' prefs dialog -->
<!ENTITY window.title "Fonts"> <!ENTITY window.title "Fonts">
<!ENTITY lHeader "Fonts"> <!ENTITY lHeader "Fonts">
<!ENTITY rHeader "Font settings for webpage display"> <!ENTITY displayFonts "Default fonts for displaying web pages">
<!ENTITY displayFonts "Default Fonts">
<!ENTITY language.label "Fonts for:"> <!ENTITY language.label "Fonts for:">
<!ENTITY language.accesskey "o"> <!ENTITY language.accesskey "o">
@ -52,7 +51,7 @@
<!ENTITY newLanguages.label "New languages can be configured using the Languages Panel."> <!ENTITY newLanguages.label "New languages can be configured using the Languages Panel.">
<!ENTITY useDocumentFonts.label "Always use my font settings, overriding what webpages specify"> <!ENTITY useDocumentFonts.label "Always use my font settings, overriding what web pages specify">
<!ENTITY useDocumentFonts.accesskey "u"> <!ENTITY useDocumentFonts.accesskey "u">
<!-- leaving this stuff in for now --> <!-- leaving this stuff in for now -->
@ -68,8 +67,8 @@
<!ENTITY useDocFontDynamic.accesskey "a"> <!ENTITY useDocFontDynamic.accesskey "a">
<!-- font scaling --> <!-- font scaling -->
<!ENTITY fontScaling "Font Scaling"> <!ENTITY fontScaling "Font resolution">
<!ENTITY fontScalingIntro "Choose a resolution at which fonts will be displayed. A larger value can improve text visibility on some computers."> <!ENTITY fontScalingIntro "Choose a font resolution. A larger value can improve text readability on some computers.">
<!ENTITY defaultScaling "96"> <!ENTITY defaultScaling "96">
<!ENTITY fontScalingExample "dpi. (e.g. 96dpi)"> <!ENTITY fontScalingExample "dpi. (e.g. 96dpi)">
<!ENTITY resolution.label "Font display resolution:"> <!ENTITY resolution.label "Font display resolution:">

View File

@ -3,8 +3,8 @@
<!-- LOCALIZATION NOTE : FILE 'Languages' preferences dialog --> <!-- LOCALIZATION NOTE : FILE 'Languages' preferences dialog -->
<!ENTITY window.title "Languages"> <!ENTITY window.title "Languages">
<!ENTITY lHeader "Languages"> <!ENTITY lHeader "Languages">
<!ENTITY rHeader "Languages in which webpages are displayed"> <!ENTITY langtitle.label "Languages for web pages">
<!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. Navigator presents pages in the available language you most prefer."> <!ENTITY prefLangDecript "Web pages are sometimes available in more than one language. Choose languages for displaying web pages, in order of preference.">
<!-- LOCALIZATION NOTE (engOption.label): DONT_TRANSLATE --> <!-- LOCALIZATION NOTE (engOption.label): DONT_TRANSLATE -->
<!ENTITY engOrder.label "1"> <!ENTITY engOrder.label "1">
<!ENTITY engOption.label "English"> <!ENTITY engOption.label "English">

View File

@ -1,7 +1,7 @@
<!-- LOCALIZATION NOTE : FILE Mouse-wheel management prefs, for those lucky OSes that support mouse wheels --> <!-- LOCALIZATION NOTE : FILE Mouse-wheel management prefs, for those lucky OSes that support mouse wheels -->
<!ENTITY title.label "Mouse Wheel"> <!ENTITY title.label "Mouse Wheel">
<!ENTITY info.label "Mouse Wheel Configuration"> <!ENTITY mouseWheelTitle.label "Mouse wheel configuration">
<!ENTITY mouseWheelPanel.label "When "> <!ENTITY mouseWheelPanel.label "When ">
<!ENTITY mouseWheelPanel.accesskey "w"> <!ENTITY mouseWheelPanel.accesskey "w">
<!ENTITY usingJustTheWheel.label "using just the mouse wheel"> <!ENTITY usingJustTheWheel.label "using just the mouse wheel">

View File

@ -1,9 +1,8 @@
<!ENTITY title.label "Navigator"> <!ENTITY title.label "Navigator">
<!ENTITY lHeader "Navigator"> <!ENTITY lHeader "Navigator">
<!ENTITY rHeader "Homepage and history settings">
<!ENTITY navRadio "Navigator starts with"> <!ENTITY navRadio "When Navigator starts up, display">
<!ENTITY blankPageRadio.label "Blank page"> <!ENTITY blankPageRadio.label "Blank page">
<!ENTITY blankPageRadio.accesskey "n"> <!ENTITY blankPageRadio.accesskey "n">
<!ENTITY homePageRadio.label "Home page"> <!ENTITY homePageRadio.label "Home page">
@ -12,7 +11,7 @@
<!ENTITY lastPageRadio.accesskey "l"> <!ENTITY lastPageRadio.accesskey "l">
<!ENTITY header2.label "Home page"> <!ENTITY header2.label "Home page">
<!ENTITY homePageIntro.label "Clicking the Home button will take you to this page."> <!ENTITY homePageIntro.label "Clicking the Home button takes you to this page.">
<!ENTITY location.label "Location:"> <!ENTITY location.label "Location:">
<!ENTITY location.accesskey "a"> <!ENTITY location.accesskey "a">
<!ENTITY useCurrent.label "Use Current Page"> <!ENTITY useCurrent.label "Use Current Page">
@ -28,8 +27,8 @@
<!ENTITY clearHistory.label "Clear History"> <!ENTITY clearHistory.label "Clear History">
<!ENTITY clearHistory.accesskey "r"> <!ENTITY clearHistory.accesskey "r">
<!ENTITY locationBarHistory.label "Location Bar History"> <!ENTITY locationBarHistory.label "Location Bar history">
<!ENTITY clearLocationBar.label "Clear the list of sites stored in the location bar."> <!ENTITY clearLocationBar.label "Clear the list of sites stored in the location bar menu.">
<!ENTITY clearLocationBarButton.label "Clear Location Bar"> <!ENTITY clearLocationBarButton.label "Clear Location Bar">
<!ENTITY clearLocationBarButton.accesskey "b"> <!ENTITY clearLocationBarButton.accesskey "b">

View File

@ -3,8 +3,8 @@
<!--LOCALIZATION NOTE : FILE The Proxies preferences dialog --> <!--LOCALIZATION NOTE : FILE The Proxies preferences dialog -->
<!ENTITY title.label "Proxies Panel"> <!ENTITY title.label "Proxies Panel">
<!ENTITY lHeader "Proxies"> <!ENTITY lHeader "Proxies">
<!ENTITY rHeader "Configure proxies to access the Internet"> <!ENTITY proxyTitle.label "Configure proxies to access the Internet">
<!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 networkHeader.label "A network proxy provides additional security between your computer and the Intenet. Proxies can also increase performance between multiple networks, by using caches to reduce traffic.">
<!ENTITY directTypeRadio.label "Direct connection to the Internet"> <!ENTITY directTypeRadio.label "Direct connection to the Internet">
<!ENTITY directTypeRadio.accesskey "d"> <!ENTITY directTypeRadio.accesskey "d">
<!ENTITY manualTypeRadio.label "Manual proxy configuration"> <!ENTITY manualTypeRadio.label "Manual proxy configuration">

View File

@ -6,16 +6,15 @@
<!--L OCALIZATION NOTE (lHeader): Translate "Search" according to Netscape glossary --> <!--L OCALIZATION NOTE (lHeader): Translate "Search" according to Netscape glossary -->
<!ENTITY lHeader "Search"> <!ENTITY lHeader "Search">
<!ENTITY rHeader "Configure Search"> <!ENTITY legendHeader "Default search engine">
<!ENTITY legendHeader "Default Search Engine">
<!ENTITY defaultSearchEngine.label "Search using:"> <!ENTITY defaultSearchEngine.label "Search using:">
<!ENTITY defaultSearchEngine.accesskey "u"> <!ENTITY defaultSearchEngine.accesskey "u">
<!ENTITY openSidebarSearchPanel.label "Open the 'Internet Search' My Sidebar panel when results are available"> <!ENTITY openSidebarSearchPanel.label "Open the Internet Search My Sidebar tab when search results are available">
<!ENTITY openSidebarSearchPanel.accesskey "o"> <!ENTITY openSidebarSearchPanel.accesskey "o">
<!-- LOCALIZATION NOTE (defaultengine.label): Keep parenthesis so it sorts to the first position in the list --> <!-- LOCALIZATION NOTE (defaultengine.label): Keep parenthesis so it sorts to the first position in the list -->
<!ENTITY defaultengine.label "Netscape Search"> <!ENTITY defaultengine.label "Netscape Search">
<!ENTITY searchResults.label "Search Results"> <!ENTITY searchResults.label "Search results">

View File

@ -6,10 +6,9 @@
<!--LOCALIZATION NOTE (lHeader): Translate "What's Related" according to Netscape glossary --> <!--LOCALIZATION NOTE (lHeader): Translate "What's Related" according to Netscape glossary -->
<!ENTITY lHeader "What's Related"> <!ENTITY lHeader "What's Related">
<!ENTITY rHeader "Configure browsing aids">
<!--LOCALIZATION NOTE (enableRelatedRadio.label): Translate "What's Related" according to Netscape glossary --> <!--LOCALIZATION NOTE (enableRelatedRadio.label): Translate "What's Related" according to Netscape glossary -->
<!ENTITY whatsRelatedDescription.label "What's Related is a My Sidebar panel that lists sites with similar content to the one you are visiting."> <!ENTITY whatsRelatedDescription.label "What's Related is a My Sidebar tab that lists sites similar to the one you are visiting.">
<!ENTITY whatsRelatedEnabled.label "Enable What's Related"> <!ENTITY whatsRelatedEnabled.label "Enable What's Related">
<!ENTITY whatsRelatedEnabled.accesskey "e"> <!ENTITY whatsRelatedEnabled.accesskey "e">
<!--LOCALIZATION NOTE (autoDecp.label): Translate "What's Related" according to Netscape glossary --> <!--LOCALIZATION NOTE (autoDecp.label): Translate "What's Related" according to Netscape glossary -->
@ -25,7 +24,7 @@
<!--LOCALIZATION NOTE (internetKeywordsHeader.label): DONT_TRANSLATE --> <!--LOCALIZATION NOTE (internetKeywordsHeader.label): DONT_TRANSLATE -->
<!ENTITY internetKeywordsHeader.label "Internet Keywords"> <!ENTITY internetKeywordsHeader.label "Internet Keywords">
<!ENTITY internetKeywordsDescription.label "&brandShortName; Intenet Keywords give you fast access to services such as stock quotes, search and other information from the URL bar."> <!ENTITY internetKeywordsDescription.label "&brandShortName; Intenet Keywords give you fast access to services such as stock quotes, search and other information from the location bar.">
<!ENTITY moreInformation.label "More Information..."> <!ENTITY moreInformation.label "More Information...">
<!ENTITY moreInformation.accesskey "m"> <!ENTITY moreInformation.accesskey "m">
<!--LOCALIZATION NOTE (enableKeyCheck.label): Do not translate 'Internet Keywords' --> <!--LOCALIZATION NOTE (enableKeyCheck.label): Do not translate 'Internet Keywords' -->

View File

@ -1,10 +1,11 @@
<!--LOCALIZATION NOTE : FILE UI for Software Updates prefs --> <!--LOCALIZATION NOTE : FILE UI for Software Updates prefs -->
<!ENTITY title.label "Software Installation"> <!ENTITY title.label "Software Installation">
<!ENTITY lHeader "Software Installation"> <!ENTITY lHeader "Software Installation">
<!ENTITY rHeader "Manage Installed Software"> <!ENTITY smartTitle.label "Manage software installations and updates">
<!ENTITY enableSU.label "Enable software installations"> <!ENTITY enableSU.label "Automatically install new and updated software">
<!ENTITY enableSU.accesskey "e"> <!ENTITY enableSU.accesskey "e">
<!ENTITY enableNotification.label "Enable notification of new and updated software"> <!ENTITY enableNotification.label "Notify me when new and updated software is available">
<!ENTITY enableNotification.accesskey "n"> <!ENTITY enableNotification.accesskey "n">
<!ENTITY requireConfirmation.label "Require manual confirmation of each install"> <!ENTITY requireConfirmation.label "Require manual confirmation of each install">
<!--LOCALIZATION NOTE (selectUninstall.label): A large list box appears below this label --> <!--LOCALIZATION NOTE (selectUninstall.label): A large list box appears below this label -->

View File

@ -1,23 +1,23 @@
<!ENTITY window.title "SmartFill"> <!ENTITY window.title "Forms and Passwords">
<!ENTITY lHeader "SmartFill"> <!ENTITY lHeader "Forms and Passwords">
<!ENTITY rHeader "Manage personal information and passwords"> <!ENTITY rHeader "Manage personal information and passwords">
<!ENTITY walletHeader.label "&brandShortName; SmartFill"> <!ENTITY walletHeader.label "Forms Manager">
<!ENTITY walletDescription.label "&brandShortName; SmartFill can remember information about you so that filling out forms on webpages is faster."> <!ENTITY walletDescription.label "Forms Manager can remember information about you so that filling out forms on webpages is faster.">
<!ENTITY walletServer.label "Server for SmartFill tables:"> <!ENTITY walletServer.label "Server for Forms Manager tables:">
<!ENTITY walletServer.accesskey "s"> <!ENTITY walletServer.accesskey "s">
<!ENTITY walletEnabled.label "Save form data from webpages when completing forms."> <!ENTITY walletEnabled.label "Save form data from webpages when completing forms.">
<!ENTITY walletEnabled.accesskey "f"> <!ENTITY walletEnabled.accesskey "f">
<!ENTITY viewWallet.label "View Saved Data..."> <!ENTITY viewWallet.label "View Saved Data...">
<!ENTITY viewWallet.accesskey "v"> <!ENTITY viewWallet.accesskey "v">
<!ENTITY signonHeader.label "&brandShortName; Single Signon"> <!ENTITY signonHeader.label "Password Manager">
<!ENTITY signonDescription.label "&brandShortName; Single Signon stores your usernames and passwords for sites that require you to log in, and enters them automatically when you visit those sites."> <!ENTITY signonDescription.label "Password Manager stores your usernames and passwords for sites that require you to log in, and enters them automatically when you visit those sites.">
<!ENTITY signonEnabled.label "Remember passwords for sites that require me to log in."> <!ENTITY signonEnabled.label "Remember passwords for sites that require me to log in.">
<!ENTITY signonEnabled.accesskey "r"> <!ENTITY signonEnabled.accesskey "r">
<!ENTITY viewSignons.label "View Saved Signons..."> <!ENTITY viewSignons.label "View Saved Passwords...">
<!ENTITY viewSignons.accesskey "e"> <!ENTITY viewSignons.accesskey "e">
<!ENTITY changePasswords.label "Change SmartFill Password..."> <!ENTITY changePasswords.label "Change Forms Manager Password...">
<!ENTITY changePasswords.accesskey "c"> <!ENTITY changePasswords.accesskey "c">

View File

@ -3,3 +3,4 @@ choosehomepage=Choose Start Page
choosefile=Choose a file choosefile=Choose a file
viewrow=View... viewrow=View...
hiderow=Hide hiderow=Hide
nofontsforlang=No fonts available for this language