diff --git a/Math.i18n.php b/Math.i18n.php index a5d921a..c052b51 100644 --- a/Math.i18n.php +++ b/Math.i18n.php @@ -368,7 +368,8 @@ $messages['ast'] = array( 'math_image_error' => 'Falló la conversión PNG; comprueba que tea bien la instalación de latex y dvipng (o dvips + gs + convert)', 'math_bad_tmpdir' => "Nun se pue escribir o crear el direutoriu temporal 'math'", 'math_bad_output' => "Nun se pue escribir o crear el direutoriu de salida 'math'", - 'math_notexvc' => "Falta l'executable 'texvc'; por favor mira 'math/README' pa configuralo.", + 'math_notexvc' => "Falta l'executable texvc; por favor vea math/README pa configuralu.", + 'math_notexvccheck' => "Falta l'executable texvccheck; por favor vea 'math/README' pa configuralu.", 'math_output_error' => 'Nun pue guardase la imaxe matemática nel sistema de ficheros.', 'math_latexml_timeout' => "Tiempu escosáu de LaTeXML dende '$1'", 'math_latexml_invalidresponse' => "Rempuesta inválida de LaTeXML ('$2') dende'l sirvidor '$1':", @@ -4610,6 +4611,7 @@ $messages['zh-hans'] = array( 'math_bad_tmpdir' => '无法写入或建立数学公式临时目录', 'math_bad_output' => '无法写入或建立数学公式输出目录', 'math_notexvc' => 'texvc执行文件遗失;请参照math/README进行配置。', + 'math_notexvccheck' => 'texvccheck 可执行文件缺失;请查阅 math/README 进行配置。', 'math_output_error' => '无法在文件系统上存储数学图像。', 'math_latexml_timeout' => "从'$1'的LaTeXML超时", 'math_latexml_invalidresponse' => 'LaTeXML从服务器“$1”返回无效的响应(“$2”):',