mivita/resources/lang/en/actions.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

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',
);