blob: bb7a2da73506e538697dd56864ae297d80f90ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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";
|