mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 851156 (part 1) - Clean Metro strings for button and menu labels [r=jimm]
This commit is contained in:
parent
6295c1c12a
commit
ad0ce9151c
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user