blob: fcdf486327762c4db92ec767979c4ec83d3b19fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?php
// Heading
$_['heading_title'] = 'Suscripción';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// Text
$_['text_current_plan'] = 'Plan actual';
$_['text_register_invite'] = '¿Todavía no tienes los detalles de tu API?';
$_['text_available_plans'] = 'Planes disponibles';
$_['text_listings_remaining'] = 'Listados restantes';
$_['text_listings_reserved'] = 'Productos procesados';
$_['text_account_status'] = 'Estado de la cuenta';
$_['text_merchantid'] = 'Merchant ID';
$_['text_change_merchantid'] = 'Cambio';
$_['text_allowed'] = 'Permitido';
$_['text_not_allowed'] = 'No Permitido';
$_['text_price'] = 'Precio';
$_['text_name'] = 'Nombre';
$_['text_description'] = 'Descripción';
$_['text_order_frequency'] = 'Frecuencia de importación de pedidos';
$_['text_bulk_listing'] = 'Listado masivo';
$_['text_product_listings'] = 'Listados por mes';
// Columns
$_['column_name'] = 'Nombre';
$_['column_description'] = 'Descripción';
$_['column_order_frequency'] = 'Frecuencia de importación de pedidos';
$_['column_bulk_listing'] = 'Listado masivo';
$_['column_product_listings'] = 'Listados por mes';
$_['column_price'] = 'Precio';
// Buttons
$_['button_change_plan'] = 'Cambiar de Plan';
$_['button_register'] = 'Registro';
|