mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D53843 --HG-- rename : browser/base/content/browser-allTabsMenu.inc.xul => browser/base/content/browser-allTabsMenu.inc.xhtml rename : browser/base/content/macWindow.inc.xul => browser/base/content/macWindow.inc.xhtml rename : browser/components/controlcenter/content/identityPanel.inc.xul => browser/components/controlcenter/content/identityPanel.inc.xhtml rename : browser/components/controlcenter/content/protectionsPanel.inc.xul => browser/components/controlcenter/content/protectionsPanel.inc.xhtml rename : browser/components/customizableui/content/customizeMode.inc.xul => browser/components/customizableui/content/customizeMode.inc.xhtml rename : browser/components/customizableui/content/panelUI.inc.xul => browser/components/customizableui/content/panelUI.inc.xhtml rename : browser/components/downloads/content/downloadsCommands.inc.xul => browser/components/downloads/content/downloadsCommands.inc.xhtml rename : browser/components/downloads/content/downloadsContextMenu.inc.xul => browser/components/downloads/content/downloadsContextMenu.inc.xhtml rename : browser/components/downloads/content/downloadsPanel.inc.xul => browser/components/downloads/content/downloadsPanel.inc.xhtml rename : browser/components/downloads/content/downloadsStrings.inc.xul => browser/components/downloads/content/downloadsStrings.inc.xhtml rename : browser/components/places/content/bookmarksHistoryTooltip.inc.xul => browser/components/places/content/bookmarksHistoryTooltip.inc.xhtml rename : browser/components/places/content/editBookmarkPanel.inc.xul => browser/components/places/content/editBookmarkPanel.inc.xhtml rename : browser/components/places/content/placesCommands.inc.xul => browser/components/places/content/placesCommands.inc.xhtml rename : browser/components/places/content/placesContextMenu.inc.xul => browser/components/places/content/placesContextMenu.inc.xhtml extra : moz-landing-system : lando
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Don't add new strings here, use properties files instead. This file won't be
|
|
# necessary anymore once localization is converted to Fluent (bug 1452637).
|
|
|
|
<stringbundleset id="downloadsStrings"
|
|
string-download-cancel="&cmd.cancel.label;"
|
|
string-download-cancel-description="&cancelDownload.label;"
|
|
string-download-open-file-description="&openFile.label;"
|
|
string-download-open-or-remove-file="&cmd.chooseOpen.label;"
|
|
string-download-remove-file="&cmd.removeFile.label;"
|
|
string-download-remove-file-or-allow="&cmd.chooseUnblock.label;"
|
|
string-download-retry="&cmd.retry.label;"
|
|
string-download-retry-description="&retryDownload.label;"
|
|
#ifdef XP_MACOSX
|
|
string-download-show="&cmd.showMac.label;"
|
|
string-download-show-description="&cmd.showMac.label;"
|
|
#else
|
|
string-download-show="&cmd.show.label;"
|
|
string-download-show-description="&cmd.show.label;"
|
|
#endif
|
|
string-download-show-more-information-description="&showMoreInformation.label;"
|
|
/>
|