aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/table/lang/af.js
blob: 382ea7e32d525ad0ed25a9b3bd95556783145785 (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-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'table', 'af', {
	border: 'Randbreedte',
	caption: 'Naam',
	cell: {
		menu: 'Sel',
		insertBefore: 'Voeg sel in voor',
		insertAfter: 'Voeg sel in na',
		deleteCell: 'Verwyder sel',
		merge: 'Voeg selle saam',
		mergeRight: 'Voeg saam na regs',
		mergeDown: 'Voeg saam ondertoe',
		splitHorizontal: 'Splits sel horisontaal',
		splitVertical: 'Splits sel vertikaal',
		title: 'Sel eienskappe',
		cellType: 'Sel tipe',
		rowSpan: 'Omspan rye',
		colSpan: 'Omspan kolomme',
		wordWrap: 'Woord terugloop',
		hAlign: 'Horisontale oplyning',
		vAlign: 'Vertikale oplyning',
		alignBaseline: 'Basislyn',
		bgColor: 'Agtergrondkleur',
		borderColor: 'Randkleur',
		data: 'Inhoud',
		header: 'Opskrif',
		yes: 'Ja',
		no: 'Nee',
		invalidWidth: 'Selbreedte moet \'n getal wees.',
		invalidHeight: 'Selhoogte moet \'n getal wees.',
		invalidRowSpan: 'Omspan rye moet \'n heelgetal wees.',
		invalidColSpan: 'Omspan kolomme moet \'n heelgetal wees.',
		chooseColor: 'Kies'
	},
	cellPad: 'Sel-spasie',
	cellSpace: 'Sel-afstand',
	column: {
		menu: 'Kolom',
		insertBefore: 'Voeg kolom in voor',
		insertAfter: 'Voeg kolom in na',
		deleteColumn: 'Verwyder kolom'
	},
	columns: 'Kolomme',
	deleteTable: 'Verwyder tabel',
	headers: 'Opskrifte',
	headersBoth: 'Beide    ',
	headersColumn: 'Eerste kolom',
	headersNone: 'Geen',
	headersRow: 'Eerste ry',
	invalidBorder: 'Randbreedte moet \'n getal wees.',
	invalidCellPadding: 'Sel-spasie moet \'n getal wees.',
	invalidCellSpacing: 'Sel-afstand moet \'n getal wees.',
	invalidCols: 'Aantal kolomme moet \'n getal groter as 0 wees.',
	invalidHeight: 'Tabelhoogte moet \'n getal wees.',
	invalidRows: 'Aantal rye moet \'n getal groter as 0 wees.',
	invalidWidth: 'Tabelbreedte moet \'n getal wees.',
	menu: 'Tabel eienskappe',
	row: {
		menu: 'Ry',
		insertBefore: 'Voeg ry in voor',
		insertAfter: 'Voeg ry in na',
		deleteRow: 'Verwyder ry'
	},
	rows: 'Rye',
	summary: 'Opsomming',
	title: 'Tabel eienskappe',
	toolbar: 'Tabel',
	widthPc: 'persent',
	widthPx: 'piksels',
	widthUnit: 'breedte-eenheid'
} );