Current Path : /var/test/www/alh/admin/language/en-gb/design/ |
Current File : /var/test/www/alh/admin/language/en-gb/design/menu.php |
<?php // Heading $_['heading_title'] = 'Menu'; // Text $_['text_success'] = 'Success: You have modified layouts!'; $_['text_list'] = 'Menu List'; $_['text_add'] = 'Add Menu'; $_['text_edit'] = 'Edit Menu'; $_['text_default'] = 'Default'; $_['text_link'] = 'Link'; $_['text_module'] = 'Module'; // Column $_['column_name'] = 'Menu Name'; $_['column_store'] = 'Store'; $_['column_type'] = 'Type'; $_['column_sort_order'] = 'Sort Order'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Menu Name'; $_['entry_store'] = 'Store'; $_['entry_type'] = 'Type'; $_['entry_sort_order'] = 'Sort Order'; $_['entry_module'] = 'Module'; $_['entry_status'] = 'Status'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify layouts!'; $_['error_name'] = 'Layout Name must be between 3 and 64 characters!'; $_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!'; $_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';