11 lines
422 B
PHP
11 lines
422 B
PHP
<?php
|
|
|
|
return [
|
|
'image_uploaded_successfully' => 'Image uploaded successfully.',
|
|
'style_or_provider_not_found' => 'Style or API provider not found or not enabled.',
|
|
'image_not_found' => 'Image not found.',
|
|
'image_kept_successfully' => 'Image kept successfully.',
|
|
'image_deleted_successfully' => 'Image deleted successfully.',
|
|
'image_or_provider_not_found' => 'Image or API provider not found.',
|
|
];
|