]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Documents/language/en_us.lang.php
Release 6.5.0
[Github/sugarcrm.git] / modules / Documents / 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  * Description:  Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45
46 $mod_strings = array (
47         //module
48         'LBL_MODULE_NAME' => 'Documents',
49         'LBL_MODULE_TITLE' => 'Documents: Home',
50         'LNK_NEW_DOCUMENT' => 'Create Document',
51         'LNK_DOCUMENT_LIST'=> 'View Documents',
52         'LBL_DOC_REV_HEADER' => 'Document Revisions',
53         'LBL_SEARCH_FORM_TITLE'=> 'Document Search',
54         //vardef labels
55         'LBL_DOCUMENT_ID' => 'Document ID',
56         'LBL_NAME' => 'Document Name',
57         'LBL_DESCRIPTION' => 'Description',
58         'LBL_CATEGORY' => 'Category',
59         'LBL_SUBCATEGORY' => 'Sub Category',
60         'LBL_STATUS' => 'Status',
61         'LBL_CREATED_BY'=> 'Created by',
62         'LBL_DATE_ENTERED'=> 'Date Created',
63         'LBL_DATE_MODIFIED'=> 'Date Modified',
64         'LBL_DELETED' => 'Deleted',
65         'LBL_MODIFIED'=> 'Modified by ID',
66         'LBL_MODIFIED_USER' => 'Modified by',
67         'LBL_CREATED'=> 'Created by',
68         'LBL_REVISIONS'=>'Revisions',
69         'LBL_RELATED_DOCUMENT_ID'=>'Related Document ID',
70         'LBL_RELATED_DOCUMENT_REVISION_ID'=>'Related Document Revision ID',
71         'LBL_IS_TEMPLATE'=>'Is a Template',
72         'LBL_TEMPLATE_TYPE'=>'Document Type',
73         'LBL_ASSIGNED_TO_NAME'=>'Assigned to:',
74         'LBL_REVISION_NAME' => 'Revision Number',
75         'LBL_MIME' => 'Mime Type',
76         'LBL_REVISION' => 'Revision',
77         'LBL_DOCUMENT' => 'Related Document',
78         'LBL_LATEST_REVISION' => 'Latest Revision',
79         'LBL_CHANGE_LOG'=> 'Change Log',
80         'LBL_ACTIVE_DATE'=> 'Publish Date',
81         'LBL_EXPIRATION_DATE' => 'Expiration Date',
82         'LBL_FILE_EXTENSION'  => 'File Extension',
83         'LBL_LAST_REV_MIME_TYPE' => 'Last revision MIME type',
84         'LBL_CAT_OR_SUBCAT_UNSPEC'=>'Unspecified',
85     'LBL_HOMEPAGE_TITLE' => 'My Documents',
86         //quick search
87         'LBL_NEW_FORM_TITLE' => 'New Document',
88         //document edit and detail view
89         'LBL_DOC_NAME' => 'Document Name:',
90         'LBL_FILENAME' => 'File Name:',
91         'LBL_LIST_FILENAME' => 'File:',
92         'LBL_DOC_VERSION' => 'Revision:',
93         'LBL_FILE_UPLOAD' => 'File:',
94
95         'LBL_CATEGORY_VALUE' => 'Category:',
96         'LBL_LIST_CATEGORY' => 'Category',
97         'LBL_SUBCATEGORY_VALUE'=> 'Sub Category:',
98         'LBL_DOC_STATUS'=> 'Status:',
99         'LBL_LAST_REV_CREATOR' => 'Revision Created By:',
100         'LBL_LASTEST_REVISION_NAME' => 'Lastest revision name:',
101         'LBL_SELECTED_REVISION_NAME' => 'Selected revision name:',
102         'LBL_CONTRACT_STATUS' => 'Contract status:',
103         'LBL_CONTRACT_NAME' => 'Contract name:',
104         'LBL_LAST_REV_DATE' => 'Revision Date:',
105         'LBL_DOWNNLOAD_FILE'=> 'Download File:',
106         'LBL_DET_RELATED_DOCUMENT'=>'Related Document:',
107         'LBL_DET_RELATED_DOCUMENT_VERSION'=>"Related Document Revision:",
108         'LBL_DET_IS_TEMPLATE'=>'Template? :',
109         'LBL_DET_TEMPLATE_TYPE'=>'Document Type:',
110         'LBL_DOC_DESCRIPTION'=>'Description:',
111         'LBL_DOC_ACTIVE_DATE'=> 'Publish Date:',
112         'LBL_DOC_EXP_DATE'=> 'Expiration Date:',
113
114         //document list view.
115         'LBL_LIST_FORM_TITLE' => 'Document List',
116         'LBL_LIST_DOCUMENT' => 'Document',
117         'LBL_LIST_CATEGORY' => 'Category',
118         'LBL_LIST_SUBCATEGORY' => 'Sub Category',
119         'LBL_LIST_REVISION' => 'Revision',
120         'LBL_LIST_LAST_REV_CREATOR' => 'Published By',
121         'LBL_LIST_LAST_REV_DATE' => 'Revision Date',
122         'LBL_LIST_VIEW_DOCUMENT'=>'View',
123     'LBL_LIST_DOWNLOAD'=> 'Download',
124         'LBL_LIST_ACTIVE_DATE' => 'Publish Date',
125         'LBL_LIST_EXP_DATE' => 'Expiration Date',
126         'LBL_LIST_STATUS'=>'Status',
127         'LBL_LINKED_ID' => 'Linked id',
128         'LBL_SELECTED_REVISION_ID' => 'Selected revision id',
129         'LBL_LATEST_REVISION_ID' => 'Latest revision id',
130         'LBL_SELECTED_REVISION_FILENAME' => 'Selected revision filename',
131         'LBL_FILE_URL' => 'File url',
132     'LBL_REVISIONS_PANEL' => 'Revision Details',
133     'LBL_REVISIONS_SUBPANEL' => 'Revisions',
134
135         //document search form.
136         'LBL_SF_DOCUMENT' => 'Document Name:',
137         'LBL_SF_CATEGORY' => 'Category:',
138         'LBL_SF_SUBCATEGORY'=> 'Sub Category:',
139         'LBL_SF_ACTIVE_DATE' => 'Publish Date:',
140         'LBL_SF_EXP_DATE'=> 'Expiration Date:',
141
142         'DEF_CREATE_LOG' => 'Document Created',
143
144         //error messages
145         'ERR_DOC_NAME'=>'Document Name',
146         'ERR_DOC_ACTIVE_DATE'=>'Publish Date',
147         'ERR_DOC_EXP_DATE'=> 'Expiration Date',
148         'ERR_FILENAME'=> 'File Name',
149         'ERR_DOC_VERSION'=> 'Document Version',
150         'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?',
151         'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.',
152         'LNK_NEW_MAIL_MERGE' => 'Mail Merge',
153         'LBL_MAIL_MERGE_DOCUMENT' => 'Mail Merge Template:',
154         'ERR_MISSING_FILE' => 'This document is missing a file, most likely due to  an error during upload.  Please retry uploading the file or contact your administrator.',
155
156         'LBL_TREE_TITLE' => 'Documents',
157         //sub-panel vardefs.
158         'LBL_LIST_DOCUMENT_NAME'=>'Name',
159         'LBL_CONTRACT_NAME'=>'Contract Name:',
160         'LBL_LIST_IS_TEMPLATE'=>'Template?',
161         'LBL_LIST_TEMPLATE_TYPE'=>'Document Type',
162         'LBL_LIST_SELECTED_REVISION'=>'Selected Revision',
163         'LBL_LIST_LATEST_REVISION'=>'Latest Revision',
164         'LBL_CONTRACTS_SUBPANEL_TITLE'=>'Related Contracts',
165         'LBL_LAST_REV_CREATE_DATE'=>'Last Revision Create Date',
166     //'LNK_DOCUMENT_CAT'=>'Document Categories',
167     'LBL_CONTRACTS' => 'Contracts',
168     'LBL_CREATED_USER' => 'Created User',
169     'LBL_THEREVISIONS_SUBPANEL_TITLE' => 'Reversions',
170     'LBL_DOCUMENT_INFORMATION' => 'Overview',
171         'LBL_DOC_ID' => 'Document Source ID',
172         'LBL_DOC_TYPE' => 'Source',
173         'LBL_LIST_DOC_TYPE' => 'Source',
174     'LBL_DOC_TYPE_POPUP' => 'Select a source to which this document will be uploaded<br> and from which it will be available.',
175         'LBL_DOC_URL' => 'Document Source URL',
176     'LBL_SEARCH_EXTERNAL_DOCUMENT' => 'File Name',
177     'LBL_EXTERNAL_DOCUMENT_NOTE' => 'The first 20 most recently modified files are displayed in descending order in the list below. Use the Search to find other files.',
178     'LBL_LIST_EXT_DOCUMENT_NAME' => 'File Name',
179     'ERR_INVALID_EXTERNAL_API_ACCESS' => 'The user attempted to access an invalid external API ({0})',
180     'ERR_INVALID_EXTERNAL_API_LOGIN' => 'The login check failed for external API ({0})',
181
182     // Links around the world
183     'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Accounts',
184     'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
185     'LBL_OPPORTUNITIES_SUBPANEL_TITLE' => 'Opportunities',
186     'LBL_CASES_SUBPANEL_TITLE' => 'Cases',
187     'LBL_BUGS_SUBPANEL_TITLE' => 'Bugs',
188     'LBL_QUOTES_SUBPANEL_TITLE' => 'Quotes',
189         'LBL_PRODUCTS_SUBPANEL_TITLE' => 'Products',
190 );
191
192
193 ?>