diff options
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd b/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd new file mode 100644 index 000000000..f60ff80e4 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd @@ -0,0 +1,127 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Note: each tab panel must contain unique accesskeys --> + +<!ENTITY generalTab.label "General"> + +<!ENTITY accessibility.label "Accessibility"> + +<!ENTITY useCursorNavigation.label "Always use the cursor keys to navigate within pages"> +<!ENTITY useCursorNavigation.accesskey "c"> +<!ENTITY searchOnStartTyping.label "Search for text when you start typing"> +<!ENTITY searchOnStartTyping.accesskey "x"> +<!ENTITY blockAutoReload.label "Warn you when websites try to redirect or reload the page"> +<!ENTITY blockAutoReload.accesskey "b"> +<!ENTITY useOnScreenKeyboard.label "Show a touch keyboard when necessary"> +<!ENTITY useOnScreenKeyboard.accesskey "k"> + +<!ENTITY browsing.label "Browsing"> + +<!ENTITY useAutoScroll.label "Use autoscrolling"> +<!ENTITY useAutoScroll.accesskey "a"> +<!ENTITY useSmoothScrolling.label "Use smooth scrolling"> +<!ENTITY useSmoothScrolling.accesskey "m"> +<!ENTITY allowHWAccel.label "Use hardware acceleration when available"> +<!ENTITY allowHWAccel.accesskey "r"> +<!ENTITY checkUserSpelling.label "Check your spelling as you type"> +<!ENTITY checkUserSpelling.accesskey "t"> + +<!ENTITY dataChoicesTab.label "Data Choices"> + +<!ENTITY healthReportDesc.label "Helps you understand your browser performance and shares data with &vendorShortName; about your browser health"> +<!ENTITY enableHealthReport.label "Enable &brandShortName; Health Report"> +<!ENTITY enableHealthReport.accesskey "R"> +<!ENTITY healthReportLearnMore.label "Learn More"> + +<!ENTITY telemetryDesc.label "Shares performance, usage, hardware and customization data about your browser with &vendorShortName; to help us make &brandShortName; better"> +<!ENTITY enableTelemetryData.label "Share additional data (i.e., Telemetry)"> +<!ENTITY enableTelemetryData.accesskey "T"> +<!ENTITY telemetryLearnMore.label "Learn More"> + +<!ENTITY crashReporterDesc2.label "Crash reports help &vendorShortName; fix problems and make your browser more stable and secure"> +<!ENTITY alwaysSubmitCrashReports.label "Allow &brandShortName; to send backlogged crash reports on your behalf"> +<!ENTITY alwaysSubmitCrashReports.accesskey "c"> +<!ENTITY crashReporterLearnMore.label "Learn More"> + +<!ENTITY networkTab.label "Network"> + +<!ENTITY connection.label "Connection"> + +<!ENTITY connectionDesc.label "Configure how &brandShortName; connects to the Internet"> +<!ENTITY connectionSettings.label "Settings…"> +<!ENTITY connectionSettings.accesskey "e"> + +<!ENTITY httpCache.label "Cached Web Content"> + +<!ENTITY offlineStorage2.label "Offline Web Content and User Data"> + +<!-- Site Data section manages sites using Storage API and is under Network --> +<!ENTITY siteData.label "Site Data"> +<!ENTITY clearSiteData.label "Clear All Data"> +<!ENTITY clearSiteData.accesskey "l"> +<!ENTITY siteDataSettings.label "Settings…"> +<!ENTITY siteDataSettings.accesskey "i"> +<!ENTITY siteDataLearnMoreLink.label "Learn more"> + +<!-- LOCALIZATION NOTE: + The entities limitCacheSizeBefore.label and limitCacheSizeAfter.label appear on a single + line in preferences as follows: + + &limitCacheSizeBefore.label [textbox for cache size in MB] &limitCacheSizeAfter.label; +--> +<!ENTITY limitCacheSizeBefore.label "Limit cache to"> +<!ENTITY limitCacheSizeBefore.accesskey "L"> +<!ENTITY limitCacheSizeAfter.label "MB of space"> +<!ENTITY clearCacheNow.label "Clear Now"> +<!ENTITY clearCacheNow.accesskey "C"> +<!ENTITY clearOfflineAppCacheNow.label "Clear Now"> +<!ENTITY clearOfflineAppCacheNow.accesskey "N"> +<!ENTITY overrideSmartCacheSize.label "Override automatic cache management"> +<!ENTITY overrideSmartCacheSize.accesskey "O"> + +<!ENTITY updateTab.label "Update"> + +<!ENTITY updateApplication.label "&brandShortName; updates"> +<!ENTITY updateAuto1.label "Automatically install updates (recommended: improved security)"> +<!ENTITY updateAuto1.accesskey "A"> +<!ENTITY updateCheckChoose.label "Check for updates, but let you choose whether to install them"> +<!ENTITY updateCheckChoose.accesskey "C"> +<!ENTITY updateManual.label "Never check for updates (not recommended: security risk)"> +<!ENTITY updateManual.accesskey "N"> + +<!ENTITY updateHistory.label "Show Update History"> +<!ENTITY updateHistory.accesskey "p"> + +<!ENTITY useService.label "Use a background service to install updates"> +<!ENTITY useService.accesskey "b"> + +<!ENTITY autoUpdateOthers.label "Automatically update"> +<!ENTITY enableSearchUpdate.label "Search Engines"> +<!ENTITY enableSearchUpdate.accesskey "E"> + +<!ENTITY offlineStorageNotify.label "Tell you when a website asks to store data for offline use"> +<!ENTITY offlineStorageNotify.accesskey "T"> +<!ENTITY offlineStorageNotifyExceptions.label "Exceptions…"> +<!ENTITY offlineStorageNotifyExceptions.accesskey "x"> + +<!ENTITY offlineAppsList2.label "The following websites are allowed to store data for offline use:"> +<!ENTITY offlineAppsList.height "7em"> +<!ENTITY offlineAppsListRemove.label "Remove…"> +<!ENTITY offlineAppsListRemove.accesskey "R"> +<!ENTITY offlineAppRemove.confirm "Remove offline data"> + +<!ENTITY certificateTab.label "Certificates"> +<!ENTITY certPersonal.label "Requests"> +<!ENTITY certPersonal.description "When a server requests your personal certificate:"> +<!ENTITY selectCerts.auto "Select one automatically"> +<!ENTITY selectCerts.auto.accesskey "S"> +<!ENTITY selectCerts.ask "Ask you every time"> +<!ENTITY selectCerts.ask.accesskey "A"> +<!ENTITY enableOCSP.label "Query OCSP responder servers to confirm the current validity of certificates"> +<!ENTITY enableOCSP.accesskey "Q"> +<!ENTITY viewCerts.label "View Certificates"> +<!ENTITY viewCerts.accesskey "C"> +<!ENTITY viewSecurityDevices.label "Security Devices"> +<!ENTITY viewSecurityDevices.accesskey "D"> |