blob: d7dfa906af3face34f47ff11a0ca0a0887d38201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: programaciones_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
// Literals dels tipus d'accions
$LITEJECUCION_COMANDO="Comandaments";
$LITEJECUCION_PROCEDIMIENTO="Procedimentss";
$LITEJECUCION_TAREA="Tasques";
$LITEJECUCION_TRABAJO="Treballs";
$LITEJECUCION_RESERVA="Reserves";
$TbMsg=array();
$TbMsg[0]="Programacions";
$TbMsg[1]="Suspendre temporalment tots els blocs programats";
$TbMsg[2]="Descripció del bloc";
?>
|