123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
-
- CKEDITOR.lang[ 'sr' ] = {
-
- editor: 'Rich Text Editor',
- editorPanel: 'Rich Text Editor panel',
-
- common: {
-
-
- editorHelp: 'Press ALT 0 for help',
- browseServer: 'Претражи сервер',
- url: 'УРЛ',
- protocol: 'Протокол',
- upload: 'Пошаљи',
- uploadSubmit: 'Пошаљи на сервер',
- image: 'Слика',
- flash: 'Флеш елемент',
- form: 'Форма',
- checkbox: 'Поље за потврду',
- radio: 'Радио-дугме',
- textField: 'Текстуално поље',
- textarea: 'Зона текста',
- hiddenField: 'Скривено поље',
- button: 'Дугме',
- select: 'Изборно поље',
- imageButton: 'Дугме са сликом',
- notSet: '<није постављено>',
- id: 'Ид',
- name: 'Назив',
- langDir: 'Смер језика',
- langDirLtr: 'С лева на десно (LTR)',
- langDirRtl: 'С десна на лево (RTL)',
- langCode: 'Kôд језика',
- longDescr: 'Пун опис УРЛ',
- cssClass: 'Stylesheet класе',
- advisoryTitle: 'Advisory наслов',
- cssStyle: 'Стил',
- ok: 'OK',
- cancel: 'Oткажи',
- close: 'Затвори',
- preview: 'Изглед странице',
- resize: 'Resize',
- generalTab: 'Опште',
- advancedTab: 'Напредни тагови',
- validateNumberFailed: 'Ова вредност није цигра.',
- confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
- confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?',
- options: 'Опције',
- target: 'Meтa',
- targetNew: 'New Window (_blank)',
- targetTop: 'Topmost Window (_top)',
- targetSelf: 'Same Window (_self)',
- targetParent: 'Parent Window (_parent)',
- langDirLTR: 'С лева на десно (LTR)',
- langDirRTL: 'С десна на лево (RTL)',
- styles: 'Стил',
- cssClasses: 'Stylesheet класе',
- width: 'Ширина',
- height: 'Висина',
- align: 'Равнање',
- alignLeft: 'Лево',
- alignRight: 'Десно',
- alignCenter: 'Средина',
- alignJustify: 'Обострано равнање',
- alignTop: 'Врх',
- alignMiddle: 'Средина',
- alignBottom: 'Доле',
- alignNone: 'None',
- invalidValue : 'Invalid value.',
- invalidHeight: 'Height must be a number.',
- invalidWidth: 'Width must be a number.',
- 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).',
- invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
- invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
- 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).',
-
- unavailable: '%1<span class="cke_accessibility">, unavailable</span>'
- }
- };
|