diff options
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"> |