mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 00:56:16 +00:00
43 lines
1.5 KiB
JavaScript
Executable File
43 lines
1.5 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'docprops', 'sq', {
|
|
bgColor: 'Ngjyra e Prapavijës',
|
|
bgFixed: 'Non-scrolling (Fixed) Background', // MISSING
|
|
bgImage: 'URL e Fotografisë së Prapavijës',
|
|
charset: 'Character Set Encoding', // MISSING
|
|
charsetASCII: 'ASCII',
|
|
charsetCE: 'Evropës Qendrore',
|
|
charsetCR: 'Sllave',
|
|
charsetCT: 'Kinezisht Tradicional (Big5)',
|
|
charsetGR: 'Greke',
|
|
charsetJP: 'Japoneze',
|
|
charsetKR: 'Koreane',
|
|
charsetOther: 'Other Character Set Encoding', // MISSING
|
|
charsetTR: 'Turke',
|
|
charsetUN: 'Unicode (UTF-8)',
|
|
charsetWE: 'Evropiano Perëndimor',
|
|
chooseColor: 'Përzgjidh',
|
|
design: 'Dizajni',
|
|
docTitle: 'Titulli i Faqes',
|
|
docType: 'Document Type Heading', // MISSING
|
|
docTypeOther: 'Other Document Type Heading', // MISSING
|
|
label: 'Karakteristikat e Dokumentit',
|
|
margin: 'Kufijtë e Faqes',
|
|
marginBottom: 'Poshtë',
|
|
marginLeft: 'Majtas',
|
|
marginRight: 'Djathtas',
|
|
marginTop: 'Lart',
|
|
meta: 'Meta Tags', // MISSING
|
|
metaAuthor: 'Autori',
|
|
metaCopyright: 'Të drejtat e kopjimit',
|
|
metaDescription: 'Përshkrimi i Dokumentit',
|
|
metaKeywords: 'Document Indexing Keywords (comma separated)', // MISSING
|
|
other: 'Tjera...',
|
|
previewHtml: '<p>Ky është nje <strong>tekst shembull</strong>. Ju jeni duke shfrytëzuar <a href="javascript:void(0)">CKEditor</a>.</p>',
|
|
title: 'Karakteristikat e Dokumentit',
|
|
txtColor: 'Ngjyra e Tekstit',
|
|
xhtmlDec: 'Përfshij XHTML Deklarimet'
|
|
});
|