rename number to num in ftl
This commit is contained in:
parent
c517b074f1
commit
53d5b08559
24 changed files with 87 additions and 87 deletions
|
@ -26,9 +26,9 @@ 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 }.
|
||||
timespanHours = { $number ->
|
||||
timespanHours = { $num ->
|
||||
[one] 1 timme
|
||||
*[other] { $number } timmar
|
||||
*[other] { $num } timmar
|
||||
}
|
||||
copyUrlFormLabelWithName = Kopiera och dela länken för att skicka din fil: { $filename }
|
||||
copyUrlFormButton = Kopiera till urklipp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue