mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 11:30:52 +00:00
354de92e2a
Change-Id: Ib41e43fa0fbc0619ccee51985dc5a50a32d2aaef
19 lines
719 B
JSON
19 lines
719 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber",
|
|
"Derk-Jan Hartman"
|
|
]
|
|
},
|
|
"codeeditor-desc": "Syntax-highlighted editing for JavaScript and CSS pages using [http://ace.ajax.org/ 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"
|
|
}
|