smartinmedia/cunity

View on GitHub
installer/lang/de.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * ########################################################################################
 * ## CUNITY(R) V2.0 - An open source social network / "your private social network"     ##
 * ########################################################################################
 * ##  Copyright (C) 2011 - 2015 Smart In Media GmbH & Co. KG                            ##
 * ## CUNITY(R) is a registered trademark of Dr. Martin R. Weihrauch                     ##
 * ##  http://www.cunity.net                                                             ##
 * ##                                                                                    ##
 * ########################################################################################.
 *
 * This program 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 any later version.
 *
 * 1. YOU MUST NOT CHANGE THE LICENSE FOR THE SOFTWARE OR ANY PARTS HEREOF! IT MUST REMAIN AGPL.
 * 2. YOU MUST NOT REMOVE THIS COPYRIGHT NOTES FROM ANY PARTS OF THIS SOFTWARE!
 * 3. NOTE THAT THIS SOFTWARE CONTAINS THIRD-PARTY-SOLUTIONS THAT MAY EVENTUALLY NOT FALL UNDER (A)GPL!
 * 4. PLEASE READ THE LICENSE OF THE CUNITY SOFTWARE CAREFULLY!
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program (under the folder LICENSE).
 * If not, see <http://www.gnu.org/licenses/>.
 *
 * If your software can interact with users remotely through a computer network,
 * you have to make sure that it provides a way for users to get its source.
 * For example, if your program is a web application, its interface could display
 * a "Source" link that leads users to an archive of the code. There are many ways
 * you could offer source, and different solutions will be better for different programs;
 * see section 13 of the GNU Affero General Public License for the specific requirements.
 *
 * #####################################################################################
 */

return [
    'Install Cunity' => 'Cunity installieren',
    'Terms' => 'Bedingungen',
    'Requirements' => 'Anforderungen',
    'Database' => 'Datenbank',
    'Information' => 'Informationen',
    'Account' => 'Benutzerkonto',
    'Finish' => 'Abschließen',
    'Next' => 'Weiter',
    'Prev' => 'Zurück',
    'Complete' => 'Abgeschlossen',
    'Back to language selection' => 'Zurück zur Sprachauswahl',
    'Terms and Conditions' => 'AGBs',
    'Please agree to our Terms & Conditions first' => 'Stimmen Sie bitte erst den AGBs zu',
    'I accept the Terms and Conditions' => 'Ich akzeptiere die AGBs',
    'Check Requirements' => 'Voraussetzungen überprüfen',
    'Will be checked in the next step' => 'Wird im nächsten Schritt überprüft',
    'Install' => 'Installieren',
    'Setup Database' => 'Datenbank Konfiguration',
    'Database-Host' => 'Host',
    'Database-User' => 'Benutzer',
    'Database-Password' => 'Passwort',
    'Database-Name' => 'Name',
    'Database-Prefix' => 'Prefix',
    'Check Connection & copy data to database' => 'Verbindung testen und Daten in die Datenbank kopieren',
    'Enter Cunity-Settings' => 'Cunity Einstellungen',
    'General Settings' => 'Generelle Einstellungen',
    'Name of your Cunity' => 'Name des Cunity',
    'URL of your Cunity' => 'URL des Cunity',
    'Description' => 'Beschreibung',
    'Contact Mail' => 'Kontakt E-Mail',
    'Mail Settings' => 'E-Mail Einstellungen',
    'Mailserver' => 'Server',
    'Use SMTP' => 'SMTP bentuzen',
    'Use PHP Sendmail' => 'PHP Sendmail benutzen',
    'SMTP-Host' => 'Host',
    'SMTP-Port' => 'Port',
    'SMTP-Authentication' => 'Authentifizierung',
    'Yes' => 'Ja',
    'No' => 'Nein',
    'SMTP-Username' => 'Benutzername',
    'SMTP-Password' => 'Passwort',
    'SMTP-Security' => 'Sicherheit',
    'Use SSL' => 'SSL benutzen',
    'Create Admin-Account' => 'Admin Konto anlegen',
    'Username' => 'Bentuzername',
    'E-Mail' => 'E-Mail',
    'Firstname' => 'Vorname',
    'Lastname' => 'Nachname',
    'Password' => 'Passwort',
    'Repeat password' => 'Passwort wiederholen',
    'I am' => 'Ich bin',
    'Select your gender' => 'Geschlecht wählen',
    'Female' => 'Weiblich',
    'Male' => 'Männlich',
    'Finish Installation' => 'Installation abschließen',
    'Settings' => 'Einstellungen',
];