blob: cb62e5c8c7f9ba54d4be210aa1a731c5e2ccf366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_tareas_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Tareas";
$TbMsg[5]="Nombre Tarea";
$TbMsg[6]="Comentarios";
$TbMsg[7]="Tipo ámbito";
$TbMsg[8]="Ámbito de aplicación";
$TbMsg[9]="";
$TbMsg[10]="Centros";
$TbMsg[11]="Grupos de Aulas";
$TbMsg[12]="Aulas";
$TbMsg[13]="Grupos de Ordenadores";
$TbMsg[14]="Ordenadores";
?>
|