]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/lang/ka.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / ka.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the Georgian
8 * language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'ka' ] = {
21 // ARIA description.
22 editor: 'ტექსტის რედაქტორი',
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'დააჭირეთ ALT 0-ს დახმარების მისაღებად',
30
31 browseServer: 'სერვერზე დათვალიერება',
32 url: 'URL',
33 protocol: 'პროტოკოლი',
34 upload: 'ატვირთვა',
35 uploadSubmit: 'სერვერზე გაგზავნა',
36 image: 'სურათი',
37 flash: 'Flash',
38 form: 'ფორმა',
39 checkbox: 'მონიშვნის ღილაკი',
40 radio: 'ამორჩევის ღილაკი',
41 textField: 'ტექსტური ველი',
42 textarea: 'ტექსტური არე',
43 hiddenField: 'მალული ველი',
44 button: 'ღილაკი',
45 select: 'არჩევის ველი',
46 imageButton: 'სურათიანი ღილაკი',
47 notSet: '<არაფერი>',
48 id: 'Id',
49 name: 'სახელი',
50 langDir: 'ენის მიმართულება',
51 langDirLtr: 'მარცხნიდან მარჯვნივ (LTR)',
52 langDirRtl: 'მარჯვნიდან მარცხნივ (RTL)',
53 langCode: 'ენის კოდი',
54 longDescr: 'დიდი აღწერის URL',
55 cssClass: 'CSS კლასი',
56 advisoryTitle: 'სათაური',
57 cssStyle: 'CSS სტილი',
58 ok: 'დიახ',
59 cancel: 'გაუქმება',
60 close: 'დახურვა',
61 preview: 'გადახედვა',
62 resize: 'გაწიე ზომის შესაცვლელად',
63 generalTab: 'ინფორმაცია',
64 advancedTab: 'გაფართოებული',
65 validateNumberFailed: 'ეს მნიშვნელობა არაა რიცხვი.',
66 confirmNewPage: 'ამ დოკუმენტში ყველა ჩაუწერელი ცვლილება დაიკარგება. დარწმუნებული ხართ რომ ახალი გვერდის ჩატვირთვა გინდათ?',
67 confirmCancel: 'ზოგიერთი პარამეტრი შეცვლილია, დარწმუნებულილ ხართ რომ ფანჯრის დახურვა გსურთ?',
68 options: 'პარამეტრები',
69 target: 'გახსნის ადგილი',
70 targetNew: 'ახალი ფანჯარა (_blank)',
71 targetTop: 'ზედა ფანჯარა (_top)',
72 targetSelf: 'იგივე ფანჯარა (_self)',
73 targetParent: 'მშობელი ფანჯარა (_parent)',
74 langDirLTR: 'მარცხნიდან მარჯვნივ (LTR)',
75 langDirRTL: 'მარჯვნიდან მარცხნივ (RTL)',
76 styles: 'სტილი',
77 cssClasses: 'CSS კლასი',
78 width: 'სიგანე',
79 height: 'სიმაღლე',
80 align: 'სწორება',
81 alignLeft: 'მარცხენა',
82 alignRight: 'მარჯვენა',
83 alignCenter: 'შუა',
84 alignJustify: '両端揃え',
85 alignTop: 'ზემოთა',
86 alignMiddle: 'შუა',
87 alignBottom: 'ქვემოთა',
88 alignNone: 'None', // MISSING
89 invalidValue : 'Invalid value.', // MISSING
90 invalidHeight: 'სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.',
91 invalidWidth: 'სიგანე რიცხვით უნდა იყოს წარმოდგენილი.',
92 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
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 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
95 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
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, მიუწვდომელია</span>'
99 }
100 };