|
1 | 1 | <?php
|
2 | 2 |
|
3 | 3 | return [
|
4 |
| - |
| 4 | + 'pages' => [ |
| 5 | + 'lbl' => 'Page', |
| 6 | + 'plural_lbl' => 'Pages', |
| 7 | + 'nav_group' => 'Website', |
| 8 | + 'tabs' => [ |
| 9 | + 'lbl' => 'Page', |
| 10 | + 'general' => 'General', |
| 11 | + 'content' => 'Content', |
| 12 | + 'seo' => 'Search engine optimization', |
| 13 | + 'overview' => 'Overview', |
| 14 | + ], |
| 15 | + 'table' => [ |
| 16 | + 'created_at_col' => 'Created at', |
| 17 | + ], |
| 18 | + ], |
| 19 | + 'redirects' => [ |
| 20 | + 'redirects_lbl' => 'Redirect', |
| 21 | + 'redirects_plural_lbl' => 'Redirects', |
| 22 | + 'redirect_old_url' => 'Old URL', |
| 23 | + 'redirect_new_url' => 'New URL', |
| 24 | + 'redirect_status_code' => 'Status code', |
| 25 | + ], |
| 26 | + 'settings' => [ |
| 27 | + 'settings_lbl' => 'Setting', |
| 28 | + 'settings_plural_lbl' => 'Settings', |
| 29 | + 'navigation_group' => 'Settings', |
| 30 | + 'settings_tab_site_general' => 'General', |
| 31 | + 'site_title' => 'Website title', |
| 32 | + 'settings_contact_info' => 'Contact information', |
| 33 | + 'settings_tab_seo' => 'SEO', |
| 34 | + 'settings_default_seo_image' => 'Default SEO image', |
| 35 | + 'settings_default_seo_image_hint' => 'If no SEO image is set for a page, this image will be used.', |
| 36 | + ], |
5 | 37 | ];
|
0 commit comments