18 lines
703 B
PHP
18 lines
703 B
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Amazon USA';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_dashboard'] = 'Amazon US Dashboard';
|
|
|
|
// Text
|
|
$_['text_heading_settings'] = 'Настройки';
|
|
$_['text_heading_account'] = 'Change plan';
|
|
$_['text_heading_links'] = 'Item links';
|
|
$_['text_heading_register'] = 'Регистрация';
|
|
$_['text_heading_bulk_listing'] = 'Bulk listing';
|
|
$_['text_heading_stock_updates'] = 'Stock updates';
|
|
$_['text_heading_saved_listings'] = 'Saved listings';
|
|
$_['text_heading_bulk_linking'] = 'Bulk linking'; |