modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.cs_cz.lang.php
changeset 32 c7a88f99140b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/Charts/Dashlets/OpportunitiesByLeadSourceDashlet/OpportunitiesByLeadSourceDashlet.cs_cz.lang.php	Fri Jun 24 13:06:26 2011 +0200
@@ -0,0 +1,8 @@
+<?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');
+?>