mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-16 11:49:36 +00:00
d10cfbb1bf
http://ace.ajax.org/ redirects to https://ace.c9.io/ Change-Id: Ib915fec2855bfcec1a7d9b3c91dd3dd13db703ab
19 lines
717 B
JSON
19 lines
717 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-indent": "Indent",
|
|
"codeeditor-outdent": "Outdent"
|
|
}
|