mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
220 B
PHP
7 lines
220 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => 'Kategorien und verwandte Unterkategorien wurden erfolgreich gelöscht!',
|
|
'cat_slug_exists' => 'Eine Kategorie mit einem Slug von :slug existiert bereits!',
|
|
];
|