aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/af.js
blob: 01afb42754b334f4441be1aa9ae3ec1af0c6ea64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'af', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Aanbevole Titel',
	cssClassInputLabel: 'CSS klasse',
	edit: 'Wysig Div',
	inlineStyleInputLabel: 'Inlyn Styl',
	langDirLTRLabel: 'Links na regs (LTR)',
	langDirLabel: 'Skryfrigting',
	langDirRTLLabel: 'Regs na links (RTL)',
	languageCodeInputLabel: ' Taalkode',
	remove: 'Verwyder Div',
	styleSelectLabel: 'Styl',
	title: 'Skep Div houer',
	toolbar: 'Skep Div houer'
} );