FleetCart/Modules/Page/Resources/lang/en/pages.php
2023-06-11 13:14:03 +01:00

20 lines
370 B
PHP

<?php
return [
'page' => 'Page',
'pages' => 'Pages',
'table' => [
'name' => 'Name',
],
'tabs' => [
'group' => [
'page_information' => 'Page Information',
],
'general' => 'General',
'seo' => 'SEO',
],
'form' => [
'enable_the_page' => 'Enable the page',
],
];