Jump to content

Mailsubjebjects


Recommended Posts

I understand that you change the mailsubjects in lang.php, but how do you change subjects for mails that is not inside of lang.php , for example download_product.txt

<?php

global $_LANGMAIL;
$_LANGMAIL = array();
$_LANGMAIL['Your new admin password'] = 'Ditt nya admin lösenord';
$_LANGMAIL['Your password'] = 'Ditt lösenord';
$_LANGMAIL['Welcome!'] = 'Välkommen!';
$_LANGMAIL['Order confirmation'] = 'Orderbekräftelse';
$_LANGMAIL['Message from contact form'] = 'Meddelande från kontaktformulär';
$_LANGMAIL['My personal informations'] = 'Min privata information';
$_LANGMAIL['Message from a customer'] = 'Meddelande från kund';
$_LANGMAIL['Awaiting bank wire payment'] = 'Information om betalning';

?>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...