[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/SMSNotifier/languages/es_es/Settings/ -> SMSNotifier.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   *  Language     : Español es_es

  11   *  Version      : 6.0.0

  12   *  Created Date : 2013-05-10

  13   *  Author       : JPL TSolucio, S. L. Joe Bordes

  14   *  Last change  : 2013-05-10

  15   *  Author       : JPL TSolucio, S. L. Joe Bordes

  16   *************************************************************************************/
  17  $languageStrings = array(
  18      'LBL_ADD_RECORD' => 'Nueva Configuración',
  19      'SMSNotifier' => 'Configuración Proveedor SMS',
  20      'LBL_ADD_CONFIGURATION' => 'Nueva Configuración',
  21      'LBL_EDIT_CONFIGURATION' => 'Editar Configuración',
  22      'LBL_SELECT_ONE' => 'Selecciona uno',
  23      
  24      //Fields

  25      'providertype' => 'Proveedor',
  26      'isactive' => 'Activo',
  27      'username' => 'Nombre Usuario',
  28      'password' => 'Contraseña',
  29  );
  30  
  31  $jsLanguageStrings = array(
  32      'LBL_DELETE_CONFIRMATION' => '¿Estás seguro que quieres eliminar esta configuración de proveedor SMS?',
  33      'JS_RECORD_DELETED_SUCCESSFULLY' => 'Se ha eliminado la configuración del proveedor SMS',
  34      'JS_CONFIGURATION_SAVED' => 'Se ha guardado la configuración del proveedor SMS',
  35  );    


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