information.php (2509B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Information'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified information!'; 7 $_['text_list'] = 'Information List'; 8 $_['text_add'] = 'Add Information'; 9 $_['text_edit'] = 'Edit Information'; 10 $_['text_default'] = 'Default'; 11 $_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.'; 12 13 // Column 14 $_['column_title'] = 'Information Title'; 15 $_['column_sort_order'] = 'Sort Order'; 16 $_['column_action'] = 'Action'; 17 18 // Entry 19 $_['entry_title'] = 'Information Title'; 20 $_['entry_description'] = 'Description'; 21 $_['entry_meta_title'] = 'Meta Tag Title'; 22 $_['entry_meta_keyword'] = 'Meta Tag Keywords'; 23 $_['entry_meta_description'] = 'Meta Tag Description'; 24 $_['entry_store'] = 'Stores'; 25 $_['entry_keyword'] = 'Keyword'; 26 $_['entry_bottom'] = 'Bottom'; 27 $_['entry_status'] = 'Status'; 28 $_['entry_sort_order'] = 'Sort Order'; 29 $_['entry_layout'] = 'Layout Override'; 30 31 // Help 32 $_['help_bottom'] = 'Display in the bottom footer.'; 33 34 // Error 35 $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; 36 $_['error_permission'] = 'Warning: You do not have permission to modify information!'; 37 $_['error_title'] = 'Information Title must be between 1 and 64 characters!'; 38 $_['error_description'] = 'Description must be more than 3 characters!'; 39 $_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!'; 40 $_['error_keyword'] = 'SEO URL already in use!'; 41 $_['error_unique'] = 'SEO URL must be unique!'; 42 $_['error_account'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store account terms!'; 43 $_['error_checkout'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store checkout terms!'; 44 $_['error_affiliate'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store affiliate terms!'; 45 $_['error_return'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store return terms!'; 46 $_['error_store'] = 'Warning: This information page cannot be deleted as it is currently used by %s stores!';