From 83ddc999e16376ba20a264e7c2d29c9697f6c086 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 16 Dec 2015 15:08:36 +0100 Subject: [PATCH] Minor update plugin --- .../javascript/ckeditor/plugins/mathjax/lang/bg.js | 13 +++++++++++++ .../javascript/ckeditor/plugins/mathjax/lang/eu.js | 13 +++++++++++++ .../javascript/ckeditor/plugins/mathjax/lang/id.js | 13 +++++++++++++ .../javascript/ckeditor/plugins/mathjax/lang/ko.js | 13 +++++++++++++ .../javascript/ckeditor/plugins/mathjax/lang/ug.js | 13 +++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/bg.js create mode 100644 main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/eu.js create mode 100644 main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/id.js create mode 100644 main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ko.js create mode 100644 main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ug.js diff --git a/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/bg.js b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/bg.js new file mode 100644 index 0000000000..bf4fec7a2a --- /dev/null +++ b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/bg.js @@ -0,0 +1,13 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'mathjax', 'bg', { + title: 'Формули в TeX формат', + button: 'Формули', + dialogInput: 'Въведете вашите данни с TeX форматиране тук', + docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics', + docLabel: 'TeX документация', + loading: 'зареждане...', + pathName: 'формули' +} ); diff --git a/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/eu.js b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/eu.js new file mode 100644 index 0000000000..8c9626f099 --- /dev/null +++ b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/eu.js @@ -0,0 +1,13 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'mathjax', 'eu', { + title: 'Matematikak TeX-en', + button: 'Matematika', + dialogInput: 'Idatzi zure TeX hemen', + docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics', + docLabel: 'TeX dokumentazioa', + loading: 'kargatzen...', + pathName: 'matematika' +} ); diff --git a/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/id.js b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/id.js new file mode 100644 index 0000000000..6189d7a4b6 --- /dev/null +++ b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/id.js @@ -0,0 +1,13 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'mathjax', 'id', { + title: 'Mathematics in TeX', // MISSING + button: 'Matematika', + dialogInput: 'Tulis Tex anda disini', + docUrl: 'http:// MISSING //en.wikibooks.org/wiki/LaTeX/Mathematics', + docLabel: 'TeX documentation', // MISSING + loading: 'memuat...', + pathName: 'math' // MISSING +} ); diff --git a/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ko.js b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ko.js new file mode 100644 index 0000000000..6ce465dec3 --- /dev/null +++ b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ko.js @@ -0,0 +1,13 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'mathjax', 'ko', { + title: 'TeX 문법 수식', + button: '수식', + dialogInput: '여기 TeX 를 입력하세요', + docUrl: 'http://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:TeX_%EB%AC%B8%EB%B2%95', + docLabel: 'TeX 문서', + loading: '불러오는 중...', + pathName: '수식' +} ); diff --git a/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ug.js b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ug.js new file mode 100644 index 0000000000..8e19f4643b --- /dev/null +++ b/main/inc/lib/javascript/ckeditor/plugins/mathjax/lang/ug.js @@ -0,0 +1,13 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'mathjax', 'ug', { + title: 'TeX شەكلىدىكى ماتېماتىكا فورمۇلا تەھرىرلىگۈچ', + button: 'ماتېماتىكا فورمۇلا', + dialogInput: 'بۇ جايغا TeX ڭىزنى يېزىڭ', + docUrl: 'http:// MISSING //en.wikibooks.org/wiki/LaTeX/Mathematics', + docLabel: 'TeX documentation', // MISSING + loading: 'loading...', // MISSING + pathName: 'math' // MISSING +} );