Translate dynreg, rsreg warning.

pull/763/head
Fredrik Jönsson 2015-02-11 15:26:08 +01:00
parent 3fbd17ffe3
commit a80bb19faf
4 changed files with 9 additions and 5 deletions

View File

@ -221,7 +221,8 @@
"new-client": "Register a new client", "new-client": "Register a new client",
"or": " - OR - ", "or": " - OR - ",
"regtoken-placeholder": "Enter Registration Access Token", "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": { "grant": {
"manage-approved-sites": "Manage Approved Sites", "manage-approved-sites": "Manage Approved Sites",
@ -256,7 +257,8 @@
"new-resource": "Register a new protected resource", "new-resource": "Register a new protected resource",
"or": " - OR - ", "or": " - OR - ",
"regtoken-placeholder": "Enter Registration Access Token", "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": { "scope": {
"manage": "Manage System Scopes", "manage": "Manage System Scopes",

View File

@ -224,6 +224,7 @@
"new-client": "Registrera en ny klient", "new-client": "Registrera en ny klient",
"or": " - ELLER - ", "or": " - ELLER - ",
"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",
"will-be-generated": "Kommer att genereras" "will-be-generated": "Kommer att genereras"
}, },
"grant": { "grant": {
@ -256,7 +257,8 @@
"new": "Registrera en ny resurs", "new": "Registrera en ny resurs",
"edit": "Ändra en befintlig resurs", "edit": "Ändra en befintlig resurs",
"new-resource": "Registrera en ny 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": { "scope": {
"manage": "Administrera system-scope", "manage": "Administrera system-scope",

View File

@ -70,7 +70,7 @@
<% if (client.client_id) { %> <% if (client.client_id) { %>
<div class="control-group"> <div class="control-group">
<div class="controls"> <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>. <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 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. records and you will need to register a new client.

View File

@ -68,7 +68,7 @@
<% if (client.client_id) { %> <% if (client.client_id) { %>
<div class="control-group"> <div class="control-group">
<div class="controls"> <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>. <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 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. records and you will need to register a new client.