2020-10-15 18:49:59 +02:00
title = Send
2017-07-25 18:55:40 +02:00
importingFile = Importing…
encryptingFile = Encrypting…
decryptingFile = Decrypting…
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
}
2019-03-05 19:58:27 +01:00
copiedUrl = Copied!
unlockInputPlaceholder = Password
unlockButtonLabel = Unlock
downloadButtonLabel = Download
downloadFinish = Download complete
fileSizeProgress = ({ $partialSize } of { $totalSize })
2020-10-15 18:49:59 +02:00
sendYourFilesLink = Try Send
2019-03-05 19:58:27 +01:00
errorPageHeader = Something went wrong!
fileTooBig = That file is too big to upload. It should be less than { $size }
linkExpiredAlt = Link expired
notSupportedHeader = Your browser is not supported.
notSupportedLink = Why is my browser not supported?
2020-10-15 18:49:59 +02:00
notSupportedOutdatedDetail = Unfortunately this version of Firefox does not support the web technology that powers Send. You’ ll need to update your browser.
2019-03-05 19:58:27 +01:00
updateFirefox = Update Firefox
deletePopupCancel = Cancel
deleteButtonHover = Delete
2021-01-09 18:59:45 +01:00
footerText = Not affiliated with Mozilla or Firefox.
2021-01-27 00:13:56 +01:00
footerLinkDonate = Donate
footerLinkCli = CLI
footerLinkDmca = DMCA
2021-01-09 18:59:45 +01:00
footerLinkSource = Source
2019-03-05 19:58:27 +01:00
passwordTryAgain = Incorrect password. Try again.
2020-10-15 18:49:59 +02:00
javascriptRequired = Send requires JavaScript
whyJavascript = Why does Send require JavaScript?
2019-03-05 19:58:27 +01:00
enableJavascript = Please enable JavaScript and try again.
2019-03-06 23:16:15 +01:00
# A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
2019-03-05 19:58:27 +01:00
expiresHoursMinutes = { $hours }h { $minutes }m
2019-03-06 23:16:15 +01:00
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
2019-03-05 19:58:27 +01:00
expiresMinutes = { $minutes }m
# 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
passwordSetError = This password could not be set
## Send version 2 strings
2020-10-15 18:49:59 +02:00
-send-brand = Send
2019-03-05 19:58:27 +01:00
-send-short-brand = Send
-firefox = Firefox
-mozilla = Mozilla
introTitle = Simple, private file sharing
introDescription = { -send-brand } lets you share files with end-to-end encryption and a link that automatically expires. So you can keep what you share private and make sure your stuff doesn’ t stay online forever.
notifyUploadEncryptDone = Your file is encrypted and ready to send
# downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
archiveExpiryInfo = Expires after { $downloadCount } or { $timespan }
2018-07-31 20:09:18 +02:00
timespanMinutes = { $num ->
[one] 1 minute
*[other] { $num } minutes
}
2018-10-25 04:07:10 +02:00
timespanDays = { $num ->
[one] 1 day
*[other] { $num } days
}
2018-07-31 20:09:18 +02:00
timespanWeeks = { $num ->
[one] 1 week
*[other] { $num } weeks
}
2018-08-03 21:24:41 +02:00
fileCount = { $num ->
[one] 1 file
*[other] { $num } files
}
2019-03-12 03:28:22 +01:00
# byte abbreviation
bytes = B
# kibibyte abbreviation
kb = KB
# mebibyte abbreviation
mb = MB
# gibibyte abbreviation
gb = GB
# localized number and byte abbreviation. example "2.5MB"
fileSize = { $num }{ $units }
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
2019-02-22 16:42:08 +01:00
totalSize = Total size: { $size }
2019-03-05 19:58:27 +01:00
# the next line after the colon contains a file name
2019-03-04 23:13:18 +01:00
copyLinkDescription = Copy the link to share your file:
copyLinkButton = Copy link
downloadTitle = Download files
2019-03-05 19:58:27 +01:00
downloadDescription = This file was shared via { -send-brand } with end-to-end encryption and a link that automatically expires.
trySendDescription = Try { -send-brand } for simple, safe file sharing.
2018-08-31 19:59:26 +02:00
# count will always be > 10
tooManyFiles = { $count ->
2019-03-05 19:58:27 +01:00
[one] Only 1 file can be uploaded at a time.
2018-08-31 19:59:26 +02:00
*[other] Only { $count } files can be uploaded at a time.
}
# count will always be > 10
tooManyArchives = { $count ->
2019-03-05 19:58:27 +01:00
[one] Only 1 archive is allowed.
2018-08-31 19:59:26 +02:00
*[other] Only { $count } archives are allowed.
}
2019-03-04 23:13:18 +01:00
expiredTitle = This link has expired.
2019-03-05 19:58:27 +01:00
notSupportedDescription = { -send-brand } will not work with this browser. { -send-short-brand } works best with the latest version of { -firefox }, and will work with the current version of most browsers.
downloadFirefox = Download { -firefox }
legalTitle = { -send-short-brand } Privacy Notice
2019-03-04 23:13:18 +01:00
legalDateStamp = Version 1.0, dated March 12, 2019
2018-08-08 20:07:09 +02:00
# A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
2018-08-09 19:15:54 +02:00
expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m
2019-03-04 23:13:18 +01:00
addFilesButton = Select files to upload
uploadButton = Upload
2019-03-05 19:58:27 +01:00
# the first part of the string 'Drag and drop files or click to send up to 1GB'
2019-03-04 23:13:18 +01:00
dragAndDropFiles = Drag and drop files
2019-03-05 19:58:27 +01:00
# the second part of the string 'Drag and drop files or click to send up to 1GB'
2019-03-12 03:28:22 +01:00
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
2019-03-05 19:58:27 +01:00
orClickWithSize = or click to send up to { $size }
2019-03-04 23:13:18 +01:00
addPassword = Protect with password
emailPlaceholder = Enter your email
2019-03-12 03:28:22 +01:00
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
2019-02-22 21:42:10 +01:00
signInSizeBump = Sign in to send up to { $size }
2019-05-01 18:39:29 +02:00
signInOnlyButton = Sign in
2019-03-05 19:58:27 +01:00
accountBenefitTitle = Create a { -firefox } Account or sign in
2019-03-12 03:28:22 +01:00
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
2019-02-22 21:42:10 +01:00
accountBenefitLargeFiles = Share files up to { $size }
2019-03-04 23:13:18 +01:00
accountBenefitDownloadCount = Share files with more people
accountBenefitTimeLimit = { $count ->
2019-03-05 19:58:27 +01:00
[one] Keep links active for up to 1 day
2019-02-22 21:42:10 +01:00
*[other] Keep links active for up to { $count } days
}
2019-02-22 16:42:08 +01:00
accountBenefitSync = Manage shared files from any device
2019-03-05 19:58:27 +01:00
accountBenefitMoz = Learn about other { -mozilla } services
signOut = Sign out
2019-03-04 23:13:18 +01:00
okButton = OK
2019-01-30 16:50:17 +01:00
downloadingTitle = Downloading
2019-02-28 23:28:18 +01:00
noStreamsWarning = This browser might not be able to decrypt a file this big.
noStreamsOptionCopy = Copy the link to open in another browser
noStreamsOptionFirefox = Try our favorite browser
2019-03-05 19:58:27 +01:00
noStreamsOptionDownload = Continue with this browser
2019-04-26 20:39:24 +02:00
downloadFirefoxPromo = { -send-short-brand } is brought to you by the all-new { -firefox }.
2019-04-26 22:30:33 +02:00
# the next line after the colon contains a file name
shareLinkDescription = Share the link to your file:
shareLinkButton = Share link
# $name is the name of the file
shareMessage = Download “{ $name }” with { -send-brand }: simple, safe file sharing
2019-05-29 00:48:22 +02:00
learnMore = Learn more.