Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/de.php')
-rw-r--r--l10n/de.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/de.php b/l10n/de.php
index d6d44ef1..3f602722 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -9,6 +9,8 @@ $TRANSLATIONS = array(
"Connect your Calendar" => "Verbinde Deine Kalender ",
"Connect your Contacts" => "Verbinde Deine Kontakte",
"Documentation" => "Dokumentation",
-"Access files via WebDAV" => "Greife auf Dateien über WebDAV zu"
+"Access files via WebDAV" => "Greife auf Dateien über WebDAV zu",
+"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." => "Weitere Informationenfindest Du in der <a target=\"_blank\" href=\"%s\">Dokumentation</a> und auf unserer <a target=\"_blank\" href=\"%s\">Webseite</a>.",
+"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Wenn Du Nextcloud gut findest,\n⇥<a href=\"mailto:?subject=Nextcloud\n⇥⇥&body=Nextcloud ist eine tolle Software zur Synchronisation und zum Teilen von Dateien.\n⇥⇥Es ist kostenlos erhaeltlich unter https://nextcloud.com\"> \n⇥⇥Empfehle es Bekannten und Freunden</a>\n⇥und <a href=\"https://nextcloud.com/contribute/\"\n⇥⇥target=\"_blank\">unterstütze Nextcloud</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";