summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/comandos/gestor_ejecutarscripts_cat.php
blob: 372a2d47a5150eae3121524406d1f3dc760bf61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
//________________________________________________________________________________________________________
//
//	Fichero de idiomas php: gestor_ejecutarscripts_cat.php (Comandos)
//	Idioma: Català 
//________________________________________________________________________________________________________
	$TbMsg=array();
	$TbMsg[1]='"ATENCIÓ: La Comanda Executar Scripts ha sigut registrada correctament"';
	$TbMsg[2]='"ATENCIÓ: Hi ha algun problema per executar el script"';
	$TbMsg[3]='"ATENCIÓ: El fitxer no te la extensió .rbc"';
	$TbMsg[4]='"ATENCIÓ: El fitxer no conté codi Rembo-C per executar"';
	$TbMsg[5]='"ATENCIÓ: Hi ha algun problema per salvar el fitxer de script"';
?>