modules/Dashboard/language/cs_cz.lang.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
equal deleted inserted replaced
0:31504d578711 1:c80b997e4c27
       
     1 <?php
       
     2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
       
     3 /*********************************************************************************
       
     4  * The contents of this file are subject to the SugarCRM Public License Version
       
     5  * 1.1.3 ("License"); You may not use this file except in compliance with the
       
     6  * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
       
     7  * Software distributed under the License is distributed on an "AS IS" basis,
       
     8  * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
       
     9  * for the specific language governing rights and limitations under the
       
    10  * License.
       
    11  *
       
    12  * All copies of the Covered Code must include on each user interface screen:
       
    13  *    (i) the "Powered by SugarCRM" logo and
       
    14  *    (ii) the SugarCRM copyright notice
       
    15  * in the same form as they appear in the distribution.  See full license for
       
    16  * requirements.
       
    17  *
       
    18  * The Original Code is: SugarCRM Open Source
       
    19  * The Initial Developer of the Original Code is SugarCRM, Inc.
       
    20  * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
       
    21  * All Rights Reserved.
       
    22  * Contributor(s): ______________________________________.
       
    23  ********************************************************************************/
       
    24 /*********************************************************************************
       
    25 
       
    26  * Description:  Defines the English language pack for the base application.
       
    27  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
       
    28  * All Rights Reserved.
       
    29  * Contributor(s): ______________________________________..
       
    30  ********************************************************************************/
       
    31 
       
    32 $mod_strings = array (
       
    33     'LBL_MODULE_NAME' => 'Vývěska',
       
    34     'LBL_MODULE_TITLE' => 'Vývěska: Home',
       
    35     'LNK_NEW_ACCOUNT' => 'Vytvořit účet',
       
    36     'LNK_NEW_CALL' => 'Naplánovat telefonát',
       
    37     'LNK_NEW_CASE' => 'Vytvořit případ',
       
    38     'LNK_NEW_CONTACT' => 'Vytvořit kontakt',
       
    39     'LNK_NEW_ISSUE' => 'Reportovat bug',
       
    40     'LNK_NEW_LEAD' => 'Vytvořit iniciativu',
       
    41     'LNK_NEW_MEETING' => 'Naplánovat meeting',
       
    42     'LNK_NEW_NOTE' => 'Vytvořit poznámku nebo přílohu',
       
    43     'LNK_NEW_OPPORTUNITY' => 'Vytvořit příležitost',
       
    44     'LNK_NEW_QUOTE' => 'Vytvořit akcie',
       
    45     'LNK_NEW_TASK' => 'Vytvořit úkol',
       
    46 
       
    47 	'LBL_ADD_A_CHART' => 'Přidat graf',
       
    48 	'LBL_DELETE_FROM_DASHBOARD' => 'Vymazat z vývěsek',
       
    49 	'LBL_MOVE_DOWN' => 'Posunout nahoru',
       
    50 	'LBL_MOVE_UP' => 'Posunout dolu',
       
    51 	'LBL_BASIC_CHARTS' => '-- Základní grafy --',
       
    52 	'LBL_PUBLISHED_REPORTS' => '-- Celkové reporty týmu --',
       
    53 	'LBL_MY_REPORTS' => '-- Mé uložené reporty --',
       
    54 	'LBL_TEAM_REPORTS' => '-- Mé týmové reporty --',
       
    55   	'LBL_REPORT_NO_CHART' => 'Tento report nemá graf',
       
    56   	'LBL_MOVE_CHARTS' => '(Klikněte na jméno grafu k jeho přesunutí na jinou pozici)',
       
    57 );
       
    58 
       
    59 
       
    60 ?>