Files
BoostrapPageGenerator4/ckeditor/plugins/toolbar/lang/tr.js
Francesco Malagrino 3c9cb0fe3c Release
Release
2017-03-26 20:32:45 +02:00

23 lines
609 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'tr', {
toolbarCollapse: 'Araç çubuklarını topla',
toolbarExpand: 'Araç çubuklarını aç',
toolbarGroups: {
document: 'Belge',
clipboard: 'Pano/Geri al',
editing: 'Düzenleme',
forms: 'Formlar',
basicstyles: 'Temel Stiller',
paragraph: 'Paragraf',
links: 'Bağlantılar',
insert: 'Ekle',
styles: 'Stiller',
colors: 'Renkler',
tools: 'Araçlar'
},
toolbars: 'Araç çubukları Editörü'
} );