tr.js 432 B

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