57 lines
2.4 KiB
PHP
57 lines
2.4 KiB
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Manage listings';
|
||
|
|
||
|
// Text
|
||
|
$_['text_markets'] = 'Markets';
|
||
|
$_['text_openbay'] = 'OpenBay Pro';
|
||
|
$_['text_ebay'] = 'eBay';
|
||
|
$_['text_amazon'] = 'Amazon EU';
|
||
|
$_['text_amazonus'] = 'Amazon US';
|
||
|
$_['text_etsy'] = 'Etsy';
|
||
|
$_['text_status_all'] = 'All';
|
||
|
$_['text_status_ebay_active'] = 'eBay active';
|
||
|
$_['text_status_ebay_inactive'] = 'eBay not active';
|
||
|
$_['text_status_amazoneu_saved'] = 'Amazon EU saved';
|
||
|
$_['text_status_amazoneu_processing'] = 'Amazon EU processing';
|
||
|
$_['text_status_amazoneu_active'] = 'Amazon EU active';
|
||
|
$_['text_status_amazoneu_notlisted'] = 'Amazon EU not listed';
|
||
|
$_['text_status_amazoneu_failed'] = 'Amazon EU failed';
|
||
|
$_['text_status_amazoneu_linked'] = 'Amazon EU linked';
|
||
|
$_['text_status_amazoneu_notlinked'] = 'Amazon EU not linked';
|
||
|
$_['text_status_amazonus_saved'] = 'Amazon US saved';
|
||
|
$_['text_status_amazonus_processing'] = 'Amazon US processing';
|
||
|
$_['text_status_amazonus_active'] = 'Amazon US active';
|
||
|
$_['text_status_amazonus_notlisted'] = 'Amazon US not listed';
|
||
|
$_['text_status_amazonus_failed'] = 'Amazon US failed';
|
||
|
$_['text_status_amazonus_linked'] = 'Amazon US linked';
|
||
|
$_['text_status_amazonus_notlinked'] = 'Amazon US not linked';
|
||
|
$_['text_processing'] = 'Processing';
|
||
|
$_['text_category_missing'] = 'Missing category';
|
||
|
$_['text_variations'] = 'variations';
|
||
|
$_['text_variations_stock'] = 'stock';
|
||
|
$_['text_min'] = 'Min';
|
||
|
$_['text_max'] = 'Max';
|
||
|
$_['text_option'] = 'Option';
|
||
|
$_['text_list'] = 'Product List';
|
||
|
|
||
|
// Entry
|
||
|
$_['entry_title'] = 'Title';
|
||
|
$_['entry_model'] = 'Model';
|
||
|
$_['entry_manufacturer'] = 'Manufacturer';
|
||
|
$_['entry_status'] = 'Status';
|
||
|
$_['entry_status_marketplace'] = 'Marketplace status';
|
||
|
$_['entry_stock_range'] = 'Stock range';
|
||
|
$_['entry_category'] = 'Category';
|
||
|
$_['entry_populated'] = 'Populated';
|
||
|
$_['entry_sku'] = 'SKU';
|
||
|
$_['entry_description'] = 'Description';
|
||
|
|
||
|
// Button
|
||
|
$_['button_error_fix'] = 'Fix errors';
|
||
|
$_['button_amazon_eu_bulk'] = 'Amazon EU bulk upload';
|
||
|
$_['button_amazon_us_bulk'] = 'Amazon US bulk upload';
|
||
|
$_['button_ebay_bulk'] = 'eBay bulk upload';
|
||
|
|
||
|
// Error
|
||
|
$_['error_select_items'] = 'You must select at least 1 item to bulk list';
|