]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/SugarFeed/language/en_us.lang.php
Release 6.1.4
[Github/sugarcrm.git] / modules / SugarFeed / language / en_us.lang.php
1 <?php
2 /*********************************************************************************
3  * SugarCRM is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 $mod_strings = array (
38   'LBL_TEAM' => 'Team',
39   'LBL_TEAM_ID' => 'Team Id',
40   'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
41   'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
42   'LBL_ID' => 'ID',
43   'LBL_DATE_ENTERED' => 'Date Created',
44   'LBL_DATE_MODIFIED' => 'Date Modified',
45   'LBL_MODIFIED' => 'Modified By',
46   'LBL_MODIFIED_ID' => 'Modified By Id',
47   'LBL_MODIFIED_NAME' => 'Modified By Name',
48   'LBL_CREATED' => 'Created By',
49   'LBL_CREATED_ID' => 'Created By Id',
50   'LBL_DESCRIPTION' => 'Description',
51   'LBL_DELETED' => 'Deleted',
52   'LBL_NAME' => 'Name',
53   'LBL_SAVING'=>'Saving...',
54   'LBL_SAVED'=>'Saved',
55   'LBL_CREATED_USER' => 'Created by User',
56   'LBL_MODIFIED_USER' => 'Modified by User',
57   'LBL_LIST_FORM_TITLE' => 'Sugar Feed List',
58   'LBL_MODULE_NAME' => 'Sugar Feed',
59   'LBL_MODULE_TITLE' => 'Sugar Feed',
60   'LBL_DASHLET_DISABLED' => 'Warning: The Sugar Feed system is disabled, no new feed entries will be posted until it is activated',
61   'LBL_ADMIN_SETTINGS' => 'Sugar Feed Settings',
62   'LBL_RECORDS_DELETED' => 'All previous Sugar Feed entries have been removed, if the Sugar Feed system is enabled, new entries will be generated automatically.',
63   'LBL_CONFIRM_DELETE_RECORDS' => 'Are you sure you wish to delete all of the Sugar Feed entries?',
64   'LBL_FLUSH_RECORDS' => 'Delete Feed Entries',
65   'LBL_ENABLE_FEED' => 'Enable Sugar Feed',
66   'LBL_ENABLE_MODULE_LIST' => 'Activate Feeds For',
67   'LBL_HOMEPAGE_TITLE' => 'My Sugar Feed',
68   'LNK_NEW_RECORD' => 'Create Sugar Feed',
69   'LNK_LIST' => 'Sugar Feed',
70   'LBL_SEARCH_FORM_TITLE' => 'Search Sugar Feed',
71   'LBL_HISTORY_SUBPANEL_TITLE' => 'View History',
72   'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',
73   'LBL_SUGAR_FEED_SUBPANEL_TITLE' => 'Sugar Feed',
74   'LBL_NEW_FORM_TITLE' => 'New Sugar Feed',
75   'LBL_ALL'=>'All',
76   'LBL_USER_FEED' => 'User Feed',
77   'LBL_ENABLE_USER_FEED' => 'Activate User Feed',
78   'LBL_TO'=>'Send To Team',
79   'LBL_IS'=>'is',
80   'LBL_DONE'=>'Done',
81   'LBL_TITLE'=>'Title',
82   'LBL_ROWS'=>'Rows',
83   'LBL_CATEGORIES'=>'Modules',
84   'LBL_TIME_LAST_WEEK'=>'Last Week',
85   'LBL_TIME_WEEKS'    =>'Weeks',
86   'LBL_TIME_DAYS'     =>'Days',
87   'LBL_TIME_YESTERDAY'=>'Yesterday',
88   'LBL_TIME_HOURS'    =>'Hours',
89   'LBL_TIME_HOUR'     =>'Hours',
90   'LBL_TIME_MINUTES'  =>'Minutes',
91   'LBL_TIME_MINUTE'   =>'Minute',
92   'LBL_TIME_SECONDS'  =>'Seconds',
93   'LBL_TIME_SECOND'   =>'Second',
94   'LBL_TIME_AGO'      =>'ago',
95
96   'CREATED_CONTACT'=>'created a <b>NEW</b> contact',
97   'CREATED_OPPORTUNITY'=>'created a <b>NEW</b> opportunity',
98   'CREATED_CASE'=>'created a <b>NEW</b> case',
99   'CREATED_LEAD'=>'created a <b>NEW</b> lead',
100   'FOR'=>'for',
101   'CLOSED_CASE'=>'<b>CLOSED</b> a case ',
102   'CONVERTED_LEAD'=>'<b>CONVERTED</b> a lead',
103   'WON_OPPORTUNITY'=>'has <b>WON</b> an opportunity',
104   'WITH' => 'with',
105
106   'LBL_LINK_TYPE_Link' => 'Link',
107   'LBL_LINK_TYPE_Image' => 'Image',
108   'LBL_LINK_TYPE_YouTube' => 'YouTube&#153;',
109   
110   'LBL_SELECT' => 'Select',  
111   'LBL_POST' => 'Post', 
112 );
113 ?>