Home
last modified time | relevance | path

Searched refs:get_string (Results 1 – 1 of 1) sorted by relevance

/plugin/metaeditor/
Djstree.js525 …' href='#'><i class='jstree-icon jstree-themeicon-hidden'></i>" + this.get_string("Loading ...") +…
886 get_string : function (key) { method
3247 …' href='#'><i class='jstree-icon jstree-themeicon-hidden'></i>" + this.get_string("Loading ...") +…
3460 if(!node) { node = { "text" : this.get_string('New node') }; }
3462 if(node.text === undefined) { node.text = this.get_string('New node'); }
5869 txt = (mlt > 1 ? mlt + ' ' + this.get_string('nodes') : this.get_text(e.currentTarget));
7254 n = tmp = this.get_string('New node');