Home
last modified time | relevance | path

Searched refs:LANG (Results 76 – 100 of 151) sorted by path

1234567

/plugin/fkstimer/
H A Dscript.js25 return LANG.plugins.fkstimer[index + key];
30 return LANG.plugins.fkstimer['past-event'];
/plugin/gallery/
H A Dscript.js17 glnk.innerHTML = LANG.plugins.gallery.addgal;
/plugin/gallery/script/
H A Dprosemirror.js39 label: LANG.plugins.gallery.label_namespace,
45 label: LANG.plugins.gallery.label_thumbnailsize,
48 title: LANG.plugins.gallery.pattern_hint_thumbnailsize,
53 label: LANG.plugins.gallery.label_imagesize,
56 title: LANG.plugins.gallery.pattern_hint_imagesize,
61 label: LANG.plugins.gallery.label_cache,
68 label: LANG.plugins.gallery.label_filter,
74 label: LANG.plugins.gallery.label_showname,
81 label: LANG.plugins.gallery.label_showtitle,
88 label: LANG
[all...]
/plugin/glossary/
H A Dscript.js56 …form.elements[4].value = LANG["plugins"]["glossary"][form.elements[7].value ? "update" : "proposal…
213 jQuery ('<div class="popup">'+LANG["plugins"]["glossary"]["pleaseWait"]+'</div>').
/plugin/groupmanager/
H A Dscript.js6 return confirm(LANG.del_confirm);
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md226 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php2230 'LANG;TYPE=work;PREF=2:en' . "\n" .
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\VCard\LanguageTag', $result->LANG);
18 $this->assertEquals('nl', $result->LANG->getValue());
34 $this->assertInstanceOf('Sabre\VObject\Property\VCard\LanguageTag', $result->LANG);
37 $result->LANG->setValue(['de']);
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/idcount/
H A Dscript.js4 "title": LANG['plugins']['idcount']['button'],
/plugin/imageshack/
H A Dscript.js7 …l.innerHTML = '<a href="?do=imageshack" class="plg_imageshack">'+LANG['plugins']['imageshack']['na…
/plugin/imgpaste/
H A Dscript.js39 box.innerText = LANG.plugins.imgpaste.inprogress;
/plugin/indexmenu/scripts/
H A Dcontextmenu.js69 /* global LANG */
82 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.page+'</b></span>'],
83 [LANG.plugins.indexmenu.revs, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=revisions"'],
84 [LANG.plugins.indexmenu.tocpreview, '"javascript: IndexmenuContextmenu.createTocMenu(\'call=indexmenu&req=toc&id="+id+"\',\'picker_"+index.treeName+"\',\'s"+index.treeName+node.id+"\');"']
88 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.editmode+'</b></span>'],
89 [LANG.plugins.indexmenu.insertdwlink, '"javascript: IndexmenuContextmenu.insertTags(\'"+id+"\',\'"+index.config.sepchar+"\');"+index.treeName+".divdisplay(\'r\',0);"', LANG.plugins.indexmenu.insertdwlinktooltip]
95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'],
96 [LANG.plugins.indexmenu.search, '"javascript: IndexmenuContextmenu.srchpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.isdir+"\',\'"+node.dokuid+"\');"', LANG
[all...]
H A Dtoolbarindexwizard.js80 title: LANG.plugins.indexmenu.indexmenuwizard,
84 '<fieldset class="indexmenu_index"><legend>' + LANG.plugins.indexmenu.index + '</legend>' +
85 '<div><label>' + LANG.plugins.indexmenu.namespace + '<input id="namespace" type="text"></label></div>' +
86 '<div><label class="number">' + LANG.plugins.indexmenu.nsdepth + ' #<input id="nsdepth" type="text" value=1></label></div>' +
89 '<fieldset class="indexmenu_options"><legend>' + LANG.plugins.indexmenu.options + '</legend>' +
91 '<input type="submit" value="' + LANG.plugins.indexmenu.insert + '" class="button" id="indexmenu__insert">' +
94 '<label class="number">' + LANG.plugins.indexmenu.metanum + '<input type="text" id="metanumber"></label>' +
95 '<input type="submit" value="' + LANG.plugins.indexmenu.insertmetanum + '" class="button" id="indexmenu__insertmetanum">' +
116 div.append('<strong>' + LANG.plugins.indexmenu[props.headerid] + '</strong><br />');
123 .attr({title: LANG
[all...]
/plugin/infomail/
H A Dscript.js36 title: LANG.plugins.infomail.formname + ' ' + id,
/plugin/inlineedit/
H A Dscript.js16 var input = prompt(LANG.plugins.inlineedit.promt_title, $self.html());
/plugin/issuelinks/script/
H A Dadmin_repo.js150 const statusText = LANG.plugins.issuelinks['status:' + data.status];
/plugin/judge/
H A Dscript.js74 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
75 …document.getElementById("result-" + problem_name).innerHTML = LANG.plugins.judge['answer_not_speci…
80 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
81 …document.getElementById("result-" + problem_name).innerHTML = LANG.plugins.judge['file_not_specifi…
112 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
176 $fa_name = LANG.plugins.judge['correct'];
180 $fa_name = LANG.plugins.judge['wrong'];
187 …document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['answer_sta…
/plugin/linkmanager/
H A Dscript.js92 kolbl.innerHTML = LANG['keepopen'];
/plugin/mediarename/
H A Dscript.js27 capt1=LANG['mediarename_plugin_recursive'];
28 capt2=LANG['mediarename_plugin'];
/plugin/mediatooltip/
H A Dscript.js56 …title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
/plugin/move/script/
H A Dprogress.js59 alert(LANG.plugins.move.complete);
H A Drename.js14 '<label>' + LANG.plugins.move.newname + '<br>' +
32 LANG.plugins.move.inprogress
62 title: LANG.plugins.move.rename + ' ' + JSINFO.id,
69 text: LANG.plugins.move.cancel,
75 text: LANG.plugins.move.rename,
/plugin/multiorphan/
H A Dscript.js434 return LANG.plugins.multiorphan ? LANG.plugins.multiorphan[key] : key;
/plugin/nsexport/
H A Dscript.js31 $throb.replaceWith(LANG.plugins.nsexport.done);
68 const $msg = jQuery('<div>').addClass('level1').html('<p>' + LANG.plugins.nsexport.loading
/plugin/overlay/
H A Dscript.js48 button_text = LANG.plugins.overlay.absolute;
49 title_text = LANG.plugins.overlay.unfix_title;
53 button_text = LANG.plugins.overlay.fixed;
56 title_text = LANG.plugins.overlay.fix_title;
111 button_text = LANG.plugins.overlay.fixed;
115 button_text = LANG.plugins.overlay.absolute;
118 button_text = LANG.plugins.overlay.fixed;

1234567