more fixes
This commit is contained in:
parent
8ebfaf9ad9
commit
28e496fe05
|
@ -30,7 +30,6 @@ uploadSuccessConfirmHeader = Ready to Send
|
||||||
uploadSvgAlt
|
uploadSvgAlt
|
||||||
.alt = Upload
|
.alt = Upload
|
||||||
uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
|
uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
|
||||||
copyUrlFormLabel = Copy and share the link to send your file:
|
|
||||||
copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
|
copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
|
||||||
|
|
||||||
// Note: Title text for button should be the same
|
// Note: Title text for button should be the same
|
||||||
|
@ -44,7 +43,7 @@ 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.
|
// Alternative text used on the download link/button (indicates an action).
|
||||||
downloadAltText
|
downloadAltText
|
||||||
.alt = Download
|
.alt = Download
|
||||||
downloadFileName = Download { $filename }
|
downloadFileName = Download { $filename }
|
||||||
|
@ -52,7 +51,7 @@ 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.
|
// Text and title used on the download link/button (indicates an action).
|
||||||
downloadButtonLabel = Download
|
downloadButtonLabel = Download
|
||||||
.title = Download
|
.title = Download
|
||||||
downloadNotification = Your download has completed.
|
downloadNotification = Your download has completed.
|
||||||
|
|
Loading…
Reference in New Issue