blob: b2a4416e645e5496832c7d013627261a4f7f21b0 (
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
|
<?php
// Heading
$_['heading_title'] = 'eBay';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Tablero eBay';
// Text
$_['text_success'] = 'Has guardado tus cambios en la extensión de eBay';
$_['text_heading_settings'] = 'Configuraciones';
$_['text_heading_sync'] = 'Sincronizar';
$_['text_heading_subscription'] = 'Cambio de plan';
$_['text_heading_usage'] = 'Uso';
$_['text_heading_links'] = 'Enlaces de artículos';
$_['text_heading_item_import'] = 'Importar artículos';
$_['text_heading_order_import'] = 'Importar pedidos';
$_['text_heading_adds'] = 'Complementos instalados';
$_['text_heading_summary'] = 'Resumen de eBay';
$_['text_heading_profile'] = 'Perfiles';
$_['text_heading_template'] = 'Plantillas';
$_['text_heading_ebayacc'] = 'Cuenta de eBay';
$_['text_heading_register'] = 'Registrar aquí';
// Error
$_['error_category_nosuggestions'] = 'No se pudieron cargar las categorías sugeridas.';
$_['error_loading_catalog'] = 'La búsqueda en el catálogo de eBay falló';
$_['error_generic_fail'] = 'Un error desconocido acaba de suceder!';
$_['error_no_products'] = 'No se encontraron productos.';
|