diff options
author | irina <irinagomez@us.es> | 2012-02-13 12:04:50 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2012-02-13 12:04:50 +0000 |
commit | 1c793fc2b327e45d2748d1dd3e67b091319a3a06 (patch) | |
tree | e134839945b20670fde5d3f580d2fb0349d5d9dc /admin/WebConsole/idiomas/javascripts | |
parent | 05d2e03bafcda713359fe7362e13018882a766d2 (diff) |
version 1.0.3 #477: Internacionalización consola remota y javascript aulas.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2556 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js b/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js index 320a894d..fe1f3b5d 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/aulas_eng.js @@ -5,6 +5,20 @@ //________________________________________________________________________________________________________ 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[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]=" ATENCIÓN: La consola remota ya está activada para este ámbito. Haga el seguimiento en la propia pantalla de comandos/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"; + + |