ebay_template.php (914B)
1 <?php 2 // Headings 3 $_['heading_title'] = 'Listing templates'; 4 $_['text_ebay'] = 'eBay'; 5 $_['text_openbay'] = 'OpenBay Pro'; 6 7 // Columns 8 $_['column_name'] = 'Template name'; 9 $_['column_action'] = 'Action'; 10 11 // Entry 12 $_['entry_template_name'] = 'Name'; 13 $_['entry_template_html'] = 'HTML'; 14 15 // Text 16 $_['text_added'] = 'New template has been added'; 17 $_['text_updated'] = 'Template has been updated'; 18 $_['text_deleted'] = 'Template has been deleted'; 19 $_['text_confirm_delete'] = 'Are you sure you want to delete the template?'; 20 $_['text_list'] = 'Template list'; 21 $_['text_add'] = 'Add profile'; 22 $_['text_edit'] = 'Edit profile'; 23 24 // Error 25 $_['error_name'] = 'You must enter a template name'; 26 $_['error_permission'] = 'You do not have permission to edit templates'; 27 $_['error_no_template'] = 'Template ID does not exist';