Bug 851156 (part 1) - Clean Metro strings for button and menu labels [r=jimm]

This commit is contained in:
Matt Brubeck 2013-03-14 11:08:13 -07:00
parent 6295c1c12a
commit ad0ce9151c
3 changed files with 14 additions and 10 deletions

View File

@ -621,10 +621,10 @@
<!-- App bar: 'more' button context menu -->
<richlistitem id="context-findinpage" type="find-in-page" onclick="ContextCommands.findInPage();">
<label value="&appbarFindInPage.label;"/>
<label value="&appbarFindInPage2.label;"/>
</richlistitem>
<richlistitem id="context-viewondesktop" type="view-on-desktop" onclick="ContextCommands.viewOnDesktop();">
<label value="&appbarViewOnDesktop.label;"/>
<label value="&appbarViewOnDesktop2.label;"/>
</richlistitem>
</richlistbox>
</vbox>

View File

@ -12,8 +12,8 @@
<!ENTITY closetab.label "Close Tab">
<!ENTITY undoclosetab.label "Undo Close Tab">
<!ENTITY appbarFindInPage.label "Find in Page">
<!ENTITY appbarViewOnDesktop.label "View on Desktop">
<!ENTITY appbarFindInPage2.label "Find in page">
<!ENTITY appbarViewOnDesktop2.label "View on desktop">
<!ENTITY startTopSitesHeader.label "Top Sites">
<!ENTITY startBookmarksHeader.label "Bookmarks">

View File

@ -38,16 +38,16 @@ alertDownloadsNoSpace=Not enough storage space
# Popup Blocker
popupWarning=%S prevented this site from opening a pop-up window.
popupWarningMultiple=%S prevented this site from opening %S pop-up windows.
popupButtonAllowOnce2=Allow Once
popupButtonAlwaysAllow3=Always Allow
popupButtonNeverWarn3=Never Allow
popupButtonAllowOnce2=Allow once
popupButtonAlwaysAllow3=Always allow
popupButtonNeverWarn3=Never allow
# ContentPermissionsPrompt
contentPermissions.alwaysForSite=Always for this Site
contentPermissions.neverForSite=Never for this Site
contentPermissions.alwaysForSite=Always for this site
contentPermissions.neverForSite=Never for this site
# Geolocation UI
geolocation2.allow=Share Location
geolocation2.allow=Share location
geolocation2.wantsTo=Share your location with %S?
geolocation.learnMore=Learn more…
@ -82,6 +82,10 @@ tabs.emptyTabTitle=New Tab
# Open Search
opensearch.search=Search: %S
# Clear Private Data
clearPrivateData.title=Clear Private Data
clearPrivateData.message=Delete your browsing history and settings, including passwords and cookies?
# Open in Another App
# LOCALIZATION NOTE: openinapp.specific is the text displayed if there is a single external app
# %S is the name of the app, like "YouTube" or "Picassa"