diff options
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/amazon_subscription.php')
-rw-r--r-- | public/admin/language/en-gb/extension/openbay/amazon_subscription.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/amazon_subscription.php b/public/admin/language/en-gb/extension/openbay/amazon_subscription.php new file mode 100644 index 0000000..65a4392 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_subscription.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon EU'; + +// Text +$_['text_current_plan'] = 'Current plan'; +$_['text_register_invite'] = 'Don\'t have your API details yet?'; +$_['text_available_plans'] = 'Available plans'; +$_['text_listings_remaining'] = 'Listings remaining'; +$_['text_listings_reserved'] = 'Products being processed'; +$_['text_account_status'] = 'Account status'; +$_['text_merchantid'] = 'Merchant ID'; +$_['text_change_merchantid'] = 'Change'; +$_['text_allowed'] = 'Allowed'; +$_['text_not_allowed'] = 'Not Allowed'; +$_['text_price'] = 'Price'; +$_['text_name'] = 'Name'; +$_['text_description'] = 'Description'; +$_['text_order_frequency'] = 'Order import frequency'; +$_['text_bulk_listing'] = 'Bulk Listing'; +$_['text_product_listings'] = 'Listings per month'; + +// Columns +$_['column_name'] = 'Name'; +$_['column_description'] = 'Description'; +$_['column_order_frequency'] = 'Order import frequency'; +$_['column_bulk_listing'] = 'Bulk Listing'; +$_['column_product_listings'] = 'Listings per month'; +$_['column_price'] = 'Price'; + +// Buttons +$_['button_change_plan'] = 'Change plan'; +$_['button_register'] = 'Register';
\ No newline at end of file |