mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Moved text for errors and form views.
Updated 404 page with additional links
This commit is contained in:
@ -12,7 +12,6 @@ return [
|
||||
'edit' => 'Edit',
|
||||
'sort' => 'Sort',
|
||||
'move' => 'Move',
|
||||
'permissions' => 'Permissions',
|
||||
'delete' => 'Delete',
|
||||
'meta_created' => 'Created :timeLength',
|
||||
'meta_created_name' => 'Created :timeLength by :user',
|
||||
@ -20,6 +19,14 @@ return [
|
||||
'meta_updated_name' => 'Updated :timeLength by :user',
|
||||
'x_pages' => ':count Pages',
|
||||
|
||||
/**
|
||||
* Permissions and restrictions
|
||||
*/
|
||||
'permissions' => 'Permissions',
|
||||
'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.',
|
||||
'permissions_enable' => 'Enable Custom Permissions',
|
||||
'permissions_save' => 'Save Permissions',
|
||||
|
||||
/**
|
||||
* Search
|
||||
*/
|
||||
@ -53,6 +60,7 @@ return [
|
||||
/**
|
||||
* Chapters
|
||||
*/
|
||||
'chapters_popular' => 'Popular Chapters',
|
||||
'chapters_new' => 'New Chapter',
|
||||
'chapters_create' => 'Create New Chapter',
|
||||
'chapters_delete' => 'Delete Chapter',
|
||||
@ -69,6 +77,7 @@ return [
|
||||
/**
|
||||
* Pages
|
||||
*/
|
||||
'pages_popular' => 'Popular Pages',
|
||||
'pages_new' => 'New Page',
|
||||
'pages_attachments' => 'Attachments',
|
||||
'pages_navigation' => 'Page Navigation',
|
||||
|
Reference in New Issue
Block a user