[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_es/Settings/ -> Roles.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   * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
   9   * All Rights Reserved.
  10   * ********************************************************************************
  11   *  Language     : Español es_es
  12   *  Version      : 6.0.0
  13   *  Created Date : 2012-10-26
  14   *  Author       : JPL TSolucio, S. L. Joe Bordes
  15   *  Last change  : 2013-05-11
  16   *  Author       : JPL TSolucio, S. L. Joe Bordes
  17   ************************************************************************************/
  18  $languageStrings = array(
  19      'Roles'                        => 'Roles',
  20      'SINGLE_Roles'                 => 'Rol',
  21      'LBL_ADD_RECORD'               => 'Añadir Rol',
  22      'LBL_DELETE_ROLE' => 'Eliminar Rol',
  23      'LBL_TRANSFER_OWNERSHIP' => 'Cambiar Asignado a al Usuario',
  24      'LBL_TO_OTHER_ROLE' => 'A otro Rol',
  25      'LBL_CLICK_TO_EDIT_OR_DRAG_TO_MOVE' => 'Click para editar/Arrastrar para mover',
  26      'LBL_ASSIGN_ROLE' => 'Asignar Rol',
  27      'LBL_CHOOSE_PROFILES' => 'Selecciona perfiles',
  28      'LBL_COPY_PRIVILEGES_FROM' => 'Copiar privilegios desde',
  29  
  30      //Edit View
  31      'LBL_PROFILE' => 'Perfil',
  32      'LBL_REPORTS_TO' => 'Informa a',
  33      'LBL_NAME' => 'Nombre',
  34      'LBL_ASSIGN_NEW_PRIVILEGES' => 'Asignar privilegios directamente al Rol',
  35      'LBL_ASSIGN_EXISTING_PRIVILEGES' => 'Asignar privilegios a partir de perfiles existentes',
  36      'LBL_PRIVILEGES' => 'Privilegios'
  37  
  38  );


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