Browse Source

Pontoon: Update Italian (it) localization of Test Pilot: Firefox Send

Localization authors:
- Francesco Lodolo <francesco.lodolo@mozillaitalia.org>
- Sav22999 <saverio.morelli@outlook.it>
- Sara Todaro <sara.todaro@mozillaitalia.org>
- Sandro <gialloporpora@mozillaitalia.org>
- Winfox <openlib@email.it>
Francesco Lodolo 6 years ago
parent
commit
4f9e63beca
1 changed files with 4 additions and 2 deletions
  1. 4 2
      public/locales/it/send.ftl

+ 4 - 2
public/locales/it/send.ftl

@@ -26,11 +26,13 @@ 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 =
+    { $num ->
         [one] 1 download
        *[other] { $num } download
     }
-timespanHours = { $num ->
+timespanHours =
+    { $num ->
         [one] 1 ora
        *[other] { $num } ore
     }