aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/sq.js
blob: dfdff6aa303e7a7a97ab2879a7df7ad64e8210a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'link', 'sq', {
	acccessKey: 'Sipas ID-së së Elementit',
	advanced: 'Të përparuara',
	advisoryContentType: 'Lloji i Përmbajtjes Këshillimore',
	advisoryTitle: 'Titull',
	anchor: {
		toolbar: 'Spirancë',
		menu: 'Redakto Spirancën',
		title: 'Anchor Properties', // MISSING
		name: 'Emri i Spirancës',
		errorName: 'Ju lutemi shkruani emrin e spirancës',
		remove: 'Largo Spirancën'
	},
	anchorId: 'Sipas ID-së së Elementit',
	anchorName: 'Sipas Emrit të Spirancës',
	charset: 'Seti i Karaktereve të Burimeve të Nëdlidhura',
	cssClasses: 'Klasa stili CSS',
	emailAddress: 'Posta Elektronike',
	emailBody: 'Trupi i Porosisë',
	emailSubject: 'Titulli i Porosisë',
	id: 'Id',
	info: 'Informacione të Nyjes',
	langCode: 'Kod gjuhe',
	langDir: 'Drejtim teksti',
	langDirLTR: 'Nga e majta në të djathë (LTR)',
	langDirRTL: 'Nga e djathta në të majtë (RTL)',
	menu: 'Redakto Nyjen',
	name: 'Emër',
	noAnchors: '(Nuk ka asnjë spirancë në dokument)',
	noEmail: 'Ju lutemi shkruani postën elektronike',
	noUrl: 'Ju lutemi shkruani URL-në e nyjes',
	other: '<tjetër>',
	popupDependent: 'E Varur (Netscape)',
	popupFeatures: 'Karakteristikat e Dritares së Dialogut',
	popupFullScreen: 'Ekran i Plotë  (IE)',
	popupLeft: 'Pozita Majtas',
	popupLocationBar: 'Shiriti i Lokacionit',
	popupMenuBar: 'Shiriti i Menysë',
	popupResizable: 'I ndryshueshëm',
	popupScrollBars: 'Shiritat zvarritës',
	popupStatusBar: 'Shiriti i Statutit',
	popupToolbar: 'Shiriti i Mejteve',
	popupTop: 'Top Pozita',
	rel: 'Marrëdhëniet',
	selectAnchor: 'Përzgjidh një Spirancë',
	styles: 'Stil',
	tabIndex: 'Indeksi i fletave',
	target: 'Objektivi',
	targetFrame: '<frame>',
	targetFrameName: 'Emri i Kornizës së Synuar',
	targetPopup: '<popup window>',
	targetPopupName: 'Emri i Dritares së Dialogut',
	title: 'Nyja',
	toAnchor: 'Lidhu me spirancën në tekst',
	toEmail: 'Posta Elektronike',
	toUrl: 'URL',
	toolbar: 'Nyja',
	type: 'Lloji i Nyjes',
	unlink: 'Largo Nyjen',
	upload: 'Ngarko'
} );