Annotation of loncom/html/adm/ckeditor/plugins/lcm/lang/es.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', 'es', {
        !             6: 	title: 'Matemáticas en TeX',
        !             7: 	button: 'Matemáticas',
        !             8: 	dialogInput: 'Escribe tu TeX aquí',
        !             9: 	docUrl: 'http://es.wikipedia.org/wiki/TeX',
        !            10: 	docLabel: 'Documentación de TeX',
        !            11: 	loading: 'cargando...',
        !            12: 	pathName: 'matemáticas'
        !            13: } );

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