modules/Charts/Dashlets/OpportunitiesByLeadSourceByOutcomeDashlet/OpportunitiesByLeadSourceByOutcomeDashlet.cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Wed, 10 Aug 2011 14:55:48 +0200
changeset 50 7b1402019b93
parent 32 c7a88f99140b
permissions -rw-r--r--
DocumentRevisions module

<?php

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

$dashletStrings['OpportunitiesByLeadSourceByOutcomeDashlet'] = array(
	'LBL_TITLE'       => 'Příležitosti dle zdroje iniciativy a výstupu',
	'LBL_DESCRIPTION' => 'Horizontální graf příležitostí dle zdroje iniciativy a výstupu',
	'LBL_REFRESH'     => 'Obnovit graf');
?>