<?php

$_['heading_title'] = 'Amazon US listing';

/* Headers, tab names */
$_['item_links_header_text'] = 'Item links';
$_['quick_listing_header_text'] = 'Quick listing';
$_['advanced_listing_header_text'] = 'Advanced listing';
$_['saved_heder_text'] = 'Saved listings';


$_['item_links_tab_text'] = 'Item links';
$_['quick_listing_tab_text'] = 'Quick listing';
$_['advanced_listing_tab_text'] = 'Advanced listing';
$_['saved_tab_text'] = 'Saved listings';

$_['text_error_connecting'] = 'Warning: There was problem connecting to Welford Media API servers. Please check your OpenBay Pro Amazon US extension settings. If the problem persists, please contact Welford support.';

/* Quick/advanced listing tabs */
$_['quick_listing_description'] = 'Use this method when matching product already exist in Amazon catalogue. Matching is found by Amazon using Standard product id (ASIN, ISBN, UPS, EAN)';
$_['advanced_listing_description'] = 'Use this method to create new listings on Amazon US.';
$_['listing_row_text'] = 'Listing for product:';
$_['already_saved_text'] = 'This product is already in saved listings. Click edit if you want to revise.';
$_['save_button_text'] = 'Save';
$_['cancel_button_text'] = 'Cancel';
$_['field_required_text'] = 'This field is required!';
$_['not_saved_text'] = 'Listing was not saved. Check your input.';
$_['chars_over_limit_text'] = 'characters over limit.';
$_['minimum_length_text'] = 'Minimum length is';
$_['characters_text'] = 'characters';
$_['delete_confirm_text'] = 'Are you sure?';

$_['clear_image_text'] = 'Clear';
$_['browse_image_text'] = 'Browse';

$_['category_selector_field_text'] = 'Amazon category:';

/* Item links tab */
$_['item_links_description'] = 'Here you can add and edit product links to already existing Amazon items without listing them from OpenCart. This will allow stock control between enabled marketplaces. If you have openStock installed - this will also allow you to link item options to individual Amazon SKUs. (Uploading products from OpenCart to Amazon will automaticaly add links)';
$_['new_link_table_name'] = 'New link'; 
$_['new_link_product_column'] = 'Product';
$_['new_link_sku_column'] = 'SKU';
$_['new_link_amazonus_sku_column'] = 'Amazon item SKU';
$_['new_link_action_column'] = 'Action';

$_['item_links_table_name'] = 'Item links'; 


/* Marketplaces */
$_['marketplaces_field_text'] = 'Marketplace';
$_['marketplaces_help'] = 'You can choose default marketplace in Amazon US extension settings.';


/* Saved listings tab */
$_['saved_listings_description'] = 'This is the list of product listings which are saved locally and ready to be uploaded to Amazon US. Click upload to post.';
$_['actions_edit_text'] = 'Edit';
$_['actions_remove_text'] = 'Remove';
$_['upload_button_text'] = 'Upload';

$_['name_column_text'] = 'Name';
$_['model_column_text'] = 'Model';
$_['sku_column_text'] = 'SKU';
$_['amazonus_sku_column_text'] = 'Amazon item SKU';
$_['actions_column_text'] = 'Action';
$_['uploaded_alert_text'] = 'Saved listing(s) uploaded!';


/* ITEM LINKS */
$_['links_header_text'] = 'Link items';
$_['links_desc1_text'] = 'Linking your items will allow for stock control on your Amazon US listings.<br /> For each item that is updated the local stock (the stock available in your OpenCart store) will update your Amazon listing';
$_['links_desc2_text'] = 'You can link items manualy by entering Amazon SKU and product name or load all unlinked products and then enter Amazon SKUs. (Uploading products from OpenCart to Amazon will automaticaly add links)';
$_['links_load_btn_text'] = 'Load';
$_['links_new_link_text'] = 'New link';
$_['links_autocomplete_product_text'] = 'Product<span class="help">(Autocomplete from name)</span>';
$_['links_amazonus_sku_text'] = 'Amazon item SKU';
$_['links_action_text'] = 'Action';
$_['links_add_text'] = 'Add';
$_['links_add_sku_tooltip'] = 'Add another sku';
$_['links_remove_text'] = 'Remove';
$_['links_linked_items_text'] = 'Linked items';
$_['links_unlinked_items_text'] = 'Unlinked items';
$_['links_name_text'] = 'Name';
$_['links_model_text'] = 'Model';
$_['links_sku_text'] = 'SKU';
$_['links_amazonus_sku_text'] = 'Amazon item SKU';
$_['links_sku_empty_warning'] = 'Amazon SKU can not be empty!';
$_['links_name_empty_warning'] = 'Product name can not be empty!';
$_['links_product_warning'] = 'Product does not exist. Please use autocomplete values.';
