| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bayspec/public_html/system/modification/admin/language/english/design/ |
Upload File : |
<?php // Heading $_['heading_title'] = 'Layouts'; // Text $_['text_success'] = 'Success: You have modified layouts!'; $_['text_list'] = 'Layout List'; $_['text_add'] = 'Add Layout'; $_['text_edit'] = 'Edit Layout'; $_['text_default'] = 'Default'; $_['text_content_top'] = 'Content Top'; $_['text_header_top'] = 'Header Top'; $_['text_footer_top'] = 'Footer'; $_['text_content_bottom'] = 'Content Bottom'; $_['text_column_left'] = 'Column Left'; $_['text_column_right'] = 'Column Right'; // Column $_['column_name'] = 'Layout Name'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Layout Name'; $_['entry_store'] = 'Store'; $_['entry_route'] = 'Route'; $_['entry_module'] = 'Module'; $_['entry_position'] = 'Position'; $_['entry_sort_order'] = 'Sort Order'; // 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!'; $_['error_product'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!'; $_['error_category'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!'; $_['error_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';