[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_es/Settings/ -> CronTasks.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      'CronTasks' => 'Planificador',
  19  
  20      //Basic Field Names
  21      'Id' => 'Id',
  22      'Cron Job' => 'Tarea Programada',
  23      'Frequency' => 'Frecuencia',
  24      'Status' => 'Estado',
  25      'Last Start' => 'Ultima ejecución empezó hace',
  26      'Last End' => 'Ultima ejecución acabó hace',
  27      'Sequence' => 'Secuencia',
  28  
  29      //Actions
  30      'LBL_COMPLETED' => 'Terminado',
  31      'LBL_RUNNING' => 'En ejecución',
  32      'LBL_ACTIVE' => 'Activo',
  33      'LBL_INACTIVE' => 'Inactivo',
  34  );


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