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