mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
197 B
PHP
7 lines
197 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => 'Kategorie a související podkategorie byly úspěšně smazány!',
|
|
'cat_slug_exists' => 'Kategorie se slugem :slug již existuje!',
|
|
];
|