| Previous topic :: Next topic |
| Author |
Message |
vipart
Joined: 11 Jan 2008
Posts: 46
Location: Vilnius, Lithuania
|
| Posted: Fri Jan 11, 2008 2:29 pm Post subject: Cannot delete account |
|
|
I am translating vTiger to Lithuanian language and while I'm in Lithuanian language I cannot delete any account (Sales > Accounts) checking the checkbox near Account name and pressing "Delete" button because javascript popup window asking "Deleting this account(s) will remove its related Potentials,Quotes,Sales Orders & Invoice. Are you sure you want to delete the selected..." doesn't show up.
I have checked if that line in lithuanian language file is not missing, and it is not! ('DELETING_ACCOUNT' constant is in correct place, under java script alerts).
The problem is that variable alert_arr in ListView.js file is not defined. I have no clue how that variable is being defined. I think it is from file Smarty/templates/JsArray.tpl but have no clue how that file is being included.
I think something is wrong this this language constant 'DELETING_ACCOUNT' because when I change it's value, the real value while being showed from deleting popup window doesn't change.
Please, help |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 976
|
| Posted: Fri Jan 11, 2008 2:48 pm Post subject: Cannot delete account<br /><a href="viewtopic. |
|
|
Hi vipart,
It would be good if you can share your translated files, we will try to provide further assistance.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
vipart
Joined: 11 Jan 2008
Posts: 46
Location: Vilnius, Lithuania
|
| Posted: Fri Jan 11, 2008 4:03 pm Post subject: Re: Cannot delete account |
|
|
Here is the 'include/language/lt_lt.lang.pgp' file.
If you need all of the lithuanian language files you can access svn here:
http://forge.vtiger.com/scm/?group_id=143
thanks for the quick response |
|
| Back to top |
|
vipart
Joined: 11 Jan 2008
Posts: 46
Location: Vilnius, Lithuania
|
| Posted: Fri Jan 11, 2008 4:07 pm Post subject: Re: Cannot delete account |
|
|
| Here's the latest language files |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 976
|
| Posted: Fri Jan 11, 2008 5:05 pm Post subject: Re: Cannot delete account |
|
|
Hi vipart,
Language Translation should also be done with javascript file.
You need to translate
Quote: vtigercrm\include\js\en_us.lang.js to vtigercrm\include\js\lt_lt.lang.js
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
vipart
Joined: 11 Jan 2008
Posts: 46
Location: Vilnius, Lithuania
|
| Posted: Fri Jan 11, 2008 7:32 pm Post subject: Re: Cannot delete account |
|
|
| Thank you very much. This solved the problem. |
|
| Back to top |
|
| |