Lines Matching refs:res

25     this.res = new pfcResource();
159 …ndefined ? '<span style="color:red">'+error_text+'</span><br/>' : '')+this.res.getLabel('Please en…
257 … this.displayMsg( cmd, this.res.getLabel('Maximum number of joined channels has been reached') );
302 … this.displayMsg( cmd, this.res.getLabel('Maximum number of private chat has been reached') );
307 …this.displayMsg( cmd, this.res.getLabel('You are trying to speak to a unknown (or not connected) u…
311 this.displayMsg( cmd, this.res.getLabel('You are not allowed to speak to yourself') );
338 this.setError(this.res.getLabel('Chosen nickname is already used'), Array());
339 this.askNick(param,this.res.getLabel('Chosen nickname is already used'));
349 this.setError(this.res.getLabel('Chosen nickname is not allowed'), Array());
363 this.displayMsg( cmd, this.res.getLabel('phpfreechat current version is %s',param) );
377 this.displayMsg( cmd, this.res.getLabel('Configuration has been rehashed') );
381 this.displayMsg( cmd, this.res.getLabel('A problem occurs during rehash') );
1329 img.setAttribute('src', this.res.getFileUrl('images/close-whoisbox.gif'));
1330 img.alt = this.res.getLabel('Close');
1391 img.setAttribute('src', this.res.getFileUrl('images/openpv.gif'));
1392 img.alt = document.createTextNode(this.res.getLabel('Private message'));
1394 a.appendChild(document.createTextNode(this.res.getLabel('Private message')));
1408 img.setAttribute('src', this.res.getFileUrl('images/user-admin.gif'));
1410 img.setAttribute('src', this.res.getFileUrl('images/user.gif'));
1569 var smileys = this.res.getSmileyHash();
1570 … var sl = this.res.getSmileyKeys(); // Keys should be sorted by length from pfc.gui.loadSmileyBox()
1721 nickmarker_icon.src = this.res.getFileUrl('images/color-on.gif');
1722 nickmarker_icon.alt = this.res.getLabel("Hide nickname marker");
1728 nickmarker_icon.src = this.res.getFileUrl('images/color-off.gif');
1729 nickmarker_icon.alt = this.res.getLabel("Show nickname marker");
1760 clock_icon.src = this.res.getFileUrl('images/clock-on.gif');
1761 clock_icon.alt = this.res.getLabel('Hide dates and hours');
1768 clock_icon.src = this.res.getFileUrl('images/clock-off.gif');
1769 clock_icon.alt = this.res.getLabel('Show dates and hours');
1796 snd_icon.src = this.res.getFileUrl('images/sound-on.gif');
1797 snd_icon.alt = this.res.getLabel('Disable sound notifications');
1802 snd_icon.src = this.res.getFileUrl('images/sound-off.gif');
1803 snd_icon.alt = this.res.getLabel('Enable sound notifications');
1828 loginlogout_icon.src = this.res.getFileUrl('images/logout.gif');
1829 loginlogout_icon.alt = this.res.getLabel('Disconnect');
1836 loginlogout_icon.src = this.res.getFileUrl('images/login.gif');
1837 loginlogout_icon.alt = this.res.getLabel('Connect');
1862 btn.src = this.res.getFileUrl('images/maximize.gif');
1863 btn.alt = this.res.getLabel('Magnify');
1869 btn.src = this.res.getFileUrl('images/minimize.gif');
1870 btn.alt = this.res.getLabel('Cut down');
1902 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
1919 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
1929 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
2066 btn.src = this.res.getFileUrl('images/smiley-on.gif');
2067 btn.alt = this.res.getLabel('Hide smiley box');
2075 btn.src = this.res.getFileUrl('images/smiley-off.gif');
2076 btn.alt = this.res.getLabel('Show smiley box');
2119 btn.src = this.res.getFileUrl('images/online-on.gif');
2120 btn.alt = this.res.getLabel('Hide online users box');
2125 btn.src = this.res.getFileUrl('images/online-off.gif');
2126 btn.alt = this.res.getLabel('Show online users box');