aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/tt.js
blob: 71acf05672161900a0735e8b70718d86a020d237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'tt', {
	IdInputLabel: 'Идентификатор',
	advisoryTitleInputLabel: 'Киңәш исем',
	cssClassInputLabel: 'Стильләр класслары',
	edit: 'Edit Div', // MISSING
	inlineStyleInputLabel: 'Эчке стиль',
	langDirLTRLabel: 'Сулдан уңга язылыш (LTR)',
	langDirLabel: 'Язылыш юнəлеше',
	langDirRTLLabel: 'Уңнан сулга язылыш (RTL)',
	languageCodeInputLabel: 'Тел коды',
	remove: 'Remove Div', // MISSING
	styleSelectLabel: 'Стиль',
	title: 'Create Div Container', // MISSING
	toolbar: 'Create Div Container' // MISSING
} );