diff options
Diffstat (limited to 'mobile/android/locales/en-US/chrome/aboutDownloads.properties')
-rw-r--r-- | mobile/android/locales/en-US/chrome/aboutDownloads.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mobile/android/locales/en-US/chrome/aboutDownloads.properties b/mobile/android/locales/en-US/chrome/aboutDownloads.properties new file mode 100644 index 000000000..59ca71f5c --- /dev/null +++ b/mobile/android/locales/en-US/chrome/aboutDownloads.properties @@ -0,0 +1,17 @@ +# 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/. + +# LOCALIZATION NOTE (downloadMessage.deleteAll): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +downloadMessage.deleteAll=Delete this download?;Delete #1 downloads? + +downloadAction.deleteAll=Delete All + +downloadState.downloading=Downloading… +downloadState.canceled=Canceled +downloadState.failed=Failed +downloadState.paused=Paused +downloadState.starting=Starting… +downloadState.unknownSize=Unknown size |