Blame view

backend/components/noam148/imagemanager/messages/en/imagemanager.php 531 Bytes
a8aa0f7d   alex   Add new noam148 m...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
  return [
  	'Are you sure you want to delete this image?' => 'Are you sure you want to delete this image?',
  	'Are you sure you want to detach the image?' => 'Are you sure you want to detach the image?',
  	'Cancel' => 'Cancel',
  	'Created' => 'Created',
  	'Crop' => 'Crop',
  	'Crop and select' => 'Crop and select',
  	'Delete' => 'Delete',
  	'File hash' => 'File hash',
  	'File name' => 'File name',
  	'Modified' => 'Modified',
  	'Search' => 'Search',
  	'Select' => 'Select',
  	'Image manager' => 'Image manager',
  	'Upload' => 'Upload'
  ];