diff options
author | ramon <ramongomez@us.es> | 2018-03-01 12:44:46 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-03-01 12:44:46 +0000 |
commit | e7bfe29833f02de1bade286524cff5d6cd325b39 (patch) | |
tree | 2815d7764313e9287ecb92f80c028601e19ed6c2 /admin/WebConsole/idiomas | |
parent | 3806a31af653699dffd7026331a5a864178bc047 (diff) |
#834: Corregir errata en revisión r5630.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5631 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/propiedades_aulas_eng.js | 6 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/propiedades_reservas_eng.js | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/propiedades_aulas_eng.js b/admin/WebConsole/idiomas/javascripts/eng/propiedades_aulas_eng.js index a8b26d08..9c4dd3c5 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/propiedades_aulas_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/propiedades_aulas_eng.js @@ -1,12 +1,12 @@ //________________________________________________________________________________________________________ // // Fichero de idiomas javascript: propiedades_aulas_eng.js -// Idioma: Ing�s +// Idioma: Inglés //________________________________________________________________________________________________________ TbMsg=new Array; TbMsg[0]="El nombre del aula debe contener caracteres alfanumericos"; TbMsg[1]="You must introduce a number of Capacity for this lab"; -TbMsg[2]="WARNING.- This lab contain others groups or labs. If you remove it, you will also remove all these. � Are you sure ?"; +TbMsg[2]="WARNING.- This lab contain others groups or labs. If you remove it, you will also remove all these. Are you sure?"; TbMsg[3]="Time for begining of reserves periode must be smaller than final time"; TbMsg[4]="Multicast speed is not valid, use numbers only"; TbMsg[5]="Netmask is not valid"; @@ -20,7 +20,7 @@ TbMsg[12]="DNS server IP address is not valid"; TbMsg[13]="Proxy server URL is not valid"; TbMsg[14]="Deben introducirse datos de validacion: pagina de login y pagina de validacion"; TbMsg[15]="La URL de la pagina de login no es valida"; -TbMsg[16]="La URL de la pagina de validaci�n no es valida"; +TbMsg[16]="La URL de la pagina de validación no es valida"; TbMsg[17]="La ubicacion solo puede contener caracteres alfanumericos"; TbMsg[18]="Los comentarios solo pueden contener caracteres alfanumericos"; TbMsg[19]="NTP server IP address is not valid"; diff --git a/admin/WebConsole/idiomas/javascripts/eng/propiedades_reservas_eng.js b/admin/WebConsole/idiomas/javascripts/eng/propiedades_reservas_eng.js index f8d952f7..d3dc6fb6 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/propiedades_reservas_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/propiedades_reservas_eng.js @@ -1,11 +1,11 @@ //________________________________________________________________________________________________________ // // Fichero de idiomas javascript: propiedades_imagenes_eng.js -// Idioma: Ing�s +// Idioma: Inglés //________________________________________________________________________________________________________ TbMsg=new Array; TbMsg[0]="You must introduce a name for this reserva"; TbMsg[1]="The image must contain at least some of a petitioner"; TbMsg[2]="You must reserve at least a Lab"; TbMsg[3]="You must to specify some state from this reserve"; -TbMsg[4]="WARNING.- You has specified time for previous action from this reserve � Are you sure ?"; +TbMsg[4]="WARNING.- You has specified time for previous action from this reserve. Are you sure?"; |