modules/Calendar/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Mon, 10 Oct 2011 11:50:26 +0200
changeset 71 b3999948eedf
parent 16 626a2d82b904
permissions -rw-r--r--
Cz l10n generates invalid Javascript on user form

<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
 * The contents of this file are subject to the SugarCRM Public License Version
 * 1.1.3 ("License"); You may not use this file except in compliance with the
 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * 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.
 *
 * The Original Code is: SugarCRM Open Source
 * The Initial Developer of the Original Code is SugarCRM, Inc.
 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
 * All Rights Reserved.
 * Contributor(s): ______________________________________.
 ********************************************************************************/
/*********************************************************************************

 * Description:  Defines the English language pack for the base application.
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
 * All Rights Reserved.
 * Contributor(s): ______________________________________..
 ********************************************************************************/

$mod_strings = array (
  'LBL_MODULE_NAME' => 'Kalendář' ,
  'LBL_MODULE_TITLE' => 'Kalendář' ,
  'LBL_MODULE_ACTION'=>'Náhled',
  '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' => 'Kalendář' ,
  'LNK_IMPORT_CALLS'=>'Importovat hovory',
  'LNK_IMPORT_MEETINGS'=>'Importovat schůzky',
  'LNK_IMPORT_TASKS'=>'Importovat úkoly',
  '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' => 'Upravit' ,
  'LBL_SELECT_USERS' => 'Vyberte uživatele pro zobrazení kalendáře' ,
  'LBL_FILTER_BY_TEAM' => 'Vyfiltrovat uživatele podle týmu:',
  'LBL_ASSIGNED_TO_NAME' => 'Přiřazeno',
  'LBL_DATE' => 'Datum a čas začátku'
);

$mod_list_strings = array(
'dom_cal_weekdays'=>array(
'Ne' ,
'Po' ,
'Út' ,
'St' ,
'Čt' ,
'Pá' ,
'So'  
),
'dom_cal_weekdays_long'=>array(
'Neděle' ,
'Pondělí' ,
'Úterý' ,
'Středa' ,
'Čtvrtek' ,
'Pátek' ,
'Sobota'
),
'dom_cal_month'=>array(
'' ,
'Le' ,
'Ún' ,
'Bř' ,
'Du' ,
'Květen' ,
'Čv' ,
'Čvc' ,
'Srp' ,
'Zá' ,
'Řj' ,
'Lis' ,
'Prs'  
),
'dom_cal_month_long'=>array(
'' ,
'Leden' ,
'Únor' ,
'Březen' ,
'Duben' ,
'Květen' ,
'Červen' ,
'Červenec' ,
'Srpen' ,
'Září' ,
'Říjen' ,
'Listopad' ,
'Prosinec'  
)
);
?>