[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_mx/ -> Accounts.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      'Accounts'                     => 'Cuentas'                     , 
  12      'SINGLE_Accounts'              => 'Cuenta'                      , 
  13      'LBL_ADD_RECORD'               => 'Agregar cuenta  '            , 
  14      'LBL_RECORDS_LIST'             => 'Lista de Cuentas'            , 
  15      'LBL_ACCOUNT_INFORMATION'      => 'Información de la Cuenta'   , 
  16      'LBL_SHOW_ACCOUNT_HIERARCHY'   => 'Mostrar Jerarquía de Cuentas', 
  17      'industry'                     => 'Actividad'                   , 
  18      'Account Name'                 => 'Nombre de la Cuenta'         , 
  19      'Account No'                   => 'Núm. Cuenta'                , 
  20      'Website'                      => 'Página Web'                 , 
  21      'Ticker Symbol'                => 'Símbolo de bolsa'           , 
  22      'Member Of'                    => 'Miembro de'                  , 
  23      'Employees'                    => 'Empleados'                   , 
  24      'Ownership'                    => 'Propietario'                 , 
  25      'SIC Code'                     => 'RFC'                         , 
  26      'Other Email'                  => 'Email (Alternativo)'         , 
  27      'Analyst'                      => 'Analista'                    , 
  28      'Competitor'                   => 'Competencia'                 , 
  29      'Customer'                     => 'Cliente'                     , 
  30      'Integrator'                   => 'Integrador'                  , 
  31      'Investor'                     => 'Inversionista'               , 
  32      'Press'                        => 'Prensa'                      , 
  33      'Prospect'                     => 'Prospecto'                   ,
  34          'Prospect Accounts'            =>'Cuentas Prospect',
  35      'Reseller'                     => 'Revendedor'                  , 
  36      'LBL_START_DATE'               => 'Inicio'                      , 
  37      'LBL_END_DATE'                 => 'Vencimiento'                 , 
  38      'LBL_DUPLICATES_EXIST'         => 'El nombre de esta cuenta ya existe', 
  39      'LBL_COPY_SHIPPING_ADDRESS'    => 'Copy Shipping Address'       , // TODO: Review
  40      'LBL_COPY_BILLING_ADDRESS'     => 'Copy Billing Address'        , // TODO: Review
  41  );
  42  $jsLanguageStrings = array(
  43      'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Seguro que lo quieres borrar?', 
  44      'LBL_DELETE_CONFIRMATION'      => 'Eliminando esta cuenta, se eliminarán también todas las oportunidades y cotizaciones relacionadas. ¿Estás seguro de que quieres eliminar esta cuenta?', 
  45      'LBL_MASS_DELETE_CONFIRMATION' => 'Eliminando esta cuenta, se eliminarán también todas las oportunidades y cotizaciones relacionadas. ¿Estás seguro de que quieres eliminar esta cuenta', 
  46  );


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