summaryrefslogtreecommitdiffstats
path: root/files/l10n/de.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 12:43:15 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 12:43:15 +0200
commit2ba37936714fc15af6191137dd0cdd3681f71ca7 (patch)
treeffa99966e17c5103d97809089083ff934ce4e43a /files/l10n/de.php
parentc144976676efc829b6a2e884ea2bb4d2bfebb733 (diff)
downloadnextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz
nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip
updated translations
Diffstat (limited to 'files/l10n/de.php')
-rw-r--r--files/l10n/de.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/de.php b/files/l10n/de.php
new file mode 100644
index 00000000000..ade5a049503
--- /dev/null
+++ b/files/l10n/de.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Dateien",
+"Maximum upload size" => "Maximale Größe",
+"Nothing in here. Upload something!" => "Alles leer. Lad’ was hoch!",
+"Upload" => "Hochladen",
+"New Folder" => "Neuer Ordner",
+"Name" => "Name",
+"Download" => "Herunterladen",
+"Size" => "Größe",
+"Modified" => "Bearbeitet",
+"Delete" => "Löschen",
+"Upload too large" => "Upload zu groß",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
+);