aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/openbay/ebay_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay_edit.php')
-rw-r--r--public/admin/language/es-es/extension/openbay/ebay_edit.php56
1 files changed, 56 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/openbay/ebay_edit.php b/public/admin/language/es-es/extension/openbay/ebay_edit.php
new file mode 100644
index 0000000..947d453
--- /dev/null
+++ b/public/admin/language/es-es/extension/openbay/ebay_edit.php
@@ -0,0 +1,56 @@
+<?php
+// Heading
+$_['heading_title'] = 'Revise eBay listing';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_ebay'] = 'eBay';
+
+// Tab
+$_['tab_recommendations'] = 'Recommendations';
+
+// Text
+$_['text_revise'] = 'Revise listing';
+$_['text_loading'] = 'Getting item information from eBay';
+$_['text_error_loading'] = 'There was an error getting the information from eBay';
+$_['text_saved'] = 'Listing has been saved';
+$_['text_alert_removed'] = 'The listing has been unlinked';
+$_['text_alert_ended'] = 'The listing has been ended on eBay';
+$_['text_listing_info'] = 'Listing information';
+$_['text_check_recommendations'] = 'Checking for eBay listing recommendations';
+$_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!';
+
+// Buttons
+$_['button_view'] = 'View listing';
+$_['button_remove'] = 'Remove link';
+$_['button_end'] = 'End listing';
+$_['button_retry'] = 'Retry';
+
+// Entry
+$_['entry_title'] = 'Title';
+$_['entry_price'] = 'Selling price (Includes any tax)';
+$_['entry_stock_store'] = 'Local stock';
+$_['entry_stock_listed'] = 'eBay stock';
+$_['entry_stock_reserve'] = 'Reserve level';
+$_['entry_stock_matrix_active'] = 'Stock matrix (active)';
+$_['entry_stock_matrix_inactive'] = 'Stock matrix (inactive)';
+
+// Column
+$_['column_sku'] = 'SKU';
+$_['column_stock_listed'] = 'Listed';
+$_['column_stock_reserve'] = 'Reserve';
+$_['column_stock_total'] = 'In stock';
+$_['column_price'] = 'Price';
+$_['column_status'] = 'Active';
+$_['column_add'] = 'Add';
+$_['column_combination'] = 'Combination';
+
+// Help
+$_['help_stock_store'] = 'This is the level of stock on in OpenCart';
+$_['help_stock_listed'] = 'This is the current level of stock on eBay';
+$_['help_stock_reserve'] = 'This is the maximum level of stock on eBay (0 = no reserve limit)';
+
+// Error
+$_['error_ended'] = 'The linked listing has ended, you are unable to edit it. You should remove the link.';
+$_['error_reserve'] = 'You cannot set the reserve higher than the local stock';
+$_['error_no_sku'] = 'No SKU found!';
+$_['error_no_item_id'] = 'Item ID is missing from the request';
+$_['error_recommendations_load'] = 'Unable to load item recommendations'; \ No newline at end of file