Home
last modified time | relevance | path

Searched refs:LANG (Results 26 – 50 of 151) sorted by relevance

1234567

/plugin/diagrams/script/
H A DDiagramsMediaManager.js15 createLink.innerText = LANG.plugins.diagrams.createLink;
58 editButton.innerText = LANG.plugins.diagrams.editButton;
82 alert(LANG.plugins.diagrams.createForbidden);
88 title: LANG.plugins.diagrams.createLink,
153 intro.innerText = LANG.plugins.diagrams.createIntro;
166 button.innerText = LANG.plugins.diagrams.createButton;
188 alert(LANG.plugins.diagrams.errorInvalidId);
H A DDiagramsEditor.js97 alert(LANG.plugins.diagrams.errorLoading);
251 spin: LANG.plugins.diagrams.saving
265 spin: LANG.plugins.diagrams.saving
273 alert(LANG.plugins.diagrams.errorSaving);
283 alert(LANG.plugins.diagrams.errorSaving);
286 alert(LANG.plugins.diagrams.errorUnsupportedFormat);
/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/prettyprint/
H A Dscript.js42 var cont = LANG.plugins.prettyprint.approve+'&nbsp;<strong>'+author+'</strong>';
44 var cont = LANG.plugins.prettyprint.created+'&nbsp;<strong>'+author+'</strong>';
46 …cells.push(jQuery("<td>").html('<p style="text-align:left">'+LANG.plugins.prettyprint.state+'&nbsp…
47 LANG.plugins.prettyprint.date+'&nbsp;'+date.replace(' ', '&nbsp;')+'<br>'+cont+'</p>'));
/plugin/vshare/
H A Dscript.js7 "title": LANG['plugins']['vshare']['button'],
30 const text = prompt(LANG['plugins']['vshare']['prompt']);
44 alert(LANG['plugins']['vshare']['notfound']);
82 info.innerText = LANG.plugins.vshare.click.replace('%s', $self.data('domain'));
/plugin/snippets/
H A Dscript.js42 if(LANG['keepopen']) {
43 kolbl.innerHTML = " " + LANG['keepopen'];
46 kolbl.innerHTML = " " + LANG['plugins']['snippets']['keepopen'];
67 …updl.innerHTML = " " + LANG['plugins']['snippets']['check_for_updates']; //" Check for snippet up…
77 macrl.innerHTML ="<b>" + LANG['plugins']['snippets']['user_macros'] + "</b> ";
101 preview.title = LANG['plugins']['snippets']['preview'];
112 insert.title = LANG['plugins']['snippets']['insert'];
292 alert(LANG['plugins']['snippets']['restore_off']);
308 …toolbar[toolbar.length] = {"type":"mediapopup", "title": LANG['plugins']['snippets']['title'], "ke…
/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;
/plugin/xtern/
H A Dscript.js5 if(current_val == LANG.plugins.xtern.info_show) {
6 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_close);
9 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_show);
83 title=LANG.plugins.xtern.restricted;
/plugin/searchjump/
H A Dscript.js19 prev.title = LANG.plugins.searchjump['up']+' [k]';
26 close.title = LANG.plugins.searchjump['close']+' [x]';
31 next.title = LANG.plugins.searchjump['down']+' [j]';
59 alert(LANG.plugins.searchjump['start']);
63 alert(LANG.plugins.searchjump['end']);
/plugin/combo/db/combo/
H A Dupdate0007.sql3 alter table PAGES add column LANG TEXT;
11 create index if not exists LANG ON PAGES (LANG);
/plugin/crypto/js/
H A Ddecrypt-dialog.js24 LANG.plugins.crypto['decrypt_dialog_title'] +
29 ' <th>' + LANG.plugins.crypto['input_secret'] + ':</th>' +
33 …pan="2"><button id="decrypt_dialog_button_decrypt" class="toolbutton">' + LANG.plugins.crypto['dec…
86 alert(LANG.plugins.crypto['decrypt_wrong_secret']);
/plugin/cryptsign/
H A Dscript.js7 "title": LANG.plugins.cryptsign.button,
21 sum.value += LANG.plugins.cryptsign.summary;
33 var text = prompt(LANG['plugins']['cryptsign']['prompt'],"");
/plugin/encryptedpasswords/script/
H A DEditorHandling.js45 LANG.plugins.encryptedpasswords.enterKey,
46 LANG.plugins.encryptedpasswords.passphrase,
58 GUI.toast(LANG.plugins.encryptedpasswords.failcount.replace('%d', this.failcount), 'error');
115 LANG.plugins.encryptedpasswords.enterKey,
116 LANG.plugins.encryptedpasswords.passphrase,
H A DGUI.js33 `<p>${LANG.plugins.encryptedpasswords.repeatKey}</p>` +
47 closeText: LANG.plugins.encryptedpasswords.btn_no,
52 $dialog.prepend(`<p class="error">${LANG.plugins.encryptedpasswords.repeatError}</p>`);
61 [LANG.plugins.encryptedpasswords.btn_ok]: function () {
64 [LANG.plugins.encryptedpasswords.btn_no]: function () {
/plugin/dropfiles/src/
H A Dupload.js77 …$newInput.append(jQuery('<button name="rename" type="submit">' + window.LANG.plugins.dropfiles.ren…
78 …$newInput.append(jQuery('<button name="cancel">' + window.LANG.plugins.dropfiles.cancel + '</butto…
105 var text = window.LANG.plugins.dropfiles['popup:fileExists'].replace('%s', fileName);
107 …text += ' ' + window.LANG.plugins.dropfiles['popup:originalName'].replace('%s', filesThatExist[0].…
109 var errorTitle = window.LANG.plugins.dropfiles['title:fileExistsError'];
113 text: window.LANG.plugins.dropfiles.skip,
117 text: window.LANG.plugins.dropfiles.rename,
121 text: window.LANG.plugins.dropfiles.overwrite,
129 text: window.LANG.plugins.dropfiles.overwriteAll,
413 var widgetTitle = window.LANG.plugins.dropfiles['title:fileUpload'];
/plugin/bookcreator/script/
H A Dnspicker.js35 title: LANG.plugins.bookcreator.namespace_picker,
39 '<div>' + LANG.plugins.bookcreator.select_namespace + ' <input type="text" class="edit" id="bc__nspicker_entry" autocomplete="off" />' +
40 '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
41 '<input type="button" value="' + LANG.plugins.bookcreator.cancel + '" id="bc__nspicker_cancel">' +
42 '<br><input type="checkbox" value="Recursive" id="bc__nspicker_recursive">' + LANG.plugins.bookcreator.add_subns_too +
310 content = LANG.plugins.bookcreator.added_pages + "\n\n";
320 content += LANG.plugins.bookcreator.no_pages_selected + "\n";
/plugin/ckgedit/
H A Dscript.js288 alert(LANG.plugins.ckgedit.ckg_paste_restart + ' ' + LANG.plugins.ckgedit[which]);
292 return LANG.plugins.ckgedit.broken_image_1 + "\n" + LANG.plugins.ckgedit.broken_image_2 ;
323 alert(LANG.plugins.ckgedit.dwp_not_sel);
325 alert(LANG.plugins.ckgedit.dwp_updated + which[m]);
328 alert(LANG.plugins.ckgedit.dwp_save_err + data);
501 if(t.innerHTML == LANG.plugins.ckgedit.stylesheet_cinfo)
502 t.innerHTML = LANG.plugins.ckgedit.stylesheet_oinfo;
503 else t.innerHTML = LANG.plugins.ckgedit.stylesheet_cinfo;
/plugin/autologoff/
H A Dscript.js32 var $dialog = jQuery('<div>' + LANG.plugins.autologoff.warn + '</div>');
33 $dialog.attr('title', LANG.plugins.autologoff.title);
38 buttons[LANG.plugins.autologoff.stillhere] = function () {
/plugin/tagsections/
H A Dscript.js84 …return jQuery('<h3/>').text(((namespace||LANG.plugins.tagsections['empty namespace']) + ' ' + chec…
97 … var $button = jQuery('<input class="edit" type="submit"/>').val(LANG.plugins.tagsections['add']);
99 …jQuery('<label class="newTag"/>').attr('for', namespace + '_newTag').text(LANG.plugins.tagsections…
163 jQuery( "#tagsections__dilaog" ).dialog({title:LANG.plugins.tagsections['choose tags'],
168 … {text:LANG.plugins.tagsections['closeDialog'],click: function() { getDialog('close') }},
169 {text:LANG.plugins.tagsections['save'],click: saveTags},
/plugin/bez/scripts/
H A Dtask.js4 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
120 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
185 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
253 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
294 $doTaskButton.html(LANG.plugins.bez.close_without_comment);
297 $doTaskButton.html(LANG.plugins.bez.close_with_comment);
/plugin/telleveryone/
H A Dscript.js4 if (!window.confirm(LANG.plugins.telleveryone.cancel_confirm)) {
9 if (!window.confirm(LANG.plugins.telleveryone.delete_confirm)) {
/plugin/structnotification/
H A Dscript.js4 if (!window.confirm(LANG.plugins.telleveryone.cancel_confirm)) {
9 if (!window.confirm(LANG.plugins.telleveryone.delete_confirm)) {
/plugin/twofactor/
H A Dscript.js6 if (window.confirm(LANG.del_confirm)) return;
11 if (window.confirm(LANG.plugins.twofactor.reset_confirm)) return;
/plugin/skipentity/
H A Dscript.js11 "title":LANG.plugins.skipentity.w_title,
18 "title":LANG.plugins.skipentity.g_title,
/plugin/siteexport/inc/
H A DreadCSS.patch259 …else if (preg_match('/^\[LANG=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'…
260 …else if (preg_match('/^:LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'…
264 …/^('.$this->mpdf->allowedCSStags.')\[LANG=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $ta…
265 …'/^('.$this->mpdf->allowedCSStags.'):LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $t…
280 …else if (preg_match('/^\[LANG=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'…
281 …else if (preg_match('/^:LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'…
285 …/^('.$this->mpdf->allowedCSStags.')\[LANG=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $ta…
286 …'/^('.$this->mpdf->allowedCSStags.'):LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $t…

1234567