[Vtigercrm-commits] [vtiger development] #4086: i18n and date issue at activity history
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Jul 18 04:30:02 EDT 2007
#4086: i18n and date issue at activity history
-----------------------+----------------------------------------------------
Reporter: frankpie | Owner: developer
Type: patch | Status: new
Priority: minor | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.3
Keywords: |
-----------------------+----------------------------------------------------
the display of the activi[[BR]]
ty history does not tranlate and the dates are displayed always in the US
format. To fix this RelatedListView.php (file attached) and the language
files must be modified. Add to each module that displays activity history
the following to the language files:[[BR]]
'Planned'=>'Planned',[[BR]]
'Held'=>'Held',[[BR]]
'Not Held'=>'Not Held',[[BR]]
'Call'=>'Call',[[BR]]
'Meeting'=>'Meeting',[[BR]]
'Task'=>'Task',[[BR]]
'Completed'=>'Completed',[[BR]]
'Deferred'=>'Deferred',[[BR]]
'Not Started'=>'Not Started',[[BR]]
'In Progress'=>'In Progress',[[BR]]
'Pending Input'=>'Pending Input',[[BR]]
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4086>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list