Ola Carlos, On Mon, May 22, 2006 at 05:39:50PM -0500, Carlos A. Cardona Gomez wrote: > I am using ORTS in spanish, but i still get the english sentence Sent > new password to: [EMAIL PROTECTED] when i request for a new > password in the login page. I tried to translate this sentence in the > /otrs/Kernel/Language/es.pl file but i didn't find it. ¿Can anyone > tell me how can i translate it?
See Kernel/Config/Defaults.pm. There you can finde the both
configuration params
$Self->{NotificationSubjectLostPassword} = 'New OTRS Password!';
$Self->{NotificationBodyLostPassword} = "
Hi <OTRS_USERFIRSTNAME>,
you or someone impersonating you has requested to change your OTRS
password.
New Password: <OTRS_NEWPW>
<OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>index.pl
Your OTRS Notification Master
";
Just copy these settings to Kernel/Config.pm and change them to your
needs.
> Carlos Andrés Cardona
Adios,
Christian
--
((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing
Fon: +49 (0) 9421 1862 760 :: Fax: +49 (0) 9421 1862 769
http://www.otrs.com/ :: Communication with success!
signature.asc
Description: Digital signature
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
