]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/lang/mk.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / mk.js
CommitLineData
3b35bd27
IB
1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
7adcb81e
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6/**
7 * @fileOverview
8 */
9
10/**#@+
11 @type String
12 @example
13*/
14
15/**
16 * Contains the dictionary of language entries.
17 * @namespace
18 */
19CKEDITOR.lang[ 'mk' ] = {
20 // ARIA description.
21 editor: 'Rich Text Editor', // MISSING
22 editorPanel: 'Rich Text Editor panel', // MISSING
23
24 // Common messages and labels.
25 common: {
26 // Screenreader titles. Please note that screenreaders are not always capable
27 // of reading non-English words. So be careful while translating it.
3b35bd27 28 editorHelp: 'Притисни ALT 0 за помош',
7adcb81e 29
3b35bd27
IB
30 browseServer: 'Пребарај низ серверот',
31 url: 'URL',
32 protocol: 'Протокол',
33 upload: 'Прикачи',
34 uploadSubmit: 'Прикачи на сервер',
35 image: 'Слика',
7adcb81e
IB
36 flash: 'Flash', // MISSING
37 form: 'Form', // MISSING
38 checkbox: 'Checkbox', // MISSING
39 radio: 'Radio Button', // MISSING
3b35bd27
IB
40 textField: 'Поле за текст',
41 textarea: 'Големо поле за текст',
42 hiddenField: 'Скриено поле',
7adcb81e
IB
43 button: 'Button',
44 select: 'Selection Field', // MISSING
3b35bd27 45 imageButton: 'Копче-слика',
7adcb81e 46 notSet: '<not set>',
3b35bd27 47 id: 'Id',
7adcb81e 48 name: 'Name',
3b35bd27
IB
49 langDir: 'Насока на јазик',
50 langDirLtr: 'Лево кон десно',
51 langDirRtl: 'Десно кон лево',
52 langCode: 'Код на јазик',
7adcb81e
IB
53 longDescr: 'Long Description URL', // MISSING
54 cssClass: 'Stylesheet Classes', // MISSING
55 advisoryTitle: 'Advisory Title', // MISSING
3b35bd27
IB
56 cssStyle: 'Стил',
57 ok: 'OK',
7adcb81e
IB
58 cancel: 'Cancel', // MISSING
59 close: 'Close', // MISSING
60 preview: 'Preview', // MISSING
61 resize: 'Resize', // MISSING
62 generalTab: 'Општо',
63 advancedTab: 'Advanced', // MISSING
64 validateNumberFailed: 'This value is not a number.', // MISSING
65 confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
66 confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
3b35bd27 67 options: 'Опции',
7adcb81e 68 target: 'Target', // MISSING
3b35bd27
IB
69 targetNew: 'Нов прозорец (_blank)',
70 targetTop: 'Најгорниот прозорец (_top)',
71 targetSelf: 'Истиот прозорец (_self)',
72 targetParent: 'Прозорец-родител (_parent)',
73 langDirLTR: 'Лево кон десно',
74 langDirRTL: 'Десно кон лево',
75 styles: 'Стил',
7adcb81e 76 cssClasses: 'Stylesheet Classes', // MISSING
3b35bd27
IB
77 width: 'Широчина',
78 height: 'Височина',
7adcb81e 79 align: 'Alignment', // MISSING
3b35bd27
IB
80 alignLeft: 'Лево',
81 alignRight: 'Десно',
82 alignCenter: 'Во средина',
7adcb81e 83 alignJustify: 'Justify', // MISSING
3b35bd27
IB
84 alignTop: 'Горе',
85 alignMiddle: 'Средина',
86 alignBottom: 'Доле',
87 alignNone: 'Никое',
88 invalidValue : 'Невалидна вредност',
89 invalidHeight: 'Височината мора да биде број.',
90 invalidWidth: 'Широчината мора да биде број.',
7adcb81e
IB
91 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
92 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
93 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
94 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
95
96 // Put the voice-only part of the label in the span.
97 unavailable: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
98 }
99};