blob: 698aa34f7ef4ab190a474e9acc7bbe5e52c6507a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: iniciarsesion_eng.php (Comandos)
// Language: English
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Login';
$TbMsg[6]='Scope';
$TbMsg[7]='Data to supply';
$TbMsg[8]='Par';
$TbMsg[9]='OS name';
$TbMsg[10]='Image name';
|