]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/table/lang/ms.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / lang / ms.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', 'ms', {
6 border: 'Saiz Border',
7 caption: 'Keterangan',
8 cell: {
9 menu: 'Cell',
10 insertBefore: 'Insert Cell Before',
11 insertAfter: 'Insert Cell After',
12 deleteCell: 'Buangkan Sel-sel',
13 merge: 'Cantumkan Sel-sel',
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: 'Tambahan Ruang Sel',
39 cellSpace: 'Ruangan Antara Sel',
40 column: {
41 menu: 'Column',
42 insertBefore: 'Insert Column Before',
43 insertAfter: 'Insert Column After',
44 deleteColumn: 'Buangkan Lajur'
45 },
46 columns: 'Jaluran',
47 deleteTable: 'Delete Table', // MISSING
48 headers: 'Headers', // MISSING
49 headersBoth: 'Both', // MISSING
50 headersColumn: 'First column', // MISSING
51 headersNone: 'None',
52 headersRow: 'First Row', // MISSING
53 invalidBorder: 'Border size must be a number.', // MISSING
54 invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
55 invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
56 invalidCols: 'Number of columns must be a number greater than 0.', // MISSING
57 invalidHeight: 'Table height must be a number.', // MISSING
58 invalidRows: 'Number of rows must be a number greater than 0.', // MISSING
59 invalidWidth: 'Table width must be a number.', // MISSING
60 menu: 'Ciri-ciri Jadual',
61 row: {
62 menu: 'Row',
63 insertBefore: 'Insert Row Before',
64 insertAfter: 'Insert Row After',
65 deleteRow: 'Buangkan Baris'
66 },
67 rows: 'Barisan',
68 summary: 'Summary', // MISSING
69 title: 'Ciri-ciri Jadual',
70 toolbar: 'Jadual',
71 widthPc: 'peratus',
72 widthPx: 'piksel-piksel',
73 widthUnit: 'width unit' // MISSING
74 } );