Skip to content

Commit

Permalink
IS-177 Error messages in Swedish
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Jan 13, 2025
1 parent c15502d commit c55c40b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions idp/src/main/resources/idp-errors/idp-error-messages_sv.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# Copyright 2017-2025 Sweden Connect
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
idp.error.unrecoverable.internal=Ett internt fel intr\u00E4ffade
idp.error.unrecoverable.unknown-peer=Avs\u00E4ndaren av legitimeringsbeg\u00E4ran \u00E4r inte registrerad
idp.error.unrecoverable.replay=Legitimeringsbeg\u00E4ran har redan behandlats
idp.error.unrecoverable.too-old=Mottaget meddelande \u00E4r f\u00F6r gammalt och accepteras inte
idp.error.unrecoverable.acs=Ogiltigt meddelande - Angiven responsadress \u00E4r inte registrerad
idp.error.unrecoverable.no-signature=S\u00E4kerhetsfel - Signatur saknas p\u00E5 beg\u00E4ran
idp.error.unrecoverable.bad-signature=S\u00E4kerhetsfel - Signaturen p\u00E5 mottaget meddelande \u00E4r inte korrekt
idp.error.unrecoverable.format=Ogiltigt meddelande - Inkorrekt legitimeringsbeg\u00E4ran
idp.error.unrecoverable.decode=Ogiltigt meddelande - Mottagen meddelande kunde inte tolkas som en giltig legitimeringsbeg\u00E4ran
idp.error.unrecoverable.endpoint=Ogiltigt meddelande - Felaktigt adressinformation i legitimeringsbeg\u00E4ran
idp.error.unrecoverable.session=Sessionsdata finns inte l\u00E4ngre tillg\u00E4ngligt

0 comments on commit c55c40b

Please sign in to comment.