Translated not implemented yet.

pull/763/head
Fredrik Jönsson 2015-02-11 13:54:40 +01:00
parent d774cfeb6d
commit c5d1f4de9d
5 changed files with 10 additions and 12 deletions

View File

@ -1097,10 +1097,8 @@ var ClientFormView = Backbone.View.extend({
this.$('.nyi').clickover({
placement: 'right',
title: 'Not Yet Implemented',
content: 'The value of this field will be saved with the client, '
+'but the server does not currently process anything with it. '
+'Future versions of the server library will make use of this.'
title: $.t('common.not-yet-implemented'),
content: $.t('common.not-yet-implemented-content')
});
$(this.el).i18n();

View File

@ -521,10 +521,8 @@ var DynRegEditView = Backbone.View.extend({
this.$('.nyi').clickover({
placement: 'right',
title: 'Not Yet Implemented',
content: 'The value of this field will be saved with the client, '
+'but the server does not currently process anything with it. '
+'Future versions of the server library will make use of this.'
title: $.t('common.not-yet-implemented'),
content: $.t('common.not-yet-implemented-content')
});

View File

@ -202,6 +202,8 @@
"expires": "Expires:",
"information": "Information",
"new": "New",
"not-yet-implemented": "Not Yet Implemented",
"not-yet-implemented-content": "The value of this field will be saved with the client, but the server does not currently process anything with it. Future versions of the server library will make use of this.",
"revoke": "Revoke",
"save": "Save",
"scopes": "Scopes",

View File

@ -204,6 +204,8 @@
"expires": "Går ut:",
"information": "Information",
"new": "Ny",
"not-yet-implemented": "Ännu inte implementerad",
"not-yet-implemented-content": "Värdet i detta fält kommer att sparas i databasen, men servern gör för närvarande ingenting med det. Framtida versioner av server-biblioteket kommer att använda detta fält.",
"refresh": "Uppdatera",
"revoke": "Återkalla",
"save": "Spara",

View File

@ -423,10 +423,8 @@ var ResRegEditView = Backbone.View.extend({
this.$('.nyi').clickover({
placement: 'right',
title: 'Not Yet Implemented',
content: 'The value of this field will be saved with the client, '
+'but the server does not currently process anything with it. '
+'Future versions of the server library will make use of this.'
title: $.t('common.not-yet-implemented'),
content: $.t('common.not-yet-implemented-content')
});