From 72f67ed07d92d267e222761b0923e4308a02e1a2 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak <9051964+DuMaM@users.noreply.github> Date: Mon, 4 Jul 2022 21:30:47 +0000 Subject: [PATCH] Fix encoding for properties files --- .../theit/jenkins/crowd/CrowdSecurityRealm/config.properties | 1 + .../jenkins/crowd/CrowdSecurityRealm/config_de.properties | 3 ++- .../jenkins/crowd/CrowdSecurityRealm/config_pl.properties | 3 ++- .../resources/de/theit/jenkins/crowd/ErrorMessages.properties | 1 + .../de/theit/jenkins/crowd/ErrorMessages_de.properties | 1 + .../de/theit/jenkins/crowd/ErrorMessages_pl.properties | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config.properties b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config.properties index c6a7e147..5beb3eb1 100644 --- a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config.properties +++ b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config.properties @@ -42,3 +42,4 @@ http.proxy.username=Username used with HTTP proxy http.timeout=Http connection timeout session.validationInterval=Session validation interval socket.timeout=Socket connection timeout + diff --git a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_de.properties b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_de.properties index 38d1a9a6..f7acd1bc 100644 --- a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_de.properties +++ b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_de.properties @@ -38,6 +38,7 @@ http.max.connections=Maximale Anzahl von HTTP-Verbindungen http.proxy.password=Mit Proxy verwendetes Passwort http.proxy.port=Vom HTTP-Proxy verwendeter Port http.proxy.username=Mit Proxy verwendeter Benutzername -http.timeout=HTTP-Verbindungszeitüberschreitung +http.timeout=HTTP-Verbindungszeit\u00FCberschreitung session.validationInterval=G\u00FCltigkeit Authentifizierung socket.timeout=Timeout der Socket-Verbindung + diff --git a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_pl.properties b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_pl.properties index 2a588dd7..884e02ef 100644 --- a/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_pl.properties +++ b/src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/config_pl.properties @@ -41,4 +41,5 @@ http.proxy.port=Port u\u017cywany przez proxy HTTP http.proxy.username=Nazwa u\u017cytkownika wykorzystywana przez proxy HTTP http.timeout=Limit czasu po\u0142\u0105czenia http session.validationInterval=Interwa\u0142 sprawdzania sesji -socket.timeout=Limit czasu po\u0142\u0105czenia z socket'em +socket.timeout=Limit czasu po\u0142\u0105czenia z socket\u0027em + diff --git a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages.properties b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages.properties index a99ddcea..b5f8b9b2 100644 --- a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages.properties +++ b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages.properties @@ -45,3 +45,4 @@ expiredCredentials = The password for user ''{0}'' has expired and must be chang accountExpired = The user account ''{0}'' is inactive. applicationAccessDenied = The user ''{0}'' does not have access to authenticate against the application. userNotValid = The user ''{0}'' does not have the permission to login and/or is not a member of the following user group(s) in your Crowd server: ''{1}'' + diff --git a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_de.properties b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_de.properties index 7aaf2ae8..7cec1faf 100644 --- a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_de.properties +++ b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_de.properties @@ -45,3 +45,4 @@ expiredCredentials = Das Passwort des Benutzers ''{0}'' ist abgelaufen und muss accountExpired = Das Benutzerkonto ''{0}'' ist deaktiviert. applicationAccessDenied = Der Benutzer ''{0}'' hat keine Berechtigung zum Authentifizieren gegen die Anwendung. userNotValid = Der Benutzer ''{0}'' hat keine Berechtigung, sich anzumelden und/oder ist kein Mitglied folgender Benutzer-Gruppe(n) in Ihrem Crowd-Server: ''{1}'' + diff --git a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_pl.properties b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_pl.properties index b5b0b035..a3798ffe 100644 --- a/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_pl.properties +++ b/src/main/resources/de/theit/jenkins/crowd/ErrorMessages_pl.properties @@ -45,3 +45,4 @@ expiredCredentials = Has\u0142o u\u017cytkownika '{0}' wygas\u0142o i musi zosta accountExpired = Konto u\u017cytkownika '{0}' jest nieaktywne. applicationAccessDenied = U\u017cytkownik '{0}' nie ma dost\u0119pu do uwierzytelniania z aplikacj\u0105. userNotValid = U\u017cytkownik '{0}' nie ma uprawnie\u0144 do logowania, b\u0105d\u017a nie jest cz\u0142onkiem nast\u0119puj\u0105cych grup u\u017cytkownik\u00f3w na Twoim serwerze Crowd: '{1}' +