Skip to content
Snippets Groups Projects
Commit b44747d8 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Spanish and swedish update to dictionaries, as well as added new entries for iframe logout.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1077 44740490-163a-0410-bde0-09ae8108e29a
parent 6e95042b
No related branches found
No related tags found
No related merge requests found
...@@ -800,6 +800,7 @@ $lang = array( ...@@ -800,6 +800,7 @@ $lang = array(
'nn' => 'Forretningskategori', 'nn' => 'Forretningskategori',
'en' => 'Organization business category', 'en' => 'Organization business category',
'sv' => 'Organisationens bransch', 'sv' => 'Organisationens bransch',
'es' => 'Categoría empresarial de la organización',
'nl' => 'Organisatie classificatie', 'nl' => 'Organisatie classificatie',
'sl' => 'Kategorija organizacije', 'sl' => 'Kategorija organizacije',
'pt' => 'Categoria da Organização', 'pt' => 'Categoria da Organização',
...@@ -865,6 +866,7 @@ $lang = array( ...@@ -865,6 +866,7 @@ $lang = array(
'nn' => 'URI for organisasjonen med kommentar om bruksområde', 'nn' => 'URI for organisasjonen med kommentar om bruksområde',
'en' => 'Labeled URI to organization', 'en' => 'Labeled URI to organization',
'sv' => 'Adress (URI) inkl etikett för organisationen', 'sv' => 'Adress (URI) inkl etikett för organisationen',
'es' => 'URI etiquetado para la organización',
'nl' => 'Labeled URI van de organisatie', 'nl' => 'Labeled URI van de organisatie',
'sl' => 'Označen URI organizacije', 'sl' => 'Označen URI organizacije',
'pt' => 'Página web da Organização', 'pt' => 'Página web da Organização',
......
...@@ -58,6 +58,8 @@ $lang = array( ...@@ -58,6 +58,8 @@ $lang = array(
'consent_header' => array ( 'consent_header' => array (
'no' => 'Samtykke om overføring av person informasjon', 'no' => 'Samtykke om overføring av person informasjon',
'en' => 'Consent about releasing personal information', '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 ( 'consent_notice' => array (
'no' => 'Du er nå i ferd med å logge inn på tjenesten', 'no' => 'Du er nå i ferd med å logge inn på tjenesten',
...@@ -114,10 +116,14 @@ $lang = array( ...@@ -114,10 +116,14 @@ $lang = array(
'consent_attributes_header' => array ( 'consent_attributes_header' => array (
'no' => 'Attributter som vil bli sent til tjenesten', 'no' => 'Attributter som vil bli sent til tjenesten',
'en' => 'Attributes that will be sent to service', '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 ( 'show_attributes' => array (
'no' => 'Vis attributter', 'no' => 'Vis attributter',
'en' => 'Show attributes', 'en' => 'Show attributes',
'sv' => 'Visa attribut',
'es' => 'Mostrar atributos',
), ),
'login' => array ( 'login' => array (
'no' => 'innlogging', 'no' => 'innlogging',
......
...@@ -49,6 +49,74 @@ $lang = array( ...@@ -49,6 +49,74 @@ $lang = array(
'pt' => 'Voltar à página de instalação do simpleSAMLphp', 'pt' => 'Voltar à página de instalação do simpleSAMLphp',
'pt-BR' => 'Voltar a 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&aring; tilbake til tjenesten.',
'en' => 'Interrupt logging out and go back to service.',
),
'success' => array (
'no' => 'Du har n&aring; 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.',
),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment