modules/Charts/Dashlets/OutcomeByMonthDashlet/OutcomeByMonthDashlet.cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 24 Jun 2011 13:06:26 +0200
changeset 32 c7a88f99140b
permissions -rw-r--r--
Charts module: addons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<?php
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
 /*********************************************************************************
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
  * The contents of this file are subject to the SugarCRM Professional End User
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
  * License Agreement ('License') which can be viewed at
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
  * http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
  * By installing or using this file, You have unconditionally agreed to the
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
  * terms and conditions of the License, and You may not use this file except in
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
  * compliance with the License.  Under the terms of the license, You shall not,
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
  * among other things: 1) sublicense, resell, rent, lease, redistribute, assign
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
  * or otherwise transfer Your rights to the Software, and 2) use the Software
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
  * for timesharing or service bureau purposes such as hosting the Software for
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    13
  * commercial gain and/or for the benefit of a third party.  Use of the Software
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    14
  * may be subject to applicable fees and any use of the Software without first
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    15
  * paying applicable fees is strictly prohibited.  You do not have the right to
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    16
  * remove SugarCRM copyrights from the source code or user interface.
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    17
  * All copies of the Covered Code must include on each user interface screen:
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    18
  * (i) the 'Powered by SugarCRM' logo and
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    19
  * (ii) the SugarCRM copyright notice
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    20
  * in the same form as they appear in the distribution.  See full license for
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    21
  * requirements.
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    22
  * Your Warranty, Limitations of liability and Indemnity are expressly stated
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    23
  * in the License.  Please refer to the License for the specific language
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    24
  * governing these rights and limitations under the License.  Portions created
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    25
  * by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    26
  ********************************************************************************/
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    27
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    28
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    29
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    30
$dashletStrings['OutcomeByMonthDashlet'] = array(
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    31
	'LBL_TITLE'       => 'Výstupy dle měsíce',
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    32
	'LBL_DESCRIPTION' => 'Graf měsíčních výstupů',
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    33
	'LBL_REFRESH'     => 'Obnovit graf');
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    34
c7a88f99140b Charts module: addons
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    35
?>