44 lines
1.5 KiB
PHP
44 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Navigation
|
|
'navigation_group' => 'Templates',
|
|
'navigation_label' => 'Footer',
|
|
'model_label' => 'Footer Template',
|
|
'plural_model_label' => 'Footer Templates',
|
|
|
|
// Sections
|
|
'section_general' => 'General Information',
|
|
'section_default_data' => 'Default Values',
|
|
'section_default_data_desc' => 'You can enter default values for placeholders when creating templates. These values will be automatically loaded when the template is selected on pages.',
|
|
|
|
// Form Fields
|
|
'field_title' => 'Title',
|
|
'field_html_content' => 'HTML Content',
|
|
'field_html_content_help' => 'Placeholder format: {type.field_name} e.g: {text.copyright}, {richtext.links}, {email.contact}',
|
|
'field_is_active' => 'Active',
|
|
|
|
// Table Columns
|
|
'column_title' => 'Title',
|
|
'column_is_active' => 'Active',
|
|
'column_pages_count' => 'Pages Count',
|
|
'column_created_at' => 'Created At',
|
|
'column_updated_at' => 'Updated At',
|
|
'column_deleted_at' => 'Deleted At',
|
|
|
|
// Actions
|
|
'create' => 'New Footer Template',
|
|
'edit' => 'Edit Footer Template',
|
|
'view' => 'View Footer Template',
|
|
'delete' => 'Delete',
|
|
'restore' => 'Restore',
|
|
'force_delete' => 'Force Delete',
|
|
|
|
// Messages
|
|
'created_successfully' => 'Footer template created successfully.',
|
|
'updated_successfully' => 'Footer template updated successfully.',
|
|
'deleted_successfully' => 'Footer template deleted successfully.',
|
|
'restored_successfully' => 'Footer template restored successfully.',
|
|
];
|
|
|