summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/i18n/en.json
blob: 02b524aa0c440d2718cf46162230f1c11c51dae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"@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."
}