diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-applications.dtd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-applications.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-applications.dtd new file mode 100644 index 0000000000..c0259d769e --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-applications.dtd @@ -0,0 +1,17 @@ +<!-- 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 The Applications prefs dialog --> +<!ENTITY pref.applications.title "Helper Applications"> + +<!ENTITY typeColumn.label "Content Type"> +<!ENTITY typeColumn.accesskey "T"> + +<!ENTITY actionColumn2.label "Action"> +<!ENTITY actionColumn2.accesskey "A"> + +<!ENTITY search.placeholder "Search Types and Actions"> + +<!ENTITY useAppChooser.label "Use native application chooser when available"> +<!ENTITY useAppChooser.accesskey "U"> |