mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
18 lines
655 B
PHP
18 lines
655 B
PHP
|
<?php
|
||
|
return [
|
||
|
|
||
|
/**
|
||
|
* Image Manager
|
||
|
*/
|
||
|
'imagem_select' => 'Image Select',
|
||
|
'imagem_all' => 'All',
|
||
|
'imagem_all_title' => 'View all images',
|
||
|
'imagem_book_title' => 'View images uploaded to this book',
|
||
|
'imagem_page_title' => 'View images uploaded to this page',
|
||
|
'imagem_search_hint' => 'Search by image name',
|
||
|
'imagem_uploaded' => 'Uploaded :uploadedDate',
|
||
|
'imagem_load_more' => 'Load More',
|
||
|
'imagem_image_name' => 'Image Name',
|
||
|
'imagem_delete_confirm' => 'This image is used in the pages below, Click delete again to confirm you want to delete this image.',
|
||
|
'imagem_select_image' => 'Select Image'
|
||
|
];
|