send.ftl 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. # Firefox Send is a brand name and should not be localized.
  2. title = Firefox Send
  3. siteFeedback = Feedback
  4. importingFile = Importing…
  5. encryptingFile = Encrypting…
  6. decryptingFile = Decrypting…
  7. downloadCount =
  8. { $num ->
  9. [one] 1 download
  10. *[other] { $num } downloads
  11. }
  12. timespanHours =
  13. { $num ->
  14. [one] 1 hour
  15. *[other] { $num } hours
  16. }
  17. copiedUrl = Copied!
  18. unlockInputPlaceholder = Password
  19. unlockButtonLabel = Unlock
  20. downloadButtonLabel = Download
  21. downloadFinish = Download Complete
  22. fileSizeProgress = ({ $partialSize } of { $totalSize })
  23. sendYourFilesLink = Try Firefox Send
  24. errorPageHeader = Something went wrong!
  25. fileTooBig = That file is too big to upload. It should be less than { $size }.
  26. linkExpiredAlt = Link expired
  27. notSupportedHeader = Your browser is not supported.
  28. notSupportedLink = Why is my browser not supported?
  29. notSupportedOutdatedDetail = Unfortunately this version of Firefox does not support the web technology that powers Firefox Send. You’ll need to update your browser.
  30. updateFirefox = Update Firefox
  31. deletePopupCancel = Cancel
  32. deleteButtonHover = Delete
  33. footerLinkLegal = Legal
  34. footerLinkPrivacy = Privacy
  35. footerLinkCookies = Cookies
  36. passwordTryAgain = Incorrect password. Try again.
  37. javascriptRequired = Firefox Send requires JavaScript
  38. whyJavascript = Why does Firefox Send require JavaScript?
  39. enableJavascript = Please enable JavaScript and try again.
  40. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  41. expiresHoursMinutes = { $hours }h { $minutes }m
  42. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  43. expiresMinutes = { $minutes }m
  44. # A short status message shown when the user enters a long password
  45. maxPasswordLength = Maximum password length: { $length }
  46. # A short status message shown when there was an error setting the password
  47. passwordSetError = This password could not be set
  48. ## Send version 2 strings
  49. # Firefox Send, Send, Firefox, Mozilla are proper names and should not be localized
  50. -send-brand = Firefox Send
  51. -send-short-brand = Send
  52. -firefox = Firefox
  53. -mozilla = Mozilla
  54. introTitle = Simple, private file sharing
  55. 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.
  56. notifyUploadEncryptDone = Your file is encrypted and ready to send
  57. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  58. archiveExpiryInfo = Expires after { $downloadCount } or { $timespan }
  59. timespanMinutes =
  60. { $num ->
  61. [one] 1 minute
  62. *[other] { $num } minutes
  63. }
  64. timespanDays =
  65. { $num ->
  66. [one] 1 day
  67. *[other] { $num } days
  68. }
  69. timespanWeeks =
  70. { $num ->
  71. [one] 1 week
  72. *[other] { $num } weeks
  73. }
  74. fileCount =
  75. { $num ->
  76. [one] 1 file
  77. *[other] { $num } files
  78. }
  79. # byte abbreviation
  80. bytes = B
  81. # kibibyte abbreviation
  82. kb = KB
  83. # mebibyte abbreviation
  84. mb = MB
  85. # gibibyte abbreviation
  86. gb = GB
  87. # localized number and byte abbreviation. example "2.5MB"
  88. fileSize = { $num }{ $units }
  89. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  90. totalSize = Total size: { $size }
  91. # the next line after the colon contains a file name
  92. copyLinkDescription = Copy the link to share your file:
  93. copyLinkButton = Copy link
  94. downloadTitle = Download files
  95. downloadDescription = This file was shared via { -send-brand } with end-to-end encryption and a link that automatically expires.
  96. trySendDescription = Try { -send-brand } for simple, safe file sharing.
  97. # count will always be > 10
  98. tooManyFiles =
  99. { $count ->
  100. [one] Only 1 file can be uploaded at a time.
  101. *[other] Only { $count } files can be uploaded at a time.
  102. }
  103. # count will always be > 10
  104. tooManyArchives =
  105. { $count ->
  106. [one] Only 1 archive is allowed.
  107. *[other] Only { $count } archives are allowed.
  108. }
  109. expiredTitle = This link has expired.
  110. 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.
  111. downloadFirefox = Download { -firefox }
  112. legalTitle = { -send-short-brand } Privacy Notice
  113. legalDateStamp = Version 1.0, dated March 12, 2019
  114. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  115. expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m
  116. addFilesButton = Select files to upload
  117. uploadButton = Upload
  118. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  119. dragAndDropFiles = Drag and drop files
  120. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  121. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  122. orClickWithSize = or click to send up to { $size }
  123. addPassword = Protect with password
  124. emailPlaceholder = Enter your email
  125. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  126. signInSizeBump = Sign in to send up to { $size }
  127. signInOnlyButton = Sign in
  128. accountBenefitTitle = Create a { -firefox } Account or sign in
  129. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  130. accountBenefitLargeFiles = Share files up to { $size }
  131. accountBenefitDownloadCount = Share files with more people
  132. accountBenefitTimeLimit =
  133. { $count ->
  134. [one] Keep links active for up to 1 day
  135. *[other] Keep links active for up to { $count } days
  136. }
  137. accountBenefitSync = Manage shared files from any device
  138. accountBenefitMoz = Learn about other { -mozilla } services
  139. signOut = Sign out
  140. okButton = OK
  141. downloadingTitle = Downloading
  142. noStreamsWarning = This browser might not be able to decrypt a file this big.
  143. noStreamsOptionCopy = Copy the link to open in another browser
  144. noStreamsOptionFirefox = Try our favourite browser
  145. noStreamsOptionDownload = Continue with this browser
  146. downloadFirefoxPromo = { -send-short-brand } is brought to you by the all-new { -firefox }.
  147. # the next line after the colon contains a file name
  148. shareLinkDescription = Share the link to your file:
  149. shareLinkButton = Share link
  150. # $name is the name of the file
  151. shareMessage = Download “{ $name }” with { -send-brand }: simple, safe file sharing
  152. trailheadPromo = There is a way to protect your privacy. Join Firefox.
  153. learnMore = Learn more.