]> BookStack Code Mirror - bookstack/blob - resources/lang/en/entities.php
add missing @param in method comment
[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      * Books
69      */
70     'book' => 'Book',
71     'books' => 'Books',
72     'x_books' => ':count Book|:count Books',
73     'books_empty' => 'No books have been created',
74     'books_popular' => 'Popular Books',
75     'books_recent' => 'Recent Books',
76     'books_new' => 'New Books',
77     'books_popular_empty' => 'The most popular books will appear here.',
78     'books_new_empty' => 'The most recently created books will appear here.',
79     'books_create' => 'Create New Book',
80     'books_delete' => 'Delete Book',
81     'books_delete_named' => 'Delete Book :bookName',
82     'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.',
83     'books_delete_confirmation' => 'Are you sure you want to delete this book?',
84     'books_edit' => 'Edit Book',
85     'books_edit_named' => 'Edit Book :bookName',
86     'books_form_book_name' => 'Book Name',
87     'books_save' => 'Save Book',
88     'books_permissions' => 'Book Permissions',
89     'books_permissions_updated' => 'Book Permissions Updated',
90     'books_empty_contents' => 'No pages or chapters have been created for this book.',
91     'books_empty_create_page' => 'Create a new page',
92     'books_empty_or' => 'or',
93     'books_empty_sort_current_book' => 'Sort the current book',
94     'books_empty_add_chapter' => 'Add a chapter',
95     'books_permissions_active' => 'Book Permissions Active',
96     'books_search_this' => 'Search this book',
97     'books_navigation' => 'Book Navigation',
98     'books_sort' => 'Sort Book Contents',
99     'books_sort_named' => 'Sort Book :bookName',
100     'books_sort_show_other' => 'Show Other Books',
101     'books_sort_save' => 'Save New Order',
102
103     /**
104      * Chapters
105      */
106     'chapter' => 'Chapter',
107     'chapters' => 'Chapters',
108     'x_chapters' => ':count Chapter|:count Chapters',
109     'chapters_popular' => 'Popular Chapters',
110     'chapters_new' => 'New Chapter',
111     'chapters_create' => 'Create New Chapter',
112     'chapters_delete' => 'Delete Chapter',
113     'chapters_delete_named' => 'Delete Chapter :chapterName',
114     'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages will be removed and added directly to the parent book.',
115     'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
116     'chapters_edit' => 'Edit Chapter',
117     'chapters_edit_named' => 'Edit Chapter :chapterName',
118     'chapters_save' => 'Save Chapter',
119     'chapters_move' => 'Move Chapter',
120     'chapters_move_named' => 'Move Chapter :chapterName',
121     'chapter_move_success' => 'Chapter moved to :bookName',
122     'chapters_permissions' => 'Chapter Permissions',
123     'chapters_empty' => 'No pages are currently in this chapter.',
124     'chapters_permissions_active' => 'Chapter Permissions Active',
125     'chapters_permissions_success' => 'Chapter Permissions Updated',
126     'chapters_search_this' => 'Search this chapter',
127
128     /**
129      * Pages
130      */
131     'page' => 'Page',
132     'pages' => 'Pages',
133     'x_pages' => ':count Page|:count Pages',
134     'pages_popular' => 'Popular Pages',
135     'pages_new' => 'New Page',
136     'pages_attachments' => 'Attachments',
137     'pages_navigation' => 'Page Navigation',
138     'pages_delete' => 'Delete Page',
139     'pages_delete_named' => 'Delete Page :pageName',
140     'pages_delete_draft_named' => 'Delete Draft Page :pageName',
141     'pages_delete_draft' => 'Delete Draft Page',
142     'pages_delete_success' => 'Page deleted',
143     'pages_delete_draft_success' => 'Draft page deleted',
144     'pages_delete_confirm' => 'Are you sure you want to delete this page?',
145     'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
146     'pages_editing_named' => 'Editing Page :pageName',
147     'pages_edit_toggle_header' => 'Toggle header',
148     'pages_edit_save_draft' => 'Save Draft',
149     'pages_edit_draft' => 'Edit Page Draft',
150     'pages_editing_draft' => 'Editing Draft',
151     'pages_editing_page' => 'Editing Page',
152     'pages_edit_draft_save_at' => 'Draft saved at ',
153     'pages_edit_delete_draft' => 'Delete Draft',
154     'pages_edit_discard_draft' => 'Discard Draft',
155     'pages_edit_set_changelog' => 'Set Changelog',
156     'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
157     'pages_edit_enter_changelog' => 'Enter Changelog',
158     'pages_save' => 'Save Page',
159     'pages_title' => 'Page Title',
160     'pages_name' => 'Page Name',
161     'pages_md_editor' => 'Editor',
162     'pages_md_preview' => 'Preview',
163     'pages_md_insert_image' => 'Insert Image',
164     'pages_md_insert_link' => 'Insert Entity Link',
165     'pages_md_insert_drawing' => 'Insert Drawing',
166     'pages_not_in_chapter' => 'Page is not in a chapter',
167     'pages_move' => 'Move Page',
168     'pages_move_success' => 'Page moved to ":parentName"',
169     'pages_copy' => 'Copy Page',
170     'pages_copy_desination' => 'Copy Destination',
171     'pages_copy_success' => 'Page successfully copied',
172     'pages_permissions' => 'Page Permissions',
173     'pages_permissions_success' => 'Page permissions updated',
174     'pages_revision' => 'Revision',
175     'pages_revisions' => 'Page Revisions',
176     'pages_revisions_named' => 'Page Revisions for :pageName',
177     'pages_revision_named' => 'Page Revision for :pageName',
178     'pages_revisions_created_by' => 'Created By',
179     'pages_revisions_date' => 'Revision Date',
180     'pages_revisions_number' => '#',
181     'pages_revisions_changelog' => 'Changelog',
182     'pages_revisions_changes' => 'Changes',
183     'pages_revisions_current' => 'Current Version',
184     'pages_revisions_preview' => 'Preview',
185     'pages_revisions_restore' => 'Restore',
186     'pages_revisions_none' => 'This page has no revisions',
187     'pages_copy_link' => 'Copy Link',
188     'pages_edit_content_link' => 'Edit Content',
189     'pages_permissions_active' => 'Page Permissions Active',
190     'pages_initial_revision' => 'Initial publish',
191     'pages_initial_name' => 'New Page',
192     'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.',
193     'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.',
194     'pages_draft_edit_active' => [
195         'start_a' => ':count users have started editing this page',
196         'start_b' => ':userName has started editing this page',
197         'time_a' => 'since the page was last updated',
198         'time_b' => 'in the last :minCount minutes',
199         'message' => ':start :time. Take care not to overwrite each other\'s updates!',
200     ],
201     'pages_draft_discarded' => 'Draft discarded, The editor has been updated with the current page content',
202
203     /**
204      * Editor sidebar
205      */
206     'page_tags' => 'Page Tags',
207     'chapter_tags' => 'Chapter Tags',
208     'book_tags' => 'Book Tags',
209     'tag' => 'Tag',
210     'tags' =>  'Tags',
211     'tag_value' => 'Tag Value (Optional)',
212     'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
213     'tags_add' => 'Add another tag',
214     'attachments' => 'Attachments',
215     'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.',
216     'attachments_explain_instant_save' => 'Changes here are saved instantly.',
217     'attachments_items' => 'Attached Items',
218     'attachments_upload' => 'Upload File',
219     'attachments_link' => 'Attach Link',
220     'attachments_set_link' => 'Set Link',
221     'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.',
222     'attachments_dropzone' => 'Drop files or click here to attach a file',
223     'attachments_no_files' => 'No files have been uploaded',
224     '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.',
225     'attachments_link_name' => 'Link Name',
226     'attachment_link' => 'Attachment link',
227     'attachments_link_url' => 'Link to file',
228     'attachments_link_url_hint' => 'Url of site or file',
229     'attach' => 'Attach',
230     'attachments_edit_file' => 'Edit File',
231     'attachments_edit_file_name' => 'File Name',
232     'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite',
233     'attachments_order_updated' => 'Attachment order updated',
234     'attachments_updated_success' => 'Attachment details updated',
235     'attachments_deleted' => 'Attachment deleted',
236     'attachments_file_uploaded' => 'File successfully uploaded',
237     'attachments_file_updated' => 'File successfully updated',
238     'attachments_link_attached' => 'Link successfully attached to page',
239
240     /**
241      * Profile View
242      */
243     'profile_user_for_x' => 'User for :time',
244     'profile_created_content' => 'Created Content',
245     'profile_not_created_pages' => ':userName has not created any pages',
246     'profile_not_created_chapters' => ':userName has not created any chapters',
247     'profile_not_created_books' => ':userName has not created any books',
248
249     /**
250      * Comments
251      */
252     'comment' => 'Comment',
253     'comments' => 'Comments',
254     'comment_add' => 'Add Comment',
255     'comment_placeholder' => 'Leave a comment here',
256     'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
257     'comment_save' => 'Save Comment',
258     'comment_saving' => 'Saving comment...',
259     'comment_deleting' => 'Deleting comment...',
260     'comment_new' => 'New Comment',
261     'comment_created' => 'commented :createDiff',
262     'comment_updated' => 'Updated :updateDiff by :username',
263     'comment_deleted_success' => 'Comment deleted',
264     'comment_created_success' => 'Comment added',
265     'comment_updated_success' => 'Comment updated',
266     'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
267     'comment_in_reply_to' => 'In reply to :commentId',
268 ];