-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c61e9d7
commit 96ba6e5
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1071,6 +1071,15 @@ | |
$app_strings['LBL_TWITTER_USER_C'] = 'Twitter User'; | ||
$app_strings['LBL_PANEL_SOCIAL_FEED'] = 'Social Feed Details'; | ||
|
||
/** | ||
* en_us.sps.php | ||
* @author SalesAgility <[email protected]> | ||
* Date: 27/01/14 | ||
*/ | ||
|
||
|
||
$app_strings['LBL_SUBPANEL_FILTER_LABEL'] = 'Filter'; | ||
|
||
/** | ||
* @package SuiteCRM | ||
* @copyright SalesAgility Ltd http://www.salesagility.com | ||
|
@@ -1100,4 +1109,7 @@ | |
$app_strings['LBL_QUICK_DOCUMENT'] = 'Create Document'; | ||
$app_strings['LBL_QUICK_CALL'] = 'Log Call'; | ||
$app_strings['LBL_QUICK_TASK'] = 'Create Task'; | ||
$app_strings['LBL_COLLECTION_TYPE'] = 'Type'; | ||
|
||
$app_list_strings['collection_temp_list'] = array ( 'Tasks' => 'Tasks', 'Meetings' => 'Meetings', 'Calls' => 'Calls', 'Notes' => 'Notes', 'Emails' => 'Emails' ); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); | ||
|
||
$suitecrm_version = '7.1.0 RC'; | ||
$suitecrm_timestamp = '2014-03-24 05:00pm'; | ||
$suitecrm_version = '7.1.0 RC2'; | ||
$suitecrm_timestamp = '2014-03-28 10:30pm'; | ||
|
||
?> |