mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
10 lines
409 B
PHP
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.',
|
|
];
|