fixed ftl variable names
This commit is contained in:
parent
1849d712b1
commit
da4338ed69
21 changed files with 41 additions and 41 deletions
|
@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Pronto per l’invio
|
|||
uploadSvgAlt = Carica
|
||||
uploadSuccessTimingHeader = Il link al file scadrà dopo 1 download o in 24 ore.
|
||||
expireInfo = Il link a questo file scadrà dopo { $downloadCount } o { $timespan }.
|
||||
downloadCount = { $num ->
|
||||
downloadCount = { $number ->
|
||||
[one] 1 download
|
||||
*[other] { $number } download
|
||||
}
|
||||
timespanHours = { $num ->
|
||||
timespanHours = { $number ->
|
||||
[one] 1 ora
|
||||
*[other] { $number } ore
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue