modules/Bugs/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 15:07:20 +0200
changeset 69 7238b336d072
parent 46 5003de8e68bc
permissions -rw-r--r--
Audit module

<?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' => 'Chyby' ,
   'LBL_MODULE_TITLE' => 'Chyby' ,
   'LBL_MODULE_ID' => 'Chyby' ,
   'LBL_SEARCH_FORM_TITLE' => 'Hledat chyby' ,
   'LBL_LIST_FORM_TITLE' => 'Seznam chyb' ,
   'LBL_NEW_FORM_TITLE' => 'Nová chyba' ,
   'LBL_CONTACT_BUG_TITLE' => 'Kontakt-chyba:' ,
   'LBL_SUBJECT' => 'Předmět:' ,
   'LBL_BUG' => 'Chyba:' ,
   'LBL_BUG_NUMBER' => 'Číslo chyby:' ,
   'LBL_NUMBER' => 'Číslo:' ,
   'LBL_STATUS' => 'Status:' ,
   'LBL_PRIORITY' => 'Priorita:' ,
   'LBL_DESCRIPTION' => 'Popis:' ,
   'LBL_CONTACT_NAME' => 'Název kontaktu:' ,
   'LBL_BUG_SUBJECT' => 'Předmět:' ,
   'LBL_CONTACT_ROLE' => 'Role:' ,
   'LBL_LIST_NUMBER' => 'Č.' ,
   'LBL_LIST_SUBJECT' => 'Předmět' ,
   'LBL_LIST_STATUS' => 'Status' ,
   'LBL_LIST_PRIORITY' => 'Priorita' ,
   'LBL_LIST_RELEASE' => 'Vydání' ,
   'LBL_LIST_RESOLUTION' => 'Výsledek' ,
   'LBL_LIST_LAST_MODIFIED' => 'Poslední úprava' ,
   'LBL_INVITEE' => 'Kontakty' ,
   'LBL_TYPE' => 'Typ:' ,
   'LBL_LIST_TYPE' => 'Typ' ,
   'LBL_RESOLUTION' => 'Výsledek:' ,
   'LBL_RELEASE' => 'Vydání:' ,
   'LNK_NEW_BUG' => 'Reportovat chybu' ,
   'LNK_BUG_LIST' => 'Chyby' ,
   'NTC_REMOVE_INVITEE' => 'Opravdu chcete odstranit tento kontakt z chyby?' ,
   'NTC_REMOVE_ACCOUNT_CONFIRMATION' => 'Opravdu chcete vyjmout tuto chybu z účtu?' ,
   'ERR_DELETE_RECORD' => 'Pro smazání chyby musíte určit číslo záznamu.' ,
   'LBL_LIST_MY_BUGS' => 'Přidělené chyby' ,
   'LNK_IMPORT_BUGS' => 'Importovat chyby',
   'LBL_FOUND_IN_RELEASE' => 'Nalezeno ve verzi:' ,
   'LBL_FIXED_IN_RELEASE' => 'Opraveno ve verzi:' ,
   'LBL_LIST_FIXED_IN_RELEASE' => 'Opraveno ve verzi' ,
   'LBL_WORK_LOG' => 'Pracovní protokol:' ,
   'LBL_SOURCE' => 'Zdroj:' ,
   'LBL_PRODUCT_CATEGORY' => 'Kategorie:' ,

   'LBL_CREATED_BY' => 'Vytvořil:' ,
   'LBL_DATE_CREATED' => 'Datum vytvoření:' ,
   'LBL_MODIFIED_BY' => 'Naposledy upravil:' ,
   'LBL_DATE_LAST_MODIFIED' => 'Datum úpravy:' ,

   'LBL_LIST_EMAIL_ADDRESS' => 'Emailová adresa' ,
   'LBL_LIST_CONTACT_NAME' => 'Název kontaktu' ,
   'LBL_LIST_ACCOUNT_NAME' => 'Název účtu' ,
   'LBL_LIST_PHONE' => 'Telefon' ,
   'NTC_DELETE_CONFIRMATION' => 'Opravdu chcete odstranit tento kontakt z chyby?' ,

   'LBL_DEFAULT_SUBPANEL_TITLE' => 'Chyby' ,
   'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Aktivity' ,
   'LBL_HISTORY_SUBPANEL_TITLE' => 'Historie' ,
   'LBL_CONTACTS_SUBPANEL_TITLE' => 'Kontakty' ,
   'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Účty' ,
   'LBL_CASES_SUBPANEL_TITLE' => 'Případy' ,
   'LBL_PROJECTS_SUBPANEL_TITLE' => 'Projekty' ,
   'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'Dokumenty',
   'LBL_SYSTEM_ID' => 'Systémové ID' ,
   'LBL_LIST_ASSIGNED_TO_NAME' => 'Přiřazený uživatel' ,
   'LBL_ASSIGNED_TO_NAME' => 'Přiřazeno komu',

   'LBL_BUG_INFORMATION' => 'Přehled chyb',

  );
?>