]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/table/lang/sr.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / lang / sr.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'table', 'sr', {
6 border: 'Величина оквира',
7 caption: 'Наслов табеле',
8 cell: {
9 menu: 'Cell',
10 insertBefore: 'Insert Cell Before',
11 insertAfter: 'Insert Cell After',
12 deleteCell: 'Обриши ћелије',
13 merge: 'Спој ћелије',
14 mergeRight: 'Merge Right',
15 mergeDown: 'Merge Down',
16 splitHorizontal: 'Split Cell Horizontally',
17 splitVertical: 'Split Cell Vertically',
18 title: 'Cell Properties',
19 cellType: 'Cell Type',
20 rowSpan: 'Rows Span',
21 colSpan: 'Columns Span',
22 wordWrap: 'Word Wrap',
23 hAlign: 'Horizontal Alignment',
24 vAlign: 'Vertical Alignment',
25 alignBaseline: 'Baseline',
26 bgColor: 'Background Color',
27 borderColor: 'Border Color',
28 data: 'Data',
29 header: 'Header',
30 yes: 'Yes',
31 no: 'No',
32 invalidWidth: 'Cell width must be a number.',
33 invalidHeight: 'Cell height must be a number.',
34 invalidRowSpan: 'Rows span must be a whole number.',
35 invalidColSpan: 'Columns span must be a whole number.',
36 chooseColor: 'Choose'
37 },
38 cellPad: 'Размак ћелија',
39 cellSpace: 'Ћелијски простор',
40 column: {
41 menu: 'Column',
42 insertBefore: 'Insert Column Before',
43 insertAfter: 'Insert Column After',
44 deleteColumn: 'Обриши колоне'
45 },
46 columns: 'Kолона',
47 deleteTable: 'Обриши таблу',
48 headers: 'Поглавља',
49 headersBoth: 'Оба',
50 headersColumn: 'Прва колона',
51 headersNone: 'None',
52 headersRow: 'Први ред',
53 invalidBorder: 'Величина ивице треба да буде цифра.',
54 invalidCellPadding: 'Пуњење ћелије треба да буде позитивна цифра.',
55 invalidCellSpacing: 'Размак ћелије треба да буде позитивна цифра.',
56 invalidCols: 'Број колона треба да буде цифра већа од 0.',
57 invalidHeight: 'Висина табеле треба да буде цифра.',
58 invalidRows: 'Број реда треба да буде цифра већа од 0.',
59 invalidWidth: 'Ширина табеле треба да буде цифра.',
60 menu: 'Особине табеле',
61 row: {
62 menu: 'Row',
63 insertBefore: 'Insert Row Before',
64 insertAfter: 'Insert Row After',
65 deleteRow: 'Обриши редове'
66 },
67 rows: 'Редова',
68 summary: 'Резиме',
69 title: 'Особине табеле',
70 toolbar: 'Табела',
71 widthPc: 'процената',
72 widthPx: 'пиксела',
73 widthUnit: 'јединица ширине'
74 } );