From 6b40a1e40b88d47b2ebb202e492c707b2fe7a9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 10 Jun 2008 14:16:57 +0000 Subject: [PATCH] Adding error message for lost information about user during logout: title_LOGOUTINFOLOST git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@628 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/errors.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dictionaries/errors.php b/dictionaries/errors.php index 915ace189..6f4c6ca98 100644 --- a/dictionaries/errors.php +++ b/dictionaries/errors.php @@ -862,6 +862,14 @@ $lang = array( 'no' => 'En feil oppstod mens simpleSAMLphp prøvde å finne tilgjengelige filer i config-templates katalogen.', 'en' => 'An error occured while simpleSAMLphp was attempting to find the available files in the config-templates directory.', ), + 'title_LOGOUTINFOLOST' => array ( + 'no' => 'Informasjon om utlogging er tapt', + 'en' => 'Logout information lost', + ), + 'descr_LOGOUTINFOLOST' => array ( + 'no' => 'Informasjonen om den nåværende utloggingen har gått tapt. Du bør gå tilbake til den opprinnelige tjesesten og prøve å logge ut på nytt. Informasjon om utloggingsoperasjoner er kun lagret i en begrenset tid - vanligvis noen timer. Dette er lengere tid enn en vanlig utlogging skal ta, så denne feilen kan tyde på at noe er galt med oppsettet. Ta kontakt med tjenesteyteren hvis problemet gjentar seg.', + 'en' => 'The information about the current logout operation has been lost. You should return to the service you were trying to log out from and try to log out again. This error can be caused by the logout information expiring. The logout information is stored for a limited amout of time - usually a number of hours. This is longer than any normal logout operation should take, so this error may indicate some other error with the configuration. If the problem persists, contact your service provider.', + ), ); -- GitLab