]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/table/lang/mk.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / lang / mk.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'table', 'mk', {\r
6 border: 'Border size', // MISSING\r
7 caption: 'Caption', // MISSING\r
8 cell: {\r
9 menu: 'Cell',\r
10 insertBefore: 'Insert Cell Before',\r
11 insertAfter: 'Insert Cell After',\r
12 deleteCell: 'Delete Cells',\r
13 merge: 'Merge Cells',\r
14 mergeRight: 'Merge Right',\r
15 mergeDown: 'Merge Down',\r
16 splitHorizontal: 'Split Cell Horizontally',\r
17 splitVertical: 'Split Cell Vertically',\r
18 title: 'Cell Properties',\r
19 cellType: 'Cell Type',\r
20 rowSpan: 'Rows Span',\r
21 colSpan: 'Columns Span',\r
22 wordWrap: 'Word Wrap',\r
23 hAlign: 'Horizontal Alignment',\r
24 vAlign: 'Vertical Alignment',\r
25 alignBaseline: 'Baseline',\r
26 bgColor: 'Background Color',\r
27 borderColor: 'Border Color',\r
28 data: 'Data',\r
29 header: 'Header',\r
30 yes: 'Yes',\r
31 no: 'No',\r
32 invalidWidth: 'Cell width must be a number.',\r
33 invalidHeight: 'Cell height must be a number.',\r
34 invalidRowSpan: 'Rows span must be a whole number.',\r
35 invalidColSpan: 'Columns span must be a whole number.',\r
36 chooseColor: 'Choose'\r
37 },\r
38 cellPad: 'Cell padding', // MISSING\r
39 cellSpace: 'Cell spacing', // MISSING\r
40 column: {\r
41 menu: 'Column',\r
42 insertBefore: 'Insert Column Before',\r
43 insertAfter: 'Insert Column After',\r
44 deleteColumn: 'Delete Columns'\r
45 },\r
46 columns: 'Columns',\r
47 deleteTable: 'Delete Table', // MISSING\r
48 headers: 'Headers', // MISSING\r
49 headersBoth: 'Both', // MISSING\r
50 headersColumn: 'First column', // MISSING\r
51 headersNone: 'None',\r
52 headersRow: 'First Row', // MISSING\r
53 invalidBorder: 'Border size must be a number.', // MISSING\r
54 invalidCellPadding: 'Cell padding must be a positive number.', // MISSING\r
55 invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING\r
56 invalidCols: 'Number of columns must be a number greater than 0.', // MISSING\r
57 invalidHeight: 'Table height must be a number.', // MISSING\r
58 invalidRows: 'Number of rows must be a number greater than 0.', // MISSING\r
59 invalidWidth: 'Table width must be a number.', // MISSING\r
60 menu: 'Table Properties', // MISSING\r
61 row: {\r
62 menu: 'Row',\r
63 insertBefore: 'Insert Row Before',\r
64 insertAfter: 'Insert Row After',\r
65 deleteRow: 'Delete Rows'\r
66 },\r
67 rows: 'Rows',\r
68 summary: 'Summary', // MISSING\r
69 title: 'Table Properties', // MISSING\r
70 toolbar: 'Table', // MISSING\r
71 widthPc: 'percent', // MISSING\r
72 widthPx: 'pixels', // MISSING\r
73 widthUnit: 'width unit' // MISSING\r
74} );\r