| /plugin/jsoneditor/script/ ! |
| D | jsoneditor_plugin.js | 30 … if (LANG.plugins.jsoneditor.language.length > 0 && LANG.plugins.jsoneditor.language !== 'en') { 31 JSONEditor.defaults.language = LANG.plugins.jsoneditor.language; 32 JSONEditor.defaults.languages[LANG.plugins.jsoneditor.language] = { 33 error_notset: LANG.plugins.jsoneditor.error_notset, 34 error_notempty: LANG.plugins.jsoneditor.error_notempty, 35 error_enum: LANG.plugins.jsoneditor.error_enum, 36 error_const: LANG.plugins.jsoneditor.error_const, 37 error_anyOf: LANG.plugins.jsoneditor.error_anyOf, 38 error_oneOf: LANG.plugins.jsoneditor.error_oneOf, 39 error_not: LANG.plugins.jsoneditor.error_not, [all …]
|
| /plugin/indexmenu/scripts/ ! |
| D | contextmenu.js | 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=indexm… 88 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.editmode+'</b></span>'], 89 …LANG.plugins.indexmenu.insertdwlink, '"javascript: IndexmenuContextmenu.insertTags(\'"+id+"\',\'"+… 95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'], 96 …LANG.plugins.indexmenu.search, '"javascript: IndexmenuContextmenu.srchpage(\'"+index.config.urlbas… 107 … [LANG.plugins.indexmenu.edit, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=edit"'], 108 ['<em>'+LANG.plugins.indexmenu.create+'--></em>', [ 109 …LANG.plugins.indexmenu.headpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlba… [all …]
|
| D | toolbarindexwizard.js | 80 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></d… 86 …'<div><label class="number">' + LANG.plugins.indexmenu.nsdepth + ' #<input id="nsdepth" type="text… 89 … '<fieldset class="indexmenu_options"><legend>' + LANG.plugins.indexmenu.options + '</legend>' + 91 …'<input type="submit" value="' + LANG.plugins.indexmenu.insert + '" class="button" id="indexmenu__… 94 …'<label class="number">' + LANG.plugins.indexmenu.metanum + '<input type="text" id="metanumber"></… 95 …'<input type="submit" value="' + LANG.plugins.indexmenu.insertmetanum + '" class="button" id="inde… 116 … div.append('<strong>' + LANG.plugins.indexmenu[props.headerid] + '</strong><br />'); 123 .attr({title: LANG.plugins.indexmenu[elid]}) [all …]
|
| /plugin/gallery/script/ ! |
| D | prosemirror.js | 39 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.plugins.gallery.label_crop, [all …]
|
| /plugin/davcal/ ! |
| H A D | script.js | 88 dw_davcal__modals.msg = LANG.plugins.davcal['error_retrieving_data']; 170 dialogButtons[LANG.plugins.davcal['save']] = function() { 206 dialogButtons[LANG.plugins.davcal['cancel']] = function () { 214 settingsHtml += LANG.plugins.davcal['nothing_to_show']; 219 …settingsHtml += '<tr><td>' + LANG.plugins.davcal['timezone'] + '</td><td><select name="timezone" i… 220 …'<tr><td>' + LANG.plugins.davcal['timeformat'] + '</td><td><select name="timeformat" id="dw_davcal… 221 …'<tr><td>' + LANG.plugins.davcal['weeknumbers'] + '</td><td><input type="checkbox" name="weeknumbe… 222 …'<tr><td>' + LANG.plugins.davcal['only_workweek'] + '</td><td><input type="checkbox" name="workwee… 223 …'<tr><td>' + LANG.plugins.davcal['start_monday'] + '</td><td><input type="checkbox" name="monday" … 228 …settingsHtml += '<tr id="dw_davcal__settings_syncurl"><td>' + LANG.plugins.davcal['sync_url'] + '<… [all …]
|
| /plugin/davcard/ ! |
| D | script.js | 116 dw_davcard__modals.msg = LANG.plugins.davcard['error_loading']; 132 title = LANG.plugins.davcard['edit_entry']; 133 dialogButtons[LANG.plugins.davcard['edit']] = function() { 214 dialogButtons[LANG.plugins.davcard['delete']] = function() { 217 dw_davcard__modals.msg = LANG.plugins.davcard['really_delete_this_entry']; 232 title = LANG.plugins.davcard['create_entry']; 233 dialogButtons[LANG.plugins.davcard['create']] = function() { 321 dialogButtons[LANG.plugins.davcard['cancel']] = function() { 341 …'<tr><td>' + LANG.plugins.davcard['addressbook'] + '</td><td><select id="dw_davcard__addressbook">… 342 …'<tr><td>' + LANG.plugins.davcard['firstname'] + '</td><td><input type="text" id="dw_davcard__firs… [all …]
|
| /plugin/pagebuttons/ ! |
| D | script.js | 30 var page = window.confirm(LANG.plugins.pagebuttons.delete_confirm); 38 + LANG.plugins.pagebuttons.delete_confirm 42 title: LANG.plugins.pagebuttons.delete_title, 49 text: LANG.plugins.pagebuttons.btn_ok, 56 text: LANG.plugins.pagebuttons.btn_cancel, 82 var page = window.prompt(LANG.plugins.pagebuttons.newfolder_prompt); 91 + LANG.plugins.pagebuttons.newfolder_prompt 96 title: LANG.plugins.pagebuttons.newfolder_title, 103 text: LANG.plugins.pagebuttons.btn_ok, 112 text: LANG.plugins.pagebuttons.btn_cancel, [all …]
|
| /plugin/encryptedpasswords/script/ ! |
| D | PageHandling.js | 18 .attr('title', LANG.plugins.encryptedpasswords.decryptAll) 22 .attr('title', LANG.plugins.encryptedpasswords.hideAll) 26 .attr('title', LANG.plugins.encryptedpasswords.copy) 48 $element.attr('title', LANG.plugins.encryptedpasswords.invalidKey); 64 LANG.plugins.encryptedpasswords.enterKey, 65 LANG.plugins.encryptedpasswords.passphrase 71 GUI.toast(LANG.plugins.encryptedpasswords.invalidKey, 'error'); 78 GUI.toast(LANG.plugins.encryptedpasswords.copyOk, 'success'); 81 GUI.toast(LANG.plugins.encryptedpasswords.copyFail, 'error'); 92 LANG.plugins.encryptedpasswords.enterKey, [all …]
|
| D | GUI.js | 33 `<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/dev/_test/testdata/ ! |
| D | test.js | 1 LANG.plugins.foo.string1; LANG['plugins']['foo']['string 2']; 3 LANG.plugins['foo']['string 3'] 5 LANG.plugins['foo'].string4 + 'something'; 7 LANG.plugins.foo.string1; 9 LANG.plugins['foo']['string 5'];
|
| /plugin/quicksubscribe/ ! |
| H A D | script.js | 15 '<p>' + LANG.plugins.quicksubscribe.edit_subscr + 16 '<button class="button">' + LANG.plugins.quicksubscribe.edit_subscr_button + 39 title: LANG.plugins.quicksubscribe.title 47 '<p>' + LANG.plugins.quicksubscribe.subscr_in_progress + '</p>' 60 $link.attr('title', LANG.plugins.quicksubscribe.unsubscribe); 68 '<p>' + LANG.plugins.quicksubscribe.is_subscr.replace(/%s/, $link.data('target')) + 69 ' ' + LANG.plugins.quicksubscribe.del_subscr + 71 LANG.plugins.quicksubscribe.del_subscr_button + 86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
|
| /plugin/edittable/script/ ! |
| D | contextmenu.js | 35 name: LANG.plugins.edittable.toggle_header, 52 name: LANG.plugins.edittable.align_left, 71 name: LANG.plugins.edittable.align_center, 90 name: LANG.plugins.edittable.align_right, 110 name: LANG.plugins.edittable.row_above 113 name: LANG.plugins.edittable.remove_row, 123 if (window.confirm(LANG.plugins.edittable.confirmdeleterow)) { 142 name: LANG.plugins.edittable.row_below 146 name: LANG.plugins.edittable.col_left 149 name: LANG.plugins.edittable.remove_col, [all …]
|
| /plugin/pycode/ ! |
| D | script.js | 29 title: LANG.plugins.pycode.wizard, 34 '<legend>'+LANG.plugins.pycode.repository+'</legend>' + 47 '<legend>'+LANG.plugins.pycode.options+'</legend>' + 49 '<strong>'+LANG.plugins.pycode.embed+'</strong><br />' + 53 LANG.plugins.pycode.lns+'</label>' + 63 LANG.plugins.pycode.def+'</label>' + 71 LANG.plugins.pycode.cls+'</label>' + 79 '<strong>'+LANG.plugins.pycode.nums+'</strong><br />' + 83 LANG.plugins.pycode.change+'</label>' + 87 LANG.plugins.pycode.show+'</label>' + [all …]
|
| /plugin/tagging/script/ ! |
| H A D | admin.js | 51 text: LANG.plugins.tagging.admin_confirm, 63 text: LANG.plugins.tagging.admin_cancel, 80 title: LANG.plugins.tagging.admin_change_tag, 100 title: LANG.plugins.tagging.admin_tagged_pages, 118 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_delete + ' ' + actionData.tid + '</h2>'); 119 actionDialog.append('<p>' + LANG.plugins.tagging.admin_sure + '</p>'); 121 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_rename + ' ' + actionData.tid + '</h2>'); 122 actionDialog.append('<p>' + LANG.plugins.tagging.admin_newtags + ' </p>'); 136 … actionDialog.append('<p class="warning">' + LANG.plugins.tagging.admin_warning_all + '</p>');
|
| /plugin/diagrams/script/ ! |
| H A D | DiagramsForm.js | 24 const name = LANG.plugins.diagrams.formtitle; 61 editButton.innerText = LANG.plugins.diagrams.editButton; 83 selectButton.innerText = LANG.plugins.diagrams.selectSource; 105 … type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options': 108 {value: 'left', label: LANG.plugins.diagrams.left}, 109 {value: 'right', label: LANG.plugins.diagrams.right}, 110 {value: 'center', label: LANG.plugins.diagrams.center} 114 label: LANG.plugins.diagrams.title, name: 'title' 121 label: LANG.plugins.diagrams.mediaSource, 204 alert(LANG.plugins.diagrams.mediafileIsNotDiagram);
|
| H A D | ButtonFunctions.js | 25 button.append(LANG.plugins.diagrams.downloadPNGButtonShort); 26 button.title = LANG.plugins.diagrams.downloadPNGButton; 48 button.append(LANG.plugins.diagrams.downloadSVGButtonShort); 49 button.title = LANG.plugins.diagrams.downloadSVGButton; 66 button.innerText = LANG.plugins.diagrams.openButtonShort; 67 button.title = LANG.plugins.diagrams.openButton;
|
| /plugin/supa/ ! |
| D | script.js | 59 alert(LANG['plugins']['supa']["err_not_loaded_yet"]); 69 alert(LANG['plugins']['supa']["err_clipboard_unknown_error"]); 72 alert(LANG['plugins']['supa']["err_clipboard_empty"]); 75 alert(LANG['plugins']['supa']["err_clipboard_content_unsupported"]); 78 alert(LANG['plugins']['supa']["err_clipboard_error_code_unknown"] + err); 101 alert(LANG['plugins']['supa']['err_need_filename']); 114 alert(LANG['plugins']['supa']["err_not_loaded_yet"]); 119 alert(LANG['plugins']['supa']['err_paste_image_first']); 175 return LANG['plugins']['supa'][txt]; 250 icon.title = LANG['plugins']['supa']['upload_button_hint']; [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/ ! |
| D | LanguageTagTest.php | 16 $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(array('de')); 39 $this->assertEquals('de', $result->LANG->getValue());
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/ ! |
| D | LanguageTagTest.php | 16 $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(array('de')); 39 $this->assertEquals('de', $result->LANG->getValue());
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/ ! |
| D | LanguageTagTest.php | 16 $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/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/ ! |
| H A D | LanguageTagTest.php | 16 $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(array('de')); 39 $this->assertEquals('de', $result->LANG->getValue());
|
| /plugin/bpmnioeditor/ ! |
| D | script.js | 23 …pmn_'+index+'_edit_button" class="bpmnEditButton" style="display:none" >'+LANG.plugins.bpmnioedito… 24 …e_button" class="bpmnSaveButton" style="margin-left:0.2%;display:none;">'+LANG.plugins.bpmnioedito… 25 …pmn_'+index+'_view_button" class="bpmnViewButton" style="display:none" >'+LANG.plugins.bpmnioedito… 31 if(!confirm(LANG.plugins.bpmnioeditor.changes_not_saved)){ 145 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err); 153 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err); 194 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err); 199 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn); 202 jQuery('#bpmn_'+index+'_edit_button').text(LANG.plugins.bpmnioeditor.create_bpmn); 227 console.error(LANG.plugins.bpmnioeditor.error_saving_bpmn, err); [all …]
|
| /plugin/tfslink/scripts/ ! |
| D | addworkitemlink_wiz.js | 26 title: LANG.plugins.tfslink.addlinktitle, 30 … '<fieldset class="attributes"><legend>'+LANG.plugins.tfslink.attributes+'</legend>' + 31 …'<div><label class="number">'+LANG.plugins.tfslink.workitemid+' : # <input id="workitemid" type="t… 32 … '<label>'+LANG.plugins.tfslink.title+' : <input id="title" type="text"></label></div>' + 34 …'<fieldset class="projectcollection"><legend>'+LANG.plugins.tfslink.projectcollection+'</legend>' + 35 …'<div><label>'+LANG.plugins.tfslink.usedefaultprojectcollection+'</label><input type="checkbox" id… 38 …'<input type="submit" value="'+LANG.plugins.tfslink.insertlink+'" class="button" id="addworkitemli…
|
| /plugin/fetchmedia/script/ ! |
| D | main.js | 72 const waitingMessage = window.LANG.plugins.fetchmedia['message: waiting for response']; 80 const noLinksMsg = window.LANG.plugins.fetchmedia['error: no links found']; 86 const l10nTableHeadingPage = window.LANG.plugins.fetchmedia['table-heading: page']; 87 … const l10nTableHeadingLinks = window.LANG.plugins.fetchmedia['table-heading: links']; 88 … const l10nTableHeadingResults = window.LANG.plugins.fetchmedia['table-heading: results']; 103 …const downloadButton = `<button id="downloadNow">${window.LANG.plugins.fetchmedia['label: button d… 113 const fetchError = window.LANG.plugins.fetchmedia['error: error retrieving links'];
|
| /plugin/deletepagebutton/ ! |
| D | script.js | 46 + LANG.plugins.deletepagebutton.confirm 50 title: LANG.plugins.deletepagebutton.title, 57 text: LANG.plugins.deletepagebutton.btn_ok, 65 text: LANG.plugins.deletepagebutton.btn_cancel,
|