16 lines
563 B
PHP
16 lines
563 B
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Amazon USA';
|
||
|
$_['text_openbay'] = 'OpenBay Pro';
|
||
|
$_['text_dashboard'] = 'Amazon US Dashboard';
|
||
|
|
||
|
// Text
|
||
|
$_['text_heading_settings'] = 'Settings';
|
||
|
$_['text_heading_account'] = 'Change plan';
|
||
|
$_['text_heading_links'] = 'Item links';
|
||
|
$_['text_heading_register'] = 'Register here';
|
||
|
$_['text_heading_bulk_listing'] = 'Bulk listing';
|
||
|
$_['text_heading_stock_updates'] = 'Stock updates';
|
||
|
$_['text_heading_saved_listings'] = 'Saved listings';
|
||
|
$_['text_heading_bulk_linking'] = 'Bulk linking';
|