f7cloud_client/apps/firstrunwizard/l10n/de_CH.php
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

11 lines
594 B
PHP

<?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);";