mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
10 lines
407 B
PHP
10 lines
407 B
PHP
<?php
|
|
|
|
return [
|
|
'categories_mass_delete_success' => 'Kategorier och relaterade underkategorier har tagits bort!',
|
|
'cat_slug_exists' => 'En kategori med en slug :slug finns redan!',
|
|
'not_found' => ':name hittades inte!',
|
|
'cat_no_sub' => 'Den valda kategorin har inga underkategorier.',
|
|
'sub_limit' => 'Du har nått din underkategorigräns, du kan bara lägga till 9 underkategorier.',
|
|
];
|