modules/Documents/language/cs_cz.lang.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
child 22 7e8056c2014f
equal deleted inserted replaced
0:31504d578711 1:c80b997e4c27
       
     1 <?php
       
     2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
       
     3 /*********************************************************************************
       
     4  * The contents of this file are subject to the SugarCRM Public License Version
       
     5  * 1.1.3 ("License"); You may not use this file except in compliance with the
       
     6  * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
       
     7  * Software distributed under the License is distributed on an "AS IS" basis,
       
     8  * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
       
     9  * for the specific language governing rights and limitations under the
       
    10  * License.
       
    11  *
       
    12  * All copies of the Covered Code must include on each user interface screen:
       
    13  *    (i) the "Powered by SugarCRM" logo and
       
    14  *    (ii) the SugarCRM copyright notice
       
    15  * in the same form as they appear in the distribution.  See full license for
       
    16  * requirements.
       
    17  *
       
    18  * The Original Code is: SugarCRM Open Source
       
    19  * The Initial Developer of the Original Code is SugarCRM, Inc.
       
    20  * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
       
    21  * All Rights Reserved.
       
    22  * Contributor(s): ______________________________________.
       
    23  ********************************************************************************/
       
    24 /*********************************************************************************
       
    25 
       
    26  * Description:  Defines the English language pack for the base application.
       
    27  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
       
    28  * All Rights Reserved.
       
    29  * Contributor(s): ______________________________________..
       
    30  ********************************************************************************/
       
    31 
       
    32 $mod_strings = array (
       
    33 	//module
       
    34 	'LBL_MODULE_NAME' => 'Documents',
       
    35 	'LBL_MODULE_TITLE' => 'Documents: Home',
       
    36 	'LNK_NEW_DOCUMENT' => 'Create Document',
       
    37 	'LNK_DOCUMENT_LIST'=> 'Documents List',
       
    38 	'LBL_DOC_REV_HEADER' => 'Document Revisions',
       
    39 	'LBL_SEARCH_FORM_TITLE'=> 'Document Search',
       
    40 	//vardef labels
       
    41 	'LBL_DOCUMENT_ID' => 'Document Id',
       
    42 	'LBL_NAME' => 'Document Name',
       
    43 	'LBL_DESCRIPTION' => 'Description',
       
    44 	'LBL_CATEGORY' => 'Category',
       
    45 	'LBL_SUBCATEGORY' => 'Sub Category',
       
    46 	'LBL_STATUS' => 'Status',
       
    47 	'LBL_CREATED_BY'=> 'Created by',
       
    48 	'LBL_DATE_ENTERED'=> 'Date Entered',
       
    49 	'LBL_DATE_MODIFIED'=> 'Date Modified',
       
    50 	'LBL_DELETED' => 'Deleted',
       
    51 	'LBL_MODIFIED'=> 'Modified by id',
       
    52 	'LBL_MODIFIED_USER' => 'Modified by',
       
    53 	'LBL_CREATED'=> 'Created by',
       
    54 	'LBL_RELATED_DOCUMENT_ID'=>'Related Dcocument Id',
       
    55 	'LBL_RELATED_DOCUMENT_REVISION_ID'=>'Related Document Revision Id',
       
    56 	'LBL_IS_TEMPLATE'=>'Is a Template',
       
    57 	'LBL_TEMPLATE_TYPE'=>'Document Type',
       
    58 
       
    59 	'LBL_REVISION_NAME' => 'Revision Number',
       
    60 	'LBL_MIME' => 'Mime Type',
       
    61 	'LBL_REVISION' => 'Revision',
       
    62 	'LBL_DOCUMENT' => 'Related Document',
       
    63 	'LBL_LATEST_REVISION' => 'Latest Revision',
       
    64 	'LBL_CHANGE_LOG'=> 'Change Log',
       
    65 	'LBL_ACTIVE_DATE'=> 'Publish Date',
       
    66 	'LBL_EXPIRATION_DATE' => 'Expiration Date',
       
    67 	'LBL_FILE_EXTENSION'  => 'File Extension',
       
    68 
       
    69 	'LBL_CAT_OR_SUBCAT_UNSPEC'=>'Unspecified',
       
    70 	//document edit and detail view
       
    71 	'LBL_DOC_NAME' => 'Document Name:',
       
    72 	'LBL_FILENAME' => 'File Name:',
       
    73 	'LBL_DOC_VERSION' => 'Revision:',
       
    74 	'LBL_CATEGORY_VALUE' => 'Category:',
       
    75 	'LBL_SUBCATEGORY_VALUE'=> 'Sub Category:',
       
    76 	'LBL_DOC_STATUS'=> 'Status:',
       
    77 	'LBL_LAST_REV_CREATOR' => 'Revision Created By:',
       
    78 	'LBL_LAST_REV_DATE' => 'Revision Date:',
       
    79 	'LBL_DOWNNLOAD_FILE'=> 'Download File:',
       
    80 	'LBL_DET_RELATED_DOCUMENT'=>'Related Document:',
       
    81 	'LBL_DET_RELATED_DOCUMENT_VERSION'=>"Related Document's Revision:",
       
    82 	'LBL_DET_IS_TEMPLATE'=>'Template? :',
       
    83 	'LBL_DET_TEMPLATE_TYPE'=>'Document Type:',
       
    84 
       
    85 
       
    86 
       
    87 	'LBL_DOC_DESCRIPTION'=>'Description:',
       
    88 	'LBL_DOC_ACTIVE_DATE'=> 'Publish Date:',
       
    89 	'LBL_DOC_EXP_DATE'=> 'Expiration Date:',
       
    90 
       
    91 	//document list view.
       
    92 	'LBL_LIST_FORM_TITLE' => 'Document List',
       
    93 	'LBL_LIST_DOCUMENT' => 'Document',
       
    94 	'LBL_LIST_CATEGORY' => 'Category',
       
    95 	'LBL_LIST_SUBCATEGORY' => 'Sub Category',
       
    96 	'LBL_LIST_REVISION' => 'Revision',
       
    97 	'LBL_LIST_LAST_REV_CREATOR' => 'Published By',
       
    98 	'LBL_LIST_LAST_REV_DATE' => 'Revision Date',
       
    99 	'LBL_LIST_VIEW_DOCUMENT'=>'View',
       
   100     'LBL_LIST_DOWNLOAD'=> 'Download',
       
   101 	'LBL_LIST_ACTIVE_DATE' => 'Publish Date',
       
   102 	'LBL_LIST_EXP_DATE' => 'Expiration Date',
       
   103 	'LBL_LIST_STATUS'=>'Status',
       
   104 
       
   105 	//document search form.
       
   106 	'LBL_SF_DOCUMENT' => 'Document Name:',
       
   107 	'LBL_SF_CATEGORY' => 'Category:',
       
   108 	'LBL_SF_SUBCATEGORY'=> 'Sub Category:',
       
   109 	'LBL_SF_ACTIVE_DATE' => 'Publish Date:',
       
   110 	'LBL_SF_EXP_DATE'=> 'Expiration Date:',
       
   111 
       
   112 	'DEF_CREATE_LOG' => 'Document Created',
       
   113 
       
   114 	//error messages
       
   115 	'ERR_DOC_NAME'=>'Document Name',
       
   116 	'ERR_DOC_ACTIVE_DATE'=>'Publish Date',
       
   117 	'ERR_DOC_EXP_DATE'=> 'Expiration Date',
       
   118 	'ERR_FILENAME'=> 'File name',
       
   119 	'ERR_DOC_VERSION'=> 'Document Version',
       
   120 	'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?',
       
   121 	'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.',
       
   122 	'LNK_NEW_MAIL_MERGE' => 'Mail Merge',
       
   123 	'LBL_MAIL_MERGE_DOCUMENT' => 'Mail Merge Template:',
       
   124 
       
   125 	'LBL_TREE_TITLE' => 'Documents',
       
   126 	//sub-panel vardefs.
       
   127 	'LBL_LIST_DOCUMENT_NAME'=>'Document Name',
       
   128 	'LBL_CONTRACT_NAME'=>'Contract Name:',
       
   129 	'LBL_LIST_IS_TEMPLATE'=>'Template?',
       
   130 	'LBL_LIST_TEMPLATE_TYPE'=>'Document Type',
       
   131 	'LBL_LIST_SELECTED_REVISION'=>'Selected Revision',
       
   132 	'LBL_LIST_LATEST_REVISION'=>'Latest Revision',
       
   133 	'LBL_CONTRACTS_SUBPANEL_TITLE'=>'Related Contracts',
       
   134 	'LBL_LAST_REV_CREATE_DATE'=>'Last Revision Create Date',
       
   135     //'LNK_DOCUMENT_CAT'=>'Document Categories',
       
   136 );
       
   137 
       
   138 
       
   139 ?>