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