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

de_DE.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15a5a85a422bdfe4c03ae492bb8c004d27798cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Willkommen zu %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Ihre persönlichen Web-Services. Alle Ihre Dateien, Kontakte, Kalender und mehr an einem Ort.",
"Get the apps to sync your files" => "Laden Sie die Apps zur Synchronisierung Ihrer Daten herunter",
"Connect your desktop apps to %s" => "Verbinden Sie Ihre Desktop-Anwendungen mit %s",
"Connect your Calendar" => "Verbinden Sie Ihre Kalender ",
"Connect your Contacts" => "Verbinden Sie Ihre Kontakte",
"Access files via WebDAV" => "Greifen Sie auf Dateien über WebDAV zu",
"Documentation" => "Dokumentation",
"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 finden Sie 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, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Wenn ownCloud Ihnen gefällt, <a href=\"mailto:?subject=ownCloud&body=\"ownCloud ist großartige freie Software zum synchronisieren und teilen Ihrer Dateien, Sie können es frei von http://owncloud.org herunterladen\">empfehlen Sie es weiter</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";