]> BookStack Code Mirror - bookstack/blob - resources/lang/en/errors.php
Extracted text for remaining views
[bookstack] / resources / lang / en / errors.php
1 <?php
2
3 return [
4
5     /**
6      * Error text strings.
7      */
8
9     // Permissions
10     'permission' => 'You do not have permission to access the requested page.',
11     'permissionJson' => 'You do not have permission to perform the requested action.',
12
13     // Error pages
14     'page_not_found' => 'Page Not Found',
15     'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
16     'return_home' => 'Return to home',
17     'error_occurred' => 'An Error Occurred',
18     'app_down' => ':appName is down right now',
19     'back_soon' => 'It will be back up soon.',
20 ];