[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/HelpDesk/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$
  17   * Description:  Defines the English language pack
  18   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  19   * All Rights Reserved.
  20   * Contributor(s): ______________________________________..
  21   ********************************************************************************/
  22  
  23  $mod_strings = Array(
  24  // Added in release 4.0
  25  'LBL_MODULE_NAME'=>'Trouble Tickets',
  26  'LBL_GROUP'=>'Group',
  27  'LBL_ACCOUNT_NAME'=>'Account Name',
  28  'LBL_CONTACT_NAME'=>'Contact Name',
  29  'LBL_SUBJECT'=>'Subject',
  30  'LBL_NEW_FORM_TITLE' => 'New Ticket',
  31  'LBL_DESCRIPTION'=>'Description',
  32  'NTC_DELETE_CONFIRMATION'=>'Are you sure you want to delete this record?',
  33  'LBL_CUSTOM_FIELD_SETTINGS'=>'Custom Field Settings:',
  34  'LBL_PICKLIST_FIELD_SETTINGS'=>'Picklist Field Settings:',
  35  'Leads'=>'Lead',
  36  'Accounts'=>'Account',
  37  'Contacts'=>'Contact',
  38  'Opportunities'=>'Opportunity',
  39  'LBL_TICKET_INFORMATION'=>'Ticket Information',
  40  'LBL_CUSTOM_INFORMATION'=>'Custom Information',
  41  'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
  42  
  43  'LBL_ACCOUNT'=>'Account',
  44  'LBL_OPPURTUNITY'=>'Oppurtunity',
  45  'LBL_PRODUCT'=>'Product',
  46  
  47  'LBL_COLON'=>':',
  48  'LBL_TICKET'=>'Ticket',
  49  'LBL_CONTACT'=>'Contact',
  50  'LBL_STATUS'=>'Status',
  51  'LBL_ASSIGNED_TO'=>'Assigned To',
  52  'LBL_FAQ'=>'FAQ',
  53  'LBL_VIEW_FAQS'=>'View FAQs',
  54  'LBL_ADD_FAQS'=>'Add FAQs',
  55  'LBL_FAQ_CATEGORIES'=>'FAQ Categories',
  56  
  57  'LBL_PRIORITY'=>'Priority',
  58  'LBL_CATEGORY'=>'Category',
  59  
  60  'LBL_QUESTION'=>'Question',
  61  'LBL_ANSWER'=>'Answer',
  62  'LBL_COMMENTS'=>'Comments',
  63  
  64  'LBL_AUTHOR'=>'Author',
  65  'LBL_QUESTION'=>'Question',
  66  
  67  //Added vtiger_fields for File Attachment and Mail send in Tickets
  68  'LBL_ATTACHMENTS'=>'Attachments',
  69  'LBL_NEW_ATTACHMENT'=>'New Attachment',
  70  'LBL_SEND_MAIL'=>'Send Mail',
  71  
  72  //Added vtiger_fields for search option  in TicketsList -- 4Beta
  73  'LBL_CREATED_DATE'=>'Created Date',
  74  'LBL_IS'=>'is',
  75  'LBL_IS_NOT'=>'is not',
  76  'LBL_IS_BEFORE'=>'is before',
  77  'LBL_IS_AFTER'=>'is after',
  78  'LBL_STATISTICS'=>'Statistics',
  79  'LBL_TICKET_ID'=>'Ticket Id',
  80  'LBL_MY_TICKETS'=>'My Tickets',
  81  "LBL_MY_FAQ"=>"My Faq's",
  82  'LBL_ESTIMATED_FINISHING_TIME'=>'Estimated Finishing Time',
  83  'LBL_SELECT_TICKET'=>'Select Ticket',
  84  'LBL_CHANGE_OWNER'=>'Change Owner',
  85  'LBL_CHANGE_STATUS'=>'Change Status',
  86  
  87  
  88  
  89  
  90  
  91  
  92  
  93  
  94  'LBL_TICKET_TITLE'=>'Title',
  95  'LBL_TICKET_DESCRIPTION'=>'Description',
  96  'LBL_TICKET_CATEGORY'=>'Category',
  97  'LBL_TICKET_PRIORITY'=>'Priority',
  98  
  99  //Added vtiger_fields after 4 -- Beta
 100  'LBL_NEW_TICKET'=>'New Ticket',
 101  'LBL_TICKET_INFORMATION'=>'Ticket Information',
 102  
 103  'LBL_LIST_FORM_TITLE'=>'Tickets List',
 104  'LBL_SEARCH_FORM_TITLE'=>'Ticket Search',
 105  
 106  //Added vtiger_fields after RC1 - Release
 107  'LBL_CHOOSE_A_VIEW'=>'Choose a View...',
 108  'LBL_ALL'=>'All',
 109  'LBL_LOW'=>'Low',
 110  'LBL_MEDIUM'=>'Medium',
 111  'LBL_HIGH'=>'High',
 112  'LBL_CRITICAL'=>'Critical',
 113  //Added vtiger_fields for 4GA
 114  'Assigned To'=>'Assigned To',
 115  'Contact Name'=>'Contact Name',
 116  'Priority'=>'Priority',
 117  'Status'=>'Status',
 118  'Category'=>'Category',
 119  'Update History'=>'Update History',
 120  'Created Time'=>'Created Time',
 121  'Modified Time'=>'Modified Time',
 122  'Title'=>'Title',
 123  'Description'=>'Description',
 124  
 125  'LBL_TICKET_CUMULATIVE_STATISTICS'=>'Ticket Cumulative Statistics:',
 126  'LBL_CASE_TOPIC'=>'Case Topic',
 127  'LBL_OPEN'=>'Open',
 128  'LBL_CLOSED'=>'Closed',
 129  'LBL_TOTAL'=>'Total',
 130  'LBL_TICKET_HISTORY'=>'Ticket History',
 131  'LBL_CATEGORIES'=>'Categories',
 132  'LBL_PRIORITIES'=>'Priorities',
 133  'LBL_SUPPORTERS'=>'Supporters',
 134  
 135  //Added vtiger_fields after 4_0_1
 136  'LBL_TICKET_RESOLUTION'=>'Solution Information',
 137  'Solution'=>'Solution',
 138  'Add Comment'=>'Add Comment',
 139  'LBL_ADD_COMMENT'=>'Add Comment',//give the same value given to the above string 'Add Comment'
 140  
 141  //Added for 4.2 Release -- CustomView
 142  'Ticket ID'=>'Ticket ID',
 143  'Subject'=>'Subject',
 144  
 145  //Added after 4.2 alpha
 146  'Severity'=>'Severity',
 147  'Product Name'=>'Product Name',
 148  'Related To'=>'Related To',
 149  'LBL_MORE'=>'More',
 150  
 151  'LBL_TICKETS'=>'Tickets',
 152  
 153  //Added on 09-12-2005
 154  'LBL_CUMULATIVE_STATISTICS'=>'Cumulative Statistics',
 155  
 156  //Added on 12-12-2005
 157  'LBL_CONVERT_AS_FAQ_BUTTON_TITLE'=>'Convert As FAQ',
 158  'LBL_CONVERT_AS_FAQ_BUTTON_KEY'=>'C',
 159  'LBL_CONVERT_AS_FAQ_BUTTON_LABEL'=>'Convert As FAQ',
 160  'Attachment'=>'Attachment',
 161  'LBL_COMMENT_INFORMATION'=>'Comment Information',
 162  
 163  //Added for existing picklist entries
 164  
 165  'Big Problem'=>'Big Problem',
 166  'Small Problem'=>'Small Problem',
 167  'Other Problem'=>'Other Problem',
 168  
 169  'Low'=>'Low',
 170  'Normal'=>'Normal',
 171  'High'=>'High',
 172  'Urgent'=>'Urgent',
 173  
 174  'Minor'=>'Minor',
 175  'Major'=>'Major',
 176  'Feature'=>'Feature',
 177  'Critical'=>'Critical',
 178  
 179  'Open'=>'Open',
 180  'In Progress'=>'In Progress',
 181  'Wait For Response'=>'Wait For Response',
 182  'Closed'=>'Closed',
 183  
 184  );
 185  
 186  ?>


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