This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/lang/de/admin/user.php
Michael R.|SchlaumeierTV df9d746b4b German Translation (#719)
2017-11-04 17:00:30 -04:00

11 lines
318 B
PHP

<?php
return [
'exceptions' => [
'user_has_servers' => 'Es kann kein Benutzer mit einem aktiven Server gelöscht werden.',
],
'notices' => [
'account_created' => 'Der Account wurde erfolgreich erstellt.',
'account_updated' => 'Der Account wurde erfolgreich bearbeitet.',
],
];