diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php index 9a860ba7f997ef25ca9b4130fc7901a6c31a32ad..105db179da68cc270099ac8741d3592b5c3ec34c 100644 --- a/dictionaries/attributes.php +++ b/dictionaries/attributes.php @@ -800,6 +800,7 @@ $lang = array( 'nn' => 'Forretningskategori', 'en' => 'Organization business category', 'sv' => 'Organisationens bransch', + 'es' => 'CategorĂa empresarial de la organizaciĂłn', 'nl' => 'Organisatie classificatie', 'sl' => 'Kategorija organizacije', 'pt' => 'Categoria da Organização', @@ -865,6 +866,7 @@ $lang = array( 'nn' => 'URI for organisasjonen med kommentar om bruksomrĂĄde', 'en' => 'Labeled URI to organization', 'sv' => 'Adress (URI) inkl etikett för organisationen', + 'es' => 'URI etiquetado para la organizaciĂłn', 'nl' => 'Labeled URI van de organisatie', 'sl' => 'OznaÄŤen URI organizacije', 'pt' => 'Página web da Organização', diff --git a/dictionaries/consent.php b/dictionaries/consent.php index 6a28ef348740a4c52f4a9c63b821b4b67203ecec..775239d72f78d93baceb29a8fc4d76f9a1bd75b1 100644 --- a/dictionaries/consent.php +++ b/dictionaries/consent.php @@ -58,6 +58,8 @@ $lang = array( 'consent_header' => array ( 'no' => 'Samtykke om overføring av person informasjon', 'en' => 'Consent about releasing personal information', + 'sv' => 'Samtycke gällande överföring av personinformation', + 'es' => 'Consentimiento para la liberaciĂłn de informaciĂłn personal', ), 'consent_notice' => array ( 'no' => 'Du er nĂĄ i ferd med ĂĄ logge inn pĂĄ tjenesten', @@ -114,10 +116,14 @@ $lang = array( 'consent_attributes_header' => array ( 'no' => 'Attributter som vil bli sent til tjenesten', 'en' => 'Attributes that will be sent to service', + 'sv' => 'Attribut som kommer att skickas till tjänsten', + 'es' => 'Atributos que serán enviados al servicio', ), 'show_attributes' => array ( 'no' => 'Vis attributter', 'en' => 'Show attributes', + 'sv' => 'Visa attribut', + 'es' => 'Mostrar atributos', ), 'login' => array ( 'no' => 'innlogging', diff --git a/dictionaries/logout.php b/dictionaries/logout.php index af1d57e8a8453d9d0b59b44a28f5996a8e3520a8..49dbcb4d5a6ab2cd7ec89af9badb7c5e871fd21a 100644 --- a/dictionaries/logout.php +++ b/dictionaries/logout.php @@ -49,6 +49,74 @@ $lang = array( 'pt' => 'Voltar Ă página de instalação do simpleSAMLphp', 'pt-BR' => 'Voltar a instalação do simpleSAMLphp', ), + 'description' => array ( + 'no' => 'Du har startet en <strong>global utlogging</strong> fra tjenesten <strong>%REQUESTERNAME%</strong>. Global utlogging betyr at du vil bli logget ut fra alle tjenestene vist nedenfor.', + 'en' => 'You have initiated a <strong>global logout</strong> from the service <strong>%REQUESTERNAME%</strong>. Global logout means you will be logged out from all of the services listed below.', + ), + 'initiated' => array ( + 'no' => 'Startet utlogging', + 'en' => 'Initiated logout', + ), + 'hold' => array ( + 'no' => 'PĂĄ vent', + 'en' => 'On hold', + ), + 'completed' => array ( + 'no' => 'Fullført', + 'en' => 'Completed', + ), + 'progress' => array ( + 'no' => 'Logger ut...', + 'en' => 'Logging out...', + ), + 'failed' => array ( + 'no' => 'Utlogging feilet', + 'en' => 'Logout failed', + ), + 'continue' => array ( + 'no' => 'Ănsker du ĂĄ fortsette global utlogging?', + 'en' => 'Do you want to continue global logout?', + ), + 'do_continue' => array ( + 'no' => 'Ja, fortsett utlogging', + 'en' => 'Yes, continue logout', + ), + 'cancel' => array ( + 'no' => 'Avbryt utlogging', + 'en' => 'Cancel logout', + ), + 'respond_info' => array ( + 'no' => 'Dersom noen av tjenestene ikke svarer innen rimelig tid anbefales du ĂĄ lukke din nettleser for ĂĄ sikre at sesjonen avsluttes.', + 'en' => 'If some of the service providers do not respond in reasonable time, you are encouraged to close your browser to ensure sessions are closed.', + ), + 'return' => array ( + 'no' => 'Tilbake til tjenesten', + 'en' => 'Return to service', + ), + 'progress_bar' => array ( + 'no' => 'Status bar', + 'en' => 'Progress bar', + ), + 'logging_out' => array ( + 'no' => 'Vent... logger ut fra <strong>%SPNAME%</strong>.', + 'en' => 'Wait... is logging out from <strong>%SPNAME%</strong>.', + ), + 'logged_out' => array ( + 'no' => 'Utlogging var startet fra %REQUESTERNAME%.', + 'en' => 'Logout was started from %REQUESTERNAME%.', + ), + 'interrupt' => array ( + 'no' => 'Avbryt utloggingeng og gå tilbake til tjenesten.', + 'en' => 'Interrupt logging out and go back to service.', + ), + 'success' => array ( + 'no' => 'Du har nå logget ut fra alle tjenestene listet ovenfor.', + 'en' => 'You have successfully logged out from all services listed above.', + ), + 'finish' => array ( + 'no' => 'OK, fortsett tilbake til %REQUESTERNAME% for ĂĄ fullføre utloggingsprosessen.', + 'en' => 'OK, continue back to %REQUESTERNAME% to complete the logout process.', + ), );