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

de.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e083c784b282ffe285515e7657b3a143db02c559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "firstrunwizard",
    {
    "A safe home for all your data" : "Ein sicherer Speicherplatz für deine ganzen Daten.",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Greife auf und teile deine Dateien, Kalender, Kontakte, E-Mail und mehr von jedem Gerät aus, zu deinen Bedingungen",
    "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>."
},
"nplurals=2; plural=(n != 1);");