diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 12:21:40 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 12:21:40 -0500 |
commit | 17e72c824ed54ced83a2943237340f8d1b7b1824 (patch) | |
tree | 5fb75140efde1678e4c97c3c0ac27ea49b0c19f0 /application/palemoon/locales/en-US/chrome/browser/browser.dtd | |
parent | b6c2d5f6ae5dfbbafe7c5488942fe775bc617aaa (diff) | |
download | UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.gz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.lz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.xz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.zip |
Sync Pale Moon code
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/browser.dtd')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.dtd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.dtd b/application/palemoon/locales/en-US/chrome/browser/browser.dtd index d6965cd74..fe5f64854 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/browser.dtd @@ -67,6 +67,9 @@ can reach it easily. --> <!ENTITY goOfflineCmd.label "Work Offline"> <!ENTITY goOfflineCmd.accesskey "k"> +<!ENTITY restartCmd.label "Restart…"> +<!ENTITY restartCmd.accesskey "R"> + <!ENTITY menubarCmd.label "Menu Bar"> <!ENTITY menubarCmd.accesskey "M"> <!ENTITY navbarCmd.label "Navigation Toolbar"> @@ -307,7 +310,7 @@ These should match what Safari and other Apple applications use on OS X Lion. -- <!ENTITY viewToolbarsMenu.accesskey "T"> <!ENTITY viewSidebarMenu.label "Sidebar"> <!ENTITY viewSidebarMenu.accesskey "e"> -<!ENTITY viewCustomizeToolbar.label "Customize…"> +<!ENTITY viewCustomizeToolbar.label "Customize"> <!ENTITY viewCustomizeToolbar.accesskey "C"> <!ENTITY viewTabsOnTop.label "Tabs on Top"> <!ENTITY viewTabsOnTop.accesskey "T"> @@ -325,7 +328,7 @@ These should match what Safari and other Apple applications use on OS X Lion. -- <!ENTITY appMenuEdit.label "Edit"> <!ENTITY appMenuCustomize.label "Customize"> -<!ENTITY appMenuToolbarLayout.label "Toolbar Layout…"> +<!ENTITY appMenuToolbarLayout.label "Toolbar Layout"> <!ENTITY appMenuSidebars.label "Sidebars"> <!ENTITY appMenuFind.label "Find…"> <!ENTITY appMenuUnsorted.label "Unsorted Bookmarks"> @@ -546,7 +549,7 @@ you can use these alternative items. Otherwise, their values should be empty. - <!ENTITY zoomInButton.tooltip "Zoom in"> <!ENTITY zoomControls.label "Zoom Controls"> -<!ENTITY appMenuRestart.label "Restart"> +<!ENTITY appMenuRestart.label "Restart…"> <!ENTITY appMenuRestart.accesskey "R"> <!ENTITY quitApplicationCmdWin.label "Exit"> @@ -573,11 +576,8 @@ you can use these alternative items. Otherwise, their values should be empty. - <!ENTITY pageReportIcon.tooltip "Change pop-up blocking settings for this website"> <!ENTITY allowPopups.accesskey "p"> -<!-- On Windows we use the term "Options" to describe settings, but - on Linux and Mac OS X we use "Preferences" - carry that distinction - over into this string, which is used in the "popup blocked" info bar . --> -<!ENTITY editPopupSettingsUnix.label "Edit Pop-up Blocker Preferences…"> -<!ENTITY editPopupSettings.label "Edit Pop-up Blocker Options…"> +<!ENTITY editPopupSettingsUnix.label "Edit Pop-up Blocker Preferences"> +<!ENTITY editPopupSettings.label "Edit Pop-up Blocker Preferences"> <!ENTITY editPopupSettings.accesskey "E"> <!ENTITY dontShowMessage.accesskey "D"> |