diff options
Diffstat (limited to 'apps/files_sharing/l10n/da.php')
-rw-r--r-- | apps/files_sharing/l10n/da.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php index f9ee949484d..0ca0f38161a 100644 --- a/apps/files_sharing/l10n/da.php +++ b/apps/files_sharing/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.", "Password" => "Kodeord", "Submit" => "Send", @@ -15,3 +16,4 @@ "Cancel upload" => "Fortryd upload", "No preview available for" => "Forhåndsvisning ikke tilgængelig for" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |