]> BookStack Code Mirror - bookstack/blob - resources/lang/en/entities.php
Moved text for errors and form views.
[bookstack] / resources / lang / en / entities.php
1 <?php
2 return [
3
4     /**
5      * Shared
6      */
7     'recently_created' => 'Recently Created',
8     'recently_update' => 'Recently Updated',
9     'recently_viewed' => 'Recently Viewed',
10     'recent_activity' => 'Recent Activity',
11     'create_now' => 'Create one now',
12     'edit' => 'Edit',
13     'sort' => 'Sort',
14     'move' => 'Move',
15     'delete' => 'Delete',
16     'meta_created' => 'Created :timeLength',
17     'meta_created_name' => 'Created :timeLength by :user',
18     'meta_updated' => 'Updated :timeLength',
19     'meta_updated_name' => 'Updated :timeLength by :user',
20     'x_pages' => ':count Pages',
21
22     /**
23      * Permissions and restrictions
24      */
25     'permissions' => 'Permissions',
26     'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.',
27     'permissions_enable' => 'Enable Custom Permissions',
28     'permissions_save' => 'Save Permissions',
29
30     /**
31      * Search
32      */
33     'search_results' => 'Search Results',
34     'search_clear' => 'Clear Search',
35
36     /**
37      * Books
38      */
39     'books' => 'Books',
40     'books_empty' => 'No books have been created',
41     'books_popular' => 'Popular Books',
42     'books_popular_empty' => 'The most popular books will appear here.',
43     'books_create' => 'Create New Book',
44     'books_delete' => 'Delete Book',
45     'books_delete_explain' => 'This will delete the book with the name \':bookName\', All pages and chapters will be removed.',
46     'books_delete_confirmation' => 'Are you sure you want to delete this book?',
47     'books_edit' => 'Edit Book',
48     'books_form_book_name' => 'Book Name',
49     'books_save' => 'Save Book',
50     'books_permissions' => 'Book Permissions',
51     'books_empty_contents' => 'No pages or chapters have been created for this book.',
52     'books_empty_create_page' => 'Create a new page',
53     'books_empty_or' => 'or',
54     'books_empty_sort_current_book' => 'Sort the current book',
55     'books_empty_add_chapter' => 'Add a chapter',
56     'books_permissions_active' => 'Book Permissions Active',
57     'books_search_this' => 'Search this book',
58     'books_navigation' => 'Book Navigation',
59
60     /**
61      * Chapters
62      */
63     'chapters_popular' => 'Popular Chapters',
64     'chapters_new' => 'New Chapter',
65     'chapters_create' => 'Create New Chapter',
66     'chapters_delete' => 'Delete Chapter',
67     'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\', All pages will be removed
68         and added directly to the parent book.',
69     'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
70     'chapters_edit' => 'Edit Chapter',
71     'chapters_save' => 'Save Chapter',
72     'chapters_move' => 'Move Chapter',
73     'chapters_permissions' => 'Chapter Permissions',
74     'chapters_empty' => 'No pages are currently in this chapter.',
75     'chapters_permissions_active' => 'Chapter Permissions Active',
76
77     /**
78      * Pages
79      */
80     'pages_popular' => 'Popular Pages',
81     'pages_new' => 'New Page',
82     'pages_attachments' => 'Attachments',
83     'pages_navigation' => 'Page Navigation',
84 ];