]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Update all.blade.php
[bookstack] / resources / lang / en / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => 'Cancel',
8     'confirm' => 'Confirm',
9     'back' => 'Back',
10     'save' => 'Save',
11     'continue' => 'Continue',
12     'select' => 'Select',
13     'more' => 'More',
14
15     /**
16      * Form Labels
17      */
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     /**
25      * Actions
26      */
27     'actions' => 'Actions',
28     'view' => 'View',
29     'create' => 'Create',
30     'update' => 'Update',
31     'edit' => 'Edit',
32     'sort' => 'Sort',
33     'move' => 'Move',
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     /**
43      * Misc
44      */
45     'deleted_user' => 'Deleted User',
46     'no_activity' => 'No activity to show',
47     'no_items' => 'No items available',
48     'back_to_top' => 'Back to top',
49     'toggle_details' => 'Toggle Details',
50     'toggle_thumbnails' => 'Toggle Thumbnails',
51     'details' => 'Details',
52     'grid_view' => 'Grid View',
53     'list_view' => 'List View',
54
55     /**
56      * Header
57      */
58     'view_profile' => 'View Profile',
59     'edit_profile' => 'Edit Profile',
60
61     /**
62      * Email Content
63      */
64     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
65     'email_rights' => 'All rights reserved',
66 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.