Justin Richer
10 years ago
3 changed files with 0 additions and 234 deletions
@ -1,107 +0,0 @@
|
||||
############################################################################### |
||||
# Copyright 2015 The MITRE Corporation |
||||
# and the MIT Kerberos and Internet Trust Consortium |
||||
# |
||||
# 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. |
||||
############################################################################### |
||||
copyright=Powered by <a href="https://github.com/mitreid-connect/">MITREid Connect <span class="label">{0}</span></a> <span class="pull-right">© 2015 The MITRE Corporation and MIT KIT.</span>. |
||||
|
||||
about.title=About |
||||
about.body=\ |
||||
This OpenID Connect service is built from the MITREid Connect Open Source project, from \ |
||||
<a href="http://www.mitre.org/">The MITRE Corporation</a> and the <a href="http://kit.mit.edu/">MIT Kerberos and Internet Trust Consortium</a>.\ |
||||
</p>\ |
||||
<p>\ |
||||
More information about the project can be found at \ |
||||
<a href="http://github.com/mitreid-connect/">MITREid Connect on GitHub</a>. \ |
||||
There, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see. |
||||
|
||||
statistics.title=Statistics |
||||
statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span> |
||||
statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span> |
||||
statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span> |
||||
|
||||
home.welcome=Welcome! |
||||
home.welcome.body=\ |
||||
OpenID Connect is an internet-scale federated identity protocol built on top of the OAuth2 authorization framework. \ |
||||
OpenID Connect lets you log into a remote site using your identity without exposing your credentials, like a username and password.</p>\ |
||||
<p><a class="btn btn-primary btn-large" href="http://openid.net/connect/">Learn more »</a> |
||||
home.more=More |
||||
home.about=About |
||||
home.about.body=This OpenID Connect service is built from the MITREid Connect Open Source project, from \ |
||||
<a href="http://www.mitre.org/">The MITRE Corporation</a> and the <a href="http://kit.mit.edu/">MIT Kerberos and Internet Trust Consortium</a>. |
||||
home.contact=Contact |
||||
home.contact.body=\ |
||||
For more information or support, contact the administrators of this system.</p>\ |
||||
<p><a class="btn" href="mailto:idp@example.com?Subject=OpenID Connect">Email »</a> |
||||
home.statistics=Current Statistics |
||||
home.statistics.loading=Loading... |
||||
home.statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span> |
||||
home.statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span> |
||||
home.statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span> |
||||
|
||||
contact.title=Contact |
||||
contact.body=To report bugs with the MITREid Connect software itself, use the \ |
||||
<a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues">GitHub issue tracker</a>. \ |
||||
For problems relating to this server, contact the server's administrator. |
||||
|
||||
topbar.about=About |
||||
topbar.contact=Contact |
||||
topbar.statistics=Statistics |
||||
topbar.home=Home |
||||
topbar.login=Log in |
||||
topbar.logout=Log out |
||||
|
||||
sidebar.administrative=Administrative |
||||
sidebar.administrative.manage_clients=Manage Clients |
||||
sidebar.administrative.whitelisted_clients=Whitelisted Clients |
||||
sidebar.administrative.blacklisted_clients=Blacklisted Clients |
||||
sidebar.administrative.system_scopes=System Scopes |
||||
sidebar.personal=Personal |
||||
sidebar.personal.approved_sites=Manage Approved Sites |
||||
sidebar.personal.active_tokens=Manage Active Tokens |
||||
sidebar.personal.profile_information=View Profile Information |
||||
sidebar.developer=Developer |
||||
sidebar.developer.client_registration=Self-service client registration |
||||
sidebar.developer.resource_registration=Self-service protected resource registration |
||||
|
||||
manage.ok=OK |
||||
manage.loading=Loading |
||||
manage.title=Management Console |
||||
|
||||
approve.title=Approve Access |
||||
approve.error.not_granted=Access could not be granted. |
||||
approve.required_for=Approval Required for |
||||
approve.dynamically_registered=This client was dynamically registered <span class="label label-info" id="registrationTime">{0}</span>. |
||||
approve.caution=Caution |
||||
approve.caution.message.none=It has <span class="label label-important">never</span> been approved previously. |
||||
approve.caution.message.singular=It has been approved <span class="label label-warning">{0}</span> time previously. |
||||
approve.caution.message.plural=It has been approved <span class="label">{0}</span> times previously. |
||||
approve.more_information=more information |
||||
approve.home_page=Home page |
||||
approve.policy=Policy |
||||
approve.terms=Terms of Service |
||||
approve.contacts=Administrative Contacts |
||||
approve.warning=Warning |
||||
approve.no_request_uri=This client does not have any redirect URIs registered and someone could be using a malicious URI here. |
||||
approve.redirect_uri=You will be redirected to the following page if you click Approve: <code>{0}</code> |
||||
approve.pairwise=This client uses a <b>pairwise</b> identifier, which makes it more difficult to correlate your identity between sites. |
||||
approve.no_scopes=This client does not have any scopes registered and is therefore allowed to request <em>any</em> scopes available on the system. Proceed with caution. |
||||
approve.access_to=Access to |
||||
approve.remember=Remember this decision |
||||
approve.remember.until_revoke=remember this decision until I revoke it |
||||
approve.remember.one_hour=remember this decision for one hour |
||||
approve.remember.next_time=prompt me again next time |
||||
approve.do_authorize=Do you authorize |
||||
approve.label.authorize=Authorize |
||||
approve.label.deny=Deny |
@ -1,112 +0,0 @@
|
||||
############################################################################### |
||||
# Copyright 2015 The MITRE Corporation |
||||
# and the MIT Kerberos and Internet Trust Consortium |
||||
# |
||||
# 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. |
||||
############################################################################### |
||||
copyright=Levererat av <a href="https://github.com/mitreid-connect/">MITREid Connect <span class="label">{0}</span></a> <span class="pull-right">© 2015 MITRE Corporation och MIT KIT.</span>. |
||||
|
||||
about.title=Om tjänsten |
||||
about.body=\ |
||||
Denna OpenID Connect-tjänst är baserad på öppen källkod ifrån projektet MITREid, skapat av \ |
||||
<a href="http://www.mitre.org/">MITRE Corporation</a> och <a href="http://kit.mit.edu/">MIT Kerberos and Internet Trust Consortium</a>.\ |
||||
</p>\ |
||||
<p>\ |
||||
Mer information om projektet kan finns i projektet \ |
||||
<a href="http://github.com/mitreid-connect/">MITREid Connect på GitHub</a>. \ |
||||
Där kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha. |
||||
|
||||
statistics.title=Statistik |
||||
statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span> |
||||
statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span> |
||||
statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span> |
||||
|
||||
# {2,choice,1#point|1<points} |
||||
|
||||
home.title=Hem |
||||
home.welcome=Välkommen! |
||||
home.welcome.body=\ |
||||
OpenID Connect är ett internet-kapabelt federerat identitetsprotokoll byggt ovanpå autentiseringsramverket OAuth2. \ |
||||
OpenID Connect låter dig logga in på en webbplats med din identitet utan att avslöja dina inloggningshemligheter, som ett användarnamn och lösenord.</p>\ |
||||
<p><a class="btn btn-primary btn-large" href="http://openid.net/connect/">Lär dig mer »</a> |
||||
home.more=Mer |
||||
home.about=Om tjänsten |
||||
home.about.body=\ |
||||
Denna OpenID Connect-tjänst är byggd från det öpnna källkodsprojektet MITREid, av \ |
||||
<a href="http://www.mitre.org/">MITRE Corporation</a> och <a href="http://kit.mit.edu/">MIT Kerberos and Internet Trust Consortium</a>. |
||||
home.contact=Kontakt |
||||
home.contact.body=\ |
||||
För mer information eller användarstöd, kontakta administratörerna av detta system.</p>\ |
||||
<p><a class="btn" href="mailto:idp@example.com?Subject=OpenID Connect">E-post »</a> |
||||
home.statistics=Nuvarande statistik |
||||
home.statistics.loading=Laddar... |
||||
home.statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span> |
||||
home.statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span> |
||||
home.statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span> |
||||
|
||||
contact.title=Kontakt |
||||
contact.body=\ |
||||
För att rapportera fel i själva programvaran MITREid Connect, använd \ |
||||
<a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues">GitHub issue tracker</a>. \ |
||||
För problem som är specifika för denna server, kontakta tjänstens administrator. |
||||
|
||||
topbar.about=Om tjänsten |
||||
topbar.contact=Kontakt |
||||
topbar.statistics=Statistik |
||||
topbar.home=Hem |
||||
topbar.login=Logga in |
||||
topbar.logout=Logga ut |
||||
|
||||
sidebar.administrative=Administrativt |
||||
sidebar.administrative.manage_clients=Hantera klienter |
||||
sidebar.administrative.whitelisted_clients=Vitlistade klienter |
||||
sidebar.administrative.blacklisted_clients=Svartlistade klienter |
||||
sidebar.administrative.system_scopes=System-scope |
||||
sidebar.personal=Personligt |
||||
sidebar.personal.approved_sites=Hantera godkända platser |
||||
sidebar.personal.active_tokens=Hantera aktiva biljetter |
||||
sidebar.personal.profile_information=Visa profilinformation |
||||
sidebar.developer=Utvecklare |
||||
sidebar.developer.client_registration=Self-service klientregistering |
||||
sidebar.developer.resource_registration=Self-service registrering av skyddad resurs |
||||
|
||||
manage.ok=OK |
||||
manage.loading=Laddar |
||||
manage.title=Administrationsgränssnitt |
||||
|
||||
approve.title=Medge åtkomst |
||||
approve.error.not_granted=Åtkomst kunde inte medges. |
||||
approve.required_for=Åtkomst måste medges för |
||||
approve.dynamically_registered=Denna klient blev registrerad dynamiskt |
||||
approve.caution=Försiktigt |
||||
approve.caution.message.none=Den har aldrig tidigare blivit medgiven åtkomst. |
||||
approve.caution.message.singular=Den har tidigare blivit medgiven åtkomst <span class="label">{0}</span> gång. |
||||
approve.caution.message.plural=Den har tidigare blivit medgiven åtkomst <span class="label">{0}</span> gånger. |
||||
approve.more_information=mer information |
||||
approve.home_page=Hemsida |
||||
approve.policy=Policy |
||||
approve.terms=Användarvillkor |
||||
approve.contacts=Administrativ kontakt |
||||
approve.warning=Varning |
||||
approve.no_request_uri=Denna klient har inte någon omdirigerings URI registrerad och någon kan använda en skadlig URI hit. |
||||
approve.redirect_uri=Du kommer att omdirigeras till denna sida om du medger åtkomst: <code>{0}</code> |
||||
approve.pairwise=Denna klient använder en <b>pairwise</b>-identifierare, vilket gör det svårare att koppla samman dina identititer mellan olika webbplatser. |
||||
approve.no_scopes=Denna klient har inga "scopes" registrerade och kan därför begära <em>alla</em> scope som finns tillgängliga i systemet. Iakttag försiktighet. |
||||
approve.access_to=Åtkomst till |
||||
approve.remember=Kom ihåg detta val |
||||
approve.remember.until_revoke=tills jag återkallar det |
||||
approve.remember.one_hour=i en timme |
||||
approve.remember.next_time=fråga igen nästa gång |
||||
approve.do_authorize=Medger du åtkomst för |
||||
approve.label.authorize=Medge åtkomst |
||||
approve.label.deny=Avbryt |
Loading…
Reference in new issue