Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
i18n: Add german translation of config screen
Browse files Browse the repository at this point in the history
While the english translation was used as reference, sometimes
the french file was used as complementary reference too.
  • Loading branch information
matsimon committed Jun 27, 2014
1 parent 6fe54d4 commit 2012073
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions core/src/plugins/boot.conf/i18n/conf/de.php
@@ -0,0 +1,61 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/

$mess = array(
"Admin access" => "&lt;span class='icon-key'&gt;&lt;/span&gt; Erster Administratorenzugang",
"Global options" => "&lt;span class='icon-cogs'&gt;&lt;/span&gt; Globale Einstellungen",
"Configurations storage" => "&lt;span class='icon-save'&gt;&lt;/span&gt; Konfigurationsspeicher",
"Add some users" => "&lt;span class='icon-group'&gt;&lt;/span&gt; Benutzer hinzufügen",
"Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace." => "Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace.",
"Admin Login" => "Benutzername",
"Alphanumeric login" => "Benutzernamen bestehen aus alphanumerischen Zeichen",
"Admin Display Name" => "Angezeigter Name",
"User-friendly name of the user" => "Namen den andere BenutzerInnen sehen",
"Admin Password" => "Passwort wählen",
"Use a strong password (more than 8 characters, complicated ones." => "Verwenden Sie ein komplexes Passwort (mehr als 8 Zeichen, keine Wörterbuch-Wörter etc.).",
"Confirm" => "Passwort bestätigen",
"Confirm password" => "Passwort zur Kontrolle wiederholt eingeben",
"Test Mailer" => "Mailversand testen",
"Try sending an email with the configured data" => "Mailversand mit dieser Konfiguration testen",
"Test SQL Connexion" => "SQL-Serververbindung testen",
"Try connecting to the database" => "Verbindung testen",
"Enable emails" => "E-Mails aktivieren",
"Set up system to send emails" => "System für den Versand von E-Mails einrichten",
"No (you can enable mails later)" => "Nein (Kann nachträglich aktiviert werden)",
"Yes (requires a correct PHP configuration)" => "Ja (Voraussetzung: Korrekte PHP-Konfiguration)",
"Php Mailer" => "PHP Mailer",
"Set up the correct value to send emails" => "Set up the correct value to send emails",
"Administrator Email" => "Mailadresse Administrator",
"Default 'From' email used to send emails." => "Default 'From' email used to send emails.",
"How the application configuration data will be stored (users, plugins, etc. &lt;b&gt;not&lt;/b&gt; how your actual documents are managed). To get started rapidly, select No Database. To enable more advanced features, configure a database connexion." => "How the application configuration data will be stored (users, plugins, etc. &lt;b&gt;not&lt;/b&gt; how your actual documents are managed). 'No DB' mode can be suited for a quick test of the system, but it's not suited for production and you should always prefer a db-based setup (sqlite does not require any additional service).",
"Storage Type" => "Speichertyp",
"Select how the configurations will be stored" => "Wählen Sie wie und wo die Konfigurationsdaten gespeichert werden sollen",
"No Database (Quick Start)" => "Keine Datenbank (Schnellstart, nicht für produktive Umgebungen)",
"Database (Requires MySQL, PostgreSQL or SQLite)" => "Datenbank (Produktive Umgebungen, von APPLICATION_TITLE unterstütztes DBMS vorausgesetzt)",
"Enable Notifications" => "Logging aktivieren",
"Log all events and alerts" => "Alle Ereignisse und Warnungen loggen",
"Create users for your organization right now. You can do this later by going to the Settings workspace." => "Create users for your organization right now. You can do this later by going to the Settings workspace.",
"Login" => "Benutzername",
"User Email" => "Mailadresse",
"User Name" => "Angezeigter Name",
"Password" => "Passwort wählen",

);

0 comments on commit 2012073

Please sign in to comment.