layout.php (1725B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Layouts'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified layouts!'; 7 $_['text_list'] = 'Layout List'; 8 $_['text_add'] = 'Add Layout'; 9 $_['text_edit'] = 'Edit Layout'; 10 $_['text_remove'] = 'Remove'; 11 $_['text_route'] = 'Choose the store and routes to be used with this layout'; 12 $_['text_module'] = 'Choose the position of the modules'; 13 $_['text_default'] = 'Default'; 14 $_['text_content_top'] = 'Content Top'; 15 $_['text_content_bottom'] = 'Content Bottom'; 16 $_['text_column_left'] = 'Column Left'; 17 $_['text_column_right'] = 'Column Right'; 18 19 // Column 20 $_['column_name'] = 'Layout Name'; 21 $_['column_action'] = 'Action'; 22 23 // Entry 24 $_['entry_name'] = 'Layout Name'; 25 $_['entry_store'] = 'Store'; 26 $_['entry_route'] = 'Route'; 27 $_['entry_module'] = 'Module'; 28 29 // Error 30 $_['error_permission'] = 'Warning: You do not have permission to modify layouts!'; 31 $_['error_name'] = 'Layout Name must be between 3 and 64 characters!'; 32 $_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!'; 33 $_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!'; 34 $_['error_product'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!'; 35 $_['error_category'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!'; 36 $_['error_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';