modules/DocumentRevisions/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Mon, 10 Oct 2011 11:50:26 +0200
changeset 71 b3999948eedf
parent 50 7b1402019b93
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 (
   // module
   'LBL_MODULE_NAME' => 'Revize dokumentu' ,

   'LNK_NEW_DOCUMENT' => 'Přidat dokument' ,
   'LNK_DOCUMENT_LIST' => 'Seznam dokumentů' ,

   //vardef labels
   'LBL_REVISION_NAME' => 'Číslo revize ' ,
   'LBL_FILENAME' => 'Soubor' ,
   'LBL_MIME' => 'MIME typ' ,
   'LBL_REVISION' => 'Revize' ,
   'LBL_DOCUMENT' => 'Související dokument' ,
   'LBL_LATEST_REVISION' => 'Poslední revize' ,
   'LBL_CHANGE_LOG' => 'Protokol změn:' ,
   'LBL_ACTIVE_DATE' => 'Publikováno' ,
   'LBL_EXPIRATION_DATE' => 'Expirace' ,
   'LBL_FILE_EXTENSION' => 'Přípona souboru' ,
   'LBL_DET_CREATED_BY' => 'Vytvořil:' ,
   'LBL_DET_DATE_CREATED' => 'Vytvořeno:' ,

   'LBL_DOC_NAME' => 'Název dokumentu:' ,
   'LBL_DOC_VERSION' => 'Verze:' ,

   //document revisions.
   'LBL_REV_LIST_REVISION' => 'Revize' ,
   'LBL_REV_LIST_ENTERED' => 'Vytvořil dne' ,
   'LBL_REV_LIST_CREATED' => 'Vytvořil' ,
   'LBL_REV_LIST_LOG' => 'Protokol změn:' ,
   'LBL_REV_LIST_FILENAME' => 'Soubor' ,

   'LBL_CURRENT_DOC_VERSION' => 'Poslední revize:' ,
   'LBL_SEARCH_FORM_TITLE' => 'Vyhledat dokument' ,

   //error messages
   'ERR_FILENAME' => 'Název souboru' ,
   'ERR_DOC_VERSION' => 'Verze dokumentu' ,
   'ERR_DELETE_CONFIRM' => 'Opravdu chcete smazat tuto revizi dokumentu ?' ,
   'ERR_DELETE_LATEST_VERSION' => 'Nemáte povolení mazat poslední revizi dokumentu.' ,
   'LNK_NEW_MAIL_MERGE' => 'Spojování emailů',
   'LBL_DOC_ID' => 'ID zdroje dokumentu',
   'LBL_DOC_TYPE' => 'Zdroj',
   'LBL_DOC_URL' => 'URL zdroje dokumentu',

);


?>