diff options
Diffstat (limited to 'apps/files_sharing/l10n/fi_FI.php')
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 59c951b7248..42905be57a6 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.", "Password" => "Salasana", "Submit" => "Lähetä", @@ -15,3 +16,4 @@ "Cancel upload" => "Peru lähetys", "No preview available for" => "Ei esikatselua kohteelle" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |