diff options
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js b/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js index 320a894d..1b45152b 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js @@ -5,6 +5,17 @@ //________________________________________________________________________________________________________ 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[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"; + + |