Re: Power Prospecting 5.1.0b
Hi,
Shouldn't be too difficult - for three words?
However, I was fighting with it for three hours now and I came across a very weird thing. And no, it isn't you...
I installed it on a demo version, worked like a charm, labels were all there. Then I did the same on my production box - it still worked but there were no labels, just LBL_,..
So I compared the files line by line but everything was ok, everything there. Only difference: my production box had some small customizations.
Here is what does NOT work: (./Sugar/custom/modules/Leads/Ext/Language/ge_ge.lang.ext.php)
<?php
//WARNING: The contents of this file are auto-generated
/************************************************** ***************************
......license text cut out here-----
* All Rights Reserved.
************************************************** ******************************/
$mod_strings['LBL_PROSPECTLISTS_SUBPANEL_TITLE'] = 'Kontaktlisten';
$mod_strings['LBL_PROSPECTLISTS'] = 'Kontaktlisten';
$mod_strings['LBL_PROSPECTLIST_NAME'] = 'Kontaktliste:';
// created: 2008-10-16 08:50:11
$mod_strings = array (
'value' => 'Kategorie',
----some cut out-----
'EMAIL' => 'Irgendeine E-Mail',
);
?>
And this one works:
<?php
//WARNING: The contents of this file are auto-generated
/************************************************** ***************************
* The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE
-------some more here---------
* All Rights Reserved.
************************************************** ******************************/
// created: 2008-10-16 08:50:11
$mod_strings = array (
'value' => 'Kategorie',
----some more here----
'EMAIL' => 'Irgendeine E-Mail',
);
$mod_strings['LBL_PROSPECTLISTS_SUBPANEL_TITLE'] = 'Kontaktlisten';
$mod_strings['LBL_PROSPECTLISTS'] = 'Kontaktlisten';
$mod_strings['LBL_PROSPECTLIST_NAME'] = 'Kontaktliste:';
?>
Unfortunately these files are auto-generated. But I changed them manually, ran a quick repair and everything was ok. Which means that the quick repair function creates the JS language files BEFORE rebuilding the above mentioned file. Because if you run quick repair a second time the whole thing goes south again.
Any idea?
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Bookmarks