2015-08-29 22:03:42 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Error text strings.
|
|
|
|
*/
|
|
|
|
|
2016-12-03 21:31:54 +08:00
|
|
|
// Permissions
|
2015-08-29 22:03:42 +08:00
|
|
|
'permission' => 'You do not have permission to access the requested page.',
|
2016-12-03 21:31:54 +08:00
|
|
|
'permissionJson' => 'You do not have permission to perform the requested action.',
|
|
|
|
|
|
|
|
// Error pages
|
|
|
|
'page_not_found' => 'Page Not Found',
|
|
|
|
'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
|
|
|
|
'return_home' => 'Return to home',
|
|
|
|
'error_occurred' => 'An Error Occurred',
|
|
|
|
'app_down' => ':appName is down right now',
|
|
|
|
'back_soon' => 'It will be back up soon.',
|
2015-08-29 22:03:42 +08:00
|
|
|
];
|