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.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php
new file mode 100644
index 00000000000..f86a98d44c1
--- /dev/null
+++ b/apps/files/l10n/da.php
@@ -0,0 +1,23 @@
+<?php $TRANSLATIONS = array(
+"There is no error, the file uploaded with success" => "Der er ingen fejl, filen blev uploadet med success",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den uploadede fil overskrider upload_max_filesize direktivet i php.ini",
+"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uploadede fil overskrider MAX_FILE_SIZE -direktivet som er specificeret i HTML-formularen",
+"The uploaded file was only partially uploaded" => "Den uploadede file blev kun delvist uploadet",
+"No file was uploaded" => "Ingen fil blev uploadet",
+"Missing a temporary folder" => "Mangler en midlertidig mappe",
+"Files" => "Filer",
+"Maximum upload size" => "Maksimal upload-størrelse",
+"New" => "Ny",
+"Text file" => "Tekstfil",
+"Folder" => "Mappe",
+"From the web" => "Fra nettet",
+"Upload" => "Upload",
+"Nothing in here. Upload something!" => "Her er tomt. Upload noget!",
+"Name" => "Navn",
+"Download" => "Download",
+"Size" => "Størrelse",
+"Modified" => "Ændret",
+"Delete" => "Slet",
+"Upload too large" => "Upload 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."
+);