]> BookStack Code Mirror - bookstack/blob - resources/lang/en/components.php
add missing polish translations for comments
[bookstack] / resources / lang / en / components.php
1 <?php
2 return [
3
4     /**
5      * Image Manager
6      */
7     'image_select' => 'Image Select',
8     'image_all' => 'All',
9     'image_all_title' => 'View all images',
10     'image_book_title' => 'View images uploaded to this book',
11     'image_page_title' => 'View images uploaded to this page',
12     'image_search_hint' => 'Search by image name',
13     'image_uploaded' => 'Uploaded :uploadedDate',
14     'image_load_more' => 'Load More',
15     'image_image_name' => 'Image Name',
16     'image_delete_confirm' => 'This image is used in the pages below, Click delete again to confirm you want to delete this image.',
17     'image_select_image' => 'Select Image',
18     'image_dropzone' => 'Drop images or click here to upload',
19     'images_deleted' => 'Images Deleted',
20     'image_preview' => 'Image Preview',
21     'image_upload_success' => 'Image uploaded successfully',
22     'image_update_success' => 'Image details successfully updated',
23     'image_delete_success' => 'Image successfully deleted',
24
25     /**
26      * Code editor
27      */
28     'code_editor' => 'Edit Code',
29     'code_language' => 'Code Language',
30     'code_content' => 'Code Content',
31     'code_save' => 'Save Code',
32 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.