adding requested changes

This commit is contained in:
Abhinav Adduri 2017-07-21 10:56:01 -07:00
parent 47fd387799
commit 8ebfaf9ad9
3 changed files with 12 additions and 6 deletions

View File

@ -329,8 +329,7 @@ $(document).ready(function() {
$popupText.html([ $popupText.html([
popupDelSpan, popupDelSpan,
'&nbsp;', '<br/>',
'&nbsp;',
popupNvmSpan popupNvmSpan
]); ]);

View File

@ -1,3 +1,4 @@
// We might not need to localize this if it's a brand name.
title = Firefox Send title = Firefox Send
uploadPageHeader = Private, Encrypted File Sharing uploadPageHeader = Private, Encrypted File Sharing
@ -22,7 +23,7 @@ uploadingPageCancel = Cancel upload
.title = Cancel upload .title = Cancel upload
uploadCancelNotification = Your upload was cancelled. uploadCancelNotification = Your upload was cancelled.
uploadingPageLargeFileMessage = This file is large and may take awhile to upload. Sit tight! uploadingPageLargeFileMessage = This file is large and may take a while to upload. Sit tight!
uploadingFileNotification = Notify me when the upload is complete. uploadingFileNotification = Notify me when the upload is complete.
uploadSuccessConfirmHeader = Ready to Send uploadSuccessConfirmHeader = Ready to Send
@ -43,16 +44,21 @@ deleteFileButton = Delete file
sendAnotherFileLink = Send another file sendAnotherFileLink = Send another file
.title = Send another file .title = Send another file
// This alt text and the download filename string are actions.
downloadAltText downloadAltText
.alt = Download .alt = Download
downloadFileName = Download { $filename } downloadFileName = Download { $filename }
downloadFileSize = ({ $size }) downloadFileSize = ({ $size })
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. 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.
// This is also an action.
downloadButtonLabel = Download downloadButtonLabel = Download
.title = Download .title = Download
downloadNotification = Your download has completed. downloadNotification = Your download has completed.
downloadFinish = Download Complete downloadFinish = Download Complete
// We might not need to localize this if it's a brand name.
sendYourFilesLink = Try Firefox Send sendYourFilesLink = Try Firefox Send
.title = Try Firefox Send .title = Try Firefox Send
downloadingPageProgress = Downloading { $filename } ({ $size }) downloadingPageProgress = Downloading { $filename } ({ $size })
@ -69,7 +75,8 @@ linkExpiredAlt
.alt = Link expired .alt = Link expired
expiredPageHeader = This link has expired or never existed in the first place! expiredPageHeader = This link has expired or never existed in the first place!
notSupportedHeader = Your browser is not supported. notSupportedHeader = Your browser is not supported.
notSupportedDetail = Unfortunately this browser does not support the web technology that powers Firefox Send. You'll need to try another browser. We recommend Firefox! // We might not need to localize the Firefox Send part of this string if it's a brand name.
notSupportedDetail = Unfortunately this browser does not support the web technology that powers Firefox Send. Youll need to try another browser. We recommend Firefox!
downloadFirefoxButtonSub = Free Download downloadFirefoxButtonSub = Free Download
@ -77,7 +84,7 @@ uploadedFile = File
copyFileList = Copy URL copyFileList = Copy URL
expiryFileList = Expires In expiryFileList = Expires In
deleteFileList = Delete deleteFileList = Delete
nevermindButton = Nevermind nevermindButton = Never mind
deleteButtonHover deleteButtonHover
.title = Delete .title = Delete

View File

@ -54,7 +54,7 @@
<div id="share-link" hidden="true"> <div id="share-link" hidden="true">
<div class="title" data-l10n-id="uploadSuccessTimingHeader"></div> <div class="title" data-l10n-id="uploadSuccessTimingHeader"></div>
<div id="share-window"> <div id="share-window">
<div id="copy-text" data-l10n-id="copyUrlFormLabel"></div> <div id="copy-text"></div>
<div id="copy"> <div id="copy">
<input id="link" type="url" value="" readonly/> <input id="link" type="url" value="" readonly/>
<button id="copy-btn" data-l10n-id="copyUrlFormButton"></button> <button id="copy-btn" data-l10n-id="copyUrlFormButton"></button>