]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/SugarObjects/templates/file/language/en_us.lang.php
Release 6.5.6
[Github/sugarcrm.git] / include / SugarObjects / templates / file / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
41  * All Rights Reserved.
42  * Contributor(s): ______________________________________..
43  ********************************************************************************/
44
45 $mod_strings = array (
46         //module
47         'LBL_MODULE_NAME' => 'Documents',
48         'LBL_MODULE_TITLE' => 'Documents: Home',
49         'LNK_NEW_DOCUMENT' => 'Create Document',
50         'LNK_DOCUMENT_LIST'=> 'Documents List',
51         'LBL_SEARCH_FORM_TITLE'=> 'Document Search',
52         //vardef labels
53         'LBL_DOCUMENT_ID' => 'Document ID',
54         'LBL_NAME' => 'Document Name',
55         'LBL_DESCRIPTION' => 'Description',
56         'LBL_ASSIGNED_TO' => 'Assigned to:',
57         'LBL_CATEGORY' => 'Category',
58         'LBL_SUBCATEGORY' => 'Sub Category',
59         'LBL_STATUS' => 'Status',
60         'LBL_IS_TEMPLATE'=>'Is a Template',
61         'LBL_TEMPLATE_TYPE'=>'Document Type',
62         'LBL_REVISION_NAME' => 'Revision Number',
63         'LBL_MIME' => 'Mime Type',
64         'LBL_REVISION' => 'Revision',
65         'LBL_DOCUMENT' => 'Related Document',
66         'LBL_LATEST_REVISION' => 'Latest Revision',
67         'LBL_CHANGE_LOG'=> 'Change Log',
68         'LBL_ACTIVE_DATE'=> 'Publish Date',
69         'LBL_EXPIRATION_DATE' => 'Expiration Date',
70         'LBL_FILE_EXTENSION'  => 'File Extension',
71
72         'LBL_CAT_OR_SUBCAT_UNSPEC'=>'Unspecified',
73         //quick search
74         'LBL_NEW_FORM_TITLE' => 'New Document',
75         //document edit and detail view
76         'LBL_DOC_NAME' => 'Document Name:',
77         'LBL_FILENAME' => 'File Name:',
78         'LBL_FILE_UPLOAD' => 'File:',
79         'LBL_DOC_VERSION' => 'Revision:',
80         'LBL_CATEGORY_VALUE' => 'Category:',
81         'LBL_SUBCATEGORY_VALUE'=> 'Sub Category:',
82         'LBL_DOC_STATUS'=> 'Status:',
83         'LBL_DET_TEMPLATE_TYPE'=>'Document Type:',
84         'LBL_DOC_DESCRIPTION'=>'Description:',
85         'LBL_DOC_ACTIVE_DATE'=> 'Publish Date:',
86         'LBL_DOC_EXP_DATE'=> 'Expiration Date:',
87
88         //document list view.
89         'LBL_LIST_FORM_TITLE' => 'Document List',
90         'LBL_LIST_DOCUMENT' => 'Document',
91         'LBL_LIST_CATEGORY' => 'Category',
92         'LBL_LIST_SUBCATEGORY' => 'Sub Category',
93         'LBL_LIST_REVISION' => 'Revision',
94         'LBL_LIST_LAST_REV_CREATOR' => 'Published By',
95         'LBL_LIST_LAST_REV_DATE' => 'Revision Date',
96         'LBL_LIST_VIEW_DOCUMENT'=>'View',
97     'LBL_LIST_DOWNLOAD'=> 'Download',
98         'LBL_LIST_ACTIVE_DATE' => 'Publish Date',
99         'LBL_LIST_EXP_DATE' => 'Expiration Date',
100         'LBL_LIST_STATUS'=>'Status',
101
102         //document search form.
103         'LBL_SF_DOCUMENT' => 'Document Name:',
104         'LBL_SF_CATEGORY' => 'Category:',
105         'LBL_SF_SUBCATEGORY'=> 'Sub Category:',
106         'LBL_SF_ACTIVE_DATE' => 'Publish Date:',
107         'LBL_SF_EXP_DATE'=> 'Expiration Date:',
108
109         'DEF_CREATE_LOG' => 'Document Created',
110
111         //error messages
112         'ERR_DOC_NAME'=>'Document Name',
113         'ERR_DOC_ACTIVE_DATE'=>'Publish Date',
114         'ERR_DOC_EXP_DATE'=> 'Expiration Date',
115         'ERR_FILENAME'=> 'File Name',
116
117         'LBL_TREE_TITLE' => 'Documents',
118         //sub-panel vardefs.
119         'LBL_LIST_DOCUMENT_NAME'=>'Document Name',
120
121     'LBL_EDIT_BUTTON' => 'Edit ',
122     'LBL_REMOVE' => 'Remove',
123
124 );
125
126
127 ?>