adding requested changes
This commit is contained in:
parent
47fd387799
commit
8ebfaf9ad9
|
@ -329,8 +329,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
$popupText.html([
|
$popupText.html([
|
||||||
popupDelSpan,
|
popupDelSpan,
|
||||||
' ',
|
'<br/>',
|
||||||
' ',
|
|
||||||
popupNvmSpan
|
popupNvmSpan
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
@ -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. You’ll need to try another browser. We recommend Firefox!
|
||||||
downloadFirefoxButtonSub = Free Download
|
downloadFirefoxButtonSub = Free Download
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue