Translate dynreg, rsreg warning.

pull/763/head
Fredrik Jönsson 10 years ago
parent 3fbd17ffe3
commit a80bb19faf

@ -221,7 +221,8 @@
"new-client": "Register a new client",
"or": " - OR - ",
"regtoken-placeholder": "Enter Registration Access Token",
"will-be-generated": "Will be generated"
"warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
"will-be-generated": "Will be generated",
},
"grant": {
"manage-approved-sites": "Manage Approved Sites",
@ -256,7 +257,8 @@
"new-resource": "Register a new protected resource",
"or": " - OR - ",
"regtoken-placeholder": "Enter Registration Access Token",
"will-be-generated": "Will be generated"
"will-be-generated": "Will be generated",
"warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client."
},
"scope": {
"manage": "Manage System Scopes",

@ -224,6 +224,7 @@
"new-client": "Registrera en ny klient",
"or": " - ELLER - ",
"regtoken-placeholder": "Mata in registration-access-token",
"warning": "<strong>Varning!</strong> Du MÅSTE bevara <b>ditt klient-ID</b>, <b>din klienthemlighet (om sådan tillhandahålls)</b> och <b>din registrerings-access-token</b>. Om du tappar bort ditt klient-ID eller regstrerings-access-token kommer du inte längre att ha tillgång till din klients registerinformation och måste då skapa en ny klient",
"will-be-generated": "Kommer att genereras"
},
"grant": {
@ -256,7 +257,8 @@
"new": "Registrera en ny resurs",
"edit": "Ändra en befintlig resurs",
"new-resource": "Registrera en ny resurs",
"regtoken-placeholder": "Mata in registration-access-token"
"regtoken-placeholder": "Mata in registration-access-token",
"warning": "<strong>Varning!</strong> Du MÅSTE bevara <b>ditt klient-ID</b>, <b>din klienthemlighet (om sådan tillhandahålls)</b> och <b>din registrerings-access-token</b>. Om du tappar bort ditt klient-ID eller regstrerings-access-token kommer du inte längre att ha tillgång till din klients registerinformation och måste då skapa en ny klient"
},
"scope": {
"manage": "Administrera system-scope",

@ -70,7 +70,7 @@
<% if (client.client_id) { %>
<div class="control-group">
<div class="controls">
<div class="alert alert-error">
<div class="alert alert-error" data-i18n="[html]dynreg.warning">
<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>.
If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration
records and you will need to register a new client.

@ -68,7 +68,7 @@
<% if (client.client_id) { %>
<div class="control-group">
<div class="controls">
<div class="alert alert-error">
<div class="alert alert-error" data-i18n="[html]rsreg.warning">
<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>.
If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration
records and you will need to register a new client.

Loading…
Cancel
Save