Annotation of loncom/html/adm/ckeditor/plugins/lcm/lang/tr.js, revision 1.1

1.1     ! damieng     1: /*
        !             2: Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
        !             3: For licensing, see LICENSE.md or http://ckeditor.com/license
        !             4: */
        !             5: CKEDITOR.plugins.setLang( 'lcm', 'tr', {
        !             6: 	title: 'TeX ile Matematik',
        !             7: 	button: 'Matematik',
        !             8: 	dialogInput: 'TeX kodunuzu buraya yazın',
        !             9: 	docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
        !            10: 	docLabel: 'TeX yardım dökümanı',
        !            11: 	loading: 'yükleniyor...',
        !            12: 	pathName: 'matematik'
        !            13: } );

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>