summaryrefslogtreecommitdiff
path: root/lang/ka.js
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ka.js')
-rw-r--r--lang/ka.js105
1 files changed, 0 insertions, 105 deletions
diff --git a/lang/ka.js b/lang/ka.js
deleted file mode 100644
index 9fba7d1..0000000
--- a/lang/ka.js
+++ /dev/null
@@ -1,105 +0,0 @@
-/**
- * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.html or http://ckeditor.com/license
- */
-
-/**
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the Georgian
- * language.
- */
-
-/**#@+
- @type String
- @example
-*/
-
-/**
- * Contains the dictionary of language entries.
- * @namespace
- */
-CKEDITOR.lang[ 'ka' ] = {
- /**
- * The language reading direction. Possible values are "rtl" for
- * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
- * languages (like English).
- * @default 'ltr'
- */
- dir: 'ltr',
-
- // ARIA description.
- editor: 'ტექსტის რედაქტორი',
-
- // Common messages and labels.
- common: {
- // Screenreader titles. Please note that screenreaders are not always capable
- // of reading non-English words. So be careful while translating it.
- editorHelp: 'დააჭირეთ ALT 0-ს დახმარების მისაღებად',
-
- browseServer: 'სერვერზე დათვალიერება',
- url: 'URL',
- protocol: 'პროტოკოლი',
- upload: 'ატვირთვა',
- uploadSubmit: 'სერვერზე გაგზავნა',
- image: 'სურათი',
- flash: 'Flash',
- form: 'ფორმა',
- checkbox: 'მონიშვნის ღილაკი',
- radio: 'ამორჩევის ღილაკი',
- textField: 'ტექსტური ველი',
- textarea: 'ტექსტური არე',
- hiddenField: 'მალული ველი',
- button: 'ღილაკი',
- select: 'არჩევის ველი',
- imageButton: 'სურათიანი ღილაკი',
- notSet: '<არაფერი>',
- id: 'Id',
- name: 'სახელი',
- langDir: 'ენის მიმართულება',
- langDirLtr: 'მარცხნიდან მარჯვნივ (LTR)',
- langDirRtl: 'მარჯვნიდან მარცხნივ (RTL)',
- langCode: 'ენის კოდი',
- longDescr: 'დიდი აღწერის URL',
- cssClass: 'CSS კლასი',
- advisoryTitle: 'სათაური',
- cssStyle: 'CSS სტილი',
- ok: 'დიახ',
- cancel: 'გაუქმება',
- close: 'დახურვა',
- preview: 'გადახედვა',
- resize: 'გაწიე ზომის შესაცვლელად',
- generalTab: 'ინფორმაცია',
- advancedTab: 'გაფართოებული',
- validateNumberFailed: 'ეს მნიშვნელობა არაა რიცხვი.',
- confirmNewPage: 'ამ დოკუმენტში ყველა ჩაუწერელი ცვლილება დაიკარგება. დარწმუნებული ხართ რომ ახალი გვერდის ჩატვირთვა გინდათ?',
- confirmCancel: 'ზოგიერთი პარამეტრი შეცვლილია, დარწმუნებულილ ხართ რომ ფანჯრის დახურვა გსურთ?',
- options: 'პარამეტრები',
- target: 'გახსნის ადგილი',
- targetNew: 'ახალი ფანჯარა (_blank)',
- targetTop: 'ზედა ფანჯარა (_top)',
- targetSelf: 'იგივე ფანჯარა (_self)',
- targetParent: 'მშობელი ფანჯარა (_parent)',
- langDirLTR: 'მარცხნიდან მარჯვნივ (LTR)',
- langDirRTL: 'მარჯვნიდან მარცხნივ (RTL)',
- styles: 'სტილი',
- cssClasses: 'CSS კლასი',
- width: 'სიგანე',
- height: 'სიმაღლე',
- align: 'სწორება',
- alignLeft: 'მარცხენა',
- alignRight: 'მარჯვენა',
- alignCenter: 'შუა',
- alignTop: 'ზემოთა',
- alignMiddle: 'შუა',
- alignBottom: 'ქვემოთა',
- invalidValue : 'Invalid value.', // MISSING
- invalidHeight: 'სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.',
- invalidWidth: 'სიგანე რიცხვით უნდა იყოს წარმოდგენილი.',
- invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
- invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
- invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
- cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
-
- // Put the voice-only part of the label in the span.
- unavailable: '%1<span class="cke_accessibility">, მიუწვდომელია</span>'
- }
-};