2020-10-15 18:49:59 +02:00
|
|
|
title = Send
|
2019-12-03 17:52:39 +01:00
|
|
|
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
|
|
|
expiresMinutes = { $minutes }m
|
2019-11-05 03:31:57 +01:00
|
|
|
|
|
|
|
## Send version 2 strings
|
|
|
|
|
2019-12-03 17:52:39 +01:00
|
|
|
-send-short-brand = Send
|
2019-11-05 03:31:57 +01:00
|
|
|
-firefox = Firefox
|
|
|
|
-mozilla = Mozilla
|
|
|
|
# byte abbreviation
|
|
|
|
bytes = B
|
|
|
|
# kibibyte abbreviation
|
|
|
|
kb = KB
|
|
|
|
# mebibyte abbreviation
|
|
|
|
mb = MB
|
|
|
|
# gibibyte abbreviation
|
|
|
|
gb = GB
|
2019-12-03 17:52:39 +01:00
|
|
|
# localized number and byte abbreviation. example "2.5MB"
|
|
|
|
fileSize = { $num }{ $units }
|