mediawiki-extensions-CodeEd.../i18n/qqq.json
Mark A. Hershberger db76c1b19a CodeEditor should fail if WikiEditor is not available
Instead of quietly failing, code should prompt the user to install
WikiEditor.

Bug: T67072
Change-Id: I5ce1d436fe1d79abfd2dda5ad7cdd09bbe1ca914
2017-02-08 16:44:04 +00:00

26 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Purodha",
"Shirayuki",
"Derk-Jan Hartman",
"Umherirrender",
"Tacsipacsi"
]
},
"codeeditor-desc": "{{desc|name=Code Editor|url=https://www.mediawiki.org/wiki/Extension:CodeEditor}}",
"codeeditor-next-annotation": "Used as a label for button to navigate to the next line in the editor that has an annotation",
"codeeditor-toolbar-toggle": "Used as label for toolbar button.",
"codeeditor-save-with-errors": "Used as message in a dialog before saving a document with errors.",
"codeeditor-invisibleChars-toggle": "Used as label for toolbar button to show/hide non visible characters",
"codeeditor-lineWrapping-toggle": "Used as label for toolbar button to enable/disable wrapping of long lines on the screen (this doesnt modify the saved text).",
"codeeditor-searchReplace-toggle": "Used as label for toolbar button to show/hide the search and replace dialog",
"codeeditor-gotoline": "Used as a label for toolbar button to navigate to a line number in the editor",
"codeeditor-gotoline-placeholder": "Placeholder for goto line prompt's input",
"codeeditor-gotoline-prompt": "Label for goto line prompt",
"codeeditor-indent": "Used as a label for toolbar button to indent text in the editor",
"codeeditor-outdent": "Used as a label for toolbar button to outdent text in the editor",
"codeeditor-error-title": "Used as a title when there is a missing dependency",
"codeeditor-error-message": "Explains the dependency on WikiEditor"
}