aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/openbay/amazonus_settings.php
blob: 3da1274315952380e22af8946428ef3d6ea4a7c7 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
// Heading
$_['heading_title']               = 'Configuraciones del Mercado';
$_['text_openbay']                = 'OpenBay Pro';
$_['text_amazon']                 = 'Amazon US';
$_['text_edit']                   = 'Editar la configuración de Amazon USA.';

// Text
$_['text_api_status']             = 'Estado de conexión API';
$_['text_api_ok']                 = 'Conexión OK, Autenticación OK';
$_['text_api_auth_error']         = 'Conexión OK, Autenticación Falló';
$_['text_api_error']              = 'Error de conexión';
$_['text_order_statuses']         = 'Estados de pedido';
$_['text_unshipped']              = 'No enviado';
$_['text_partially_shipped']      = 'Parcialmente Enviado';
$_['text_shipped']                = 'Enviado';
$_['text_canceled']               = 'Cancelado';
$_['text_other']                  = 'Otro';
$_['text_marketplaces']           = 'Marketplaces';
$_['text_settings_updated']       = 'La configuración se actualizó correctamente.';
$_['text_new']                    = 'Nuevo';
$_['text_used_like_new']          = 'Usado - Como Nuevo';
$_['text_used_very_good']         = 'Usado - Muy Bueno';
$_['text_used_good']              = 'Usado - Bueno';
$_['text_used_acceptable']        = 'Usado - Aceptable';
$_['text_collectible_like_new']   = 'Coleccionable - Como nuevo';
$_['text_collectible_very_good']  = 'Coleccionable - Muy bueno';
$_['text_collectible_good']       = 'Coleccionable - bueno';
$_['text_collectible_acceptable'] = 'Coleccionable - Aceptable';
$_['text_refurbished']            = 'Reconstruido';
$_['text_register_banner']        = 'Haga clic aquí si necesita registrarse para una cuenta';

// Error
$_['error_permission']            = 'No tienes acceso a este módulo';

// Entry
$_['entry_status']                = 'Estado';
$_['entry_token']                 = 'Token API';
$_['entry_encryption_key']        = 'Encryption key 1';
$_['entry_encryption_iv']         = 'Encryption key 2';
$_['entry_import_tax']            = 'Impuesto por artículos importados';
$_['entry_customer_group']        = 'Grupo de Clientes';
$_['entry_tax_percentage']        = 'Porcentaje agregado al precio predeterminado del producto';
$_['entry_default_condition']     = 'Tipo de condición de producto predeterminado';
$_['entry_notify_admin']          = 'Notificar al administrador del nuevo pedido';
$_['entry_default_shipping']      = 'Envío predeterminado';

// Tabs
$_['tab_settings']                = 'Detalles de la API';
$_['tab_listing']                 = 'Listas';
$_['tab_orders']                  = 'Pedidos';

// Help
$_['help_import_tax']             = 'Se usa si Amazon no devuelve información fiscal';
$_['help_customer_group']         = 'Seleccione un grupo de clientes para asignar a pedidos importados';
$_['help_default_shipping']       = 'Se utiliza como la opción preseleccionada en la actualización de pedidos masivos';
$_['help_tax_percentage']         = 'Porcentaje agregado al precio predeterminado del producto';