blob: bf61fc4b692ffc90c9799785cfacfdf5a74b0ef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: programaciones_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
// Literals dels tipus d'accions
$LITEJECUCION_COMANDO="Comandes";
$LITEJECUCION_PROCEDIMIENTO="Procediments";
$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";
?>
|