diff options
Diffstat (limited to 'public/admin/language/es-es/extension/payment/divido.php')
-rw-r--r-- | public/admin/language/es-es/extension/payment/divido.php | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/public/admin/language/es-es/extension/payment/divido.php b/public/admin/language/es-es/extension/payment/divido.php index 269e1c1..57b7de1 100644 --- a/public/admin/language/es-es/extension/payment/divido.php +++ b/public/admin/language/es-es/extension/payment/divido.php @@ -4,39 +4,39 @@ $_['heading_title'] = 'Divido'; // Text $_['text_divido'] = '<a href="http://divido.com" target="_blank"><img src="view/image/payment/divido.png"></a>'; -$_['text_edit'] = 'Edit Divido'; -$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Editar Divido'; +$_['text_extension'] = 'Extensiones'; $_['text_order_info'] = 'Divido info'; -$_['text_success'] = 'Success: You have modified the Divido module'; +$_['text_success'] = 'Éxito: ha modificado el módulo Divido'; $_['text_proposal_id'] = 'Proposal ID'; $_['text_application_id'] = 'Application ID'; -$_['text_deposit_amount'] = 'Deposit amount'; +$_['text_deposit_amount'] = 'Cantidad del depósito'; // Entry -$_['entry_order_status'] = 'Order status when approved'; -$_['entry_sort_order'] = 'Sort order'; -$_['entry_status'] = 'Status'; +$_['entry_order_status'] = 'Estado del pedido cuando se aprueba'; +$_['entry_sort_order'] = 'Ordenar Pedido'; +$_['entry_status'] = 'Estado'; $_['entry_api_key'] = 'API-key'; -$_['entry_title'] = 'Title'; -$_['entry_productselection'] = 'Product selection'; -$_['entry_planselection'] = 'Show default plan'; -$_['entry_planlist'] = 'Plans'; -$_['entry_plans_options_all'] = 'Show all plans'; -$_['entry_plans_options_selected'] = 'Select default plans'; -$_['entry_products_options_all'] = 'All products'; -$_['entry_products_options_selected'] = 'Only selected products'; -$_['entry_products_options_threshold'] = 'All products above a defined price'; -$_['entry_price_threshold'] = 'Product price threshold'; -$_['entry_cart_threshold'] = 'Cart total threshold'; -$_['entry_threshold_list'] = 'Plan thresholds'; -$_['entry_category'] = 'Categories'; +$_['entry_title'] = 'Título'; +$_['entry_productselection'] = 'Selección de producto'; +$_['entry_planselection'] = 'Mostrar plan predeterminado'; +$_['entry_planlist'] = 'Planes'; +$_['entry_plans_options_all'] = 'Mostrar todos los planes'; +$_['entry_plans_options_selected'] = 'Seleccionar planes predeterminados'; +$_['entry_products_options_all'] = 'Todos los productos'; +$_['entry_products_options_selected'] = 'Solo productos seleccionados'; +$_['entry_products_options_threshold'] = 'Todos los productos por encima de un precio definido.'; +$_['entry_price_threshold'] = 'Umbral de precio del producto'; +$_['entry_cart_threshold'] = 'Umbral total del carrito'; +$_['entry_threshold_list'] = 'Planes de Umbral'; +$_['entry_category'] = 'Categorias'; // Help -$_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)'; -$_['help_status'] = 'Status of the payment method'; -$_['help_order_status'] = 'Status of the order when lender has approved'; -$_['help_title'] = 'Title of the payment option, shown in checkout'; -$_['help_planselection'] = 'Choose whether to manually select plans or show the default set'; -$_['help_productselection'] = 'Select what products are available on finance'; -$_['help_category'] = 'Limit what categories where financing is available'; -$_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available';
\ No newline at end of file +$_['help_api_key'] = 'Llave que te identifica con Divido (obtenido de Divido)'; +$_['help_status'] = 'Estado del método de pago.'; +$_['help_order_status'] = 'Estado de la orden cuando el prestamista ha aprobado'; +$_['help_title'] = 'Título de la opción de pago, que se muestra en la caja'; +$_['help_planselection'] = 'Elija si desea seleccionar planes manualmente o mostrar el conjunto predeterminado'; +$_['help_productselection'] = 'Seleccione qué productos están disponibles en finanzas'; +$_['help_category'] = 'Limite las categorías donde hay financiamiento disponible'; +$_['help_cart_threshold'] = 'Límite inferior estricto en la cantidad del carrito para que Divido esté disponible'; |