blob: 1d59c55692dc8eb913859d9e5835bfa6eb2d6c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';
// Text
$_['text_openbay'] = 'Multi marketplace integration';
$_['text_ebay'] = 'eBay is a multi-billion dollar market place that allows business or private sellers to auction and retail goods online. Available to sellers worldwide.';
$_['text_amazon'] = 'Amazon Marketplace a fixed-price online marketplace allowing sellers to offer new and used items alongside Amazon\'s regular retail service.';
// Button
$_['button_register'] = 'Register';
$_['button_register_eu'] = 'Register Europe';
$_['button_register_us'] = 'Register USA';
|