mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
15 lines
378 B
PHP
15 lines
378 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Inlägg',
|
|
'name' => 'Inläggsmodul',
|
|
'description' => 'En mångsidig modul som sköter artiklar och inlägg.',
|
|
'section' => [
|
|
'posts' => 'Inlägg',
|
|
'types' => 'Typer',
|
|
'fields' => 'Fält',
|
|
'settings' => 'Inställningar',
|
|
'categories' => 'Kategorier',
|
|
],
|
|
];
|