blob: 85c5a06bacbfb6cea011f2ff9bdb661421706a57 (
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
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_aulas_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opció";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestió Aules";
$TbMsg[5]="Nom";
$TbMsg[6]="Ubicació";
$TbMsg[7]="Canón";
$TbMsg[8]="Pissarra";
$TbMsg[9]="Puestos";
$TbMsg[10]="Url Imatge";
$TbMsg[11]="Menu";
$TbMsg[12]="Comentaris";
$TbMsg[13]="Intervals";
$TbMsg[14]="Hora desde:";
$TbMsg[15]="Hora fins:";
?>
|