mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
10 lines
257 B
PHP
10 lines
257 B
PHP
<?php
|
|
|
|
return [
|
|
'new_category' => 'Ny kategori',
|
|
'add_sub_category' => 'Legg til underkategori',
|
|
'sub_category' => 'Vis underkategori',
|
|
'new_placeholderforsearch' => 'Ny plassholderforsøk',
|
|
'convert_main' => 'Convert Main Category',
|
|
];
|