diff options
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:", |