blob: 1b45152b4d24caf837788355a199866277907332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascript: aulas_eng.js
// Idioma: Ingés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="Computer template have been successfully registered and all the computers of this lab have been updated using this configuration";
TbMsg[1]="WARNING: This environment will be refresh. Are you sure ?";
TbMsg[2]="WARNING: This environment will be purge. Are you sure ?";
TbMsg[3]="WARNING: The items of menus from this environment will be refresh. Are you sure ?";
TbMsg[4]="WARNING: This environment will be switched: Are you sure?";
TbMsg[5]="WARNING: Remote Console is already enabled for this environment. Follow up on the screen of Commands / Scripts";
TbMsg[6]="WARNING: You must select the 'Remote Console' previously";
TbMsg[7]="The update request is send with success";
TbMsg[8]="There is something wrong with the requested update";
TbMsg[9]="The switch request is send with success";
TbMsg[10]="There is something wrong with the requested switch";
TbMsg[11]="The scan request is send with success";
TbMsg[12]="There is something wrong with requested scan";
|