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

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

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license 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', title: 'Wzory matematyczne w TeX',
button: 'Wzory matematyczne', button: 'Wzory matematyczne',
dialogInput: 'Wpisz wyrażenie w TeX', dialogInput: 'Wpisz wyrażenie w TeX',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license 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', title: 'Matemática em TeX',
button: 'Matemática', button: 'Matemática',
dialogInput: 'Escreva seu TeX aqui', dialogInput: 'Escreva seu TeX aqui',

@ -2,7 +2,7 @@
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license 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', title: 'Matemáticas em TeX',
button: 'Matemática', button: 'Matemática',
dialogInput: 'Escreva aqui o seu Tex', dialogInput: 'Escreva aqui o seu Tex',

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

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

Loading…
Cancel
Save