diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/ebay.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/public/admin/language/es-es/extension/openbay/ebay.php b/public/admin/language/es-es/extension/openbay/ebay.php index 498a45e..b2a4416 100644 --- a/public/admin/language/es-es/extension/openbay/ebay.php +++ b/public/admin/language/es-es/extension/openbay/ebay.php @@ -1,27 +1,27 @@ <?php // Heading -$_['heading_title'] = 'eBay'; -$_['text_openbay'] = 'OpenBay Pro'; -$_['text_dashboard'] = 'eBay Dashboard'; +$_['heading_title'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Tablero eBay'; // Text -$_['text_success'] = 'You have saved your changes to the eBay extension'; -$_['text_heading_settings'] = 'Settings'; -$_['text_heading_sync'] = 'Synchronise'; -$_['text_heading_subscription'] = 'Change plan'; -$_['text_heading_usage'] = 'Usage'; -$_['text_heading_links'] = 'Item links'; -$_['text_heading_item_import'] = 'Import items'; -$_['text_heading_order_import'] = 'Import orders'; -$_['text_heading_adds'] = 'Installed add-ons'; -$_['text_heading_summary'] = 'eBay summary'; -$_['text_heading_profile'] = 'Profiles'; -$_['text_heading_template'] = 'Templates'; -$_['text_heading_ebayacc'] = 'eBay account'; -$_['text_heading_register'] = 'Register here'; +$_['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'] = 'Could not load any suggested categories'; -$_['error_loading_catalog'] = 'eBay catalog search failed'; -$_['error_generic_fail'] = 'An unknown error just happened!'; -$_['error_no_products'] = 'No products found';
\ No newline at end of file +$_['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.'; |