2018-02-15 11:24:21 +01:00
# Firefox Send is a brand name and should not be localized.
2017-07-19 00:46:44 +02:00
title = Firefox Send
2017-07-20 23:52:21 +02:00
siteSubtitle = web experiment
siteFeedback = Feedback
2017-07-19 00:46:44 +02:00
uploadPageHeader = Private, Encrypted File Sharing
uploadPageExplainer = Send files through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
uploadPageLearnMore = Learn more
2017-07-19 23:27:08 +02:00
uploadPageDropMessage = Drop your file here to start uploading
2017-07-19 21:48:39 +02:00
uploadPageSizeMessage = For the most reliable operation, it’ s best to keep your file under 1GB
2017-07-19 00:46:44 +02:00
uploadPageBrowseButton = Select a file on your computer
2017-08-08 22:33:57 +02:00
uploadPageBrowseButton1 = Select a file to upload
2017-07-19 23:27:08 +02:00
uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
2017-07-19 00:46:44 +02:00
uploadPageBrowseButtonTitle = Upload file
2017-08-06 03:06:43 +02:00
uploadingPageProgress = Uploading { $filename } ({ $size })
2017-07-25 18:55:40 +02:00
importingFile = Importing…
verifyingFile = Verifying…
encryptingFile = Encrypting…
decryptingFile = Decrypting…
2017-07-19 00:46:44 +02:00
notifyUploadDone = Your upload has finished.
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
uploadingPageCancel = Cancel upload
2017-07-19 21:17:24 +02:00
uploadCancelNotification = Your upload was cancelled.
2017-07-21 19:56:01 +02:00
uploadingPageLargeFileMessage = This file is large and may take a while to upload. Sit tight!
2017-07-19 00:46:44 +02:00
uploadingFileNotification = Notify me when the upload is complete.
uploadSuccessConfirmHeader = Ready to Send
2017-08-27 05:34:26 +02:00
uploadSvgAlt = Upload
2017-07-19 00:46:44 +02:00
uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
2017-11-30 22:41:09 +01:00
expireInfo = The link to your file will expire after { $downloadCount } or { $timespan }.
2017-12-06 04:07:23 +01:00
downloadCount = { $num ->
2017-11-30 22:41:09 +01:00
[one] 1 download
2017-12-06 04:07:23 +01:00
*[other] { $num } downloads
2017-11-30 22:41:09 +01:00
}
2017-12-06 04:07:23 +01:00
timespanHours = { $num ->
2017-11-30 22:41:09 +01:00
[one] 1 hour
2017-12-06 04:07:23 +01:00
*[other] { $num } hours
2017-11-30 22:41:09 +01:00
}
2017-07-19 00:46:44 +02:00
copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
copyUrlFormButton = Copy to clipboard
copiedUrl = Copied!
deleteFileButton = Delete file
sendAnotherFileLink = Send another file
2018-02-15 11:24:21 +01:00
# Alternative text used on the download link/button (indicates an action).
2017-08-27 05:34:26 +02:00
downloadAltText = Download
2018-01-23 03:11:48 +01:00
downloadsFileList = Downloads
2018-02-15 11:24:21 +01:00
# Used as header in a column indicating the amount of time left before a
# download link expires (e.g. "10h 5m")
2018-01-23 03:11:48 +01:00
timeFileList = Time
2018-02-15 11:24:21 +01:00
# Used as header in a column indicating the number of times a file has been
# downloaded
2017-07-24 18:41:37 +02:00
downloadFileName = Download { $filename }
2017-07-19 00:46:44 +02:00
downloadFileSize = ({ $size })
2017-08-31 18:43:36 +02:00
unlockInputLabel = Enter Password
unlockInputPlaceholder = Password
unlockButtonLabel = Unlock
downloadFileTitle = Download Encrypted File
2018-02-15 11:24:21 +01:00
# Firefox Send is a brand name and should not be localized.
2017-07-19 00:46:44 +02:00
downloadMessage = Your friend is sending you a file with Firefox Send, a service that allows you to share files with a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
2018-02-15 11:24:21 +01:00
# Text and title used on the download link/button (indicates an action).
2017-07-19 00:46:44 +02:00
downloadButtonLabel = Download
2017-07-19 18:04:27 +02:00
downloadNotification = Your download has completed.
downloadFinish = Download Complete
2018-02-15 11:24:21 +01:00
# This message is displayed when uploading or downloading a file, e.g. "(1,3 MB of 10 MB)".
2017-08-06 03:06:43 +02:00
fileSizeProgress = ({ $partialSize } of { $totalSize })
2018-02-15 11:24:21 +01:00
# Firefox Send is a brand name and should not be localized.
2017-07-19 00:46:44 +02:00
sendYourFilesLink = Try Firefox Send
downloadingPageProgress = Downloading { $filename } ({ $size })
downloadingPageMessage = Please leave this tab open while we fetch your file and decrypt it.
2017-08-27 05:34:26 +02:00
errorAltText = Upload error
2017-07-19 00:46:44 +02:00
errorPageHeader = Something went wrong!
errorPageMessage = There has been an error uploading the file.
errorPageLink = Send another file
2017-07-20 21:50:20 +02:00
fileTooBig = That file is too big to upload. It should be less than { $size }.
2017-08-27 05:34:26 +02:00
linkExpiredAlt = Link expired
2017-07-19 00:46:44 +02:00
expiredPageHeader = This link has expired or never existed in the first place!
notSupportedHeader = Your browser is not supported.
2018-02-15 11:24:21 +01:00
# Firefox Send is a brand name and should not be localized.
2017-07-21 19:56:01 +02:00
notSupportedDetail = Unfortunately this browser does not support the web technology that powers Firefox Send. You’ ll need to try another browser. We recommend Firefox!
2017-08-03 19:53:51 +02:00
notSupportedLink = Why is my browser not supported?
2017-07-27 20:24:49 +02:00
notSupportedOutdatedDetail = Unfortunately this version of Firefox does not support the web technology that powers Firefox Send. You’ ll need to update your browser.
updateFirefox = Update Firefox
2017-07-19 00:46:44 +02:00
downloadFirefoxButtonSub = Free Download
2017-07-21 00:47:59 +02:00
uploadedFile = File
copyFileList = Copy URL
2018-02-15 11:24:21 +01:00
# expiryFileList is used as a column header
2017-07-21 00:47:59 +02:00
expiryFileList = Expires In
deleteFileList = Delete
2017-07-21 19:56:01 +02:00
nevermindButton = Never mind
2017-07-24 19:24:17 +02:00
legalHeader = Terms & Privacy
legalNoticeTestPilot = Firefox Send is currently a Test Pilot experiment, and subject to the Test Pilot <a>Terms of Service</a> and <a>Privacy Notice</a>. You can learn more about this experiment and its data collection <a>here</a>.
legalNoticeMozilla = Use of the Firefox Send website is also subject to Mozilla’ s <a>Websites Privacy Notice</a> and <a>Websites Terms of Use</a>.
2017-07-24 21:43:19 +02:00
deletePopupText = Delete this file?
deletePopupYes = Yes
deletePopupCancel = Cancel
2017-08-27 05:34:26 +02:00
deleteButtonHover = Delete
copyUrlHover = Copy URL
2017-07-19 00:46:44 +02:00
footerLinkLegal = Legal
2018-02-15 11:24:21 +01:00
# Test Pilot is a proper name and should not be localized.
2017-07-19 00:46:44 +02:00
footerLinkAbout = About Test Pilot
footerLinkPrivacy = Privacy
footerLinkTerms = Terms
2017-07-19 21:48:39 +02:00
footerLinkCookies = Cookies
2017-08-31 18:43:36 +02:00
requirePasswordCheckbox = Require a password to download this file
2017-10-23 16:36:07 +02:00
addPasswordButton = Add password
2018-01-14 15:49:10 +01:00
changePasswordButton = Change
2017-10-23 16:36:07 +02:00
passwordTryAgain = Incorrect password. Try again.
2018-01-23 03:11:48 +01:00
reportIPInfringement = Report IP Infringement
2018-01-24 19:23:13 +01:00
javascriptRequired = Firefox Send requires JavaScript
whyJavascript = Why does Firefox Send require JavaScript?
enableJavascript = Please enable JavaScript and try again.
2018-02-15 11:24:21 +01:00
# A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
2018-01-24 19:23:13 +01:00
expiresHoursMinutes = { $hours }h { $minutes }m
2018-02-15 11:24:21 +01:00
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
expiresMinutes = { $minutes }m
2018-02-16 21:56:53 +01:00
# A short status message shown when a password is successfully set
passwordIsSet = Password set
2018-02-20 20:46:27 +01:00
# A short status message shown when the user enters a long password
maxPasswordLength = Maximum password length: { $length }
# A short status message shown when there was an error setting the password
2018-02-21 21:35:52 +01:00
passwordSetError = This password could not be set