etsy.php (601B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Etsy'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_dashboard'] = 'Etsy Dashboard'; 6 7 // Messages 8 $_['text_success'] = 'You have saved your changes to the Etsy extension'; 9 $_['text_heading_settings'] = 'Settings'; 10 $_['text_heading_sync'] = 'Synchronise'; 11 $_['text_heading_register'] = 'Register here'; 12 $_['text_heading_products'] = 'Item links'; 13 $_['text_heading_listings'] = 'Etsy listings'; 14 15 // Errors 16 $_['error_generic_fail'] = 'An unknown error just happened!'; 17 $_['error_permission'] = 'You do not have permission to Etsy settings';