diff options
Diffstat (limited to 'public/admin/language/es-es/mail/transaction.php')
-rw-r--r-- | public/admin/language/es-es/mail/transaction.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/admin/language/es-es/mail/transaction.php b/public/admin/language/es-es/mail/transaction.php index d111391..ed2e9b3 100644 --- a/public/admin/language/es-es/mail/transaction.php +++ b/public/admin/language/es-es/mail/transaction.php @@ -1,6 +1,6 @@ <?php // Text -$_['text_subject'] = '%s - Affiliate Credit'; -$_['text_received'] = 'You have received %s credit!'; -$_['text_total'] = 'Your total amount of credit is now %s.'; -$_['text_credit'] = 'Your account credit can deducted from your next purchase.';
\ No newline at end of file +$_['text_subject'] = '%s - Crédito de Afiliado'; +$_['text_received'] = '¡Has recibido %s de crédito!'; +$_['text_total'] = 'Su cantidad total de crédito ahora es %s.'; +$_['text_credit'] = 'El crédito de su cuenta puede deducirse de su próxima compra.'; |