modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Mon, 10 Oct 2011 11:50:26 +0200
changeset 71 b3999948eedf
parent 32 c7a88f99140b
permissions -rw-r--r--
Cz l10n generates invalid Javascript on user form

<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

$dashletStrings['OpportunitiesByLeadSourceDashlet'] = array(
	'LBL_TITLE'       => 'Příležitosti dle zdroje iniciativy',
	'LBL_DESCRIPTION' => 'Graf příležitostí dle zdroje iniciativy',
	'LBL_REFRESH'     => 'Obnovit graf');
?>