mediawiki-extensions-Visual.../modules/ve/i18n/en.json
Roan Kattouw 2fa725599c Add missing specialcharacters messages to JSON blobs
These were accidentally dropped when I rebased my commit
that imported all i18n messages into the JSON files.

Change-Id: I2f5611f3dbe1a31134426184a9d5648ffc751947
2013-12-09 13:19:17 -08:00

63 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Trevor Parscal",
"Ed Sanders",
"James D. Forrester",
"Raimond Spekking",
"Erik Moeller",
"Moriel Schottlender",
"Yuki Shira",
"Siebrand Mazeland",
"Rob Moen",
"Timo Tijhof",
"Roan Kattouw",
"Christian Williams",
"Amir E. Aharoni"
]
},
"visualeditor": "VisualEditor",
"visualeditor-aliennode-tooltip": "Sorry, this element can only be edited in source mode for now.",
"visualeditor-annotationbutton-bold-tooltip": "Bold",
"visualeditor-annotationbutton-code-tooltip": "Computer code",
"visualeditor-annotationbutton-italic-tooltip": "Italic",
"visualeditor-annotationbutton-language-tooltip": "Language",
"visualeditor-annotationbutton-link-tooltip": "Link",
"visualeditor-annotationbutton-strikethrough-tooltip": "Strikethrough",
"visualeditor-annotationbutton-subscript-tooltip": "Subscript",
"visualeditor-annotationbutton-superscript-tooltip": "Superscript",
"visualeditor-annotationbutton-underline-tooltip": "Underline",
"visualeditor-clearbutton-tooltip": "Clear formatting",
"visualeditor-dialog-action-apply": "Apply changes",
"visualeditor-dialog-action-cancel": "Cancel",
"visualeditor-dialog-action-goback": "Go back",
"visualeditor-formatdropdown-format-heading1": "Heading 1",
"visualeditor-formatdropdown-format-heading2": "Heading 2",
"visualeditor-formatdropdown-format-heading3": "Heading 3",
"visualeditor-formatdropdown-format-heading4": "Heading 4",
"visualeditor-formatdropdown-format-heading5": "Heading 5",
"visualeditor-formatdropdown-format-heading6": "Heading 6",
"visualeditor-formatdropdown-format-paragraph": "Paragraph",
"visualeditor-formatdropdown-format-preformatted": "Preformatted",
"visualeditor-formatdropdown-title": "Change format",
"visualeditor-help-tool": "Help",
"visualeditor-historybutton-redo-tooltip": "Redo",
"visualeditor-historybutton-undo-tooltip": "Undo",
"visualeditor-indentationbutton-indent-tooltip": "Increase indentation",
"visualeditor-indentationbutton-outdent-tooltip": "Decrease indentation",
"visualeditor-inspector-close-tooltip": "Close",
"visualeditor-inspector-remove-tooltip": "Remove",
"visualeditor-languages-tool": "Languages",
"visualeditor-languageinspector-title": "Language",
"visualeditor-languageinspector-widget-label-direction": "Direction",
"visualeditor-languageinspector-widget-label-langcode": "Language code",
"visualeditor-languageinspector-block-tooltip-rtldirection": ": Right to Left",
"visualeditor-linkinspector-title": "Hyperlink",
"visualeditor-listbutton-bullet-tooltip": "Bullet list",
"visualeditor-listbutton-number-tooltip": "Numbered list",
"visualeditor-specialcharacter-button-tooltip": "Special character",
"visualeditor-specialcharacterinspector-title": "Special character",
"visualeditor-specialcharinspector-characterlist-insert": "{\n\t\"symbols\": {\n\t\t\"\": \"\",\n\t\t\"—\": \"—\",\n\t\t\"°\": \"°\",\n\t\t\"″\": \"″\",\n\t\t\"\": \"\",\n\t\t\"←\": \"←\",\n\t\t\"→\": \"→\",\n\t\t\"·\": \"·\",\n\t\t\"§\": \"§\"\n\t},\n\t\"accents\": {\n\t\t\"à\": \"à\",\n\t\t\"á\": \"á\",\n\t\t\"â\": \"â\",\n\t\t\"ä\": \"ä\",\n\t\t\"ç\": \"ç\",\n\t\t\"è\": \"è\",\n\t\t\"é\": \"é\",\n\t\t\"ê\": \"ê\",\n\t\t\"ë\": \"ë\",\n\t\t\"ì\": \"ì\",\n\t\t\"í\": \"í\",\n\t\t\"î\": \"î\",\n\t\t\"ï\": \"ï\",\n\t\t\"ò\": \"ò\",\n\t\t\"ó\": \"ó\",\n\t\t\"ô\": \"ô\",\n\t\t\"ö\": \"ö\",\n\t\t\"ø\": \"ø\",\n\t\t\"ù\": \"ù\",\n\t\t\"ú\": \"ú\",\n\t\t\"û\": \"û\",\n\t\t\"ü\": \"ü\"\n\t},\n\t\"math\": {\n\t\t\"\": \"\",\n\t\t\"×\": \"×\",\n\t\t\"÷\": \"÷\",\n\t\t\"≈\": \"≈\",\n\t\t\"≠\": \"≠\",\n\t\t\"≤\": \"≤\",\n\t\t\"≥\": \"≥\",\n\t\t\"±\": \"±\"\n\t}\n}",
"visualeditor-version-label": "Version"
}