diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd new file mode 100644 index 0000000000..283543de44 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-advanced.dtd @@ -0,0 +1,45 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE : FILE 'Advanced' prefs settings --> +<!ENTITY pref.advanced.title "Advanced"> + +<!ENTITY prefCheckDefault.caption "System Integration"> +<!ENTITY prefCheckDefaultClient.label "Check default application settings on startup"> +<!ENTITY prefCheckDefaultClient.accesskey "C"> + +<!ENTITY defaultClientFor.description "Make &brandShortName; the default application for:"> +<!ENTITY setDefaultBrowser.label "Browser"> +<!ENTITY setDefaultBrowser.accesskey "B"> +<!ENTITY setDefaultMail.label "Mail"> +<!ENTITY setDefaultMail.accesskey "M"> +<!ENTITY setDefaultNews.label "News"> +<!ENTITY setDefaultNews.accesskey "N"> +<!ENTITY setDefaultFeed.label "Feeds"> +<!ENTITY setDefaultFeed.accesskey "F"> +<!ENTITY useInternalSettings.description "Use &brandShortName; Mail & News when opening browser links for:"> +<!ENTITY useInternalMail.label "Mail (mailto:)"> +<!ENTITY useInternalMail.accesskey "a"> +<!ENTITY useInternalNews.label "News (news:, snews:, nntp:)"> +<!ENTITY useInternalNews.accesskey "e"> + +<!ENTITY printing.label "Printing"> +<!ENTITY useNativePrintDialog.label "Use Native Print Dialogue (where supported)"> +<!ENTITY useNativePrintDialog.accesskey "U"> +<!ENTITY useGlobalPrintSettings.label "Use Global Print Settings"> +<!ENTITY useGlobalPrintSettings.accesskey "G"> + +<!ENTITY crashReports.caption "Crash Reporter"> +<!ENTITY submitCrashes.label "Submit crash reports"> +<!ENTITY submitCrashes.accesskey "S"> + +<!ENTITY devTools.caption "Developer Tools"> +<!ENTITY allowDebugger.label "Allow a debugger to connect to &brandShortName;"> +<!ENTITY allowDebugger.accesskey "A"> +<!ENTITY allowRemoteConnections.label "Allow connections from other computers"> +<!ENTITY allowRemoteConnections.accesskey "o"> +<!ENTITY connectionPrompt.label "Prompt for incoming connections"> +<!ENTITY connectionPrompt.accesskey "P"> +<!ENTITY remoteDebuggerPort.label "Port number for connection:"> +<!ENTITY remoteDebuggerPort.accesskey "n"> |