2015-08-29 22:03:42 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Error text strings.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Pages
|
|
|
|
'permission' => 'You do not have permission to access the requested page.',
|
2016-02-28 04:52:46 +08:00
|
|
|
'permissionJson' => 'You do not have permission to perform the requested action.'
|
2015-08-29 22:03:42 +08:00
|
|
|
];
|