diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
commit | 81318a49b179e1e1b95bc8db70714f2b7d30d5f9 (patch) | |
tree | aee273a42fba526cf410fe9f937b6a0e87aa51bc /public/catalog/language/es-es/extension/payment/laybuy.php | |
parent | c8a62c62664ff90160c505f65b9404242d23758b (diff) | |
download | librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.lz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.xz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.zip |
completed catalog to spanish
Diffstat (limited to 'public/catalog/language/es-es/extension/payment/laybuy.php')
-rw-r--r-- | public/catalog/language/es-es/extension/payment/laybuy.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/public/catalog/language/es-es/extension/payment/laybuy.php b/public/catalog/language/es-es/extension/payment/laybuy.php index c918ffa..93fbd12 100644 --- a/public/catalog/language/es-es/extension/payment/laybuy.php +++ b/public/catalog/language/es-es/extension/payment/laybuy.php @@ -1,29 +1,29 @@ <?php // Heading -$_['heading_title'] = 'Please Choose Your Payment Plan'; +$_['heading_title'] = 'Por favor elija su plan de pago'; // Text -$_['text_title'] = 'PUT IT ON LAY-BUY powered by PayPal'; -$_['text_plan_preview'] = 'Plan Preview'; -$_['text_payment'] = 'Payment'; -$_['text_due_date'] = 'Due Date'; -$_['text_amount'] = 'Amount'; -$_['text_downpayment'] = 'Down Payment'; -$_['text_today'] = 'Today'; -$_['text_delivery_msg'] = 'Your goods/services will be delivered once your final payment has been received.'; -$_['text_fee_msg'] = 'A 0.9% admin fee is payable to Lay-Buys.com.'; -$_['text_month'] = 'Month'; -$_['text_months'] = 'Months'; -$_['text_status_1'] = 'Pending'; -$_['text_status_5'] = 'Completed'; -$_['text_status_7'] = 'Canceled'; -$_['text_status_50'] = 'Revise Requested'; -$_['text_status_51'] = 'Revised'; -$_['text_comment'] = 'Updated by Lay-Buy'; +$_['text_title'] = 'PÓNGALO EN LAY-BUY con tecnología de PayPal'; +$_['text_plan_preview'] = 'Vista previa del plan'; +$_['text_payment'] = 'Pago'; +$_['text_due_date'] = 'Fecha de Vencimiento'; +$_['text_amount'] = 'Monto'; +$_['text_downpayment'] = 'Pago Inicial'; +$_['text_today'] = 'Hoy'; +$_['text_delivery_msg'] = 'Sus bienes/servicios serán entregados una vez que se haya recibido su pago final.'; +$_['text_fee_msg'] = 'Se paga una tarifa administrativa del 0.9% a Lay-Buys.com.'; +$_['text_month'] = 'Mes'; +$_['text_months'] = 'Meses'; +$_['text_status_1'] = 'Pendiente'; +$_['text_status_5'] = 'Completado'; +$_['text_status_7'] = 'Cancelado'; +$_['text_status_50'] = 'Revisar solicitado'; +$_['text_status_51'] = 'Revisado'; +$_['text_comment'] = 'Actualizado por Lay-Buy'; // Entry -$_['entry_initial'] = 'Initial Payment'; -$_['entry_months'] = 'Months'; +$_['entry_initial'] = 'Pago Inicial'; +$_['entry_months'] = 'Meses'; // Button -$_['button_confirm'] = 'Confirm Order';
\ No newline at end of file +$_['button_confirm'] = 'Confirmar Pedido'; |