[java-identity-provider] 26/28: IDP-2170 - Fix to Italian message translation

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 14:52:12 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch dev/thymeleaf
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7eb1f3b3dd0b2c8e46708d2edbdf5d5f9e5ea989

commit 7eb1f3b3dd0b2c8e46708d2edbdf5d5f9e5ea989
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 17 13:55:47 2024 -0500

    IDP-2170 - Fix to Italian message translation
    
    https://shibboleth.atlassian.net/browse/IDP-2170
---
 .../main/resources/net/shibboleth/idp/messages/messages_it.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_it.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_it.properties
index 8e2e1e4a4..71f99db3b 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_it.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_it.properties
@@ -178,7 +178,7 @@ stale.message=<p>Potresti vedere questa pagina poiché hai premuto il tasto Indi
 unexpected.title=Errore inaspettato
 unexpected.message=È stato riscontrato un errore inaspettato, ciò di solito denota un errore di configurazione o del software.
 runtime-error.title=Eccezione non gestita
-runtime-error.message=<p>È stato riscontrato un errore software che impedisce le normati operazioni\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>La preghiamo di segnalare questo problema al suo Help Desk o allo staff che  [...]
+runtime-error.message=<p>È stato riscontrato un errore software che impedisce le normali operazioni\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>La preghiamo di segnalare questo problema al suo Help Desk o allo staff che  [...]
 invalid-event.title=Evento non valido
 invalid-event.message=<p>Si è verificato un evento per il quale il programma sottostante non è stato programmato per rispondere.</p><br/><p>La preghiamo di segnalare il problema al suo Help Desk o allo staff che amministra il servizio. L'evento è stato inoltre registrato per poter essere riesaminato dall'amministratore del sistema.</p>
 invalid-csrf-token.title=Errore durante il processamento

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list