fixed ftl variable names

This commit is contained in:
Danny Coates 2017-12-05 12:58:48 -08:00
parent 1849d712b1
commit da4338ed69
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
21 changed files with 41 additions and 41 deletions

View file

@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Gereed voor verzending
uploadSvgAlt = Uploaden
uploadSuccessTimingHeader = De koppeling naar uw bestand zal na 1 download of 24 uur verlopen.
expireInfo = De koppeling naar uw bestand zal na { $downloadCount } of { $timespan } verlopen.
downloadCount = { $num ->
downloadCount = { $number ->
[one] 1 download
*[other] { $number } downloads
}
timespanHours = { $num ->
timespanHours = { $number ->
[one] 1 uur
*[other] { $number } uur
}