diff options
Diffstat (limited to 'apps/files_external/l10n/da.php')
-rw-r--r-- | apps/files_external/l10n/da.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/da.php b/apps/files_external/l10n/da.php index f2c1e45778d..3a25142b36d 100644 --- a/apps/files_external/l10n/da.php +++ b/apps/files_external/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Access granted" => "Adgang godkendt", "Error configuring Dropbox storage" => "Fejl ved konfiguration af Dropbox plads", "Grant access" => "Godkend adgang", @@ -24,3 +25,4 @@ "SSL root certificates" => "SSL-rodcertifikater", "Import Root Certificate" => "Importer rodcertifikat" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |