first upload all files
This commit is contained in:
19
Modules/Page/Resources/lang/en/pages.php
Normal file
19
Modules/Page/Resources/lang/en/pages.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user