Imported SugarCRM_langpack_cs_cz_4-5-0 (from Michal Sviba http://www.sugarforge.org/projects/sviba)
<?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' => 'Document Revision',
'LNK_NEW_DOCUMENT' => 'Create Document',
'LNK_DOCUMENT_LIST'=> 'Documents List',
//vardef labels
'LBL_REVISION_NAME' => 'Revision Number',
'LBL_FILENAME' => 'Filename',
'LBL_MIME' => 'Mime Type',
'LBL_REVISION' => 'Revision',
'LBL_DOCUMENT' => 'Related Document',
'LBL_LATEST_REVISION' => 'Latest Revision',
'LBL_CHANGE_LOG'=> 'Change Log',
'LBL_ACTIVE_DATE'=> 'Publish Date',
'LBL_EXPIRATION_DATE' => 'Expiration Date',
'LBL_FILE_EXTENSION' => 'File Extension',
'LBL_DET_CREATED_BY' => 'Created By:',
'LBL_DET_DATE_CREATED' => 'Date Created:',
'LBL_DOC_NAME' => 'Document Name:',
'LBL_DOC_VERSION' => 'Revision:',
//document revisions.
'LBL_REV_LIST_REVISION' => 'Revision',
'LBL_REV_LIST_ENTERED' => 'Date Created',
'LBL_REV_LIST_CREATED' => 'Created by',
'LBL_REV_LIST_LOG'=> 'Change Log',
'LBL_REV_LIST_FILENAME' => 'Filename',
'LBL_CURRENT_DOC_VERSION'=> 'Latest Revision:',
'LBL_SEARCH_FORM_TITLE'=> 'Document Search',
//error messages
'ERR_FILENAME'=> 'File name',
'ERR_DOC_VERSION'=> 'Document Version',
'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?',
'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.',
);
?>