|
@@ -26,11 +26,13 @@ uploadSuccessConfirmHeader = Klar för att skicka
|
|
|
uploadSvgAlt = Ladda upp
|
|
|
uploadSuccessTimingHeader = Länken till din fil upphör att gälla efter 1 nedladdning eller om 24 timmar.
|
|
|
expireInfo = Länken till din fil upphör att gälla efter { $downloadCount } eller { $timespan }.
|
|
|
-downloadCount = { $num ->
|
|
|
+downloadCount =
|
|
|
+ { $num ->
|
|
|
[one] 1 nedladdning
|
|
|
*[other] { $num } nedladdningar
|
|
|
}
|
|
|
-timespanHours = { $num ->
|
|
|
+timespanHours =
|
|
|
+ { $num ->
|
|
|
[one] 1 timme
|
|
|
*[other] { $num } timmar
|
|
|
}
|