diff options
Diffstat (limited to 'core/l10n/de.php')
-rw-r--r-- | core/l10n/de.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index f3b0e0dc30c..0aa5a6243a3 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Fehler beim Ändern der Rechte", "Shared with you and the group {group} by {owner}" => "{owner} hat dies mit Dir und der Gruppe {group} geteilt", "Shared with you by {owner}" => "{owner} hat dies mit Dir geteilt", +"Share with user or group …" => "Mit Benutzer oder Gruppe teilen ....", +"Share link" => "Link Teilen", "Password protect" => "Passwortschutz", "Password" => "Passwort", "Allow Public Upload" => "Öffentliches Hochladen erlauben", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Für {user} in {item} freigegeben", "Unshare" => "Freigabe aufheben", +"notify by email" => "Per E-Mail informieren", "can edit" => "kann bearbeiten", "access control" => "Zugriffskontrolle", "create" => "erstellen", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Alternative Logins", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br/><br/>wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.<br/><a href=\"%s\">Schau es dir an.</a><br/><br/>", "The share will expire on %s.<br><br>" => "Die Freigabe wird ablaufen am %s.<br><br>", -"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." +"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.", +"This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.", +"Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Deine Geduld." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |