aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/flash/lang/af.js
blob: f34ac6630ba79fb7a7f5672781f6577a4431bf9f (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
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'flash', 'af', {
	access: 'Skrip toegang',
	accessAlways: 'Altyd',
	accessNever: 'Nooit',
	accessSameDomain: 'Selfde domeinnaam',
	alignAbsBottom: 'Absoluut-onder',
	alignAbsMiddle: 'Absoluut-middel',
	alignBaseline: 'Basislyn',
	alignTextTop: 'Teks bo',
	bgcolor: 'Agtergrondkleur',
	chkFull: 'Laat volledige skerm toe',
	chkLoop: 'Herhaal',
	chkMenu: 'Flash spyskaart aan',
	chkPlay: 'Speel outomaties',
	flashvars: 'Veranderlikes vir Flash',
	hSpace: 'HSpasie',
	properties: 'Flash eienskappe',
	propertiesTab: 'Eienskappe',
	quality: 'Kwaliteit',
	qualityAutoHigh: 'Outomaties hoog',
	qualityAutoLow: 'Outomaties laag',
	qualityBest: 'Beste',
	qualityHigh: 'Hoog',
	qualityLow: 'Laag',
	qualityMedium: 'Gemiddeld',
	scale: 'Skaal',
	scaleAll: 'Wys alles',
	scaleFit: 'Presiese pas',
	scaleNoBorder: 'Geen rand',
	title: 'Flash eienskappe',
	vSpace: 'VSpasie',
	validateHSpace: 'HSpasie moet \'n heelgetal wees.',
	validateSrc: 'Voeg die URL in',
	validateVSpace: 'VSpasie moet \'n heelgetal wees.',
	windowMode: 'Venster modus',
	windowModeOpaque: 'Ondeursigtig',
	windowModeTransparent: 'Deursigtig',
	windowModeWindow: 'Venster'
} );