fune/browser/components/downloads/content/downloadsStrings.inc.xul
Paolo Amadini 7a497b003a Bug 1452629 - Part 4 - Remove the "downloadShowMoreInfo" description element. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D4460

--HG--
extra : rebase_source : 605db9a887b7781ca99e4ac242da57403e6cd844
2018-08-28 15:41:36 +01:00

21 lines
964 B
XML

# 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;"
/>