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

de.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7245e458e37e5a83c252f3b0e78144e0d17421f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Willkommen bei %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Deine persönlichen Web-Dienste. Alle Deine Dateien, Kontakte, Kalender und mehr an einem Ort.",
"Get the apps to sync your files" => "Lade die Apps zur Synchronisierung Deiner Daten herunter",
"Desktop client" => "Desktop-Client",
"Android app" => "Android-App",
"iOS app" => "iOS-App",
"Connect your desktop apps to %s" => "Verbinde Deine Desktop-Anwendungen mit %s",
"Connect your Calendar" => "Verbinde Deine Kalender ",
"Connect your Contacts" => "Verbinde Deine Kontakte",
"Documentation" => "Dokumentation",
"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=\"http://owncloud.org\">website</a>." => "Weitere Informationen findest Du in der <a target=\"_blank\" href=\"%s\">Dokumentation</a> und auf unserer <a target=\"_blank\" href=\"http://owncloud.org\">Webseite</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Wenn Dir ownCloud gefällt, <a href=\"mailto:?subject=ownCloud\t&body=ownCloud ist eine großartige freie Software zum Synchronisieren und Freigeben Deiner Dateien. \nDu kannst es kostenlos von http://owncloud.org beziehen\">empfehle es Deinem Freundeskreis</a> und <a href=\"http://owncloud.org/promote\" target=\"_blank\">sorge dafür, dass es bekannter wird</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";