diff options
Diffstat (limited to 'settings/l10n/fi_FI.php')
-rw-r--r-- | settings/l10n/fi_FI.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 4c5fc76fa83..61d0a51bf92 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ei pystytä lataamaan listaa sovellusvarastosta (App Store)", "Authentication error" => "Tunnistautumisvirhe", "Your display name has been changed." => "Näyttönimesi on muutettu.", @@ -97,3 +98,4 @@ "set new password" => "aseta uusi salasana", "Default" => "Oletus" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |