mediawiki-extensions-CodeEd.../i18n/en.json
Siebrand Mazeland 354de92e2a Update identation to use tabs
Change-Id: Ib41e43fa0fbc0619ccee51985dc5a50a32d2aaef
2015-10-12 09:12:04 +02:00

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"
}