summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/da.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/da.php')
-rw-r--r--apps/files/l10n/da.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php
index 24e95f8ec39..c18cb6a5088 100644
--- a/apps/files/l10n/da.php
+++ b/apps/files/l10n/da.php
@@ -28,6 +28,7 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "Upload fejlede. Kunne ikke hente filinformation.",
"Invalid directory." => "Ugyldig mappe.",
"Files" => "Filer",
+"All files" => "Alle filer",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
"Total file size {size1} exceeds upload limit {size2}" => "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
@@ -83,6 +84,7 @@ $TRANSLATIONS = array(
"Download" => "Download",
"Upload too large" => "Upload er for stor",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.",
-"Files are being scanned, please wait." => "Filerne bliver indlæst, vent venligst."
+"Files are being scanned, please wait." => "Filerne bliver indlæst, vent venligst.",
+"Currently scanning" => "Indlæser"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";