aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/ka.js
blob: c461a7fbccba7868395ada81d1411ad30eaec5e1 (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-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'link', 'ka', {
	acccessKey: 'წვდომის ღილაკი',
	advanced: 'დაწვრილებით',
	advisoryContentType: 'შიგთავსის ტიპი',
	advisoryTitle: 'სათაური',
	anchor: {
		toolbar: 'ღუზა',
		menu: 'ღუზის რედაქტირება',
		title: 'ღუზის პარამეტრები',
		name: 'ღუზუს სახელი',
		errorName: 'აკრიფეთ ღუზის სახელი',
		remove: 'Remove Anchor'
	},
	anchorId: 'ელემენტის Id-თ',
	anchorName: 'ღუზის სახელით',
	charset: 'კოდირება',
	cssClasses: 'CSS კლასი',
	emailAddress: 'ელფოსტის მისამართები',
	emailBody: 'წერილის ტექსტი',
	emailSubject: 'წერილის სათაური',
	id: 'Id',
	info: 'ბმულის ინფორმაცია',
	langCode: 'ენის კოდი',
	langDir: 'ენის მიმართულება',
	langDirLTR: 'მარცხნიდან მარჯვნივ (LTR)',
	langDirRTL: 'მარჯვნიდან მარცხნივ (RTL)',
	menu: 'ბმულის რედაქტირება',
	name: 'სახელი',
	noAnchors: '(ამ დოკუმენტში ღუზა არაა)',
	noEmail: 'აკრიფეთ ელფოსტის მისამართი',
	noUrl: 'აკრიფეთ ბმულის URL',
	other: '<სხვა>',
	popupDependent: 'დამოკიდებული (Netscape)',
	popupFeatures: 'Popup ფანჯრის პარამეტრები',
	popupFullScreen: 'მთელი ეკრანი (IE)',
	popupLeft: 'მარცხენა პოზიცია',
	popupLocationBar: 'ნავიგაციის ზოლი',
	popupMenuBar: 'მენიუს ზოლი',
	popupResizable: 'ცვალებადი ზომით',
	popupScrollBars: 'გადახვევის ზოლები',
	popupStatusBar: 'სტატუსის ზოლი',
	popupToolbar: 'ხელსაწყოთა ზოლი',
	popupTop: 'ზედა პოზიცია',
	rel: 'კავშირი',
	selectAnchor: 'აირჩიეთ ღუზა',
	styles: 'CSS სტილი',
	tabIndex: 'Tab-ის ინდექსი',
	target: 'გახსნის ადგილი',
	targetFrame: '<frame>',
	targetFrameName: 'Frame-ის სახელი',
	targetPopup: '<popup ფანჯარა>',
	targetPopupName: 'Popup ფანჯრის სახელი',
	title: 'ბმული',
	toAnchor: 'ბმული ტექსტში ღუზაზე',
	toEmail: 'ელფოსტა',
	toUrl: 'URL',
	toolbar: 'ბმული',
	type: 'ბმულის ტიპი',
	unlink: 'ბმულის მოხსნა',
	upload: 'აქაჩვა'
} );