[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/ -> SharingAccess.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      'Accounts'                     => 'Cuentas y Contactos'    , 
  15      'LBL_ADD_CUSTOM_RULE'          => 'Agregar Regla de Privilegios Personalizada', 
  16      'Read Only'                    => 'L'                           , 
  17      'Read Write'                   => 'L+E'                         , 
  18      'LBL_ADD_CUSTOM_RULE_TO'       => 'Agregar Rol Personalizado a'          , 
  19      'LBL_CAN_ACCESSED_BY'          => 'Quienes Pueden acceder...'   , 
  20      'LBL_PRIVILEGES'               => 'Privilegios'                 , 
  21      'LBL_SHARING_RULE'             => 'Reglas para compartir'       , 
  22      'LBL_RULE_NO'                  => 'Regla No.'                   , 
  23      'LBL_MODULE'                   => 'Módulo'                      , 
  24      'LBL_ADVANCED_SHARING_RULES'   => 'Privilegios de acceso avanzados'      , 
  25      'LBL_WITH_PERMISSIONS'         => 'Con Permisos de'            , 
  26      'LBL_APPLY_NEW_SHARING_RULES'  => 'Aplicar privilegios de acceso'     , 
  27      'LBL_READ'                     => 'Lectura'                        , 
  28      'LBL_READ_WRITE'               => 'Lectura y Escritura'              , 
  29      'LBL_CUSTOM_ACCESS_MESG'       => 'No se han definido privilegios de acceso personalizados', 
  30      'SINGLE_Groups'                => 'grupo'                       , 
  31      'SINGLE_Roles'                 => 'Rol'                        , 
  32      'SINGLE_RoleAndSubordinates'   => 'RolySubordinados'          , 
  33  );
  34  $jsLanguageStrings = array(
  35      'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Privilegios de acceso personalizado guardado exitosamente', 
  36      'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Selecciona cualquier otro usuario de acceso', 
  37      'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'nuevo privilegio de acceso aplicado exitosamente', 
  38      'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'El Acceso a Oportunidades, casos, cotizaciones, Pedidos de Venta, y Facturas deben establecerse como privados cuando el acceso a la cuenta ha sido establecido como privado', 
  39  );


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