mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 11:45:36 +00:00
fixed ftl variable names
This commit is contained in:
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Klår til å senda
|
||||
uploadSvgAlt = Last opp
|
||||
uploadSuccessTimingHeader = Lenka til fila di går ut etter 1 nedlasting eller om 24 timar.
|
||||
expireInfo = Lenka til fila di vil gå ut etter { $downloadCount } eller { $timespan }.
|
||||
downloadCount = { $num ->
|
||||
downloadCount = { $number ->
|
||||
[one] 1 nedlasting
|
||||
*[other] { $number } nedlastingar
|
||||
}
|
||||
timespanHours = { $num ->
|
||||
timespanHours = { $number ->
|
||||
[one] 1 time
|
||||
*[other] { $number } timar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user