Browse Source

Pontoon: Update Norwegian Bokmål (nb-NO) localization of Test Pilot: Firefox Send

Localization authors:
- Håvar Henriksen <havar@firefox.no>
Håvar Henriksen 6 years ago
parent
commit
7c66c07634
1 changed files with 4 additions and 2 deletions
  1. 4 2
      public/locales/nb-NO/send.ftl

+ 4 - 2
public/locales/nb-NO/send.ftl

@@ -26,11 +26,13 @@ uploadSuccessConfirmHeader = Klar til å sende
 uploadSvgAlt = Last opp
 uploadSuccessTimingHeader = Lenken til filen din utløper etter 1 nedlasting eller om 24 timer.
 expireInfo = Lenken til filen din vil gå ut etter { $downloadCount } eller { $timespan }.
-downloadCount = { $num ->
+downloadCount =
+    { $num ->
         [one] 1 nedlasting
        *[other] { $num } nedlastinger
     }
-timespanHours = { $num ->
+timespanHours =
+    { $num ->
         [one] 1 time
        *[other] { $num } timer
     }