blob: b23df14a0eec647d3a10da6d2002254a326f9e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Heading
$_['heading_title'] = 'Amazon USA';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Tablero Amazon US';
// Text
$_['text_heading_settings'] = 'Configuraciones';
$_['text_heading_account'] = 'Cambio de plan';
$_['text_heading_links'] = 'Enlaces de artículos';
$_['text_heading_register'] = 'Registrar aquí';
$_['text_heading_bulk_listing'] = 'Listado masivo';
$_['text_heading_stock_updates'] = 'Actualizaciones de stock';
$_['text_heading_saved_listings'] = 'Listas guardadas';
$_['text_heading_bulk_linking'] = 'Enlace masivo';
|