]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/basicstyles/lang/af.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / basicstyles / lang / af.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'basicstyles', 'af', {
6 bold: 'Vet',
7 italic: 'Skuins',
8 strike: 'Deurgestreep',
9 subscript: 'Onderskrif',
10 superscript: 'Bo-skrif',
11 underline: 'Onderstreep'
12 } );