[Vtigercrm-commits] [vtiger development] #6250: Fix en_us.lang.php
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Aug 14 00:30:15 EDT 2009
#6250: Fix en_us.lang.php
-----------------------------+----------------------------------------------
Reporter: nguyen.ngoc.han | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.1
Component: vtigercrm | Version: 5.1.0
Keywords: en_us.lang.php |
-----------------------------+----------------------------------------------
1> Add label AutoCreated to fix invoice status of module Module Invoice
{{{
'AutoCreated'=>'AutoCreated',
}}}
2> include en_us.lang.js
{{{
LBL_ADD_PICKLIST_VALUE:'Please provide atleast one new value to be added',
change to
LBL_ADD_PICKLIST_VALUE:'Please provide at least one new value to be
added',
}}}
3> Change
{{{
'VTLIB_LBL_CANNOT_UPGRADE'=>'Cannot updgrade!'
to
'VTLIB_LBL_CANNOT_UPGRADE'=>'Cannot upgrade!'
}}}
4> Add to fix language combobox for module Sales Order
{{{
'AutoCreated'=>'AutoCreated',
'Sent'=>'Sent',
'Credit Invoice'=>'Credit Invoice',
'Paid'=>'Paid',
}}}
5> Modified en_us.lang.php to fix language of module ServiceContacts
{{{
'Due Date' => 'Due Date',
}}}
to
{{{
'Due date' => 'Due Date',
}}}
6> Add label to fix Module Service
{{{
'--None--'=>'--None--',
'Installation'=>'Installation',
'Migration'=>'Migration',
'Customization'=>'Customization',
'Training'=>'Training',
}}}
7> Add label to fix Module PBX
{{{
'Call From'=>'Call From',
'Call To'=>'Call To',
'Time Of Call'=>'Time Of Call',
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6250>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list