diff options
Diffstat (limited to 'protected/extensions/extckeditor/assets/plugins/devtools')
27 files changed, 183 insertions, 0 deletions
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/_translationstatus.txt b/protected/extensions/extckeditor/assets/plugins/devtools/lang/_translationstatus.txt new file mode 100644 index 0000000..fc6f642 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/_translationstatus.txt @@ -0,0 +1,27 @@ +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+
+bg.js Found: 5 Missing: 0
+cs.js Found: 5 Missing: 0
+cy.js Found: 5 Missing: 0
+da.js Found: 5 Missing: 0
+de.js Found: 5 Missing: 0
+el.js Found: 5 Missing: 0
+eo.js Found: 5 Missing: 0
+et.js Found: 5 Missing: 0
+fa.js Found: 5 Missing: 0
+fi.js Found: 5 Missing: 0
+fr.js Found: 5 Missing: 0
+gu.js Found: 5 Missing: 0
+he.js Found: 5 Missing: 0
+hr.js Found: 5 Missing: 0
+it.js Found: 5 Missing: 0
+nb.js Found: 5 Missing: 0
+nl.js Found: 5 Missing: 0
+no.js Found: 5 Missing: 0
+pl.js Found: 5 Missing: 0
+tr.js Found: 5 Missing: 0
+ug.js Found: 5 Missing: 0
+uk.js Found: 5 Missing: 0
+vi.js Found: 5 Missing: 0
+zh-cn.js Found: 5 Missing: 0
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/bg.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/bg.js new file mode 100644 index 0000000..c8713d0 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/bg.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','bg',{devTools:{title:'Информация за елемента',dialogName:'Име на диалоговия прозорец',tabName:'Име на таб',elementId:'ID на елемента',elementType:'Тип на елемента'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/cs.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/cs.js new file mode 100644 index 0000000..10c9699 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/cs.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','cs',{devTools:{title:'Informace o prvku',dialogName:'Název dialogového okna',tabName:'Název karty',elementId:'ID prvku',elementType:'Typ prvku'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/cy.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/cy.js new file mode 100644 index 0000000..3514ec6 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/cy.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','cy',{devTools:{title:'Gwybodaeth am yr Elfen',dialogName:'Enw ffenestr y deialog',tabName:"Enw'r tab",elementId:'ID yr Elfen',elementType:'Math yr elfen'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/da.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/da.js new file mode 100644 index 0000000..d882612 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/da.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','da',{devTools:{title:'Information på elementet',dialogName:'Dialogboks',tabName:'Tab beskrivelse',elementId:'ID på element',elementType:'Type af element'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/de.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/de.js new file mode 100644 index 0000000..953bf97 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/de.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','de',{devTools:{title:'Elementinformation',dialogName:'Dialogfenstername',tabName:'Reitername',elementId:'Element ID',elementType:'Elementtyp'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/el.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/el.js new file mode 100644 index 0000000..32168b7 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/el.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','el',{devTools:{title:'Πληροφορίες Στοιχείου',dialogName:'Όνομα παραθύρου διαλόγου',tabName:'Όνομα καρτέλας',elementId:'ID Στοιχείου',elementType:'Τύπος στοιχείου'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/en.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/en.js new file mode 100644 index 0000000..467126d --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/en.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','en',{devTools:{title:'Element Information',dialogName:'Dialog window name',tabName:'Tab name',elementId:'Element ID',elementType:'Element type'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/eo.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/eo.js new file mode 100644 index 0000000..70ae814 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/eo.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','eo',{devTools:{title:'Informo pri la elemento',dialogName:'Nomo de la dialogfenestro',tabName:'Langetnomo',elementId:'ID de la elemento',elementType:'Tipo de la elemento'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/et.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/et.js new file mode 100644 index 0000000..3d73164 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/et.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','et',{devTools:{title:'Elemendi andmed',dialogName:'Dialoogiakna nimi',tabName:'Saki nimi',elementId:'Elemendi ID',elementType:'Elemendi liik'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/fa.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fa.js new file mode 100644 index 0000000..e6133b2 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fa.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','fa',{devTools:{title:'اطلاعات عنصر',dialogName:'نام پنجره محاورهای',tabName:'نام برگه',elementId:'ID عنصر',elementType:'نوع عنصر'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/fi.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fi.js new file mode 100644 index 0000000..37884d3 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fi.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','fi',{devTools:{title:'Elementin tiedot',dialogName:'Dialogi-ikkunan nimi',tabName:'Välilehden nimi',elementId:'Elementin ID',elementType:'Elementin tyyppi'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/fr.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fr.js new file mode 100644 index 0000000..c44813f --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/fr.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','fr',{devTools:{title:"Information sur l'élément",dialogName:'Nom de la fenêtre de dialogue',tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/gu.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/gu.js new file mode 100644 index 0000000..553e7a0 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/gu.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','gu',{devTools:{title:'પ્રાથમિક માહિતી',dialogName:'વિન્ડોનું નામ',tabName:'ટેબનું નામ',elementId:'પ્રાથમિક આઈડી',elementType:'પ્રાથમિક પ્રકાર'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/he.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/he.js new file mode 100644 index 0000000..52a36b9 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/he.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','he',{devTools:{title:'מידע על האלמנט',dialogName:'שם הדיאלוג',tabName:'שם הטאב',elementId:'ID של האלמנט',elementType:'סוג האלמנט'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/hr.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/hr.js new file mode 100644 index 0000000..3112625 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/hr.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','hr',{devTools:{title:'Informacije elementa',dialogName:'Naziv prozora za dijalog',tabName:'Naziva jahača',elementId:'ID elementa',elementType:'Vrsta elementa'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/it.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/it.js new file mode 100644 index 0000000..8410af0 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/it.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','it',{devTools:{title:'Informazioni elemento',dialogName:'Nome finestra di dialogo',tabName:'Nome Tab',elementId:'ID Elemento',elementType:'Tipo elemento'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/nb.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/nb.js new file mode 100644 index 0000000..fd561a7 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/nb.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','nb',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/nl.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/nl.js new file mode 100644 index 0000000..affe32a --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/nl.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','nl',{devTools:{title:'Elementinformatie',dialogName:'Naam dialoogvenster',tabName:'Tabnaam',elementId:'Element ID',elementType:'Elementtype'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/no.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/no.js new file mode 100644 index 0000000..e93f861 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/no.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','no',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/pl.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/pl.js new file mode 100644 index 0000000..886a941 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/pl.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','pl',{devTools:{title:'Informacja o elemencie',dialogName:'Nazwa okna dialogowego',tabName:'Nazwa zakładki',elementId:'ID elementu',elementType:'Typ elementu'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/tr.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/tr.js new file mode 100644 index 0000000..7982d17 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/tr.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','tr',{devTools:{title:'Eleman Bilgisi',dialogName:'İletişim pencere ismi',tabName:'Sekme adı',elementId:'Eleman ID',elementType:'Eleman türü'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/ug.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/ug.js new file mode 100644 index 0000000..6cfb991 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/ug.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','ug',{devTools:{title:'ئېلېمېنت ئۇچۇرى',dialogName:'سۆزلەشكۈ كۆزنەك ئاتى',tabName:'Tab ئاتى',elementId:'ئېلېمېنت كىملىكى',elementType:'ئېلېمېنت تىپى'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/uk.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/uk.js new file mode 100644 index 0000000..4d80d6d --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/uk.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','uk',{devTools:{title:'Відомості про Елемент',dialogName:'Заголовок діалогового вікна',tabName:'Назва вкладки',elementId:'Ідентифікатор Елемента',elementType:'Тип Елемента'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/vi.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/vi.js new file mode 100644 index 0000000..4be8437 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/vi.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','vi',{devTools:{title:'Thông tin thành ph',dialogName:'Tên hộp tho',tabName:'Tên th',elementId:'Mã thành ph',elementType:'Loại thành ph'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/lang/zh-cn.js b/protected/extensions/extckeditor/assets/plugins/devtools/lang/zh-cn.js new file mode 100644 index 0000000..3f599be --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/lang/zh-cn.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang('devtools','zh-cn',{devTools:{title:'元素信息',dialogName:'对话框窗口名称',tabName:'Tab 名称',elementId:'元素 ID',elementType:'元素类型'}});
diff --git a/protected/extensions/extckeditor/assets/plugins/devtools/plugin.js b/protected/extensions/extckeditor/assets/plugins/devtools/plugin.js new file mode 100644 index 0000000..1866f56 --- /dev/null +++ b/protected/extensions/extckeditor/assets/plugins/devtools/plugin.js @@ -0,0 +1,6 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.add('devtools',{lang:['bg','cs','cy','da','de','el','en','eo','et','fa','fi','fr','gu','he','hr','it','nb','nl','no','pl','tr','ug','uk','vi','zh-cn'],init:function(a){a._.showDialogDefinitionTooltips=1;},onLoad:function(){CKEDITOR.document.appendStyleText(CKEDITOR.config.devtools_styles||'#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }#cke_tooltip ul { padding: 0pt; list-style-type: none; }');}});(function(){function a(d,e,f,g){var h=d.lang.devTools,i='<a href="http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.'+(f?f.type=='text'?'textInput':f.type:'content')+'.html" target="_blank">'+(f?f.type:'content')+'</a>',j='<h2>'+h.title+'</h2>'+'<ul>'+'<li><strong>'+h.dialogName+'</strong> : '+e.getName()+'</li>'+'<li><strong>'+h.tabName+'</strong> : '+g+'</li>';if(f)j+='<li><strong>'+h.elementId+'</strong> : '+f.id+'</li>';j+='<li><strong>'+h.elementType+'</strong> : '+i+'</li>';return j+'</ul>';};function b(d,e,f,g,h,i){var j=e.getDocumentPosition(),k={'z-index':CKEDITOR.dialog._.currentZIndex+10,top:j.y+e.getSize('height')+'px'};c.setHtml(d(f,g,h,i));c.show();if(f.lang.dir=='rtl'){var l=CKEDITOR.document.getWindow().getViewPaneSize();k.right=l.width-j.x-e.getSize('width')+'px';}else k.left=j.x+'px';c.setStyles(k);};var c;CKEDITOR.on('reset',function(){c&&c.remove();c=null;});CKEDITOR.on('dialogDefinition',function(d){var e=d.editor;if(e._.showDialogDefinitionTooltips){if(!c){c=CKEDITOR.dom.element.createFromHtml('<div id="cke_tooltip" tabindex="-1" style="position: absolute"></div>',CKEDITOR.document);c.hide();c.on('mouseover',function(){this.show();});c.on('mouseout',function(){this.hide();});c.appendTo(CKEDITOR.document.getBody());}var f=d.data.definition.dialog,g=e.config.devtools_textCallback||a;f.on('load',function(){var h=f.parts.tabs.getChildren(),i;for(var j=0,k=h.count();j<k;j++){i=h.getItem(j);i.on('mouseover',function(){var l=this.$.id;b(g,this,e,f,null,l.substring(4,l.lastIndexOf('_')));});i.on('mouseout',function(){c.hide();});}f.foreach(function(l){if(l.type in {hbox:1,vbox:1})return;var m=l.getElement();if(m){m.on('mouseover',function(){b(g,this,e,f,l,f._.currentTabId);});m.on('mouseout',function(){c.hide();});}});});}});})();
|
