You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ManagePanel/lang/messages.php

37 lines
817 B
PHP

<?php
define("MESSAGES", [
"invalid_parameters" => [
"string" => "invalid parameters",
"type" => "danger"
],
"account_state_error" => [
"string" => "account state error",
"type" => "danger"
],
"404_error" => [
"string" => "page not found",
"type" => "info"
],
"invalid_userid" => [
"string" => "invalid userid",
"type" => "danger"
],
"user_saved" => [
"string" => "user saved",
"type" => "success"
],
"user_deleted" => [
"string" => "user deleted",
"type" => "success"
],
"user_not_exists" => [
"string" => "user does not exist",
"type" => "danger"
],
"log_cleared" => [
"string" => "log cleared",
"type" => "success"
]
]);