| Previous topic :: Next topic |
| Author |
Message |
mrmagic
Joined: 08 Jan 2007
Posts: 25
|
| Posted: Thu Mar 22, 2007 10:20 pm Post subject: E-mail notifications translation - How can I do this? |
|
|
Hello again,
I need to translate the e-mail notifications, that the users get when the have some Vtiger activity or task. There are also some other notifications, for example when a new Account is assigned to the user and so on, which I also want to translate.
I have managed to find some of the strings and to change them, but I can not find all of them. Where is the code, generating this massages stored and what is your suggestion for my problem? |
|
| Back to top |
|
joebordes
Joined: 18 Aug 2006
Posts: 1101
Location: Alicante/Valencia, Spain
|
| Posted: Fri Mar 23, 2007 12:04 am Post subject: Re: E-mail notifications translation - How can I do this? |
|
|
Hi,
I think what you are looking for is in cron/initimateTask.php or something like that.
Regards, Joe
TSolucio |
|
| Back to top |
|
jamesmoey
Joined: 12 Aug 2005
Posts: 139
Location: Sydney, Australia
|
| Posted: Fri Mar 23, 2007 12:56 am Post subject: Re: E-mail notifications translation - How can I do this? |
|
|
email notifications code are located at include/utils/CommonUtils.php. Method name is sendNotificationToOwner.
good luck |
|
| Back to top |
|
Nithya Chandar
Joined: 29 Sep 2006
Posts: 228
|
| Posted: Fri Mar 23, 2007 5:15 am Post subject: Re: E-mail notifications translation - How can I do this? |
|
|
Added to WiKi. Thank you.
Regards
Nithya
nithya@vtiger.com |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 406
Location: Czech rep.
|
| Posted: Fri Mar 23, 2007 8:47 am Post subject: Re: E-mail notifications translation - How can I do this? |
|
|
Hi,
thats not valid for latest SVN.
http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?group=status&summary=%7ENotification+email&milestone=5.0.3&order=priority
Thanks & regards
LN |
|
| Back to top |
|
| |