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

de_CH.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25b1493d5441822a7766bda4d6aca7f4e0c629b6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"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 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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";