Imported SugarOS-4.5.1e-lang_cs_cz-20070826 (from http://www.sugarforge.org/projects/czech/)
<?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/Tasks/language/cs_cz.lang.php, 4.5.1e Sun 26/08/07 14:02:51
* 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_strings = array (
'LBL_MODULE_NAME' => 'Úkoly' ,
'LBL_TASK' => 'Úkoly: ' ,
'LBL_MODULE_TITLE' => ' Úkoly' ,
'LBL_SEARCH_FORM_TITLE' => ' Vyhledat úkol' ,
'LBL_LIST_FORM_TITLE' => ' Seznam úkolů' ,
'LBL_NEW_FORM_TITLE' => 'Přidat úkol' ,
'LBL_NEW_FORM_SUBJECT' => 'Předmět:' ,
'LBL_NEW_FORM_DUE_DATE' => 'Udělat do dne:' ,
'LBL_NEW_FORM_DUE_TIME' => 'Udělat do (čas):' ,
'LBL_NEW_TIME_FORMAT' => '(24:00)' ,
'LBL_LIST_CLOSE' => 'Zavřít' ,
'LBL_LIST_SUBJECT' => 'Předmět' ,
'LBL_LIST_CONTACT' => 'Kontakt' ,
'LBL_LIST_PRIORITY' => 'Priorita' ,
'LBL_LIST_RELATED_TO' => 'Související s' ,
'LBL_LIST_DUE_DATE' => 'Do data' ,
'LBL_LIST_DUE_TIME' => 'Termín (čas)' ,
'LBL_SUBJECT' => 'Předmět:' ,
'LBL_STATUS' => 'Status:' ,
'LBL_DUE_DATE' => 'Udělat do dne:' ,
'LBL_DUE_TIME' => 'Udělat do (čas):' ,
'LBL_PRIORITY' => 'Priorita:' ,
'LBL_COLON' => ':' ,
'LBL_DUE_DATE_AND_TIME' => 'Datum a čas dokončení:' ,
'LBL_START_DATE_AND_TIME' => 'Datum a čas začátku:' ,
'LBL_START_DATE' => 'Datum začátku:' ,
'LBL_LIST_START_DATE' => 'Datum začátku' ,
'LBL_START_TIME' => 'Čas začátku:' ,
'LBL_LIST_START_TIME' => 'Čas začátku' ,
'DATE_FORMAT' => '(yyyy-mm-dd)' ,
'LBL_NONE' => 'Žádný' ,
'LBL_CONTACT' => 'Kontakt:' ,
'LBL_PHONE' => 'Telefon' ,
'LBL_EMAIL' => 'Email:' ,
'LBL_DESCRIPTION_INFORMATION' => 'Popis' ,
'LBL_DESCRIPTION' => 'Popis:' ,
'LBL_NAME' => 'Jméno:' ,
'LBL_CONTACT_NAME' => 'Kontaktní jméno: ' ,
'LBL_LIST_COMPLETE' => 'Dokončit:' ,
'LBL_LIST_STATUS' => 'Status' ,
'LBL_DATE_DUE_FLAG' => 'Nepřesné datum' ,
'LBL_DATE_START_FLAG' => 'Nezahájené datum' ,
'ERR_DELETE_RECORD' => 'Pro smazání kontaktu musí být zadáno číslo záznamu.' ,
'ERR_INVALID_HOUR' => 'Prosím zadejte hodinu mezi 0 a 24' ,
'LBL_DEFAULT_STATUS' => 'Nezapočato' ,
'LBL_DEFAULT_PRIORITY' => 'Medium' ,
'LBL_LIST_MY_TASKS' => 'Otevřené úkoly' ,
'LNK_NEW_CALL' => 'Naplánovat hovor' ,
'LNK_NEW_MEETING' => 'Naplánovat schůzku' ,
'LNK_NEW_TASK' => 'Přidat úkol' ,
'LNK_NEW_NOTE' => 'Přidat poznámku nebo přílohu' ,
'LNK_NEW_EMAIL' => 'Archivovat zprávu' ,
'LNK_CALL_LIST' => 'Hovory' ,
'LNK_MEETING_LIST' => 'Schůzky' ,
'LNK_TASK_LIST' => 'Úkoly' ,
'LNK_NOTE_LIST' => 'Poznámky' ,
'LNK_EMAIL_LIST' => 'Pošta' ,
'LNK_VIEW_CALENDAR' => 'Dnes' ,
'LBL_CONTACT_FIRST_NAME' => 'Křestní jméno' ,
'LBL_CONTACT_LAST_NAME' => 'Příjmení' ,
'LBL_LIST_ASSIGNED_TO_NAME' => 'Přiřazený uživatel' );
?>