aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/tt.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/forms/lang/tt.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/forms/lang/tt.js')
-rw-r--r--sources/plugins/forms/lang/tt.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/sources/plugins/forms/lang/tt.js b/sources/plugins/forms/lang/tt.js
new file mode 100644
index 00000000..24f9d3b6
--- /dev/null
+++ b/sources/plugins/forms/lang/tt.js
@@ -0,0 +1,71 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'forms', 'tt', {
6 button: {
7 title: 'Төймә үзлекләре',
8 text: 'Текст (күләм)',
9 type: 'Төр',
10 typeBtn: 'Төймә',
11 typeSbm: 'Җибәрү',
12 typeRst: 'Кире кайтару'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Checkbox Properties', // MISSING
16 radioTitle: 'Радио төймə үзлекләре',
17 value: 'Күләм',
18 selected: 'Сайланган',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Форма үзлекләре',
23 menu: 'Форма үзлекләре',
24 action: 'Гамәл',
25 method: 'Ысул',
26 encoding: 'Кодировка'
27 },
28 hidden: {
29 title: 'Яшерен кыр үзлекләре',
30 name: 'Исем',
31 value: 'Күләм'
32 },
33 select: {
34 title: 'Selection Field Properties', // MISSING
35 selectInfo: 'Select Info', // MISSING
36 opAvail: 'Мөмкин булган көйләүләр',
37 value: 'Күләм',
38 size: 'Зурлык',
39 lines: 'юллар',
40 chkMulti: 'Allow multiple selections', // MISSING
41 required: 'Required', // MISSING
42 opText: 'Текст',
43 opValue: 'Күләм',
44 btnAdd: 'Кушу',
45 btnModify: 'Үзгәртү',
46 btnUp: 'Өскә',
47 btnDown: 'Аска',
48 btnSetValue: 'Сайланган күләм булып билгеләргә',
49 btnDelete: 'Бетерү'
50 },
51 textarea: {
52 title: 'Текст мәйданы үзлекләре',
53 cols: 'Баганалар',
54 rows: 'Юллар'
55 },
56 textfield: {
57 title: 'Текст кыры үзлекләре',
58 name: 'Исем',
59 value: 'Күләм',
60 charWidth: 'Символлар киңлеге',
61 maxChars: 'Maximum Characters', // MISSING
62 required: 'Required', // MISSING
63 type: 'Төр',
64 typeText: 'Текст',
65 typePass: 'Сер сүз',
66 typeEmail: 'Эл. почта',
67 typeSearch: 'Эзләү',
68 typeTel: 'Телефон номеры',
69 typeUrl: 'Сылталама'
70 }
71} );