[Pfc-prolog-cvs] prolix/etc WebClientResources.properties,1.10,1.11
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-08-03 15:58:47
|
Update of /cvsroot/pfc-prolog/prolix/etc In directory sc8-pr-cvs1:/tmp/cvs-serv5164/etc Modified Files: WebClientResources.properties Log Message: Added logout funcionatility to webclient Index: WebClientResources.properties =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/etc/WebClientResources.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** WebClientResources.properties 3 Aug 2003 14:42:09 -0000 1.10 --- WebClientResources.properties 3 Aug 2003 15:58:42 -0000 1.11 *************** *** 11,14 **** --- 11,15 ---- error.void.passwd=<li>Debe teclear su password</li> error.failed.login=<li>Nombre/clave incorrectos o ya hay alguien logeado</li> + error.failed.logout=<li>No puede hacer logout: no hay usuario logeado</li> errors.footer=</ul> errors.header=<h3>Se han producido los siguientes errores</h3><ul> *************** *** 17,20 **** --- 18,22 ---- button.next.solution=Siguiente solución button.step=Avanzar un paso + button.logout=Logout message.load.other.program=Cargar otro programa message.load.other.consult=Cargar otra consulta |