[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_gb/ -> Products.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   ************************************************************************************/
  10  $languageStrings = array(
  11      'Products'                     => 'Products'                    , 
  12      'SINGLE_Products'              => 'Product'                     , 
  13      'LBL_ADD_RECORD'               => 'Add Product'                 , 
  14      'LBL_RECORDS_LIST'             => 'Products List'               , 
  15      'LBL_PRODUCT_INFORMATION'      => 'Product Information'         , 
  16      'LBL_IMAGE_INFORMATION'        => 'Product image information:'  , 
  17      'LBL_STOCK_INFORMATION'        => 'Stock Information:'          , 
  18      'LBL_MORE_CURRENCIES'          => 'More currencies'             , 
  19      'LBL_PRICES'                   => 'Product Prices'              , 
  20      'LBL_PRICE'                    => 'Price'                       , 
  21      'LBL_RESET_PRICE'              => 'Reset price'                 , 
  22      'LBL_RESET'                    => 'Reset'                       , 
  23      'LBL_ADD_TO_PRICEBOOKS'        => 'Add to PriceBooks'           , 
  24      'Product No'                   => 'Product No.'                 , 
  25      'Part Number'                  => 'Part Number'                 , 
  26      'Product Active'               => 'Product Active'              , 
  27      'Manufacturer'                 => 'Manufacturer'                , 
  28      'Product Category'             => 'Product Category'            , 
  29      'Website'                      => 'Website'                     , 
  30      'Mfr PartNo'                   => 'Mfr. Part No.'               , 
  31      'Vendor PartNo'                => 'Vendor Part No.'             , 
  32      'Usage Unit'                   => 'Usage Unit'                  , 
  33      'Handler'                      => 'Handler'                     , 
  34      'Reorder Level'                => 'Reorder Level'               , 
  35      'Tax Class'                    => 'Tax Class'                   , 
  36      'Serial No'                    => 'Serial No.'                  , 
  37      'Qty In Stock'                 => 'Qty. in Stock'               , 
  38      'Product Sheet'                => 'Product Sheet'               , 
  39      'Qty In Demand'                => 'Qty. in Demand'              , 
  40      'GL Account'                   => 'GL Account'                  , 
  41      'Product Image'                => 'Product Image'               , 
  42      'Unit Price'                   => 'Unit Price'                  , 
  43      'Commission Rate'              => 'Commission Rate'             , 
  44      'Qty/Unit'                     => 'Qty/Unit'                    , 
  45      '--None--'                     => '--None--'                    , 
  46      'Hardware'                     => 'Hardware'                    , 
  47      'Software'                     => 'Software'                    , 
  48      'CRM Applications'             => 'CRM Applications'            , 
  49      '300-Sales-Software'           => '300-Sales-Software'          , 
  50      '301-Sales-Hardware'           => '301-Sales-Hardware'          , 
  51      '302-Rental-Income'            => '302-Rental-Income'           , 
  52      '303-Interest-Income'          => '303-Interest-Income'         , 
  53      '304-Sales-Software-Support'   => '304-Sales-Software-Support'  , 
  54      '305-Sales Other'              => '305-Sales Other'             , 
  55      '306-Internet Sales'           => '306-Internet Sales'          , 
  56      '307-Service-Hardware Labor'   => '307-Service-Hardware Labor'  , 
  57      '308-Sales-Books'              => '308-Sales-Books'             , 
  58      'Box'                          => 'Box'                         , 
  59      'Carton'                       => 'Carton'                      , 
  60      'Caton'                        => 'Caton'                       , 
  61      'Dozen'                        => 'Dozen'                       , 
  62      'Each'                         => 'Each'                        , 
  63      'Hours'                        => 'Hours'                       , 
  64      'Impressions'                  => 'Impressions'                 , 
  65      'Lb'                           => 'lb'                          , 
  66      'M'                            => 'M'                           , 
  67      'Pack'                         => 'Pack'                        , 
  68      'Pages'                        => 'Pages'                       , 
  69      'Pieces'                       => 'Pieces'                      , 
  70      'Reams'                        => 'Reams'                       , 
  71      'Sheet'                        => 'Sheet'                       , 
  72      'Spiral Binder'                => 'Spiral Binder'               , 
  73      'Sq Ft'                        => 'Sq. Ft.'                     , 
  74      'LBL_CONVERSION_RATE'          => 'Conversion Rate'             , // TODO: Review
  75      'LBL_PRODUCTSMOD_DISABLED' => 'Enable Products Module to view Products',
  76  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1