diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-19 19:44:40 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-19 19:44:40 +0200 |
commit | 856d0c991c097eff35ed098a1e30992c0f57165a (patch) | |
tree | 03c513abc945a67450e463e099c96b12c2b81769 /application/palemoon/locales/en-US/chrome/browser/newTab.dtd | |
parent | 2546ae588f7131bf2879af4ed6094a96025f1a27 (diff) | |
download | UXP-856d0c991c097eff35ed098a1e30992c0f57165a.tar UXP-856d0c991c097eff35ed098a1e30992c0f57165a.tar.gz UXP-856d0c991c097eff35ed098a1e30992c0f57165a.tar.lz UXP-856d0c991c097eff35ed098a1e30992c0f57165a.tar.xz UXP-856d0c991c097eff35ed098a1e30992c0f57165a.zip |
Issue #517 Part 1: Import newtab page from Basilisk (sans directory service provider module)
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/newTab.dtd')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/newTab.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/newTab.dtd b/application/palemoon/locales/en-US/chrome/browser/newTab.dtd index ce9e3e4b0..bea0ef937 100644 --- a/application/palemoon/locales/en-US/chrome/browser/newTab.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/newTab.dtd @@ -4,7 +4,21 @@ <!-- These strings are used in the about:newtab page --> <!ENTITY newtab.pageTitle "New Tab"> +<!ENTITY newtab.customize.classic "Show your top sites"> +<!ENTITY newtab.customize.cog.enhanced "Include suggested sites"> +<!ENTITY newtab.customize.cog.title2 "NEW TAB CONTROLS"> +<!ENTITY newtab.customize.cog.learn "Learn about New Tab"> +<!ENTITY newtab.customize.title "Customize your New Tab page"> +<!ENTITY newtab.customize.suggested "Show suggested and your top sites"> +<!ENTITY newtab.customize.topsites "Show your top sites"> +<!ENTITY newtab.customize.blank2 "Show blank page"> <!ENTITY newtab.undo.removedLabel "Thumbnail removed."> <!ENTITY newtab.undo.undoButton "Undo."> <!ENTITY newtab.undo.restoreButton "Restore All."> <!ENTITY newtab.undo.closeTooltip "Hide"> + +<!-- LOCALIZATION NOTE (contentSearchInput.label): + This is set as the aria-label attribute for the search input box in the + in-content search UI, to be used by screen readers. --> +<!ENTITY contentSearchInput.label "Search query"> +<!ENTITY contentSearchSubmit.tooltip "Submit search"> |