[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_mx/ -> 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'                     => 'Productos'                   , 
  12      'SINGLE_Products'              => 'Producto'                    , 
  13      'LBL_ADD_RECORD'               => 'Agregar Producto'            , 
  14      'LBL_RECORDS_LIST'             => 'Lista de productos'          , 
  15      'LBL_PRODUCT_INFORMATION'      => 'Información del Producto'   , 
  16      'LBL_IMAGE_INFORMATION'        => 'Información de la Imagen del Producto:', 
  17      'LBL_STOCK_INFORMATION'        => 'Información del Stock:'     , 
  18      'LBL_MORE_CURRENCIES'          => 'más monedas'                , 
  19      'LBL_PRICES'                   => 'Precios Productos'           , 
  20      'LBL_PRICE'                    => 'Precio'                      , 
  21      'LBL_RESET_PRICE'              => 'Restaurar Precio'            , 
  22      'LBL_RESET'                    => 'Restaurar'                   , 
  23      'LBL_ADD_TO_PRICEBOOKS'        => 'Agregar a lista de precios'  , 
  24      'Product No'                   => 'Núm. Producto'              , 
  25      'Part Number'                  => 'Código de Producto'         , 
  26      'Product Active'               => 'Producto Activo'             , 
  27      'Manufacturer'                 => 'Fabricante'                  , 
  28      'Product Category'             => 'Categoría de Producto'      , 
  29      'Website'                      => 'Website'                     , 
  30      'Mfr PartNo'                   => 'Nº de Pieza del Fabricante' , 
  31      'Vendor PartNo'                => 'Nº de Pieza del Proveedor'  , 
  32      'Usage Unit'                   => 'Unidad de Uso'               , 
  33      'Handler'                      => 'Responsable'                 , 
  34      'Reorder Level'                => 'Nivel de pedido'             , 
  35      'Tax Class'                    => 'Clase de Impuesto'           , 
  36      'Serial No'                    => 'Nº de serie'                , 
  37      'Qty In Stock'                 => 'Cantidad en Stock'           , 
  38      'Product Sheet'                => 'Hoja del Producto'           , 
  39      'Qty In Demand'                => 'Cantidad Pedida'             , 
  40      'GL Account'                   => 'Cuenta Contable'             , 
  41      'Product Image'                => 'Imagen del Producto'         , 
  42      'Unit Price'                   => 'Precio Unitario'             , 
  43      'Commission Rate'              => 'Comisión (%)'               , 
  44      'Qty/Unit'                     => 'Cantidad/Unidad'             , 
  45      '--None--'                     => '-----'                       , 
  46      'Hardware'                     => 'Hardware'                    , 
  47      'Software'                     => 'Software'                    , 
  48      'CRM Applications'             => 'Aplicaciones CRM'            , 
  49      '300-Sales-Software'           => '300-Ventas-Software'         , 
  50      '301-Sales-Hardware'           => '301-Ventas-Hardware'         , 
  51      '302-Rental-Income'            => '302-Ingresos-Facturas'       , 
  52      '303-Interest-Income'          => '303-Ingresos-Intereses'      , 
  53      '304-Sales-Software-Support'   => '304-Ventas-Software-Soporte' , 
  54      '305-Sales Other'              => '305-Ventas-Otros'            , 
  55      '306-Internet Sales'           => '306-Ventas Internet'         , 
  56      '307-Service-Hardware Labor'   => '307-Ventas-Instalación de Hardware', 
  57      '308-Sales-Books'              => '308-Libros-Ventas'           , 
  58      'Box'                          => 'Caja'                        , 
  59      'Carton'                       => 'Cartón'                     , 
  60      'Caton'                        => 'Caton'                       , 
  61      'Dozen'                        => 'Docena'                      , 
  62      'Each'                         => 'Unidad'                      , 
  63      'Hours'                        => 'Horas'                       , 
  64      'Impressions'                  => 'Impresiones'                 , 
  65      'Lb'                           => 'Kg'                          , 
  66      'M'                            => 'M'                           , 
  67      'Pack'                         => 'Pack'                        , 
  68      'Pages'                        => 'Páginas'                    , 
  69      'Pieces'                       => 'Piezas'                      , 
  70      'Reams'                        => 'Resma'                       , 
  71      'Sheet'                        => 'Hoja'                        , 
  72      'Spiral Binder'                => 'Encuadernado Espiral'        , 
  73      'Sq Ft'                        => 'm&sup2;'                     , 
  74      'LBL_CONVERSION_RATE'          => 'Conversion Rate'             , // TODO: Review
  75      'LBL_PRODUCTSMOD_DISABLED' => 'Habilitar Productos Módulo para ver Productos',
  76  );


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