diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-23 00:10:23 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-23 00:10:23 +0100 |
commit | 0656b4174728595139dff5265553fdc44015a912 (patch) | |
tree | 0c57c720ac2b4d7e4084aec6639700ad1385fe7f /core/l10n/de.php | |
parent | 05fda76776890a449366b3a4a766080e61ffabb6 (diff) | |
download | nextcloud-server-0656b4174728595139dff5265553fdc44015a912.tar.gz nextcloud-server-0656b4174728595139dff5265553fdc44015a912.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/de.php')
-rw-r--r-- | core/l10n/de.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index 08a120763a3..c5867eda8c3 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( -"User %s shared a file with you" => "%s möchte eine Datei mit dir teilen", -"User %s shared a folder with you" => "%s möchte ein Verzeichnis mit dir teilen", -"User %s shared the file \"%s\" with you. It is available for download here: %s" => "%s möchte die Datei %s mit dir teilen. Sie liegt hier zum Download bereit: %s", -"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "%s möchte das Verzeichnis %s mit dir teilen. Es liegt hier zum Download bereit: %s", +"User %s shared a file with you" => "Der Nutzer %s hat eine Datei für Dich freigegeben", +"User %s shared a folder with you" => "%s hat ein Verzeichnis für Dich freigegeben", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "%s hat eine Datei \"%s\" für Dich freigegeben. Sie ist zum Download hier ferfügbar: %s", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "%s hat eine Verzeichnis \"%s\" für Dich freigegeben. Es ist zum Download hier ferfügbar: %s", "Category type not provided." => "Kategorie nicht angegeben.", "No category to add?" => "Keine Kategorie hinzuzufügen?", "This category already exists: " => "Kategorie existiert bereits:", |