Files
BootstrapPageGenerator/ckeditor/plugins/forms/lang/tt.js
Francesco Malagrino f9caa9759b new ckeditor
New ckeditor
2017-03-26 21:10:58 +02:00

72 lines
2.0 KiB
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( 'forms', 'tt', {
button: {
title: 'Төймә үзлекләре',
text: 'Текст (күләм)',
type: 'Төр',
typeBtn: 'Төймә',
typeSbm: 'Җибәрү',
typeRst: 'Кире кайтару'
},
checkboxAndRadio: {
checkboxTitle: 'Checkbox Properties', // MISSING
radioTitle: 'Радио төймə үзлекләре',
value: 'Күләм',
selected: 'Сайланган',
required: 'Мәҗбүри'
},
form: {
title: 'Форма үзлекләре',
menu: 'Форма үзлекләре',
action: 'Гамәл',
method: 'Ысул',
encoding: 'Кодировка'
},
hidden: {
title: 'Яшерен кыр үзлекләре',
name: 'Исем',
value: 'Күләм'
},
select: {
title: 'Selection Field Properties', // MISSING
selectInfo: 'Информацияне сайлау',
opAvail: 'Мөмкин булган көйләүләр',
value: 'Күләм',
size: 'Зурлык',
lines: 'юллар',
chkMulti: 'Allow multiple selections', // MISSING
required: 'Мәҗбүри',
opText: 'Текст',
opValue: 'Күләм',
btnAdd: 'Кушу',
btnModify: 'Үзгәртү',
btnUp: 'Өскә',
btnDown: 'Аска',
btnSetValue: 'Сайланган күләм булып билгеләргә',
btnDelete: 'Бетерү'
},
textarea: {
title: 'Текст мәйданы үзлекләре',
cols: 'Баганалар',
rows: 'Юллар'
},
textfield: {
title: 'Текст кыры үзлекләре',
name: 'Исем',
value: 'Күләм',
charWidth: 'Символлар киңлеге',
maxChars: 'Maximum Characters', // MISSING
required: 'Мәҗбүри',
type: 'Төр',
typeText: 'Текст',
typePass: 'Сер сүз',
typeEmail: 'Эл. почта',
typeSearch: 'Эзләү',
typeTel: 'Телефон номеры',
typeUrl: 'Сылталама'
}
} );