mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
216 B
PHP
7 lines
216 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => 'Les categories i les subcategories relacionades s\'han suprimit correctament.',
|
|
'cat_slug_exists' => 'Una categoria amb un slug de :slug ja existeix!',
|
|
];
|