mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 23:44:46 +02:00
13 lines
404 B
PHP
13 lines
404 B
PHP
<?php
|
|
|
|
return [
|
|
'exceptions' => [
|
|
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
|
|
'user_is_self' => 'Kan ikke slette din egen brukerkonto.',
|
|
],
|
|
'notices' => [
|
|
'account_created' => 'Kontoen er opprettet.',
|
|
'account_updated' => 'Kontoen har blitt oppdatert.',
|
|
],
|
|
];
|