Translate additional tooltip.

pull/763/head
Fredrik Jönsson 2015-02-11 14:03:28 +01:00
parent c5d1f4de9d
commit 3fbd17ffe3
3 changed files with 6 additions and 2 deletions

View File

@ -250,8 +250,8 @@ var ClientView = Backbone.View.extend({
$('.clientid-full', this.el).hide();
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered. Click to view registration access token'});
this.$('.allow-introspection').tooltip({title: 'This client can perform token introspection'});
this.$('.dynamically-registered').tooltip({title: $.t('client.client-table.dynamically-registered-tooltip')});
this.$('.allow-introspection').tooltip({title: $.t('client.client-table.allow-introspection-tooltip')});
this.updateMatched();
$(this.el).i18n();

View File

@ -158,7 +158,9 @@
"user-info-signing-algorithm": "User Info Endpoint Signing Algorithm"
},
"client-table": {
"allow-introspection-tooltip": "This client can perform token introspection",
"confirm": "Are you sure sure you would like to delete this client?",
"dynamically-registered-tooltip": "This client was dynamically registered. Click to view registration access token",
"match": {
"contacts": "contacts",
"description": "description",

View File

@ -160,7 +160,9 @@
"user-info-signing-algorithm": "Signeringsalgoritm för user-info"
},
"client-table": {
"allow-introspection-tooltip": "Denna klient kan utföra token-introspektion",
"confirm": "Är du säker på att du vill ta bort denna klient?",
"dynamically-registered-tooltip": "Denna klient registrerades dynamiskt. Klicka för att se registrerings-access-token",
"match": {
"contacts": "kontakter",
"description": "beskrivning",