fixed ftl variable names

This commit is contained in:
Danny Coates
2017-12-05 12:58:48 -08:00
parent 1849d712b1
commit da4338ed69
21 changed files with 41 additions and 41 deletions

View File

@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Pronto per linvio
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
}