mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 16:20:42 -05:00
13 lines
298 B
PHP
13 lines
298 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Hírek',
|
|
'name' => 'Hírek modul',
|
|
'description' => 'Komplex hír és blog kezelő',
|
|
'section' => [
|
|
'posts' => 'Hírek',
|
|
'types' => 'Típusok',
|
|
'fields' => 'Mezők',
|
|
'categories' => 'Kategóriák',
|
|
],
|
|
]; |