Add 18n support to the editor.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 17:21:02 -03:00
parent cd46647602
commit 2757a5ddb4
16 changed files with 878 additions and 333 deletions

View File

@@ -71,7 +71,7 @@ mindplot.CentralTopic = new Class({
},
_defaultText : function() {
return "Central Topic";
return $msg('CENTRAL_TOPIC');
},
_defaultBackgroundColor : function() {