/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'af', {
toolbarCollapse: 'Verklein werkbalk',
toolbarExpand: 'Vergroot werkbalk',
toolbarGroups: {
document: 'Dokument',
clipboard: 'Knipbord/Undo',
editing: 'Verander',
forms: 'Vorms',
basicstyles: 'Eenvoudige Styl',
paragraph: 'Paragraaf',
links: 'Skakels',
insert: 'Toevoeg',
styles: 'Style',
colors: 'Kleure',
tools: 'Gereedskap'
},
toolbars: 'Werkbalke'
} );
|