Blame view
sources/apps/firstrunwizard/l10n/de_DE.php
1.03 KB
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Willkommen zu %s", |
|
d1bafeea1
|
4 5 |
"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", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Verbinden Sie Ihre Desktop-Anwendungen mit %s", |
|
d1bafeea1
|
7 8 9 |
"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", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |