vtiger Forum Index vtiger
The Honest Open Source CRM
 

translation of file "combo strings" again abd agai
Click here to go to the original topic

 
       vtiger Forum Index -> Language Packs - 4.x
Previous topic :: Next topic  
Author Message
ART



Joined: 10 Mar 2005
Posts: 16

Posted: Thu Dec 22, 2005 11:15 am    Post subject: translation of file "combo strings" again abd agai  

hi all
i`ve found this info about file translation:
-------
translate file and try reinstall vtigercrm by droping the database the changes will get affected while populating the picklist values.
-------
can anybody explain how to do it step-by-step? i`ve reinstalled v-tiger with file "combostrings" replacement but i can`t see any effect - strings still in english
Back to top  
thu



Joined: 24 Feb 2006
Posts: 8

Posted: Sun Feb 26, 2006 9:17 pm    Post subject: Re: translation of file "combo strings" again abd  

After translating include/ComboStrings.php you can restart creation the database (fresh installation) but you have to also correct the bug in
include/PopulateComboValues.php before reinstallation.

line 33:
from

$adb->query("insert into ".$tableName. " values('','".$val."',".$i.",1)");


into:
$adb->query("insert into ".$tableName. " values('','".$cal."',".$i.",1)");

To reinstall the database you have restore initial contents of config.php.
Hope this help you.
Back to top  
 
       vtiger Forum Index -> Language Packs - 4.x
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group