mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
204 B
PHP
7 lines
204 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => 'Categoriile și sub-categoriile aferente au fost șterse cu succes!',
|
|
'cat_slug_exists' => 'O categorie cu un slug de :slug există deja!',
|
|
];
|