google_base.php (1131B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Google Base'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Google Base feed!'; 8 $_['text_edit'] = 'Edit Google Base'; 9 $_['text_import'] = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.'; 10 11 // Column 12 $_['column_google_category'] = 'Google Category'; 13 $_['column_category'] = 'Category'; 14 $_['column_action'] = 'Action'; 15 16 // Entry 17 $_['entry_google_category'] = 'Google Category'; 18 $_['entry_category'] = 'Category'; 19 $_['entry_data_feed'] = 'Data Feed Url'; 20 $_['entry_status'] = 'Status'; 21 22 // Error 23 $_['error_permission'] = 'Warning: You do not have permission to modify Google Base feed!'; 24 $_['error_upload'] = 'File could not be uploaded!'; 25 $_['error_filetype'] = 'Invalid file type!';