<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Professional End User
* License Agreement ('License') which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
* All copies of the Covered Code must include on each user interface screen:
* (i) the 'Powered by SugarCRM' logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* File generated by the Sugar Translation Suite (Contributor : www.grupa-atlantis.pl)
*********************************************************************************/
/*********************************************************************************
* $Header: modules/Calendar/language/cs_cz.lang.php, 5.0.0 Tue 15/01/08 09:40:53
* Description : Language pack for Czech.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. All Rights Reserved.
* Contributor(s): extrasolution.com
*********************************************************************************/
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
$mod_list_strings = array (
'dom_cal_month' => array (
'0' => '' ,
'1' => 'Le' ,
'2' => 'Ún' ,
'3' => 'Bř' ,
'4' => 'Du' ,
'5' => 'Květen' ,
'6' => 'Čv' ,
'7' => 'Čvc' ,
'8' => 'Srp' ,
'9' => 'Zá' ,
'10' => 'Řj' ,
'11' => 'Lis' ,
'12' => 'Prs' ),
'dom_cal_month_long' => array (
'0' => '' ,
'1' => 'Leden' ,
'2' => 'Únor' ,
'3' => 'Březen' ,
'4' => 'Duben' ,
'5' => 'Květen' ,
'6' => 'Červen' ,
'7' => 'Červenec' ,
'8' => 'Srpen' ,
'9' => 'Září' ,
'10' => 'Říjen' ,
'11' => 'Listopad' ,
'12' => 'Prosinec' ),
'dom_cal_weekdays' => array (
'0' => 'Ne' ,
'1' => 'Po' ,
'2' => 'Út' ,
'3' => 'St' ,
'4' => 'Čt' ,
'5' => 'Pá' ,
'6' => 'So' ),
'dom_cal_weekdays_long' => array (
'0' => 'Neděle' ,
'1' => 'Pondělí' ,
'2' => 'Úterý' ,
'3' => 'Středa' ,
'4' => 'Čtvrtek' ,
'5' => 'Pátek' ,
'6' => 'Sobota' ));
$mod_strings = array (
'LBL_MODULE_NAME' => 'Kalendář' ,
'LBL_MODULE_TITLE' => 'Kalendář' ,
'LNK_NEW_CALL' => 'Naplánovat hovor' ,
'LNK_NEW_MEETING' => 'Naplánovat schůzku' ,
'LNK_NEW_APPOINTMENT' => 'Naplánovat událost' ,
'LNK_NEW_TASK' => 'Přidat úkol' ,
'LNK_CALL_LIST' => 'Hovory' ,
'LNK_MEETING_LIST' => 'Schůzky' ,
'LNK_TASK_LIST' => 'Úkoly' ,
'LNK_VIEW_CALENDAR' => 'Dnes' ,
'LBL_MONTH' => 'Měsíc' ,
'LBL_DAY' => 'Den' ,
'LBL_YEAR' => 'Rok' ,
'LBL_WEEK' => 'Týden' ,
'LBL_PREVIOUS_MONTH' => 'Předchozí měsíc' ,
'LBL_PREVIOUS_DAY' => 'Předchozí den' ,
'LBL_PREVIOUS_YEAR' => 'Předchozí rok' ,
'LBL_PREVIOUS_WEEK' => 'Předchozí týden' ,
'LBL_NEXT_MONTH' => 'Následující měsíc' ,
'LBL_NEXT_DAY' => 'Následující den' ,
'LBL_NEXT_YEAR' => 'Následující rok' ,
'LBL_NEXT_WEEK' => 'Následující týden' ,
'LBL_AM' => 'dopoledne' ,
'LBL_PM' => 'odpoledne' ,
'LBL_SCHEDULED' => 'Naplánováno' ,
'LBL_BUSY' => 'Obsazeno' ,
'LBL_CONFLICT' => 'Konflikt' ,
'LBL_USER_CALENDARS' => 'Kalendáře uživatelů' ,
'LBL_SHARED' => 'Sdíleno' ,
'LBL_PREVIOUS_SHARED' => 'Předchozí' ,
'LBL_NEXT_SHARED' => 'Další' ,
'LBL_SHARED_CAL_TITLE' => 'Sdílený kalendář' ,
'LBL_USERS' => 'Uživatel' ,
'LBL_REFRESH' => 'Obnovit' ,
'LBL_EDIT' => 'Editace' ,
'LBL_SELECT_USERS' => 'Vyberte uživatele pro zobrazení kalendáře' ,
'LBL_FILTER_BY_TEAM' => 'Vyfiltrovat uživatele podle týmu:' );
?>