diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:35 +0200 |
commit | b2768637d2748a1d55ee98a9809c66e135a4190a (patch) | |
tree | 6db7f75b56d689c5c08cce986a62bcaf5248210c /core/l10n/de.php | |
parent | 4a5ee765cf5030c7d92d88687e886079f6bafb1e (diff) | |
download | nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.tar.gz nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.zip |
updated translations
Diffstat (limited to 'core/l10n/de.php')
-rw-r--r-- | core/l10n/de.php | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index 9b5225dd0fa..e6bc00513ea 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,28 +1,24 @@ <?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", +"Login failed!" => "Anmeldung fehlgeschlagen!", +"remember" => "merken", +"Create an <strong>admin account</strong>" => "<strong>Admin-Konto</strong> anlegen", "Username" => "Nutzername", "Password" => "Passwort", +"Configure the database" => "Datenbank einrichten", +"will be used" => "wird genutzt", +"Database user" => "Datenbanknutzer", +"Database password" => "Datenbankpasswort", +"Database name" => "Datenbankname", "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:", +"Host" => "Host", +"Table prefix" => "Tabellenpräfix", +"Data folder" => "Datenverzeichnis", "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.", +"Cloud not found" => "Cloud nicht verfügbar", +"is a personal cloud which runs on your own server" => "ist ein persönlicher Online-Speicher für deinen eigenen Server", "prev" => "Zurück", "next" => "Weiter", -"Search" => "Suchen" +"You are logged out." => "Erfolgreich abgemeldet.", +"Log out" => "Abmelden", +"Settings" => "Einstellungen" ); |