diff options
Diffstat (limited to 'apps/files/l10n/da.php')
-rw-r--r-- | apps/files/l10n/da.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 3dd82fadba5..f066b702b3f 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kunne ikke flytte %s - der findes allerede en fil med dette navn", "Could not move %s" => "Kunne ikke flytte %s", "Unable to set upload directory." => "Ude af stand til at vælge upload mappe.", @@ -79,3 +80,4 @@ "files" => "filer", "Upgrading filesystem cache..." => "Opgraderer filsystems cachen..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |