]> BookStack Code Mirror - bookstack/blob - lang/en/components.php
Fixed linting and failing test issues from dropzone work
[bookstack] / lang / en / components.php
1 <?php
2 /**
3  * Text used in custom JavaScript driven components.
4  */
5 return [
6
7     // Image Manager
8     'image_select' => 'Image Select',
9     'image_upload' => 'Upload Image',
10     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
12     'image_all' => 'All',
13     'image_all_title' => 'View all images',
14     'image_book_title' => 'View images uploaded to this book',
15     'image_page_title' => 'View images uploaded to this page',
16     'image_search_hint' => 'Search by image name',
17     'image_uploaded' => 'Uploaded :uploadedDate',
18     'image_load_more' => 'Load More',
19     'image_image_name' => 'Image Name',
20     'image_delete_used' => 'This image is used in the pages below.',
21     'image_delete_confirm_text' => 'Are you sure you want to delete this image?',
22     'image_select_image' => 'Select Image',
23     'image_dropzone' => 'Drop images or click here to upload',
24     'image_dropzone_drop' => 'Drop images here to upload',
25     'images_deleted' => 'Images Deleted',
26     'image_preview' => 'Image Preview',
27     'image_upload_success' => 'Image uploaded successfully',
28     'image_update_success' => 'Image details successfully updated',
29     'image_delete_success' => 'Image successfully deleted',
30
31     // Code Editor
32     'code_editor' => 'Edit Code',
33     'code_language' => 'Code Language',
34     'code_content' => 'Code Content',
35     'code_session_history' => 'Session History',
36     'code_save' => 'Save Code',
37 ];