tr.js 657 B

12345678910111213141516171819
  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( 'div', 'tr', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Tavsiye Başlığı',
  8. cssClassInputLabel: 'Stilltipi Sınıfı',
  9. edit: 'Div Düzenle',
  10. inlineStyleInputLabel: 'Inline Stili',
  11. langDirLTRLabel: 'Soldan sağa (LTR)',
  12. langDirLabel: 'Dil Yönü',
  13. langDirRTLLabel: 'Sağdan sola (RTL)',
  14. languageCodeInputLabel: ' Dil Kodu',
  15. remove: 'Div Kaldır',
  16. styleSelectLabel: 'Stil',
  17. title: 'Div İçeriği Oluştur',
  18. toolbar: 'Div İçeriği Oluştur'
  19. } );