diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/findbar.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/findbar.dtd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/findbar.dtd b/toolkit/locales/en-US/chrome/global/findbar.dtd new file mode 100644 index 000000000..9ba120148 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/findbar.dtd @@ -0,0 +1,20 @@ +<!-- 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 This file contains the entities needed to --> +<!-- LOCALIZATION NOTE : FILE use the Find Bar. --> + +<!-- entities split out from browser.dtd --> +<!ENTITY next.label "Next"> +<!ENTITY next.accesskey "N"> +<!ENTITY next.tooltip "Find the next occurrence of the phrase"> +<!ENTITY previous.label "Previous"> +<!ENTITY previous.accesskey "P"> +<!ENTITY previous.tooltip "Find the previous occurrence of the phrase"> +<!ENTITY findCloseButton.tooltip "Close Find bar"> +<!ENTITY highlight.label "Highlight all"> +<!ENTITY highlight.accesskey "a"> +<!ENTITY highlight.tooltiptext "Highlight all occurrences of the phrase"> +<!ENTITY caseSensitiveCheckbox.label "Match case"> +<!ENTITY caseSensitiveCheckbox.accesskey "c"> |