modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.en_us.lang.php
branchsugarforge-projects-czech
changeset 3 974a21c495b2
parent 2 6333e8e78cf7
child 4 e99ddd2564c6
--- a/modules/Home/Dashlets/JotPadDashlet/JotPadDashlet.en_us.lang.php	Thu May 26 14:02:39 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-<?php
-if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
-/**
- * The contents of this file are subject to the SugarCRM Public License Version
- * 1.1.3 ("License"); You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * All copies of the Covered Code must include on each user interface screen:
- *    (i) the "Powered by SugarCRM" logo and
- *    (ii) the SugarCRM copyright notice
- * in the same form as they appear in the distribution.  See full license for
- * requirements.
- *
- * The Original Code is: SugarCRM Open Source
- * The Initial Developer of the Original Code is SugarCRM, Inc.
- * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
- * All Rights Reserved.
- * Contributor(s): ______________________________________.
- */
-
-
-
-
-$dashletStrings['JotPadDashlet'] = array('LBL_TITLE'            => 'JotPad',
-                                         'LBL_DESCRIPTION'      => 'A dashlet to keep your notes',
-                                         'LBL_SAVING'           => 'Saving JotPad ...',
-                                         'LBL_SAVED'            => 'Saved',
-                                         'LBL_CONFIGURE_TITLE'  => 'Title',
-                                         'LBL_CONFIGURE_HEIGHT' => 'Height (1 - 300)',
-                                         'LBL_DBLCLICK_HELP'    => 'Double click below to Edit.',
-                                         'LBL_DEFAULT_TEXT'     => 
-<<<EOQ
-Welcome to SugarSuite 4.5<br>
-<br>
-SugarCRM proudly announces the introduction of 'Sugar Dashlet' in this release.  'Sugar Dashlet' is an extensible framework which allows customers and users to create UI components, both CRM and non CRM specific. This provides a powerful tool for end users and developers to customize and create data objects based on individual needs.<br>
-<br>
-Home page is a collection of dashlets shipped with the product. Users can create additional dashlets based on their business needs. Ex : Order status information can be pulled from fulfillment systems OR Return receipt information can be extracted from Order management systems. There is no limit on creativity....<br>
-<br>
-You can customize your homepage to fit your needs.<br>
-* Add new Dashlets by clicking on "Add Dashlets" in the upper left corner.<br>
-* Customize each Dashlet by clicking on the Configure Icon at the top right corner of each Dashlet<br>
-* Remove Dashlets by clicking on the X<br>
-<br>
-More information on the 'Sugar Dashlet' framework is available on the SugarWiki.<br>
-http://www.sugarcrm.com/wiki/index.php?title=Dashlets<br>
-EOQ
-);
-?>