nextcloud/core/l10n/de.php

28 lines
1.5 KiB
PHP
Raw Normal View History

2011-06-20 01:33:34 +04:00
<?php $TRANSLATIONS = array(
2011-06-23 12:58:06 +04:00
"Error 404, Cloud not found" => "Cloud konnte nicht gefunden werden.",
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Willkommen bei <strong>ownCloud</strong>, deinem persönlichen Online-Speicher.",
"To finish the installation, please follow the steps below." => "Die Installation ist fast abgeschlossen.",
"Create an <strong>admin account.</strong>" => "<strong>Verwaltungskonto</strong> erstellen.",
2011-06-20 01:33:34 +04:00
"Login:" => "Benutzername:",
2011-06-21 00:22:58 +04:00
"Password:" => "Passwort:",
"Advanced" => "Erweitert",
"Set where to store the data." => "Speicherort der Daten",
2011-06-23 12:58:06 +04:00
"Data directory:" => "Datenverzeichnis:",
"Configure your database." => "Datenbank einstellen.",
"I will use a SQLite database. You have nothing to do!" => "Es wird eine SQLite-Datenbank genutzt.",
"SQLite" => "SQLite",
"I will use a MySQL database." => "Es wird eine MySQL-Datenbank genutzt.",
"Host:" => "Host:",
"Database name:" => "Datenbankname:",
"Table prefix:" => "Tabellenpräfix:",
"MySQL user login:" => "MySQL-Nutzername:",
"MySQL user password:" => "MySQL-Passwort:",
"<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>",
2011-06-20 01:33:34 +04:00
"Login failed!" => "Anmeldung Fehlgeschlagen!",
2011-06-21 00:22:58 +04:00
"You are logged out." => "Sie wurden abgemeldet.",
"prev" => "zurück",
2011-06-20 01:33:34 +04:00
"next" => "weiter",
2011-06-23 12:58:06 +04:00
"Search" => "Suchen",
"Finish setup" => "Installation abschließen"
2011-06-20 01:33:34 +04:00
);