blob: fc8ccdc2a3d281e5823f9a909fa17eff13fb72a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: gestor_ejecutarscripts_eng.php (Comandos)
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[1]='"WARNING: The command Perform Script has successfully registered"';
$TbMsg[2]='"WARNING: There are some problem to perform the script"';
$TbMsg[3]='"WARNING: The file do not have the .rbc extension"';
$TbMsg[4]='"WARNING: The file do not have Rembo-C code lines"';
$TbMsg[5]='"WARNING: There are some problem to save the file script"';
?>
|