Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml 14 Feb 2019 10:02:36 -0000 1.8.2.1 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml 4 Jun 2019 07:57:39 -0000 1.8.2.2 @@ -9,5 +9,5 @@ Benutzeridentifikation oder Passwort ist falsch Ihre Sitzung ist abgelaufen. Die ermittelte Return-URL ist zu lange um automatisch fortfahren zu k�nnen. Nicht die Resultate, die Sie erwartet haben? Suchen Sie nach: - Zugriff aufgrund zu vieler fehlgeschlagener Anmeldeversuche tempor�r gesperrt. Versuchen Sie es sp�ter erneut! + Zugriff aufgrund zu vieler fehlgeschlagener Anmeldeversuche tempor�r gesperrt. Versuchen Sie es sp�ter erneut! Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml,v diff -u -N -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml 14 Feb 2019 10:02:36 -0000 1.12.2.1 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml 4 Jun 2019 07:57:39 -0000 1.12.2.2 @@ -9,5 +9,5 @@ Invalid username or password Your login expired and the computed URL for automated continuation is too long. Not getting the results you expected? Try searching: - Access rejected because of too many invalid login attempts. Try again later! + Access rejected because of too many invalid login attempts. Try again later! Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml,v diff -u -N -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml 14 Feb 2019 10:02:36 -0000 1.9.2.1 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml 4 Jun 2019 07:57:39 -0000 1.9.2.2 @@ -9,5 +9,5 @@ Usuario o contrase�a erroneo Su registro ha expirado y la URL computada para continuar autom�ticamente es demasiado larga. Si no ha obtenido los resultados esperados, intente buscar: - Acceso denegado: demasiados intentos err�neos. Int�ntelo de nuevo mas tarde. + Acceso denegado: demasiados intentos err�neos. Int�ntelo de nuevo mas tarde. Index: openacs-4/packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml 14 Feb 2019 10:02:36 -0000 1.8.2.1 +++ openacs-4/packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml 4 Jun 2019 07:57:39 -0000 1.8.2.2 @@ -9,5 +9,5 @@ Nome utente o password non sono corretti Il tuo login � scaduto e lo URL generato per continuare automaticamente � troppo lungo. Non stai ottenendo i risultati che ti aspettavi? Prova a cercare: - Accesso negato a causa di troppi tentativi di login falliti. Riprova pi� tardi! + Accesso negato a causa di troppi tentativi di login falliti. Riprova pi� tardi! Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.114.2.2 -r1.114.2.3 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 1 Mar 2019 14:18:45 -0000 1.114.2.2 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 4 Jun 2019 07:57:39 -0000 1.114.2.3 @@ -209,7 +209,7 @@ set login_attempt_key "[ad_conn peeraddr]-[ad_conn subsite_id]" if { [::auth::login_attempts::threshold_reached_p -login_attempt_key $login_attempt_key] } { - set auth_message [_ acs-authentication.To_many_failed_login_attempts] + set auth_message [_ acs-authentication.Too_many_failed_login_attempts] return [list auth_status "failed_to_connect" \ auth_message $auth_message \