Fix langs see #8369

1.10.x
jmontoyaa 9 years ago
parent 3262a0fc6a
commit 9817000323
  1. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/nl.js
  2. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/no.js
  3. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/pl.js
  4. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/pt-br.js
  5. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/pt.js
  6. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/ro.js
  7. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/lang/ru.js

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'nl', {
CKEDITOR.plugins.setLang( 'asciimath', 'nl', {
title: 'Wiskunde in TeX',
button: 'Wiskunde',
dialogInput: 'Typ hier uw TeX',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'no', {
CKEDITOR.plugins.setLang( 'asciimath', 'no', {
title: 'Matematikk i TeX',
button: 'Matte',
dialogInput: 'Skriv TeX-koden her',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'pl', {
CKEDITOR.plugins.setLang( 'asciimath', 'pl', {
title: 'Wzory matematyczne w TeX',
button: 'Wzory matematyczne',
dialogInput: 'Wpisz wyrażenie w TeX',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'pt-br', {
CKEDITOR.plugins.setLang( 'asciimath', 'pt-br', {
title: 'Matemática em TeX',
button: 'Matemática',
dialogInput: 'Escreva seu TeX aqui',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'pt', {
CKEDITOR.plugins.setLang( 'asciimath', 'pt', {
title: 'Matemáticas em TeX',
button: 'Matemática',
dialogInput: 'Escreva aqui o seu Tex',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'ro', {
CKEDITOR.plugins.setLang( 'asciimath', 'ro', {
title: 'Matematici in TeX',
button: 'Matematici',
dialogInput: 'Scrie TeX-ul aici',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'mathjax', 'ru', {
CKEDITOR.plugins.setLang( 'asciimath', 'ru', {
title: 'Математика в TeX-системе',
button: 'Математика',
dialogInput: 'Введите здесь TeX',

Loading…
Cancel
Save