123456789101112 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'about', 'et', {
- copy: 'Copyright © $1. Kõik õigused kaitstud.',
- dlgTitle: 'CKEditorist',
- help: 'Abi jaoks vaata $1.',
- moreInfo: 'Litsentsi andmed leiab meie veebilehelt:',
- title: 'CKEditorist',
- userGuide: 'CKEditori kasutusjuhendit'
- } );
|