{
	"@metadata": {
		"authors": [
			"pastakhov",
			"MusikAnimal",
			"Bhsd"
		]
	},
	"codemirror-desc": "Provides syntax highlighting in wikitext editor",
	"codemirror-toggle-label": "Syntax highlighting",
	"codemirror-toggle-label-short": "Syntax",
	"codemirror-prefs-summary": "You can learn more about this feature by reading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:CodeMirror help page].",
	"codemirror-prefs-enable": "Enable syntax highlighting",
	"codemirror-prefs-title": "Syntax highlighting preferences",
	"codemirror-prefs-help": "help",
	"codemirror-prefs-codefolding": "Enable code folding",
	"codemirror-prefs-autocomplete": "Enable autocompletion",
	"codemirror-prefs-openlinks": "Open links with modifier key + click",
	"codemirror-prefs-bidiisolation": "Isolate bidirectional text",
	"codemirror-prefs-bracketmatching": "Enable bracket matching",
	"codemirror-prefs-linenumbering": "Show line numbers",
	"codemirror-prefs-linewrapping": "Wrap lines",
	"codemirror-prefs-lint": "Lint the code",
	"codemirror-prefs-activeline": "Highlight the active line",
	"codemirror-prefs-specialchars": "Show special characters",
	"codemirror-prefs-whitespace": "Highlight whitespace",
	"codemirror-prefs-autofocus": "Put initial focus the editor",
	"codemirror-prefs-colorblind": "Enable colorblind-friendly scheme for syntax highlighting when editing wikitext",
	"codemirror-prefs-colorblind-help": "If you use a gadget for syntax highlighting, this preference will not work.",
	"codemirror-close": "Close",
	"codemirror-find": "Find",
	"codemirror-next": "Find next",
	"codemirror-previous": "Find previous",
	"codemirror-all": "All",
	"codemirror-all-tooltip": "Select all matches",
	"codemirror-match-case": "Match case",
	"codemirror-regexp": "Regular expression",
	"codemirror-regexp-invalid": "Invalid regular expression",
	"codemirror-by-word": "Whole word",
	"codemirror-replace": "Replace",
	"codemirror-replace-placeholder": "Replace",
	"codemirror-replace-all": "Replace all",
	"codemirror-done": "Done",
	"codemirror-find-results": "$1 of $2",
	"codemirror-goto-line": "Go to line",
	"codemirror-goto-line-go": "Go",
	"codemirror-control-character": "Control character $1",
	"codemirror-special-char-null": "Null character",
	"codemirror-special-char-bell": "Bell character",
	"codemirror-special-char-backspace": "Backspace",
	"codemirror-special-char-newline": "Newline",
	"codemirror-special-char-vertical-tab": "Vertical tab",
	"codemirror-special-char-carriage-return": "Carriage return",
	"codemirror-special-char-escape": "Escape character",
	"codemirror-special-char-nbsp": "Non-breaking space",
	"codemirror-special-char-zero-width-space": "Zero-width space",
	"codemirror-special-char-zero-width-non-joiner": "Zero-width non-joiner",
	"codemirror-special-char-zero-width-joiner": "Zero-width joiner",
	"codemirror-special-char-left-to-right-mark": "Left-to-right mark",
	"codemirror-special-char-right-to-left-mark": "Right-to-left mark",
	"codemirror-special-char-line-separator": "Line separator",
	"codemirror-special-char-left-to-right-override": "Left-to-right override",
	"codemirror-special-char-right-to-left-override": "Right-to-left override",
	"codemirror-special-char-narrow-nbsp": "Narrow non-breaking space",
	"codemirror-special-char-left-to-right-isolate": "Left-to-right isolate",
	"codemirror-special-char-right-to-left-isolate": "Right-to-left isolate",
	"codemirror-special-char-pop-directional-isolate": "Pop directional isolate",
	"codemirror-special-char-paragraph-separator": "Paragraph separator",
	"codemirror-special-char-zero-width-no-break-space": "Word joiner",
	"codemirror-special-char-object-replacement": "Object replacement character",
	"codemirror-fold": "Code folding",
	"codemirror-unfold": "unfold",
	"codemirror-folded-code": "folded code",
	"codemirror-keymap-help-title": "Keyboard shortcuts",
	"codemirror-keymap-help-close": "Close",
	"codemirror-keymap-accessibility": "Accessibility",
	"codemirror-keymap-tabescape": "Briefly allow the Tab key to move focus out of the editor",
	"codemirror-keymap-tabmode": "Enable or disable tab-focus mode",
	"codemirror-keymap-textstyling": "Text styling",
	"codemirror-keymap-bold": "Bold",
	"codemirror-keymap-italic": "Italic",
	"codemirror-keymap-link": "Link",
	"codemirror-keymap-computercode": "Computer code",
	"codemirror-keymap-strikethrough": "Strikethrough",
	"codemirror-keymap-subscript": "Subscript",
	"codemirror-keymap-superscript": "Superscript",
	"codemirror-keymap-underline": "Underline",
	"codemirror-keymap-nowiki": "No wiki formatting",
	"codemirror-keymap-history": "History",
	"codemirror-keymap-undo": "Undo",
	"codemirror-keymap-redo": "Redo",
	"codemirror-keymap-undoselection": "Undo selection",
	"codemirror-keymap-redoselection": "Redo selection",
	"codemirror-keymap-paragraph": "Paragraph formatting",
	"codemirror-keymap-indent": "Increase indentation",
	"codemirror-keymap-outdent": "Decrease indentation",
	"codemirror-keymap-preformatted": "Preformatted",
	"codemirror-keymap-blockquote": "Block quote",
	"codemirror-keymap-heading": "Heading (1-6)",
	"codemirror-keymap-heading-n": "Heading $1",
	"codemirror-keymap-search": "Searching",
	"codemirror-keymap-find": "Find and replace",
	"codemirror-keymap-selectnext": "Select next match",
	"codemirror-keymap-insert": "Insert",
	"codemirror-keymap-blankline": "Blank line",
	"codemirror-keymap-reference": "Reference",
	"codemirror-keymap-comment": "Comment",
	"codemirror-keymap-codefolding": "Code folding",
	"codemirror-keymap-fold": "Fold selected code",
	"codemirror-keymap-unfold": "Unfold selected code",
	"codemirror-keymap-foldall": "Fold all code",
	"codemirror-keymap-unfoldall": "Unfold all code",
	"codemirror-keymap-autocomplete": "Autocompletion",
	"codemirror-keymap-startcompletion": "Show autocomplete suggestions",
	"codemirror-keymap-selectcompletion": "Select autocomplete suggestion",
	"codemirror-keymap-other": "Other",
	"codemirror-keymap-moveline": "Move selected lines up or down one line",
	"codemirror-keymap-copyline": "Copy selected lines to the above or below line",
	"codemirror-keymap-direction": "Change directionality",
	"codemirror-keymap-preferences": "Syntax highlighting preferences",
	"codemirror-keymap-help": "Keyboard shortcuts",
	"codemirror-keymap-cursor-modifiers": "Cursor modifiers",
	"codemirror-keymap-multicursor": "Hold $1 and click to create multiple cursors.",
	"codemirror-keymap-crosshair": "Hold $1 then click and drag to make rectangular selections.",
	"codemirror-keymap-openlinks": "Hold $1 and click on page titles and URLs to open them in a new tab.",
	"prefs-accessibility": "Accessibility",
	"prefs-syntax-highlighting": "Syntax highlighting",
	"codemirror-beta-feature-title": "Improved Syntax Highlighting",
	"codemirror-beta-feature-description": "Get early access to new syntax highlighting and editing features such as code folding and autocompletion."
}
