From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/link/lang/ka.js | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 sources/plugins/link/lang/ka.js (limited to 'sources/plugins/link/lang/ka.js') diff --git a/sources/plugins/link/lang/ka.js b/sources/plugins/link/lang/ka.js new file mode 100644 index 00000000..9dfdfd11 --- /dev/null +++ b/sources/plugins/link/lang/ka.js @@ -0,0 +1,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', '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: '', + targetFrameName: 'Frame-ის სახელი', + targetPopup: '', + targetPopupName: 'Popup ფანჯრის სახელი', + title: 'ბმული', + toAnchor: 'ბმული ტექსტში ღუზაზე', + toEmail: 'ელფოსტა', + toUrl: 'URL', + toolbar: 'ბმული', + type: 'ბმულის ტიპი', + unlink: 'ბმულის მოხსნა', + upload: 'აქაჩვა' +} ); -- cgit v1.2.3