summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-23 10:58:06 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-23 10:58:06 +0200
commit481b7b25e2635f66b3aba6eeb4b2100b0f1a825b (patch)
tree0a9d505c1cb58cdf37651daa298e0c1ac4e2c3e1 /core/l10n
parent50dbc533e184cbce9bae3dd6710fbf87ab22694f (diff)
downloadnextcloud-server-481b7b25e2635f66b3aba6eeb4b2100b0f1a825b.tar.gz
nextcloud-server-481b7b25e2635f66b3aba6eeb4b2100b0f1a825b.zip
Make Jans German translation usuable
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/de.php18
1 files changed, 17 insertions, 1 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php
index cd89558a4dd..b1309beed06 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -1,11 +1,27 @@
<?php $TRANSLATIONS = array(
+"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.",
"Login:" => "Benutzername:",
"Password:" => "Passwort:",
"Advanced" => "Erweitert",
"Set where to store the data." => "Speicherort der Daten",
+"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>",
"Login failed!" => "Anmeldung Fehlgeschlagen!",
"You are logged out." => "Sie wurden abgemeldet.",
"prev" => "zurück",
"next" => "weiter",
-"Search" => "Suchen"
+"Search" => "Suchen",
+"Finish setup" => "Installation abschließen"
);