[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/ -> Profiles.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   *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
  10   *  Author       : www.odin.mx
  11   *  Author       : Proudly, the best Vtiger's Partner in Mexico
  12   ************************************************************************************/
  13  $languageStrings = array(
  14      'Profiles'                     => 'Perfiles'                    , 
  15      'SINGLE_Profiles'              => 'Perfil'                      , 
  16      'LBL_ADD_RECORD'               => 'Agregar Perfil'              , 
  17      'LBL_CREATE_PROFILE'           => 'Crear perfil'              , // TODO: Review
  18      'LBL_PROFILE_NAME'             => 'Nombre del Perfil'                , // TODO: Review
  19      'LBL_DESCRIPTION'              => 'Descripción'                 , // TODO: Review
  20      'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Editar privilegios para este perfil', // TODO: Review
  21      'LBL_MODULES'                  => 'Módulos'                     , // TODO: Review
  22      'LBL_PROFILE_VIEW'             => 'Ver Pefil'                , // TODO: Review
  23      'LBL_FIELDS'                   => 'Campos'                      , // TODO: Review
  24      'LBL_TOOLS'                    => 'Herramientas'                       , // TODO: Review
  25      'LBL_FIELD_AND_TOOL_PRVILIGES' => 'Herramientas y campos de privilegios'   , // TODO: Review
  26      'LBL_EDIT_RECORD'              => 'Editar'                        , // TODO: Review
  27      'LBL_DUPLICATE_RECORD'         => 'Duplicar'                   , // TODO: Review
  28      'LBL_DELETE_RECORD'            => 'Eliminar'                      , // TODO: Review
  29      'LBL_VIEW_PRVILIGE'            => 'Ver'                         , 
  30      'LBL_EDIT_PRVILIGE'            => 'Crear/Editar'                , 
  31      'LBL_DELETE_PRVILIGE'          => 'Eliminar'                      , 
  32      'LBL_INIVISIBLE'               => 'Invisible'                   , // TODO: Review
  33      'LBL_READ_ONLY'                => 'Solo lectura'                   , // TODO: Review
  34      'LBL_WRITE'                    => 'Escritura'                       , // TODO: Review
  35      'LBL_DELETE_PROFILE'           => 'Eliminar Perfil'              , // TODO: Review
  36      'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Tranferir Roles a Perfil'   , // TODO: Review
  37      'LBL_PROFILES'                 => 'Perfiles'                    , // TODO: Review
  38      'LBL_CHOOSE_PROFILES'          => 'Selecciona Perfiles'             , // TODO: Review
  39      
  40          'Import' => 'Importación',
  41          'Export' => 'Exportación',
  42      'Merge'  => 'Combinar',
  43          'ConvertLead' => 'Convertir Prospecto',
  44          'DuplicatesHandling' => 'Manejo de Duplicados ',
  45          'ReceiveIncomingCalls' => 'Aceptar llamadas entrantes',
  46          'MakeOutgoingCalls' => 'Hacer Llamadas salientes',
  47          'Print' => 'Imprimir',
  48  );
  49  $jsLanguageStrings = array(
  50      'JS_RECORD_DELETED_SUCCESSFULLY' => 'Perfil eliminado exitosamente', // TODO: Review
  51  );


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