openclassify/addons/default/visiosoft/cats-module/resources/lang/en/message.php
2026-03-02 23:41:21 +03:00

10 lines
409 B
PHP

<?php
return [
'categories_mass_delete_success' => 'Categories and related sub-categories has been deleted successfully!',
'cat_slug_exists' => 'A category with a slug of :slug already exists!',
'not_found' => ':name not found!',
'cat_no_sub' => 'Selected category has no sub-categories.',
'sub_limit' => 'You have reached your sub-category limit, you can only add 9 sub-categories.',
];