mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
29 lines
509 B
PHP
29 lines
509 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Title',
|
|
],
|
|
'order' => [
|
|
'name' => 'Order',
|
|
],
|
|
'slug' => [
|
|
'name' => 'Slug'
|
|
],
|
|
'files' => [
|
|
'name' => 'Image'
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Seo Keyword'
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Seo Description'
|
|
],
|
|
'icon' => [
|
|
'name' => 'Icon'
|
|
],
|
|
|
|
'please_wait' => 'Please wait.Deleting Sub Categories',
|
|
'category_selection' => 'Category Selection',
|
|
];
|