diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay_orders.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/ebay_orders.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/admin/language/es-es/extension/openbay/ebay_orders.php b/public/admin/language/es-es/extension/openbay/ebay_orders.php index 58bbd3d..66cce66 100644 --- a/public/admin/language/es-es/extension/openbay/ebay_orders.php +++ b/public/admin/language/es-es/extension/openbay/ebay_orders.php @@ -1,21 +1,21 @@ <?php // Heading -$_['heading_title'] = 'Import orders'; -$_['text_openbay'] = 'OpenBay Pro'; -$_['text_ebay'] = 'eBay'; +$_['heading_title'] = 'Pedidos de importación'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; // Buttons $_['button_pull_orders'] = 'Start'; // Entry -$_['entry_pull_orders'] = 'Pull new orders'; +$_['entry_pull_orders'] = 'Actualice nuevos pedidos'; // Text -$_['text_sync_pull_notice'] = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.'; -$_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes'; -$_['text_complete'] = 'Import requested'; -$_['text_failed'] = 'Failed to load'; -$_['text_pull'] = 'Request a manual import'; +$_['text_sync_pull_notice'] = 'Esto generará nuevos pedidos desde la última verificación automática. Si acaba de instalar, se establecerá de forma predeterminada en las últimas 24 horas.'; +$_['text_ajax_orders_import'] = 'Cualquier pedido nuevo debe aparecer dentro de unos minutos.'; +$_['text_complete'] = 'Importación solicitada'; +$_['text_failed'] = 'Falló al cargar'; +$_['text_pull'] = 'Solicitar una importación manual'; // Errors -$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file +$_['error_validation'] = 'Necesitas registrarte para obtener tu API y habilitar el módulo.'; |