]> BookStack Code Mirror - bookstack/blob - resources/lang/en/entities.php
Added bookshelf view, update, delete
[bookstack] / resources / lang / en / entities.php
1 <?php
2 return [
3
4     /**
5      * Shared
6      */
7     'recently_created' => 'Recently Created',
8     'recently_created_pages' => 'Recently Created Pages',
9     'recently_updated_pages' => 'Recently Updated Pages',
10     'recently_created_chapters' => 'Recently Created Chapters',
11     'recently_created_books' => 'Recently Created Books',
12     'recently_update' => 'Recently Updated',
13     'recently_viewed' => 'Recently Viewed',
14     'recent_activity' => 'Recent Activity',
15     'create_now' => 'Create one now',
16     'revisions' => 'Revisions',
17     'meta_revision' => 'Revision #:revisionCount',
18     'meta_created' => 'Created :timeLength',
19     'meta_created_name' => 'Created :timeLength by :user',
20     'meta_updated' => 'Updated :timeLength',
21     'meta_updated_name' => 'Updated :timeLength by :user',
22     'entity_select' => 'Entity Select',
23     'images' => 'Images',
24     'my_recent_drafts' => 'My Recent Drafts',
25     'my_recently_viewed' => 'My Recently Viewed',
26     'no_pages_viewed' => 'You have not viewed any pages',
27     'no_pages_recently_created' => 'No pages have been recently created',
28     'no_pages_recently_updated' => 'No pages have been recently updated',
29     'export' => 'Export',
30     'export_html' => 'Contained Web File',
31     'export_pdf' => 'PDF File',
32     'export_text' => 'Plain Text File',
33
34     /**
35      * Permissions and restrictions
36      */
37     'permissions' => 'Permissions',
38     'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.',
39     'permissions_enable' => 'Enable Custom Permissions',
40     'permissions_save' => 'Save Permissions',
41
42     /**
43      * Search
44      */
45     'search_results' => 'Search Results',
46     'search_total_results_found' => ':count result found|:count total results found',
47     'search_clear' => 'Clear Search',
48     'search_no_pages' => 'No pages matched this search',
49     'search_for_term' => 'Search for :term',
50     'search_more' => 'More Results',
51     'search_filters' => 'Search Filters',
52     'search_content_type' => 'Content Type',
53     'search_exact_matches' => 'Exact Matches',
54     'search_tags' => 'Tag Searches',
55     'search_viewed_by_me' => 'Viewed by me',
56     'search_not_viewed_by_me' => 'Not viewed by me',
57     'search_permissions_set' => 'Permissions set',
58     'search_created_by_me' => 'Created by me',
59     'search_updated_by_me' => 'Updated by me',
60     'search_updated_before' => 'Updated before',
61     'search_updated_after' => 'Updated after',
62     'search_created_before' => 'Created before',
63     'search_created_after' => 'Created after',
64     'search_set_date' => 'Set Date',
65     'search_update' => 'Update Search',
66
67     /**
68      * Shelves
69      */
70     'shelves' => 'Shelves',
71     'shelves_long' => 'BookShelves',
72     'shelves_empty' => 'No shelves have been created',
73     'shelves_create' => 'Create New Shelf',
74     'shelves_popular' => 'Popular Shelves',
75     'shelves_new' => 'New Shelves',
76     'shelves_popular_empty' => 'The most popular shelves will appear here.',
77     'shelves_new_empty' => 'The most recently created shelves will appear here.',
78     'shelves_save' => 'Save Shelf',
79     'shelves_books' => 'Books on this shelf',
80     'shelves_add_books' => 'Add books to this shelf',
81     'shelves_drag_books' => 'Drag books here to add them to this shelf',
82     'shelves_empty_contents' => 'This shelf has no books assigned to it',
83     'shelves_edit_and_assign' => 'Edit shelf to assign books',
84     'shelves_edit_named' => 'Edit Bookshelf :name',
85     'shelves_edit' => 'Edit Bookshelf',
86     'shelves_delete' => 'Delete Bookshelf',
87     'shelves_delete_named' => 'Delete Bookshelf :name',
88     'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.",
89     'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?',
90
91     /**
92      * Books
93      */
94     'book' => 'Book',
95     'books' => 'Books',
96     'x_books' => ':count Book|:count Books',
97     'books_empty' => 'No books have been created',
98     'books_popular' => 'Popular Books',
99     'books_recent' => 'Recent Books',
100     'books_new' => 'New Books',
101     'books_popular_empty' => 'The most popular books will appear here.',
102     'books_new_empty' => 'The most recently created books will appear here.',
103     'books_create' => 'Create New Book',
104     'books_delete' => 'Delete Book',
105     'books_delete_named' => 'Delete Book :bookName',
106     'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.',
107     'books_delete_confirmation' => 'Are you sure you want to delete this book?',
108     'books_edit' => 'Edit Book',
109     'books_edit_named' => 'Edit Book :bookName',
110     'books_form_book_name' => 'Book Name',
111     'books_save' => 'Save Book',
112     'books_permissions' => 'Book Permissions',
113     'books_permissions_updated' => 'Book Permissions Updated',
114     'books_empty_contents' => 'No pages or chapters have been created for this book.',
115     'books_empty_create_page' => 'Create a new page',
116     'books_empty_or' => 'or',
117     'books_empty_sort_current_book' => 'Sort the current book',
118     'books_empty_add_chapter' => 'Add a chapter',
119     'books_permissions_active' => 'Book Permissions Active',
120     'books_search_this' => 'Search this book',
121     'books_navigation' => 'Book Navigation',
122     'books_sort' => 'Sort Book Contents',
123     'books_sort_named' => 'Sort Book :bookName',
124     'books_sort_show_other' => 'Show Other Books',
125     'books_sort_save' => 'Save New Order',
126
127     /**
128      * Chapters
129      */
130     'chapter' => 'Chapter',
131     'chapters' => 'Chapters',
132     'x_chapters' => ':count Chapter|:count Chapters',
133     'chapters_popular' => 'Popular Chapters',
134     'chapters_new' => 'New Chapter',
135     'chapters_create' => 'Create New Chapter',
136     'chapters_delete' => 'Delete Chapter',
137     'chapters_delete_named' => 'Delete Chapter :chapterName',
138     'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages will be removed and added directly to the parent book.',
139     'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
140     'chapters_edit' => 'Edit Chapter',
141     'chapters_edit_named' => 'Edit Chapter :chapterName',
142     'chapters_save' => 'Save Chapter',
143     'chapters_move' => 'Move Chapter',
144     'chapters_move_named' => 'Move Chapter :chapterName',
145     'chapter_move_success' => 'Chapter moved to :bookName',
146     'chapters_permissions' => 'Chapter Permissions',
147     'chapters_empty' => 'No pages are currently in this chapter.',
148     'chapters_permissions_active' => 'Chapter Permissions Active',
149     'chapters_permissions_success' => 'Chapter Permissions Updated',
150     'chapters_search_this' => 'Search this chapter',
151
152     /**
153      * Pages
154      */
155     'page' => 'Page',
156     'pages' => 'Pages',
157     'x_pages' => ':count Page|:count Pages',
158     'pages_popular' => 'Popular Pages',
159     'pages_new' => 'New Page',
160     'pages_attachments' => 'Attachments',
161     'pages_navigation' => 'Page Navigation',
162     'pages_delete' => 'Delete Page',
163     'pages_delete_named' => 'Delete Page :pageName',
164     'pages_delete_draft_named' => 'Delete Draft Page :pageName',
165     'pages_delete_draft' => 'Delete Draft Page',
166     'pages_delete_success' => 'Page deleted',
167     'pages_delete_draft_success' => 'Draft page deleted',
168     'pages_delete_confirm' => 'Are you sure you want to delete this page?',
169     'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
170     'pages_editing_named' => 'Editing Page :pageName',
171     'pages_edit_toggle_header' => 'Toggle header',
172     'pages_edit_save_draft' => 'Save Draft',
173     'pages_edit_draft' => 'Edit Page Draft',
174     'pages_editing_draft' => 'Editing Draft',
175     'pages_editing_page' => 'Editing Page',
176     'pages_edit_draft_save_at' => 'Draft saved at ',
177     'pages_edit_delete_draft' => 'Delete Draft',
178     'pages_edit_discard_draft' => 'Discard Draft',
179     'pages_edit_set_changelog' => 'Set Changelog',
180     'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
181     'pages_edit_enter_changelog' => 'Enter Changelog',
182     'pages_save' => 'Save Page',
183     'pages_title' => 'Page Title',
184     'pages_name' => 'Page Name',
185     'pages_md_editor' => 'Editor',
186     'pages_md_preview' => 'Preview',
187     'pages_md_insert_image' => 'Insert Image',
188     'pages_md_insert_link' => 'Insert Entity Link',
189     'pages_md_insert_drawing' => 'Insert Drawing',
190     'pages_not_in_chapter' => 'Page is not in a chapter',
191     'pages_move' => 'Move Page',
192     'pages_move_success' => 'Page moved to ":parentName"',
193     'pages_copy' => 'Copy Page',
194     'pages_copy_desination' => 'Copy Destination',
195     'pages_copy_success' => 'Page successfully copied',
196     'pages_permissions' => 'Page Permissions',
197     'pages_permissions_success' => 'Page permissions updated',
198     'pages_revision' => 'Revision',
199     'pages_revisions' => 'Page Revisions',
200     'pages_revisions_named' => 'Page Revisions for :pageName',
201     'pages_revision_named' => 'Page Revision for :pageName',
202     'pages_revisions_created_by' => 'Created By',
203     'pages_revisions_date' => 'Revision Date',
204     'pages_revisions_number' => '#',
205     'pages_revisions_changelog' => 'Changelog',
206     'pages_revisions_changes' => 'Changes',
207     'pages_revisions_current' => 'Current Version',
208     'pages_revisions_preview' => 'Preview',
209     'pages_revisions_restore' => 'Restore',
210     'pages_revisions_none' => 'This page has no revisions',
211     'pages_copy_link' => 'Copy Link',
212     'pages_edit_content_link' => 'Edit Content',
213     'pages_permissions_active' => 'Page Permissions Active',
214     'pages_initial_revision' => 'Initial publish',
215     'pages_initial_name' => 'New Page',
216     'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.',
217     'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.',
218     'pages_draft_edit_active' => [
219         'start_a' => ':count users have started editing this page',
220         'start_b' => ':userName has started editing this page',
221         'time_a' => 'since the page was last updated',
222         'time_b' => 'in the last :minCount minutes',
223         'message' => ':start :time. Take care not to overwrite each other\'s updates!',
224     ],
225     'pages_draft_discarded' => 'Draft discarded, The editor has been updated with the current page content',
226
227     /**
228      * Editor sidebar
229      */
230     'page_tags' => 'Page Tags',
231     'chapter_tags' => 'Chapter Tags',
232     'book_tags' => 'Book Tags',
233     'shelf_tags' => 'Shelf Tags',
234     'tag' => 'Tag',
235     'tags' =>  'Tags',
236     'tag_value' => 'Tag Value (Optional)',
237     'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
238     'tags_add' => 'Add another tag',
239     'attachments' => 'Attachments',
240     'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.',
241     'attachments_explain_instant_save' => 'Changes here are saved instantly.',
242     'attachments_items' => 'Attached Items',
243     'attachments_upload' => 'Upload File',
244     'attachments_link' => 'Attach Link',
245     'attachments_set_link' => 'Set Link',
246     'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.',
247     'attachments_dropzone' => 'Drop files or click here to attach a file',
248     'attachments_no_files' => 'No files have been uploaded',
249     'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.',
250     'attachments_link_name' => 'Link Name',
251     'attachment_link' => 'Attachment link',
252     'attachments_link_url' => 'Link to file',
253     'attachments_link_url_hint' => 'Url of site or file',
254     'attach' => 'Attach',
255     'attachments_edit_file' => 'Edit File',
256     'attachments_edit_file_name' => 'File Name',
257     'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite',
258     'attachments_order_updated' => 'Attachment order updated',
259     'attachments_updated_success' => 'Attachment details updated',
260     'attachments_deleted' => 'Attachment deleted',
261     'attachments_file_uploaded' => 'File successfully uploaded',
262     'attachments_file_updated' => 'File successfully updated',
263     'attachments_link_attached' => 'Link successfully attached to page',
264
265     /**
266      * Profile View
267      */
268     'profile_user_for_x' => 'User for :time',
269     'profile_created_content' => 'Created Content',
270     'profile_not_created_pages' => ':userName has not created any pages',
271     'profile_not_created_chapters' => ':userName has not created any chapters',
272     'profile_not_created_books' => ':userName has not created any books',
273
274     /**
275      * Comments
276      */
277     'comment' => 'Comment',
278     'comments' => 'Comments',
279     'comment_add' => 'Add Comment',
280     'comment_placeholder' => 'Leave a comment here',
281     'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
282     'comment_save' => 'Save Comment',
283     'comment_saving' => 'Saving comment...',
284     'comment_deleting' => 'Deleting comment...',
285     'comment_new' => 'New Comment',
286     'comment_created' => 'commented :createDiff',
287     'comment_updated' => 'Updated :updateDiff by :username',
288     'comment_deleted_success' => 'Comment deleted',
289     'comment_created_success' => 'Comment added',
290     'comment_updated_success' => 'Comment updated',
291     'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
292     'comment_in_reply_to' => 'In reply to :commentId',
293 ];