]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
fix missing word
[bookstack] / resources / lang / en / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel',
9     'confirm' => 'Confirm',
10     'back' => 'Back',
11     'save' => 'Save',
12     'continue' => 'Continue',
13     'select' => 'Select',
14     'toggle_all' => 'Toggle All',
15     'more' => 'More',
16
17     // Form Labels
18     'name' => 'Name',
19     'description' => 'Description',
20     'role' => 'Role',
21     'cover_image' => 'Cover image',
22     'cover_image_description' => 'This image should be approx 440x250px.',
23     
24     // Actions
25     'actions' => 'Actions',
26     'view' => 'View',
27     'view_all' => 'View All',
28     'create' => 'Create',
29     'update' => 'Update',
30     'edit' => 'Edit',
31     'sort' => 'Sort',
32     'move' => 'Move',
33     'copy' => 'Copy',
34     'reply' => 'Reply',
35     'delete' => 'Delete',
36     'search' => 'Search',
37     'search_clear' => 'Clear Search',
38     'reset' => 'Reset',
39     'remove' => 'Remove',
40     'add' => 'Add',
41
42     // Sort Options
43     'sort_name' => 'Name',
44     'sort_created_at' => 'Created Date',
45     'sort_updated_at' => 'Updated Date',
46
47     // Misc
48     'deleted_user' => 'Deleted User',
49     'no_activity' => 'No activity to show',
50     'no_items' => 'No items available',
51     'back_to_top' => 'Back to top',
52     'toggle_details' => 'Toggle Details',
53     'toggle_thumbnails' => 'Toggle Thumbnails',
54     'details' => 'Details',
55     'grid_view' => 'Grid View',
56     'list_view' => 'List View',
57     'default' => 'Default',
58
59     // Header
60     'view_profile' => 'View Profile',
61     'edit_profile' => 'Edit Profile',
62
63     // Layout tabs
64     'tab_info' => 'Info',
65     'tab_content' => 'Content',
66
67     // Email Content
68     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
69     'email_rights' => 'All rights reserved',
70 ];