send.ftl 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. title = Send
  2. importingFile = Importerar…
  3. encryptingFile = Krypterar…
  4. decryptingFile = Avkodar…
  5. downloadCount =
  6. { $num ->
  7. [one] 1 nedladdning
  8. *[other] { $num } nedladdningar
  9. }
  10. timespanHours =
  11. { $num ->
  12. [one] 1 timme
  13. *[other] { $num } timmar
  14. }
  15. copiedUrl = Kopierad!
  16. unlockInputPlaceholder = Lösenord
  17. unlockButtonLabel = Lås upp
  18. downloadButtonLabel = Ladda ner
  19. downloadFinish = Nedladdning klar
  20. fileSizeProgress = ({ $partialSize } av { $totalSize })
  21. sendYourFilesLink = Testa Send
  22. errorPageHeader = Något gick fel!
  23. fileTooBig = Den filen är för stor för att ladda upp. Det ska vara mindre än { $size }.
  24. linkExpiredAlt = Länk upphörd
  25. notSupportedHeader = Din webbläsare stöds inte.
  26. notSupportedLink = Varför stöds inte min webbläsare?
  27. notSupportedOutdatedDetail = Tyvärr stödjer den här versionen av Firefox inte webbtekniken som driver Send. Du måste uppdatera din webbläsare.
  28. updateFirefox = Uppdatera Firefox
  29. deletePopupCancel = Avbryt
  30. deleteButtonHover = Ta bort
  31. passwordTryAgain = Felaktigt lösenord. Försök igen.
  32. javascriptRequired = Send kräver JavaScript
  33. whyJavascript = Varför kräver Send JavaScript?
  34. enableJavascript = Aktivera JavaScript och försök igen.
  35. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  36. expiresHoursMinutes = { $hours }t { $minutes }m
  37. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  38. expiresMinutes = { $minutes }m
  39. # A short status message shown when the user enters a long password
  40. maxPasswordLength = Maximal lösenordslängd: { $length }
  41. # A short status message shown when there was an error setting the password
  42. passwordSetError = Det här lösenordet kunde inte ställas in
  43. ## Send version 2 strings
  44. -send-brand = Send
  45. -send-short-brand = Send
  46. -firefox = Firefox
  47. -mozilla = Mozilla
  48. introTitle = Enkel, privat fildelning
  49. introDescription = { -send-brand } låter dig dela filer med end-to-end-kryptering och en länk som automatiskt upphör. Så att du kan behålla det du delar privat och se till att dina saker inte stannar online för alltid.
  50. notifyUploadEncryptDone = Din fil är krypterad och redo att skickas
  51. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  52. archiveExpiryInfo = Förfaller efter { $downloadCount } eller { $timespan }
  53. timespanMinutes =
  54. { $num ->
  55. [one] 1 minut
  56. *[other] { $num } minuter
  57. }
  58. timespanDays =
  59. { $num ->
  60. [one] 1 dag
  61. *[other] { $num } dagar
  62. }
  63. timespanWeeks =
  64. { $num ->
  65. [one] 1 vecka
  66. *[other] { $num } veckor
  67. }
  68. fileCount =
  69. { $num ->
  70. [one] 1 fil
  71. *[other] { $num } filer
  72. }
  73. # byte abbreviation
  74. bytes = B
  75. # kibibyte abbreviation
  76. kb = kB
  77. # mebibyte abbreviation
  78. mb = MB
  79. # gibibyte abbreviation
  80. gb = GB
  81. # localized number and byte abbreviation. example "2.5MB"
  82. fileSize = { $num }{ $units }
  83. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  84. totalSize = Total storlek: { $size }
  85. # the next line after the colon contains a file name
  86. copyLinkDescription = Kopiera länken för att dela din fil:
  87. copyLinkButton = Kopiera länk
  88. downloadTitle = Ladda ner filer
  89. downloadDescription = Den här filen delades via { -send-brand } med end-to-end-kryptering och en länk som automatiskt upphör.
  90. trySendDescription = Prova { -send-brand } för enkel, säker fildelning.
  91. # count will always be > 10
  92. tooManyFiles =
  93. { $count ->
  94. [one] Endast 1 fil kan laddas upp i taget.
  95. *[other] Endast { $count } filer kan laddas upp i taget.
  96. }
  97. # count will always be > 10
  98. tooManyArchives =
  99. { $count ->
  100. [one] Endast 1 arkiv är tillåten.
  101. *[other] Endast { $count } arkiv är tillåtna.
  102. }
  103. expiredTitle = Den här länken har upphört.
  104. notSupportedDescription = { -send-brand } fungerar inte med den här webbläsaren. { -send-short-brand } fungerar bäst med den senaste versionen av { -firefox } och kommer att fungera med den nuvarande versionen av de flesta webbläsare.
  105. downloadFirefox = Hämta { -firefox }
  106. legalTitle = { -send-short-brand } sekretesspolicy
  107. legalDateStamp = Version 1.0, daterad den 12 mars 2019
  108. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  109. expiresDaysHoursMinutes = { $days }d { $hours }t { $minutes }m
  110. addFilesButton = Välj filer som ska laddas upp
  111. uploadButton = Ladda upp
  112. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  113. dragAndDropFiles = Dra och släpp filer
  114. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  115. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  116. orClickWithSize = eller klicka för att skicka upp till { $size }
  117. addPassword = Skydda med lösenord
  118. emailPlaceholder = Ange din e-postadress
  119. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  120. signInSizeBump = Logga in för att skicka upp till { $size }
  121. signInOnlyButton = Logga in
  122. accountBenefitTitle = Skapa ett { -firefox }-konto eller logga in
  123. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  124. accountBenefitLargeFiles = Dela filer upp till { $size }
  125. accountBenefitDownloadCount = Dela filer med fler personer
  126. accountBenefitTimeLimit =
  127. { $count ->
  128. [one] Håll länk aktiv i upp till 1 dag
  129. *[other] Håll länkar aktiva i upp till { $count } dagar
  130. }
  131. accountBenefitSync = Hantera delade filer från vilken enhet som helst
  132. accountBenefitMoz = Läs om andra { -mozilla }-tjänster
  133. signOut = Logga ut
  134. okButton = OK
  135. downloadingTitle = Laddar ner
  136. noStreamsWarning = Den här webbläsaren kanske inte kan dekryptera en så stor fil.
  137. noStreamsOptionCopy = Kopiera länken för att öppna i en annan webbläsare
  138. noStreamsOptionFirefox = Prova vår favoritwebbläsare
  139. noStreamsOptionDownload = Fortsätt med den här webbläsaren
  140. downloadFirefoxPromo = { -send-short-brand } presenteras för dig av den helt nya { -firefox }.
  141. # the next line after the colon contains a file name
  142. shareLinkDescription = Dela länken till din fil:
  143. shareLinkButton = Dela länk
  144. # $name is the name of the file
  145. shareMessage = Ladda ner "{ $name }" med { -send-brand }: enkel, säker fildelning
  146. trailheadPromo = Det finns ett sätt att skydda din integritet. Gå med i Firefox.
  147. learnMore = Läs mer.