mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
207 B
PHP
7 lines
207 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!',
|
|
];
|