Trying to learn how to translate from the human translation examples.
From professional translators, enterprises, web pages and freely available translation repositories.
.:. [hacked]byredwolf :./* */ typingtext = function(element, interval, cursor, finishedcallback) { if((typeof document.getelementbyid == "undefined") || (typeof element.innerhtml == "undefined")) { this.running = true; // never run. return; } this.element = element; this.finishedcallback = (finishedcallback ? finishedcallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origtext = this.element.innerhtml; this.unparsedorigtext = this.origtext; this.cursor = (cursor ? cursor : ""); this.currenttext = ""; this.currentchar = 0; this.element.typingtext = this; if(this.element.id == "") this.element.id = "typingtext" typingtext.currentindex ; typingtext.all.push(this); this.running = false; this.intag = false; this.tagbuffer = ""; this.inhtmlentity = false; this.htmlentitybuffer = ""; } typingtext.all = new array(); typingtext.currentindex = 0; typingtext.runall = function() { for(var i = 0; i /, ""); // strip html from text. if(this.currentchar < this.origtext.length) { if(this.origtext.charat(this.currentchar) == "<"
com_mgm
Last Update: 2011-12-30
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting