stock_status.php (744B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Stock Statuses'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified stock statuses!'; 7 $_['text_list'] = 'Stock Status List'; 8 $_['text_add'] = 'Add Stock Status'; 9 $_['text_edit'] = 'Edit Stock Status'; 10 11 // Column 12 $_['column_name'] = 'Stock Status Name'; 13 $_['column_action'] = 'Action'; 14 15 // Entry 16 $_['entry_name'] = 'Stock Status Name'; 17 18 // Error 19 $_['error_permission'] = 'Warning: You do not have permission to modify stock statuses!'; 20 $_['error_name'] = 'Stock Status Name must be between 3 and 32 characters!'; 21 $_['error_product'] = 'Warning: This stock status cannot be deleted as it is currently assigned to %s products!';