diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-19 00:04:14 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-19 00:04:14 +0100 |
commit | 982e46cd29fbc02028cf26876f298f681e0e8e99 (patch) | |
tree | 562a7531d3857432a4e78364de2203be7dd31d4b /core/l10n/de.php | |
parent | 3adfb91ad895dc9371834c0e42cfd3605fdd7054 (diff) | |
download | nextcloud-server-982e46cd29fbc02028cf26876f298f681e0e8e99.tar.gz nextcloud-server-982e46cd29fbc02028cf26876f298f681e0e8e99.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/de.php')
-rw-r--r-- | core/l10n/de.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index 5ad16273fb9..08a120763a3 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,4 +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", "Category type not provided." => "Kategorie nicht angegeben.", "No category to add?" => "Keine Kategorie hinzuzufügen?", "This category already exists: " => "Kategorie existiert bereits:", |