diff options
Diffstat (limited to 'public/admin/language/es-es/extension/payment/twocheckout.php')
-rw-r--r-- | public/admin/language/es-es/extension/payment/twocheckout.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/public/admin/language/es-es/extension/payment/twocheckout.php b/public/admin/language/es-es/extension/payment/twocheckout.php index 76c30dd..53384f2 100644 --- a/public/admin/language/es-es/extension/payment/twocheckout.php +++ b/public/admin/language/es-es/extension/payment/twocheckout.php @@ -1,29 +1,29 @@ <?php // Heading -$_['heading_title'] = '2Checkout'; +$_['heading_title'] = '2Checkout'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified 2Checkout account details!'; -$_['text_edit'] = 'Edit 2Checkout'; -$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Ha modificado los detalles de la cuenta 2Checkout!'; +$_['text_edit'] = 'Editar 2Checkout'; +$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>'; // Entry -$_['entry_account'] = '2Checkout Account ID'; -$_['entry_secret'] = 'Secret Word'; -$_['entry_display'] = 'Direct Checkout'; -$_['entry_test'] = 'Test Mode'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Order Status'; -$_['entry_geo_zone'] = 'Geo Zone'; -$_['entry_status'] = 'Status'; -$_['entry_sort_order'] = 'Sort Order'; +$_['entry_account'] = '2Checkout ID de Cuenta'; +$_['entry_secret'] = 'Palabra Secreta'; +$_['entry_display'] = 'Pago Directo'; +$_['entry_test'] = 'Modo de Prueba'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Estado del Pedido'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden'; // Help -$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_secret'] = 'La palabra secreta para confirmar las transacciones (debe ser la misma que la definida en la página de configuración de la cuenta del comerciante).'; +$_['help_total'] = 'El total de pago que debe alcanzar el pedido antes de que este método de pago se active.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify payment 2Checkout!'; -$_['error_account'] = 'Account No. Required!'; -$_['error_secret'] = 'Secret Word Required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el pago 2Checkout!'; +$_['error_account'] = 'Cuenta No. ¡Requerido!'; +$_['error_secret'] = '¡Palabra secreta requerida!'; |