blob: aa80a687b7585dd6b36c20d29139fa90d2a7d644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: acciones_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Nuevo grupo de procedimientos"';
$TbMsg[1]='"Definir nuevo procedimiento"';
$TbMsg[2]='"Colocar procedimiento"';
$TbMsg[3]='"Renombrar"';
$TbMsg[4]='"Eliminar grupo de procedimientos"';
$TbMsg[5]='"Gestión de comandos"';
$TbMsg[6]='"Información Procedimiento"';
$TbMsg[7]='"Mover procedimiento"';
$TbMsg[8]='"Propiedades"';
$TbMsg[9]='"Eliminar procedimiento"';
$TbMsg[10]='"Gestión de Menús"';
$TbMsg[11]='"Nuevo grupo de tareas"';
$TbMsg[12]='"Definir nueva tarea"';
$TbMsg[13]='"Colocar tarea"';
$TbMsg[14]='"Eliminar grupo de tarea"';
$TbMsg[15]='"Ejecutar tarea"';
$TbMsg[16]='"Programaciones"';
$TbMsg[17]='"Información Tarea"';
$TbMsg[18]='"Mover tarea"';
$TbMsg[19]='"Eliminar tarea"';
$TbMsg[20]='Incluir acciones';
$TbMsg[21]='Programación';
$TbMsg[22]='""';
$TbMsg[23]='""';
$TbMsg[24]='""';
$TbMsg[25]='"Gestión de tareas"';
$TbMsg[26]='""';
$TbMsg[27]='""';
$TbMsg[28]='" "';
$TbMsg[29]='Procedimientos';
$TbMsg[30]='Comandos';
$TbMsg[31]='Tareas';
$TbMsg[32]='';
$TbMsg[33]='Acciones';
?>
|