summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-16 23:39:13 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-16 23:39:13 +0200
commitfd6adc7d08b2805d1ed30fbad440a3ae8bdce77e (patch)
tree7accbe58faf50b02da386f26003b870cc804f22d /apps/files_sharing
parent45dec77d92c9a7804489bee34b218bbe8c85f7c5 (diff)
downloadnextcloud-server-fd6adc7d08b2805d1ed30fbad440a3ae8bdce77e.tar.gz
nextcloud-server-fd6adc7d08b2805d1ed30fbad440a3ae8bdce77e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/l10n/de_DE.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php
new file mode 100644
index 00000000000..c2fec215451
--- /dev/null
+++ b/apps/files_sharing/l10n/de_DE.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Password" => "Passwort",
+"Submit" => "Absenden",
+"%s shared the folder %s with you" => "%s hat den Ordner %s für dich freigegeben",
+"%s shared the file %s with you" => "%s hat die Datei %s für dich freigegeben",
+"Download" => "Download",
+"No preview available for" => "Es ist keine Vorschau verfügbar für",
+"web services under your control" => "Web-Services unter Deiner Kontrolle"
+);