summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/programaciones_eng.php
blob: e6e0e840b1c3c7a8e9b37b56258d0cc479f71238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: programaciones_eng.php 
//	Idioma: Ingés 
//________________________________________________________________________________________________________
// Literales de los tipo de acciones
$LITEJECUCION_COMANDO="Commands";
$LITEJECUCION_PROCEDIMIENTO="Procedures";
$LITEJECUCION_TAREA="Tasks";
$LITEJECUCION_TRABAJO="Jobs";
$LITEJECUCION_RESERVA="Reserves";

$TbMsg=array();
 
$TbMsg[0]="Schedules";
$TbMsg[1]="To Suspend temporarily all scheduled blocks";
$TbMsg[2]="Block description";
?>