Files
roxane/lang/en/member_groups.php

13 lines
243 B
PHP
Raw Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'fields' => [
'group' => 'Group',
'groups' => 'Groups',
'name' => 'Name',
'description' => 'Description',
'created_at' => 'Created at',
'Updated at' => 'Updated at'
],
];