1
0
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:
Dan Brown
2016-12-03 13:31:54 +00:00
parent 57dc53ceff
commit 066adf3cea
8 changed files with 66 additions and 20 deletions

View File

@ -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',