blob: a7490f3f4f8f17ef91af940b034522f8c20c792d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
// Heading
$_['heading_title'] = 'Fulfillment by Amazon';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Fulfillment by Amazon Dashboard';
// Text
$_['text_heading_settings'] = 'Settings';
$_['text_heading_account'] = 'Account/subscription';
$_['text_heading_fulfillments'] = 'Fulfillments';
$_['text_heading_register'] = 'Register here';
$_['text_heading_orders'] = 'Orders';
|