]> BookStack Code Mirror - bookstack/blob - resources/lang/en/entities.php
Extracted text from book & chapter 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     'permissions' => 'Permissions',
16     'delete' => 'Delete',
17     'meta_created' => 'Created :timeLength',
18     'meta_created_name' => 'Created :timeLength by :user',
19     'meta_updated' => 'Updated :timeLength',
20     'meta_updated_name' => 'Updated :timeLength by :user',
21     'x_pages' => ':count Pages',
22
23     /**
24      * Search
25      */
26     'search_results' => 'Search Results',
27     'search_clear' => 'Clear Search',
28
29     /**
30      * Books
31      */
32     'books' => 'Books',
33     'books_empty' => 'No books have been created',
34     'books_popular' => 'Popular Books',
35     'books_popular_empty' => 'The most popular books will appear here.',
36     'books_create' => 'Create New Book',
37     'books_delete' => 'Delete Book',
38     'books_delete_explain' => 'This will delete the book with the name \':bookName\', All pages and chapters will be removed.',
39     'books_delete_confirmation' => 'Are you sure you want to delete this book?',
40     'books_edit' => 'Edit Book',
41     'books_form_book_name' => 'Book Name',
42     'books_save' => 'Save Book',
43     'books_permissions' => 'Book Permissions',
44     'books_empty_contents' => 'No pages or chapters have been created for this book.',
45     'books_empty_create_page' => 'Create a new page',
46     'books_empty_or' => 'or',
47     'books_empty_sort_current_book' => 'Sort the current book',
48     'books_empty_add_chapter' => 'Add a chapter',
49     'books_permissions_active' => 'Book Permissions Active',
50     'books_search_this' => 'Search this book',
51     'books_navigation' => 'Book Navigation',
52
53     /**
54      * Chapters
55      */
56     'chapters_new' => 'New Chapter',
57     'chapters_create' => 'Create New Chapter',
58     'chapters_delete' => 'Delete Chapter',
59     'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\', All pages will be removed
60         and added directly to the parent book.',
61     'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
62     'chapters_edit' => 'Edit Chapter',
63     'chapters_save' => 'Save Chapter',
64     'chapters_move' => 'Move Chapter',
65     'chapters_permissions' => 'Chapter Permissions',
66     'chapters_empty' => 'No pages are currently in this chapter.',
67     'chapters_permissions_active' => 'Chapter Permissions Active',
68
69     /**
70      * Pages
71      */
72     'pages_new' => 'New Page',
73     'pages_attachments' => 'Attachments',
74     'pages_navigation' => 'Page Navigation',
75 ];