You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core/l10n/de.php

29 lines
1.5 KiB
PHP

<?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Cloud konnte nicht gefunden werden.",
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher.",
"Finish the setup by following the steps below." => "Die Installation ist fast abgeschlossen.",
"Create an <strong>admin account</strong>." => "<strong>Verwalter-Konto</strong> erstellen",
"Username" => "Nutzername",
"Password" => "Passwort",
"Advanced" => "Erweitert",
"Set where to store the data." => "Speicherort der Daten",
"Data directory:" => "Datenverzeichnis:",
"Configure the database." => "Datenbank einrichten",
"SQLite will be used for the database. You have nothing to do." => "SQLite wird als Datenbank genutzt.",
"SQLite" => "SQLite",
"MySQL will be used for the database." => "MySQL wird als Datenbank genutzt.",
"MySQL username:" => "MySQL-Nutzername:",
"MySQL password:" => "MySQL-Passwort:",
"Database name:" => "Datenbankname:",
"Host:" => "Host:",
"Table prefix:" => "Tabellenpräfix:",
"Finish setup" => "Installation abschließen",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-Speicher für deinen eigenen Server.</p>",
"Login failed!" => "Anmeldung fehlgeschlagen!",
"Remember login" => "Anmeldung merken",
"You are logged out." => "Erfolgreich abgemeldet.",
"prev" => "Zurück",
"next" => "Weiter",
"Search" => "Suchen"
);