diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-22 19:01:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-22 19:01:23 -0500 |
commit | 667ee7931b8476e74cc3c3b3d4130c6c6e8f68ac (patch) | |
tree | 9602c9ad100e7a385fd87fbc43e73a12c72cfdbc | |
parent | 49aaa94519b05f97bc27244ce7183d4a4620cfbe (diff) | |
download | librecart-667ee7931b8476e74cc3c3b3d4130c6c6e8f68ac.tar.lz librecart-667ee7931b8476e74cc3c3b3d4130c6c6e8f68ac.tar.xz librecart-667ee7931b8476e74cc3c3b3d4130c6c6e8f68ac.zip |
more translate spanish
-rw-r--r-- | public/admin/language/es-es/extension/payment/authorizenet_aim.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/admin/language/es-es/extension/payment/authorizenet_aim.php b/public/admin/language/es-es/extension/payment/authorizenet_aim.php index 1517706..b737af3 100644 --- a/public/admin/language/es-es/extension/payment/authorizenet_aim.php +++ b/public/admin/language/es-es/extension/payment/authorizenet_aim.php @@ -3,13 +3,13 @@ $_['heading_title'] = 'Authorize.Net (AIM)'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified Authorize.Net (AIM) account details!'; -$_['text_edit'] = 'Edit Authorize.Net (AIM)'; -$_['text_test'] = 'Test'; -$_['text_live'] = 'Live'; -$_['text_authorization'] = 'Authorization'; -$_['text_capture'] = 'Capture'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Ha modificado los detalles de la cuenta Authorize.Net (AIM)!'; +$_['text_edit'] = 'Editar Authorize.Net (AIM)'; +$_['text_test'] = 'Prueba'; +$_['text_live'] = 'Vivo'; +$_['text_authorization'] = 'Autorización'; +$_['text_capture'] = 'Capturar'; $_['text_authorizenet_aim'] = '<a onclick="window.open(\'http://reseller.authorize.net/application/?id=5561142\');"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; // Entry |