mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
Font plugin for CKEditor
SVN:trunk[4124]
This commit is contained in:
14
js/ckeditor/plugins/font/lang/nl.js
Normal file
14
js/ckeditor/plugins/font/lang/nl.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'font', 'nl', {
|
||||
fontSize: {
|
||||
label: 'Lettergrootte',
|
||||
voiceLabel: 'Lettergrootte',
|
||||
panelTitle: 'Lettergrootte'
|
||||
},
|
||||
label: 'Lettertype',
|
||||
panelTitle: 'Lettertype',
|
||||
voiceLabel: 'Lettertype'
|
||||
} );
|
||||
Reference in New Issue
Block a user