Merge pull request #2663 from gschlager/i18n_fix01

Add missing translation
This commit is contained in:
Jeff Atwood 2014-08-16 23:11:58 -07:00
commit 967120f23e
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Discourse.AdminUser = Discourse.User.extend({
refreshBrowsers: function() { refreshBrowsers: function() {
Discourse.ajax("/admin/users/" + (this.get('id')) + "/refresh_browsers", {type: 'POST'}); Discourse.ajax("/admin/users/" + (this.get('id')) + "/refresh_browsers", {type: 'POST'});
bootbox.alert("Message sent to all clients!"); bootbox.alert(I18n.t("admin.user.message_sent_to_all_clients"));
}, },
approve: function() { approve: function() {

View File

@ -1856,6 +1856,7 @@ en:
edit_title: "Edit Title" edit_title: "Edit Title"
save_title: "Save Title" save_title: "Save Title"
refresh_browsers: "Force browser refresh" refresh_browsers: "Force browser refresh"
refresh_browsers_message: "Message sent to all clients!"
show_public_profile: "Show Public Profile" show_public_profile: "Show Public Profile"
impersonate: 'Impersonate' impersonate: 'Impersonate'
ip_lookup: "IP Lookup" ip_lookup: "IP Lookup"