[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Home/language/ -> en_us.lang.php (source)

   1  <?php
   2  /*********************************************************************************
   3   * The contents of this file are subject to the SugarCRM Public License Version 1.1.2
   4   * ("License"); You may not use this file except in compliance with the
   5   * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
   6   * Software distributed under the License is distributed on an  "AS IS"  basis,
   7   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
   8   * the specific language governing rights and limitations under the License.
   9   * The Original Code is:  SugarCRM Open Source
  10   * The Initial Developer of the Original Code is SugarCRM, Inc.
  11   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  12   * All Rights Reserved.
  13   * Contributor(s): ______________________________________.
  14   ********************************************************************************/
  15  /*********************************************************************************
  16   * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/modules/Home/language/en_us.lang.php,v 1.5 2005/03/04 15:18:47 jack Exp $
  17   * Description:  Defines the English language pack 
  18   ********************************************************************************/
  19   
  20  $mod_strings = Array(
  21  'LBL_NEW_FORM_TITLE'=>'New Contact',
  22  'LBL_FIRST_NAME'=>'First Name:',
  23  'LBL_LAST_NAME'=>'Last Name:',
  24  'LBL_LIST_LAST_NAME'=>'Last Name',
  25  'LBL_ACCOUNT_NAME'=>'Account Name:',
  26  'LBL_LIST_ACCOUNT_NAME'=>'Account Name',
  27  'LBL_PHONE'=>'Phone:',
  28  'LBL_EMAIL_ADDRESS'=>'Email:',
  29  'LBL_TOTAL'=>'Total : ',
  30  
  31  'LBL_MY_HOME'=>'My Home',
  32  'LBL_MODIFIED_TIME'=>'Modified Time',
  33  'LBL_LOGIN_ID'=>'ID',
  34  'LBL_MODIFIED_BY'=>'Modified By',
  35  'LBL_TYPE'=>'Type',
  36  
  37  'LBL_PIPELINE_FORM_TITLE'=>'My Pipeline',
  38  
  39  'ERR_ONE_CHAR'=>'Please enter at least one letter or number for your search ...',
  40  
  41  'LBL_OPEN_TASKS'=>'My Open Tasks',
  42  
  43  'LBL_LEADS_BY_SOURCE'=>'Leads By Source',
  44  'LBL_LEADS_BY_STATUS'=>'Leads By Status',
  45  
  46  'LBL_UPCOMING_EVENTS'=>'Upcoming Activities',
  47  'LBL_PENDING_EVENTS'=>'Pending Activities',
  48  'LBL_SINGLE_PENDING_EVENT'=>'Event for Last Ten Days',
  49  'LBL_MULTIPLE_PENDING_EVENTS'=>'Events for Last Ten Days',
  50  
  51  'recordsforuser'=>'Records for',
  52  
  53  'Today'=>'Today',
  54  'This Week'=>'This Week',
  55  'This Month'=>'This Month',
  56  'This Year'=>'This Year',
  57  'Last Week'=>'Last Week',
  58  'Last 2 Days'=>'Last 2 Days',
  59  'Last Ten Days'=>'Last Ten Days',
  60  
  61  
  62  );
  63  
  64  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7