mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 16:53:45 +02:00
19 lines
573 B
PHP
19 lines
573 B
PHP
<?php
|
|
/**
|
|
* Pterodactyl - Panel
|
|
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
|
|
*
|
|
* This software is licensed under the terms of the MIT license.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
return [
|
|
'exceptions' => [
|
|
'user_has_servers' => 'Ein Benutzer mit aktiven Servern, kann nicht gelöscht werden. Bitte löschen Sie deren Server, bevor Sie fortfahren.',
|
|
],
|
|
'notices' => [
|
|
'account_created' => 'Das Konto wurde erfolgreich erstellt.',
|
|
'account_updated' => 'Das Konto wurde erfolgreich aktualisiert.',
|
|
],
|
|
];
|