Bug 302479 Some pref panels still with missing/incorrect accesskeys

p=giacomo.magnini@portalis.it r=me sr=neil.parkwaycc.co.uk
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-10-04 21:03:28 +00:00
Родитель 6c1f8aef33
Коммит c3ea627381
17 изменённых файлов: 161 добавлений и 163 удалений

Просмотреть файл

@ -164,9 +164,10 @@
</script>
<groupbox id="advancedSettings" align="start">
<caption label="&pref.advanced.caption;"/>
<caption label="&prefEnableJava.caption;"/>
<vbox align="start" id="contentEnablingBox">
<checkbox id="advancedJavaAllow" label="&enbJavaCheck.label;" accesskey="&enbJavaCheck.accesskey;"
<checkbox id="advancedJavaAllow" label="&enbJavaCheck.label;"
accesskey="&enbJavaCheck.accesskey;"
prefstring="security.enable_java"
oncommand="javaCheck(true)"/>
</vbox>
@ -339,7 +340,7 @@
<stringbundle id="brandBundle"
src="chrome://branding/locale/brand.properties"/>
<groupbox id="javaPluginSettings" align="start">
<caption label="&jvm.configuration;"/>
<caption label="&prefJvmConf.caption;"/>
<tree id="jvmConfigListObj" style="width: 60em; height: 10em"
hidecolumnpicker="true">
<treecols>
@ -352,23 +353,25 @@
</groupbox>
<groupbox id="perfSettings">
<caption id="perfLabel" label="&perfTitle.label;"/>
<caption id="perfLabel" label="&prefTurbo.caption;"/>
<vbox id="perfBox" align="start">
<checkbox id="enableTurbo" label="&enableTurbo.label;" accesskey="&enableTurboCheck.accesskey;"
<checkbox id="enableTurbo" label="&enableTurbo.label;"
accesskey="&enableTurboCheck.accesskey;"
oncommand="parent.isTurboEnabled = this.checked;"/>
<vbox class="indent" flex="1">
<description>&perfdescription.label;</description>
<description>&prefTurbo.desc;</description>
</vbox>
</vbox>
</groupbox>
<groupbox id="systemPrefs">
<caption id="systemPrefCaption" label="&systemPrefCaption.label;"/>
<caption id="systemPrefCaption" label="&systemPref.caption;"/>
<vbox id="systemPrefBox" align="start">
<checkbox id="systemPrefCheck" label="&systemPrefCheck.label;" accesskey="&systemPrefCheck.accesskey;"
<checkbox id="systemPrefCheck" label="&systemPrefCheck.label;"
accesskey="&systemPrefCheck.accesskey;"
prefstring="config.use_system_prefs"
oncommand="sysPrefUpdate();"/>
<vbox class="indent" flex="1">
<description>&systemPrefDescription.label;</description>
<description>&systemPref.desc;</description>
</vbox>
</vbox>
</groupbox>

Просмотреть файл

@ -130,7 +130,7 @@
<label id="extension" crop="right"/>
</row>
<row align="center">
<label value="&handle;" control="handler"/>
<label value="&handle;" accesskey="&handle.accesskey;" control="handler"/>
<textbox id="handler" readonly="true" flex="1"/>
</row>
</rows>
@ -143,6 +143,7 @@
<caption label="&plugins.label;"/>
<vbox>
<checkbox id="useNSPluginFinder" label="&pluginFinder.label;"
accesskey="&pluginFinder.accesskey;"
prefstring="application.use_ns_plugin_finder"/>
<description>&pluginFinderDesc.label;</description>
</vbox>

Просмотреть файл

@ -66,7 +66,7 @@
<separator/>
<label id="allowScripts" control="AllowList" value="&allowScripts.label;"/>
<label id="allowScripts" accesskey="&allowScripts.accesskey;" control="AllowList" value="&allowScripts.label;"/>
<listbox id="AllowList" flex="1">
<listitem type="checkbox" id="allowWindowMoveResize" label="&allowWindowMoveResize.label;"

Просмотреть файл

@ -108,6 +108,7 @@
<checkbox id="domainGuessingEnabled"
label="&domainGuessingEnabled.label;"
accesskey="&domainGuessingEnabled.accesskey;"
prefstring="browser.fixup.alternate.enabled"/>
</groupbox>
</page>

Просмотреть файл

@ -56,7 +56,7 @@
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-winhooks.js"/>
<!-- File types -->
<label class="indent" value="&files.text;" control="fileTypes"/>
<label class="indent" value="&files.label;" control="fileTypes"/>
<listbox class="indent" id="fileTypes" style="width: 0px; height: 0px;" flex="2">
<listitem type="checkbox" id="isHandlingHTML" label="&html.label;"/>
<listitem type="checkbox" id="isHandlingJPEG" label="&jpeg.label;"/>
@ -72,8 +72,8 @@
<separator/>
<!-- Internet Shortcuts -->
<label class="indent" control="protocols" value="&shortcuts.text;"/>
<!-- Protocols -->
<label class="indent" control="protocols" value="&protocols.label;"/>
<listbox class="indent" id="protocols" style="width: 0px; height: 0px;" flex="2">
<listitem type="checkbox" id="isHandlingHTTP" label="&http.label;"/>
<listitem type="checkbox" id="isHandlingHTTPS" label="&https.label;"/>

Просмотреть файл

@ -1,30 +1,24 @@
<!--LOCALIZATION NOTE : FILE 'Advanced' prefs settings -->
<!ENTITY pref.advanced.title "Advanced">
<!ENTITY pref.advanced.title "Advanced">
<!ENTITY pref.advanced.caption "Features that help interpret web pages">
<!ENTITY prefEnableJava.caption "Features that help interpret web pages">
<!ENTITY autoLoadImgCheck.label "Automatically load images">
<!ENTITY autoLoadImgCheck.accesskey "i">
<!ENTITY enbJavaCheck.label "Enable Java">
<!ENTITY enbJavaCheck.accesskey "J">
<!ENTITY enbJavaCheck.label "Enable Java">
<!ENTITY enbJavaCheck.accesskey "j">
<!ENTITY prefTurbo.caption "Quick Launch">
<!ENTITY enableTurbo.label "Keep &brandShortName; in memory to improve startup performance">
<!ENTITY enableTurboCheck.accesskey "K">
<!ENTITY imageBlocking.label "Image Blocking...">
<!ENTITY imageBlocking.accesskey "b">
<!ENTITY prefTurbo.desc "If you check this item, part of &brandShortName; will stay in memory when not in use, allowing it to start up more quickly.">
<!ENTITY perfTitle.label "Quick Launch">
<!ENTITY enableTurbo.label "Keep &brandShortName; in memory to improve startup performance">
<!ENTITY enableTurboCheck.accesskey "t">
<!ENTITY prefJvmConf.caption "Select Java version (change requires restart)">
<!ENTITY jvm.name "Version">
<!ENTITY jvm.home "Path">
<!ENTITY perfdescription.label "If you check this item, part of &brandShortName; will stay in memory when not in use, allowing it to start up faster.">
<!ENTITY jvm.configuration "Select Java version (change requires restart)">
<!ENTITY jvm.name "Version">
<!ENTITY jvm.home "Path">
<!ENTITY systemPrefCaption.label "System Preferences">
<!ENTITY systemPrefCheck.label "Use Preferences from System">
<!ENTITY systemPrefCheck.accesskey "s">
<!ENTITY systemPrefDescription.label "Check this item to inherit preferences from the system. The system settings will override the &brandShortName; preferences">
<!ENTITY systemPref.caption "System Preferences">
<!ENTITY systemPrefCheck.label "Use Preferences from System">
<!ENTITY systemPrefCheck.accesskey "U">
<!ENTITY systemPref.desc "Check this item to inherit preferences from the system. The system settings will override the &brandShortName; preferences">

Просмотреть файл

@ -6,38 +6,38 @@
Place &brandShortName; in the phrase where the name of the application should
appear
-->
<!ENTITY onStartLegend.label "When &brandShortName; starts up, open">
<!ENTITY onStartLegend.label "When &brandShortName; starts up, open">
<!--LOCALIZATION NOTE (navCheck.label): DONT_TRANSLATE -->
<!ENTITY navCheck.label "Navigator">
<!ENTITY navCheck.accesskey "n">
<!ENTITY navCheck.label "Navigator">
<!ENTITY navCheck.accesskey "N">
<!--LOCALIZATION NOTE (compCheck.label): DONT_TRANSLATE -->
<!ENTITY compCheck.label "Composer">
<!ENTITY compCheck.accesskey "c">
<!ENTITY calCheck.label "Calendar">
<!ENTITY calCheck.accesskey "a">
<!ENTITY showToolsLegend.label "Show toolbars as">
<!ENTITY picsNtextRadio.label "Pictures and text">
<!ENTITY picsNtextRadio.accesskey "p">
<!ENTITY picsOnlyRadio.label "Pictures only">
<!ENTITY picsOnlyRadio.accesskey "o">
<!ENTITY textonlyRadio.label "Text only">
<!ENTITY textonlyRadio.accesskey "x">
<!ENTITY showHideTooltips.label "Show Tooltips">
<!ENTITY showHideTooltips.accesskey "t">
<!ENTITY useSiteIcons.label "Show Web Site Icons">
<!ENTITY useSiteIcons.accesskey "i">
<!ENTITY enableAutomaticImageResizing.label "Resize large images to fit in the browser window">
<!ENTITY compCheck.label "Composer">
<!ENTITY compCheck.accesskey "C">
<!ENTITY calCheck.label "Calendar">
<!ENTITY calCheck.accesskey "a">
<!ENTITY showToolsLegend.label "Show toolbars as">
<!ENTITY picsNtextRadio.label "Pictures and text">
<!ENTITY picsNtextRadio.accesskey "P">
<!ENTITY picsOnlyRadio.label "Pictures only">
<!ENTITY picsOnlyRadio.accesskey "o">
<!ENTITY textonlyRadio.label "Text only">
<!ENTITY textonlyRadio.accesskey "x">
<!ENTITY showHideTooltips.label "Show Tooltips">
<!ENTITY showHideTooltips.accesskey "T">
<!ENTITY useSiteIcons.label "Show Web Site Icons">
<!ENTITY useSiteIcons.accesskey "S">
<!ENTITY enableAutomaticImageResizing.label "Resize large images to fit in the browser window">
<!ENTITY enableAutomaticImageResizing.accesskey "R">
<!ENTITY useSmoothScroll.label "Use smooth scrolling">
<!ENTITY useSmoothScroll.accesskey "s">
<!ENTITY useSmoothScroll.label "Use smooth scrolling">
<!ENTITY useSmoothScroll.accesskey "U">
<!--LOCALIZATION NOTE (languageList.txt.label): Don't translate "&brandShortName;".
Place &brandShortName; in the phrase where the name of the application should appear
-->
<!ENTITY languageList.txt.label "Choose a language for &brandShortName;. The setting affects the language for text that appears in dialog boxes, menus, toolbars, and button labels. You must restart &brandShortName; for a new language setting to take effect.">
<!ENTITY languageList.txt.label "Choose a language for &brandShortName;. The setting affects the language for text that appears in dialog boxes, menus, toolbars, and button labels. You must restart &brandShortName; for a new language setting to take effect.">
<!--LOCALIZATION NOTE (languageList.label): Don't translate "&brandShortName;".
Place &brandShortName; in the phrase where the name of the application should appear
-->
<!ENTITY languageList.label "Choose your preferred language for &brandShortName;:">
<!ENTITY languageList.label "Choose your preferred language for &brandShortName;:">

Просмотреть файл

@ -8,14 +8,16 @@
<!ENTITY newTypeButton.label "New Type...">
<!ENTITY newTypeButton.accesskey "n">
<!ENTITY editButton.label "Edit...">
<!ENTITY editButton.accesskey "e">
<!ENTITY editButton.accesskey "E">
<!ENTITY removeButton.label "Remove">
<!ENTITY removeButton.accesskey "r">
<!ENTITY removeButton.accesskey "R">
<!ENTITY file "File Type Details">
<!ENTITY exten "Extension(s):">
<!ENTITY mimeDesc "Description:">
<!ENTITY handle "When encountered:">
<!ENTITY handle.accesskey "W">
<!ENTITY fileOpening.label "Opening files">
<!ENTITY plugins.label "Plug-in Finder Service">
<!ENTITY pluginFinder.label "Always use the Netscape Plug-in Finder Service (PFS) to get plug-ins.">
<!ENTITY pluginFinder.accesskey "A">
<!ENTITY pluginFinderDesc.label "If this option is not checked, the PFS is used only when a plug-in location is not specified by the web page that requires the plug-in.">

Просмотреть файл

@ -1,32 +1,29 @@
<!-- extracted from content/pref-cache.xul -->
<!--LOCALIZATION NOTE : FILE Cache prefs dialog -->
<!ENTITY pref.cache.title "Cache">
<!ENTITY pref.cache.caption "Set Cache Options">
<!ENTITY cachePara "The cache keeps copies of frequently visited web pages on your hard disk. (Clicking Reload always shows you the latest version of a page.)">
<!ENTITY diskCache.label "Size:">
<!ENTITY diskCache.accesskey "S">
<!ENTITY mbytes "MB">
<!ENTITY diskCacheFolder.label "Cache Folder Location:">
<!ENTITY clearDiskCache.label "Clear Cache">
<!ENTITY clearDiskCache.accesskey "l">
<!ENTITY chooseDiskCacheFolder.label "Choose Folder...">
<!ENTITY chooseDiskCacheFolder.accesskey "C">
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named &quot;Cache&quot; of the directory you specify. Restart &brandShortName; for changes to take effect.">
<!ENTITY docCache "Compare the page in the cache to the page on the network:">
<!ENTITY chooseFolder.label "Choose Folder...">
<!ENTITY chooseFolder.accesskey "F">
<!ENTITY oncePsessionRadio.label "Once per session">
<!ENTITY oncePsessionRadio.accesskey "O">
<!ENTITY everyTimeRadio.label "Every time I view the page">
<!ENTITY everyTimeRadio.accesskey "E">
<!ENTITY neverRadio.label "Never">
<!ENTITY neverRadio.accesskey "N">
<!ENTITY autoRadio.label "When the page is out of date">
<!ENTITY autoRadio.accesskey "W">
<!ENTITY pref.cache.title "Cache">
<!ENTITY pref.cache.caption "Set Cache Options">
<!ENTITY cachePara "The cache keeps copies of frequently visited web pages on your hard disk. (Clicking Reload always shows you the latest version of a page.)">
<!ENTITY diskCache.label "Size:">
<!ENTITY diskCache.accesskey "S">
<!ENTITY mbytes "MB">
<!ENTITY diskCacheFolder.label "Cache Folder Location:">
<!ENTITY clearDiskCache.label "Clear Cache">
<!ENTITY clearDiskCache.accesskey "C">
<!ENTITY chooseDiskCacheFolder.label "Choose Folder...">
<!ENTITY chooseDiskCacheFolder.accesskey "F">
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named &quot;Cache&quot; of the directory you specify. Restart &brandShortName; for changes to take effect.">
<!ENTITY docCache "Compare the page in the cache to the page on the network:">
<!ENTITY oncePsessionRadio.label "Once per session">
<!ENTITY oncePsessionRadio.accesskey "O">
<!ENTITY everyTimeRadio.label "Every time I view the page">
<!ENTITY everyTimeRadio.accesskey "E">
<!ENTITY neverRadio.label "Never">
<!ENTITY neverRadio.accesskey "N">
<!ENTITY autoRadio.label "When the page is out of date">
<!ENTITY autoRadio.accesskey "W">
<!ENTITY prefetchTitle.label "Link Prefetching">
<!-- <!ENTITY enablePrefetch.label "Enable link prefetching"> -->
<!ENTITY enablePrefetch.label "Prefetch web pages when idle, so that links in web pages designed for prefetching can load faster.">
<!ENTITY enablePrefetch.accesskey "P">
<!-- <!ENTITY prefetchDesc.label "If you check this item, &brandShortName; will follow special directives from websites to prefetch content while the browser is idle. Websites designed to take advantage of this feature will appear to load quicker."> -->
<!ENTITY prefetchTitle.label "Link Prefetching">
<!ENTITY enablePrefetch.label "Prefetch web pages when idle, so that links in web pages designed for prefetching can load more quickly.">
<!ENTITY enablePrefetch.accesskey "P">
<!-- <!ENTITY prefetchDesc.label "If you check this item, &brandShortName; will follow special directives from websites to prefetch content while the browser is idle. Websites designed to take advantage of this feature will appear to load quicker."> -->

Просмотреть файл

@ -1,29 +1,29 @@
<!-- extracted from content/pref-colors.xul -->
<!-- LOCALIZATION NOTE : FILE Color management prefs -->
<!ENTITY pref.colors.title "Colors">
<!ENTITY color "Text and Background">
<!ENTITY textColor.label "Text:">
<!ENTITY textColor.accesskey "T">
<!ENTITY backgroundColor.label "Background:">
<!ENTITY backgroundColor.accesskey "b">
<!ENTITY useSystemColors.label "Use system colors">
<!ENTITY useSystemColors.accesskey "s">
<!ENTITY pref.colors.title "Colors">
<!ENTITY color "Text and Background">
<!ENTITY textColor.label "Text:">
<!ENTITY textColor.accesskey "T">
<!ENTITY backgroundColor.label "Background:">
<!ENTITY backgroundColor.accesskey "B">
<!ENTITY useSystemColors.label "Use system colors">
<!ENTITY useSystemColors.accesskey "s">
<!ENTITY underlineLinks.label "Underline links">
<!ENTITY underlineLinks.accesskey "u">
<!ENTITY links "Link Colors">
<!ENTITY linkColor.label "Unvisited Links:">
<!ENTITY linkColor.accesskey "l">
<!ENTITY activeLinkColor.label "Active Links:">
<!ENTITY activeLinkColor.accesskey "c">
<!ENTITY visitedLinkColor.label "Visited Links:">
<!ENTITY visitedLinkColor.accesskey "v">
<!ENTITY underlineLinks.label "Underline links">
<!ENTITY underlineLinks.accesskey "U">
<!ENTITY links "Link Colors">
<!ENTITY linkColor.label "Unvisited Links:">
<!ENTITY linkColor.accesskey "L">
<!ENTITY activeLinkColor.label "Active Links:">
<!ENTITY activeLinkColor.accesskey "c">
<!ENTITY visitedLinkColor.label "Visited Links:">
<!ENTITY visitedLinkColor.accesskey "V">
<!-- LOCALIZATION NOTE (someProvColors): This is the start of a sentence and will be followed by the following radio buttons. -->
<!ENTITY someProvColors "When a web page 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. -->
<!ENTITY alwaysUseDocumentColors.label "Always use the colors and background specified by the web page">
<!ENTITY alwaysUseDocumentColors.accesskey "a">
<!ENTITY alwaysUseDocumentColors.label "Always use the colors and background specified by the web page">
<!ENTITY alwaysUseDocumentColors.accesskey "A">
<!-- LOCALIZATION NOTE (ignoreDocColors.label): This is option two, and it appends to 'someProvColors' above. -->
<!ENTITY useMyColors.label "Use my chosen colors, ignoring the colors and background image specified">
<!ENTITY useMyColors.accesskey "i">
<!ENTITY useMyColors.label "Use my chosen colors, ignoring the colors and background image specified">
<!ENTITY useMyColors.accesskey "m">

Просмотреть файл

@ -5,11 +5,11 @@
<!ENTITY openDM.label "Open the download manager">
<!ENTITY openDM.accesskey "m">
<!ENTITY openProgressDialog.label "Open a progress dialog">
<!ENTITY openProgressDialog.accesskey "p">
<!ENTITY openProgressDialog.accesskey "O">
<!ENTITY doNothing.label "Don't open anything">
<!ENTITY doNothing.accesskey "D">
<!ENTITY promptDownload.label "Prompt for download location and default to">
<!ENTITY promptDownload.accesskey "r">
<!ENTITY promptDownload.accesskey "P">
<!ENTITY lastLocation.label "Last download folder">
<!ENTITY lastLocation.accesskey "L">
<!ENTITY specifiedLocation.label "Specified download folder">

Просмотреть файл

@ -1,29 +1,29 @@
<!-- LOCALIZATION NOTE : FILE Mouse-wheel management prefs, for those lucky OSes that support mouse wheels -->
<!ENTITY pref.mouseWheel.title "Mouse Wheel">
<!ENTITY mouseWheelPanel.label "Specify mouse wheel behavior when used with this modifier key: ">
<!ENTITY mouseWheelPanel.accesskey "w">
<!ENTITY usingJustTheWheel.label "No modifier key">
<!ENTITY usingWheelAndAlt.label "&altKey.label;">
<!ENTITY usingWheelAndCtrl.label "&ctrlKey.label;">
<!ENTITY usingWheelAndShft.label "&shiftKey.label;">
<!ENTITY mousewheelGroup.label "Vertical scrolling">
<!ENTITY mousewheelHorizGroup.label "Horizontal scrolling">
<!ENTITY scroll.label "Scroll the document by ">
<!ENTITY scroll.accesskey "s">
<!ENTITY scrollHoriz.accesskey "c">
<!ENTITY scrollLines.label " lines. ">
<!ENTITY scrollChars.label " characters. ">
<!ENTITY useSystemDefault.label "Use system default">
<!ENTITY useSystemDefault.accesskey "y">
<!ENTITY pref.mouseWheel.title "Mouse Wheel">
<!ENTITY mouseWheelPanel.label "Specify mouse wheel behavior when used with this modifier key: ">
<!ENTITY mouseWheelPanel.accesskey "w">
<!ENTITY usingJustTheWheel.label "No modifier key">
<!ENTITY usingWheelAndAlt.label "&altKey.label;">
<!ENTITY usingWheelAndCtrl.label "&ctrlKey.label;">
<!ENTITY usingWheelAndShft.label "&shiftKey.label;">
<!ENTITY mousewheelGroup.label "Vertical scrolling">
<!ENTITY mousewheelHorizGroup.label "Horizontal scrolling">
<!ENTITY scroll.label "Scroll the document by ">
<!ENTITY scroll.accesskey "S">
<!ENTITY scrollHoriz.accesskey "c">
<!ENTITY scrollLines.label " lines. ">
<!ENTITY scrollChars.label " characters. ">
<!ENTITY useSystemDefault.label "Use system default">
<!ENTITY useSystemDefault.accesskey "U">
<!ENTITY useSystemDefaultHoriz.accesskey "d">
<!ENTITY scrollPgUpPgDn.label "Scroll a page up or a page down">
<!ENTITY scrollPgUpPgDn.accesskey "p">
<!ENTITY scrollPgLtPgRt.label "Scroll a page left or a page right">
<!ENTITY scrollPgLtPgRt.accesskey "o">
<!ENTITY history.label "Move back and forward in the browsing history">
<!ENTITY history.accesskey "m">
<!ENTITY historyHoriz.accesskey "b">
<!ENTITY textsize.label "Make the text larger or smaller">
<!ENTITY textsize.accesskey "t">
<!ENTITY textsizeHoriz.accesskey "e">
<!ENTITY scrollPgUpPgDn.label "Scroll a page up or a page down">
<!ENTITY scrollPgUpPgDn.accesskey "c">
<!ENTITY scrollPgLtPgRt.label "Scroll a page left or a page right">
<!ENTITY scrollPgLtPgRt.accesskey "o">
<!ENTITY history.label "Move back and forward in the browsing history">
<!ENTITY history.accesskey "M">
<!ENTITY historyHoriz.accesskey "b">
<!ENTITY textsize.label "Make the text larger or smaller">
<!ENTITY textsize.accesskey "t">
<!ENTITY textsizeHoriz.accesskey "e">

Просмотреть файл

@ -4,11 +4,12 @@
<!ENTITY pref.scripts.title "Scripts &amp; Plug-ins">
<!ENTITY navigator.label "Navigator">
<!ENTITY navigator.accesskey "r">
<!ENTITY navigator.accesskey "N">
<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated -->
<!ENTITY enableJavaScript.label "Enable JavaScript for">
<!ENTITY allowScripts.label "Allow scripts to:">
<!ENTITY allowScripts.accesskey "s">
<!ENTITY allowWindowOpen.label "Open unrequested windows">
<!ENTITY allowWindowMoveResize.label "Move or resize existing windows">
<!ENTITY allowWindowFlip.label "Raise or lower windows">

Просмотреть файл

@ -2,19 +2,19 @@
<!-- LOCALIZATION NOTE : FILE The Search prefs dialog -->
<!ENTITY pref.search.title "Internet Search">
<!ENTITY legendHeader "Default Search Engine">
<!ENTITY defaultSearchEngine.label "Search using:">
<!ENTITY defaultSearchEngine.accesskey "u">
<!ENTITY pref.search.title "Internet Search">
<!ENTITY legendHeader "Default Search Engine">
<!ENTITY defaultSearchEngine.label "Search using:">
<!ENTITY defaultSearchEngine.accesskey "S">
<!ENTITY openSidebarSearchPanel.label "Open the Search tab in the Sidebar when search results are available">
<!ENTITY openSidebarSearchPanel.accesskey "o">
<!ENTITY openSidebarSearchPanel.label "Open the Search tab in the Sidebar when search results are available">
<!ENTITY openSidebarSearchPanel.accesskey "O">
<!ENTITY searchResults.label "Search Results">
<!ENTITY searchResults.label "Search Results">
<!ENTITY sidebarSearchTabPref.label "Sidebar Search Tab Preference">
<!ENTITY searchModeBasic.label "Basic">
<!ENTITY searchModeBasic.accesskey "b">
<!ENTITY searchModeAdvanced.label "Advanced">
<!ENTITY searchModeAdvanced.accesskey "a">
<!ENTITY sidebarSearchTabPref.label "Sidebar Search Tab Preference">
<!ENTITY searchModeBasic.label "Basic">
<!ENTITY searchModeBasic.accesskey "B">
<!ENTITY searchModeAdvanced.label "Advanced">
<!ENTITY searchModeAdvanced.accesskey "A">

Просмотреть файл

@ -10,11 +10,11 @@
<!ENTITY moreInformation.accesskey "M">
<!--LOCALIZATION NOTE (enableKeyCheck.label): Do not translate 'Internet Keywords' -->
<!ENTITY keywordsEnabled.label "Enable Internet Keywords">
<!ENTITY keywordsEnabled.accesskey "k">
<!ENTITY keywordsEnabled.accesskey "K">
<!ENTITY autoCompleteHeader.label "Location Bar Autocomplete">
<!ENTITY autoCompleteEnabled.label "Automatically complete text typed into Location bar.">
<!ENTITY autoCompleteEnabled.accesskey "l">
<!ENTITY autoCompleteEnabled.label "Automatically complete text typed into the Location bar.">
<!ENTITY autoCompleteEnabled.accesskey "L">
<!ENTITY autoCompleteAdvanced.label "Advanced...">
<!ENTITY autoCompleteAdvanced.accesskey "A">
@ -27,3 +27,4 @@
<!ENTITY domainGuessingHeader.label "Domain Guessing">
<!ENTITY domainGuessingEnabled.label "Automatically add &quot;www.&quot; and &quot;.com&quot; to the location if a web page isn't found.">
<!ENTITY domainGuessingEnabled.accesskey "u">

Просмотреть файл

@ -3,19 +3,19 @@
<!ENTITY smartTitle.label "Manage Software Installations and Updates">
<!ENTITY enableSU.label "Enable software installation. (You will be prompted for each update.)">
<!ENTITY enableSU.accesskey "e">
<!ENTITY enableSU.accesskey "E">
<!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">
<!--LOCALIZATION NOTE (selectUninstall.label): A large list box appears below this label -->
<!ENTITY selectUninstall.label "To uninstall, select from the following list and click the uninstall button">
<!ENTITY uninstallButton.label "Uninstall">
<!ENTITY uninstallButton.accesskey "u">
<!ENTITY uninstallButton.accesskey "U">
<!ENTITY updateNotifications.label "Update Notifications">
<!ENTITY updateNotifications.desc "Check for new versions of this software. No information about you or your computer will be revealed during this operation.">
<!ENTITY enableUN.label "Check for updates:">
<!ENTITY enableUN.accesskey "c">
<!ENTITY enableUN.accesskey "C">
<!ENTITY weekly.label "weekly">
<!ENTITY weekly.accesskey "w">
<!ENTITY monthly.label "monthly">

Просмотреть файл

@ -3,8 +3,7 @@
<!ENTITY pref.winHooks.title "System">
<!-- These entities are used on the "File Types" section of the dialog. -->
<!ENTITY files.label "File Types">
<!ENTITY files.text "Windows should use &brandShortName; to open these file types:">
<!ENTITY files.label "Windows should use &brandShortName; to open these file types:">
<!ENTITY html.label "HTML documents">
<!ENTITY jpeg.label "JPEG images">
<!ENTITY gif.label "GIF images">
@ -16,9 +15,8 @@
<!ENTITY xhtml.label "XHTML documents">
<!ENTITY xul.label "XUL documents">
<!-- These entities are used on the "Internet Shortcuts" section of the dialog. -->
<!ENTITY shortcuts.label "Internet Shortcuts">
<!ENTITY shortcuts.text "Windows should use &brandShortName; to handle these protocols:">
<!-- These entities are used on the "Protocols" section of the dialog. -->
<!ENTITY protocols.label "Windows should use &brandShortName; to handle these protocols:">
<!ENTITY http.label "http: (Hypertext Transfer Protocol)">
<!ENTITY https.label "https: (Secure HTTP)">
<!ENTITY ftp.label "ftp: (File Transfer Protocol)">