[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Products/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 for the Account module.
  18   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  19   * All Rights Reserved.
  20   * Contributor(s): ______________________________________..
  21   ********************************************************************************/
  22  
  23  $mod_strings = Array(
  24  'LBL_MODULE_NAME'=>'Products',
  25  'LBL_LIST_PRODUCT_NAME'=>'Product Name',
  26  'LBL_TOOL_FORM_TITLE'=>'Product Tools',
  27  'LBL_SEARCH_FORM_TITLE'=>'Product Search',
  28  'LBL_PRODUCT_NAME'=>'Product Name:',
  29  'LBL_VENDOR_NAME'=>'Vendor Name:',
  30  'LBL_PRICEBOOK_NAME'=>'Price Book Name:',
  31  'LBL_VENDOR'=>'Vendor',
  32  'LBL_PRICEBOOK'=>'Price Book:',
  33  'LBL_VENDOR_INFORMATION'=>'Vendor Information:',
  34  'LBL_PRICEBOOK_INFORMATION'=>'Price Book Information:',
  35  'LBL_VENDOR_ADDRESS_INFORMATION'=>'Address Information:',
  36  'LBL_DESCRIPTION_INFORMATION'=>'Description Name:',
  37  'LBL_PRICING_INFORMATION'=>'Pricing Information:',
  38  'LBL_STOCK_INFORMATION'=>'Stock Information:',
  39  'LBL_LIST_FORM_TITLE'=>'Product List',
  40  'LBL_LIST_VENDOR_FORM_TITLE'=>'Vendor List',
  41  'LBL_LIST_PRICEBOOK_FORM_TITLE'=>'Price Book List',
  42  'LBL_LIST_CATEGORY'=>'Product Category',
  43  'LBL_CATEGORY'=>'Product Category:',
  44  'LBL_PRODUCT_CODE'=>'Part Number',
  45  'LBL_LIST_PRODUCT_CODE'=>'Part Number:',
  46  'LBL_PRODUCT_ACTIVE'=>'Product Active',
  47  'LBL_PRODUCT_COMMISSION_RATE'=>'Commission Rate',
  48  'LBL_PRODUCT_QTY_PER_UNIT'=>'Qty/Unit',
  49  'LBL_PRODUCT_UNIT_PRICE'=>'Unit Price',
  50  'LBL_PB_LIST_PRICE'=>'List Price',
  51  'LBL_PRODUCT_DESCRIPTION'=>'Description',
  52  'LBL_PRODUCT_IMAGE'=>'Image',
  53  'LBL_NEW_FORM_TITLE'=>'New Product',
  54  'LBL_PRODUCT_INFORMATION'=>'Product Information',
  55  'LBL_CUSTOM_INFORMATION'=>'Custom Information',
  56  'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
  57  
  58  //New entry
  59  'LBL_UPLOAD'=>'Upload File',
  60  
  61  'LBL_PRODUCT'=>'Product',
  62  'LBL_NEW_PRODUCT'=>'New Product',
  63  'LBL_COLON'=>':',
  64  
  65  'LBL_ATTACHMENTS'=>'Attachments',
  66  'LBL_NEW_ATTACHMENT'=>'New Attachment',
  67  'LBL_ATTACH_FILE'=>'File Attachment',
  68  'LBL_DESCRIPTION'=>'Description',
  69  'LBL_FILE'=>'File Name',
  70  
  71  
  72  //for v4 release added
  73  'LBL_NEW_POTENTIAL'=>'New Potential',
  74  'LBL_POTENTIAL_TITLE'=>'Potentials',
  75  
  76  'LBL_NEW_TICKET'=>'New Ticket',
  77  'LBL_TICKET_TITLE'=>'Tickets',
  78  
  79  'LBL_NEW_CALL'=>'New Call',
  80  'LBL_CALL_TITLE'=>'Calls',
  81  
  82  'LBL_NEW_MEETING'=>'New Meeting',
  83  'LBL_MEETING_TITLE'=>'Meetings',
  84  
  85  'LBL_NEW_ATTACHMENT'=>'New Attachment',
  86  'LBL_ATTACHMENT_TITLE'=>'Attachments',
  87  
  88  //Added vtiger_fields after RC1 - Release
  89  'LBL_MANUFACTURER'=>'Manufacturer',
  90  'LBL_PRODUCTCATEGORY'=>'Product Category',
  91  'LBL_SUPPORT_START_DATE'=>'Support Start Date',
  92  'LBL_SUPPORT_EXPIRY_DATE'=>'Support Expiry Date',
  93  'LBL_PURCHASE_DATE'=>'Purchase Date',
  94  
  95  //Added for 4GA
  96  'Product Name'=>'Product Name',
  97  'Product Code'=>'Part Number',
  98  'Product Active'=>'Product Active',
  99  'Commission Rate'=>'Commission Rate (%)',
 100  'Qty/Unit'=>'Qty/Unit',
 101  'Unit Price'=>'Unit Price',
 102  'Manufacturer'=>'Manufacturer',
 103  'Product Category'=>'Product Category',
 104  'Support Start Date'=>'Support Start Date',
 105  'Support Expiry Date'=>'Support Expiry Date',
 106  'Purchase Date'=>'Purchase Date',
 107  'Sales Start Date'=>'Sales Start Date',
 108  'Sales End Date'=>'Sales End Date',
 109  'Created Time'=>'Created Time',
 110  'Modified Time'=>'Modified Time',
 111  'Description'=>'Description',
 112  'Related To'=>'Related To',
 113  'Usage Unit'=>'Usage Unit',
 114  'Handler'=>'Handler',
 115  'Contact Name'=>'Contact Name',
 116  'Currency'=>'Currency',
 117  'Reorder Level'=>'Reorder Level',
 118  'Website'=>'Website',
 119  'Tax Class'=>'Tax Class',
 120  'Mfr PartNo'=>'Mfr Part No',
 121  'Vendor PartNo'=>'Vendor Part No',
 122  'Serial No'=>'Serial No',
 123  'Qty In Stock'=>'Qty. in Stock',
 124  'Product Sheet'=>'Product Sheet',
 125  'Qty In Demand'=>'Qty. in Demand',
 126  'GL Account'=>'GL Account',
 127  'Vendor Name'=>'Vendor Name',
 128  
 129  //Mapping for Name
 130  'Name'=>'Name',
 131  'Company Name'=>'Company Name',
 132  'Phone'=>'Phone',
 133  'Email'=>'Email',
 134  'Website'=>'Website',
 135  'GL Account'=>'GL Account',
 136  'Category'=>'Category',
 137  'Street'=>'Street',
 138  'City'=>'City',
 139  'State'=>'State',
 140  'Postal Code'=>'Postal Code',
 141  'Country'=>'Country',
 142  'Description'=>'Description',
 143  'Po Box'=>'PO Box',
 144  
 145  //Mapping for price book
 146  'Price Book Name'=>'Price Book Name',
 147  'Product Name'=>'Product Name',
 148  'Active'=>'Active',
 149  
 150  //Added for 4.2 Release -- CustomView
 151  'LBL_ALL'=>'All',
 152  'LBL_VENDOR_SEARCH_FORM_TITLE'=>'Vendor Search',
 153  'LBL_PRICEBOOK_SEARCH_FORM_TITLE'=>'PriceBook Search',
 154  'LBL_VENDOR_TITLE'=>'Vendors',
 155  'LBL_PRICEBOOK_TITLE'=>'Price Books',
 156  'LBL_PRODUCTS_TITLE'=>'Products',
 157  'LBL_COMPANY_NAME'=>'Company Name',
 158  'LBL_CATEGORY_TITLE'=>'Category',
 159  'LBL_ACTIVE_TITLE'=>'Active',
 160  'LBL_LIST_VENDOR_NAME'=>'Vendor Name',
 161  'LBL_IMAGE_INFORMATION'=>'Product Image Information:',
 162  'Product Image'=>'Product Image',
 163  'LBL_ADD_PRICEBOOK_BUTTON_TITLE'=>'Add To Price Books [Alt+B]',
 164  'LBL_ADD_PRICEBOOK_BUTTON_KEY'=>'B',
 165  'LBL_ADD_PRICEBOOK_BUTTON_LABEL'=>'Add To Price Books',
 166  'LBL_ADD_PRODUCT_PRICEBOOKS'=>'Add Product to PriceBooks',
 167  'LBL_ADD_PRODUCTS_PRICEBOOK'=>'Add Products to PriceBook',
 168  
 169  //Added for 4.2 patch2 release
 170  'LBL_MAXIMUM_LIMIT_ERROR'=>'Sorry, the uploaded file exceeds the maximum vtiger_filesize limit. Please try a file smaller than 800000 bytes',
 171  'LBL_UPLOAD_ERROR'=>'Problems in file upload. Please try again!',
 172  'LBL_IMAGE_ERROR'=>'The given file is not of type image(.gif/.jpg/.png)',
 173  'LBL_INVALID_IMAGE'=>'Invalid file OR File has no data',
 174  'LBL_EMAIL'=>'Email',
 175  'Product'=>'Product',
 176  'LBL_EDITLISTPRICE'=>'EditListPrice',
 177  
 178  //Added for existing picklist entries
 179  
 180  '--None--'=>'--None--',
 181  
 182  'Hardware'=>'Hardware',
 183  'Software'=>'Software',
 184  'CRM Applications'=>'CRM Applications',
 185  
 186  '300-Sales-Software'=>'300-Sales-Software',
 187  '301-Sales-Hardware'=>'301-Sales-Hardware',
 188  '302-Rental-Income'=>'302-Rental-Income',
 189  '303-Interest-Income'=>'303-Interest-Income',
 190  '304-Sales-Software-Support'=>'304-Sales-Software-Support',
 191  '305-Sales Other'=>'305-Sales Other',
 192  '306-Internet Sales'=>'306-Internet Sales',
 193  '307-Service-Hardware Labor'=>'307-Service-Hardware Labor',
 194  '308-Sales-Books'=>'308-Sales-Books',
 195  
 196  'Box'=>'Box',
 197  'Carton'=>'Carton',
 198  'Caton'=>'Caton',
 199  'Dozen'=>'Dazon',
 200  'Each'=>'Each',
 201  'Hours'=>'Hours',
 202  'Impressions'=>'Impressions',
 203  'Lb'=>'Lb',
 204  'M'=>'M',
 205  'Pack'=>'Pack',
 206  'Pages'=>'Pages',
 207  'Pieces'=>'Pieces',
 208  'Quantity'=>'Quantity',
 209  'Reams'=>'Reams',
 210  'Sheet'=>'Sheet',
 211  'Spiral Binder'=>'Spiral Binder',
 212  'Sq Ft'=>'Sq Ft',
 213  
 214  );
 215  
 216  ?>


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