14 lines
460 B
PHP
14 lines
460 B
PHP
<?php
|
|
|
|
return array (
|
|
'cancel' => 'cancel',
|
|
'confirm' => 'confirm',
|
|
'file_is_too_big' => 'The file is too large<br>max. $0MB',
|
|
'image_too_small' => 'Image too small <br>min. $0 pixels',
|
|
'invalid_file' => 'Invalid file<br>please only: $0',
|
|
'really_delete_picture' => 'Really delete an image?',
|
|
'rotate' => 'turn',
|
|
'save_image' => 'save image',
|
|
'search_file_or_drag_drop' => 'Search file or drag & drop',
|
|
'upload_photo' => 'photo upload',
|
|
);
|