summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-02 23:18:26 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-02 23:18:26 +0200
commit32a6b3b8626041a6bd7eb259629273ee8feaba55 (patch)
tree4d11c2c68013b2ccc6de76f1e89853d69ca3677c /apps/files_sharing/l10n
parent7abe1360b2426c87d32ea5beeb3e7adf31955060 (diff)
downloadnextcloud-server-32a6b3b8626041a6bd7eb259629273ee8feaba55.tar.gz
nextcloud-server-32a6b3b8626041a6bd7eb259629273ee8feaba55.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/de.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php
index b9a50387aa0..c2fec215451 100644
--- a/apps/files_sharing/l10n/de.php
+++ b/apps/files_sharing/l10n/de.php
@@ -1,9 +1,9 @@
<?php $TRANSLATIONS = array(
"Password" => "Passwort",
"Submit" => "Absenden",
-"%s shared the folder %s with you" => "%s hat mit Ihnen den Ordner %s geteilt",
-"%s shared the file %s with you" => "%s hat mit Ihnen die Datei %s geteilt",
+"%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 Ihrer Kontrolle"
+"web services under your control" => "Web-Services unter Deiner Kontrolle"
);