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