diff --git a/public/locales/en-CA/send.ftl b/public/locales/en-CA/send.ftl
index 5027cb49..7819c9d4 100644
--- a/public/locales/en-CA/send.ftl
+++ b/public/locales/en-CA/send.ftl
@@ -1,31 +1,9 @@
# Firefox Send is a brand name and should not be localized.
title = Firefox Send
-siteSubtitle = web experiment
siteFeedback = Feedback
-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
-uploadPageDropMessage = Drop your file here to start uploading
-uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB
-uploadPageBrowseButton = Select a file on your computer
-uploadPageBrowseButton1 = Select a file to upload
-uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
-uploadPageBrowseButtonTitle = Upload file
-uploadingPageProgress = Uploading { $filename } ({ $size })
importingFile = Importing…
-verifyingFile = Verifying…
encryptingFile = Encrypting…
decryptingFile = Decrypting…
-notifyUploadDone = Your upload has finished.
-uploadingPageMessage = Once your file uploads you will be able to set expiry options.
-uploadingPageCancel = Cancel upload
-uploadCancelNotification = Your upload was cancelled.
-uploadingPageLargeFileMessage = This file is large and may take a while to upload. Sit tight!
-uploadingFileNotification = Notify me when the upload is complete.
-uploadSuccessConfirmHeader = Ready to Send
-uploadSvgAlt = Upload
-uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
-expireInfo = The link to your file will expire after { $downloadCount } or { $timespan }.
downloadCount =
{ $num ->
[one] 1 download
@@ -36,76 +14,26 @@ timespanHours =
[one] 1 hour
*[other] { $num } hours
}
-copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
-copyUrlFormButton = Copy to clipboard
copiedUrl = Copied!
-deleteFileButton = Delete file
-sendAnotherFileLink = Send another file
-# Alternative text used on the download link/button (indicates an action).
-downloadAltText = Download
-downloadsFileList = Downloads
-# Used as header in a column indicating the amount of time left before a
-# download link expires (e.g. "10h 5m")
-timeFileList = Time
-# Used as header in a column indicating the number of times a file has been
-# downloaded
-downloadFileName = Download { $filename }
-downloadFileSize = ({ $size })
-unlockInputLabel = Enter Password
unlockInputPlaceholder = Password
unlockButtonLabel = Unlock
-downloadFileTitle = Download Encrypted File
-# Firefox Send is a brand name and should not be localized.
-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.
-# Text and title used on the download link/button (indicates an action).
downloadButtonLabel = Download
-downloadNotification = Your download has completed.
downloadFinish = Download Complete
-# This message is displayed when uploading or downloading a file, e.g. "(1,3 MB of 10 MB)".
fileSizeProgress = ({ $partialSize } of { $totalSize })
-# Firefox Send is a brand name and should not be localized.
sendYourFilesLink = Try Firefox Send
-downloadingPageProgress = Downloading { $filename } ({ $size })
-downloadingPageMessage = Please leave this tab open while we fetch your file and decrypt it.
-errorAltText = Upload error
errorPageHeader = Something went wrong!
-errorPageMessage = There has been an error uploading the file.
-errorPageLink = Send another file
fileTooBig = That file is too big to upload. It should be less than { $size }.
linkExpiredAlt = Link expired
-expiredPageHeader = This link has expired or never existed in the first place!
notSupportedHeader = Your browser is not supported.
-# Firefox Send is a brand name and should not be localized.
-notSupportedDetail = Unfortunately this browser does not support the web technology that powers Firefox Send. You’ll need to try another browser. We recommend Firefox!
notSupportedLink = Why is my browser not supported?
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
-downloadFirefoxButtonSub = Free Download
-uploadedFile = File
-copyFileList = Copy URL
-# expiryFileList is used as a column header
-expiryFileList = Expires In
-deleteFileList = Delete
-nevermindButton = Never mind
-legalHeader = Terms & Privacy
-legalNoticeTestPilot = Firefox Send is currently a Test Pilot experiment, and subject to the Test Pilot Terms of Service and Privacy Notice. You can learn more about this experiment and its data collection here.
-legalNoticeMozilla = Use of the Firefox Send website is also subject to Mozilla’s Websites Privacy Notice and Websites Terms of Use.
-deletePopupText = Delete this file?
-deletePopupYes = Yes
deletePopupCancel = Cancel
deleteButtonHover = Delete
-copyUrlHover = Copy URL
footerLinkLegal = Legal
-# Test Pilot is a proper name and should not be localized.
-footerLinkAbout = About Test Pilot
footerLinkPrivacy = Privacy
-footerLinkTerms = Terms
footerLinkCookies = Cookies
-requirePasswordCheckbox = Require a password to download this file
-addPasswordButton = Add password
-changePasswordButton = Change
passwordTryAgain = Incorrect password. Try again.
-reportIPInfringement = Report IP Infringement
javascriptRequired = Firefox Send requires JavaScript
whyJavascript = Why does Firefox Send require JavaScript?
enableJavascript = Please enable JavaScript and try again.
@@ -113,14 +41,12 @@ enableJavascript = Please enable JavaScript and try again.
expiresHoursMinutes = { $hours }h { $minutes }m
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
expiresMinutes = { $minutes }m
-# A short status message shown when a password is successfully set
-passwordIsSet = Password set
# 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
-## New strings for the vNext version of Firefox Send
+## Send version 2 strings
# Firefox Send, Send, Firefox, Mozilla are proper names and should not be localized
-send-brand = Firefox Send
@@ -152,7 +78,17 @@ fileCount =
[one] 1 file
*[other] { $num } files
}
-# size is a localized number followed by a unit of bytes, ex. 2.5GB
+# 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")
totalSize = Total size: { $size }
# the next line after the colon contains a file name
copyLinkDescription = Copy the link to share your file:
@@ -184,15 +120,15 @@ uploadButton = Upload
# the first part of the string 'Drag and drop files or click to send up to 1GB'
dragAndDropFiles = Drag and drop files
# the second part of the string 'Drag and drop files or click to send up to 1GB'
-# size is a localized number followed by a unit of bytes, ex. 2.5GB
+# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
orClickWithSize = or click to send up to { $size }
addPassword = Protect with password
emailPlaceholder = Enter your email
-# size is a localized number followed by a unit of bytes, ex. 2.5GB
+# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
signInSizeBump = Sign in to send up to { $size }
signInButton = Sign in/up
accountBenefitTitle = Create a { -firefox } Account or sign in
-# size is a localized number followed by a unit of bytes, ex. 2.5GB
+# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
accountBenefitLargeFiles = Share files up to { $size }
accountBenefitDownloadCount = Share files with more people
accountBenefitTimeLimit =