mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
db76c1b19a
Instead of quietly failing, code should prompt the user to install WikiEditor. Bug: T67072 Change-Id: I5ce1d436fe1d79abfd2dda5ad7cdd09bbe1ca914
23 lines
946 B
JSON
23 lines
946 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber",
|
|
"Derk-Jan Hartman"
|
|
]
|
|
},
|
|
"codeeditor-desc": "Syntax-highlighted editing for JavaScript and CSS pages using [https://ace.c9.io/ Ace editor]",
|
|
"codeeditor-next-annotation": "Go to next annotation",
|
|
"codeeditor-toolbar-toggle": "Toggle code editor",
|
|
"codeeditor-save-with-errors": "The document contains errors. Are you sure you want to save?",
|
|
"codeeditor-invisibleChars-toggle": "Toggle invisible characters",
|
|
"codeeditor-lineWrapping-toggle": "Toggle line wrapping",
|
|
"codeeditor-searchReplace-toggle": "Toggle search and replace dialog",
|
|
"codeeditor-gotoline": "Go to line number...",
|
|
"codeeditor-gotoline-placeholder": "line[:column]",
|
|
"codeeditor-gotoline-prompt": "Enter a line number",
|
|
"codeeditor-indent": "Indent",
|
|
"codeeditor-outdent": "Outdent",
|
|
"codeeditor-error-title": "Dependency failed",
|
|
"codeeditor-error-message": "CodeEditor needs WikiEditor to be loaded."
|
|
}
|