Files
iTop/js/ckeditor/plugins/codesnippet/lang/sq.js
2019-06-24 15:52:26 +02:00

14 lines
448 B
JavaScript

/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'codesnippet', 'sq', {
button: 'Shto kod copëze',
codeContents: 'Përmbajtja e kodit',
emptySnippetError: 'Copëza e kodit nuk mund të jetë e zbrazët.',
language: 'Gjuha',
title: 'Copëza e kodit',
pathName: 'copëza e kodit'
} );