modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.cs_cz.lang.php
changeset 32 c7a88f99140b
equal deleted inserted replaced
31:2a4ed68239b9 32:c7a88f99140b
       
     1 <?php
       
     2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
       
     3 
       
     4 $dashletStrings['OpportunitiesByLeadSourceDashlet'] = array(
       
     5 	'LBL_TITLE'       => 'Příležitosti dle zdroje iniciativy',
       
     6 	'LBL_DESCRIPTION' => 'Graf příležitostí dle zdroje iniciativy',
       
     7 	'LBL_REFRESH'     => 'Obnovit graf');
       
     8 ?>