From 992f781c885491b0b990377781dcc2e30f8b52d5 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 1 Aug 2015 12:06:41 +0300 Subject: [PATCH] Convert spaces to tabs in en.json According to the usual i18n json convention. Change-Id: Ic288f4dbf12d9c3bc04e28cb5cb64f153cdc76b5 --- i18n/en.json | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 22e6516..c103282 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1,44 +1,44 @@ { - "@metadata": { - "authors": [] - }, - "math-desc": "Render mathematical formulas between <math> ... </math> tags", - "math-visualeditor-mwmathinspector-display": "Display", - "math-visualeditor-mwmathinspector-display-block": "Block", - "math-visualeditor-mwmathinspector-display-default": "Default", - "math-visualeditor-mwmathinspector-display-inline": "Inline", - "math-visualeditor-mwmathinspector-id": "Link ID (optional)", - "math-visualeditor-mwmathinspector-title": "Formula", - "math_bad_output": "Cannot write to or create math output directory", - "math_bad_tmpdir": "Cannot write to or create math temp directory", - "math_failure": "Failed to parse", - "math_image_error": "PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)", - "math_invalidjson": "$1 server response is invalid JSON.", - "math_invalidresponse": "$1: Invalid response (\"$3\") from server \"$2\":", - "math_invalidxml": "MathML or SVG is invalid XML.", - "math_lexing_error": "lexing error", - "math_mathoid_error": "Conversion error. Server (\"$1\") reported: \"$2\"", - "math_notexvc": "Missing texvc executable. Please see math/README to configure.", - "math_output_error": "Cannot store math image on filesystem.", - "math_sample": "Insert formula here", - "math-status-introduction" : "This page displays information about the enabled math rendering modes.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:", - "math_syntax_error": "syntax error", - "math_timeout": "$1 timeout from \"$2\".", - "math-test-end": "Backend tests for rendering mode ''$1'' completed.", - "math-test-fail": "Test ''$1'' failed.", - "math-test-start": "Running backend tests for rendering mode ''$1''.", - "math-test-success": "Test ''$1'' succeeded.", - "math-test-contains-diff" : "Returned string $1 does not contain expected string $2.", - "math-test-equals-diff" : "Returned string $1 is different from expected string $2", - "math_tip": "Mathematical formula (LaTeX)", - "math_unknown_error": "unknown error", - "math_unknown_function": "unknown function \"$1\"", - "mw_math_latexml": "LaTeXML (experimental; uses MathML)", - "mw_math_latexml_jax": "LaTeXML with client-side MathJax (experimental; uses MathML)", - "mw_math_mathjax": "Client-side MathJax (slow; improves rendering on some browsers and accessibility tools)", - "mw_math_mathml": "MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)", - "mw_math_png": "PNG images", - "mw_math_source": "TeX source (for text browsers)", - "prefs-math": "Math", - "mathstatus": "Math status" + "@metadata": { + "authors": [] + }, + "math-desc": "Render mathematical formulas between <math> ... </math> tags", + "math-visualeditor-mwmathinspector-display": "Display", + "math-visualeditor-mwmathinspector-display-block": "Block", + "math-visualeditor-mwmathinspector-display-default": "Default", + "math-visualeditor-mwmathinspector-display-inline": "Inline", + "math-visualeditor-mwmathinspector-id": "Link ID (optional)", + "math-visualeditor-mwmathinspector-title": "Formula", + "math_bad_output": "Cannot write to or create math output directory", + "math_bad_tmpdir": "Cannot write to or create math temp directory", + "math_failure": "Failed to parse", + "math_image_error": "PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)", + "math_invalidjson": "$1 server response is invalid JSON.", + "math_invalidresponse": "$1: Invalid response (\"$3\") from server \"$2\":", + "math_invalidxml": "MathML or SVG is invalid XML.", + "math_lexing_error": "lexing error", + "math_mathoid_error": "Conversion error. Server (\"$1\") reported: \"$2\"", + "math_notexvc": "Missing texvc executable. Please see math/README to configure.", + "math_output_error": "Cannot store math image on filesystem.", + "math_sample": "Insert formula here", + "math-status-introduction" : "This page displays information about the enabled math rendering modes.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:", + "math_syntax_error": "syntax error", + "math_timeout": "$1 timeout from \"$2\".", + "math-test-end": "Backend tests for rendering mode ''$1'' completed.", + "math-test-fail": "Test ''$1'' failed.", + "math-test-start": "Running backend tests for rendering mode ''$1''.", + "math-test-success": "Test ''$1'' succeeded.", + "math-test-contains-diff" : "Returned string $1 does not contain expected string $2.", + "math-test-equals-diff" : "Returned string $1 is different from expected string $2", + "math_tip": "Mathematical formula (LaTeX)", + "math_unknown_error": "unknown error", + "math_unknown_function": "unknown function \"$1\"", + "mw_math_latexml": "LaTeXML (experimental; uses MathML)", + "mw_math_latexml_jax": "LaTeXML with client-side MathJax (experimental; uses MathML)", + "mw_math_mathjax": "Client-side MathJax (slow; improves rendering on some browsers and accessibility tools)", + "mw_math_mathml": "MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)", + "mw_math_png": "PNG images", + "mw_math_source": "TeX source (for text browsers)", + "prefs-math": "Math", + "mathstatus": "Math status" }