mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
19 lines
620 B
PHP
19 lines
620 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'ACCESS DENIED',
|
|
'ForbiddenRobot' => 'Robot Access Forbidden',
|
|
'ForbiddenAccess' => 'IP or Proxy Access Forbidden',
|
|
'ForbiddenChina' => 'China IP or Proxy Access Forbidden',
|
|
'ForbiddenOversea' => 'Oversea IP or Proxy Access Forbidden',
|
|
'MissingPage' => 'Page Not Found',
|
|
'Unauthorized' => 'Unauthorized visit',
|
|
'Refresh' => 'Refresh',
|
|
'RefreshPage' => 'Refresh Page, Try One More Time',
|
|
'SystemError' => 'System Error',
|
|
'Visit' => 'Please visit',
|
|
'log' => 'Logs',
|
|
'SecurityError' => 'unsafe visit',
|
|
'SecurityEnter' => 'Safety Enter',
|
|
];
|