[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/pt_br/ -> 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'                     => 'Produto'                     , 
  12      'SINGLE_Products'              => 'Produto'                     , 
  13      'LBL_ADD_RECORD'               => 'Adicionar Produto'           , 
  14      'LBL_RECORDS_LIST'             => 'Products List'               , 
  15      'LBL_PRODUCT_INFORMATION'      => 'Dados do Produto'            , 
  16      'LBL_IMAGE_INFORMATION'        => 'Informação Imagem Produto:', 
  17      'LBL_STOCK_INFORMATION'        => 'Informação do Estoque:'    , 
  18      'LBL_MORE_CURRENCIES'          => 'outras moedas'               , 
  19      'LBL_PRICES'                   => 'Preços Produtos'            , 
  20      'LBL_PRICE'                    => 'Preço'                      , 
  21      'LBL_RESET_PRICE'              => 'Redefinir Preço'            , 
  22      'LBL_RESET'                    => 'Redefinir'                   , 
  23      'LBL_ADD_TO_PRICEBOOKS'        => 'Add to PriceBooks'           , 
  24      'Product No'                   => 'Cod. Produto'                , 
  25      'Part Number'                  => 'Part Number'                 , 
  26      'Product Active'               => 'Produto Ativo'               , 
  27      'Manufacturer'                 => 'Fabricante'                  , 
  28      'Product Category'             => 'Categoria de Produto'        , 
  29      'Website'                      => 'Website'                     , 
  30      'Mfr PartNo'                   => 'Cód. Fabricante'            , 
  31      'Vendor PartNo'                => 'Cód. Fornecedor'            , 
  32      'Usage Unit'                   => 'Unidade Utilizada'           , 
  33      'Handler'                      => 'Responsável'                , 
  34      'Reorder Level'                => 'Nível Reabastecimento'      , 
  35      'Tax Class'                    => 'Categoria de Impostos'       , 
  36      'Serial No'                    => 'No. Série'                  , 
  37      'Qty In Stock'                 => 'Qde. em Estoque'             , 
  38      'Product Sheet'                => 'Ficha do Produto'            , 
  39      'Qty In Demand'                => 'Qde. Comprada'               , 
  40      'GL Account'                   => 'Conta Plano Contas'          , 
  41      'Product Image'                => 'Imagem Produto'              , 
  42      'Unit Price'                   => 'Preço Unitário'            , 
  43      'Commission Rate'              => 'Comissão(%)'                , 
  44      'Qty/Unit'                     => 'Qde/Un'                      , 
  45      '--None--'                     => '--Nada--'                    , 
  46      'Hardware'                     => 'Hardware'                    , 
  47      'Software'                     => 'Software'                    , 
  48      'CRM Applications'             => 'Aplicações CRM'            , 
  49      '300-Sales-Software'           => '300-Vendas-Software'         , 
  50      '301-Sales-Hardware'           => '301-Vendas-Hardware'         , 
  51      '302-Rental-Income'            => '302-Aluguel-Renda'           , 
  52      '303-Interest-Income'          => '303-Juros-Renda'             , 
  53      '304-Sales-Software-Support'   => '304-Vendas-Suporte-Software' , 
  54      '305-Sales Other'              => '305-Outras Vendas'           , 
  55      '306-Internet Sales'           => '306-Vendas Internet'         , 
  56      '307-Service-Hardware Labor'   => '307-Serviço-Lab. Hardware'  , 
  57      '308-Sales-Books'              => '308-Vendas-Livros'           , 
  58      'Box'                          => 'Cx'                          , 
  59      'Carton'                       => 'Cartão'                     , 
  60      'Caton'                        => ''                            , 
  61      'Dozen'                        => 'Dz'                          , 
  62      'Each'                         => 'Cada'                        , 
  63      'Hours'                        => 'Hora'                        , 
  64      'Impressions'                  => 'Impressão'                  , 
  65      'Lb'                           => 'Lb'                          , 
  66      'M'                            => 'M'                           , 
  67      'Pack'                         => 'Pct'                         , 
  68      'Pages'                        => 'Páginas'                    , 
  69      'Pieces'                       => 'Peças'                      , 
  70      'Reams'                        => 'Resma'                       , 
  71      'Sheet'                        => 'Folhas'                      , 
  72      'Spiral Binder'                => ''                            , 
  73      'Sq Ft'                        => ''                            , 
  74      'LBL_CONVERSION_RATE'          => 'Conversion Rate'             , // TODO: Review
  75      'LBL_PRODUCTSMOD_DISABLED' => 'Ativar Produtos Módulo para ver os produtos',
  76  );


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