Changeset 3759:45c8ab728afa for plugins/dcCKEditor/js/ckeditor/lang/sr.js
- Timestamp:
- 06/13/18 13:00:16 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/sr.js
r3616 r3759 1 1 /* 2 Copyright (c) 2003-201 7, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 141 141 { 142 142 button : 'Залепи као чист текст', 143 pasteNotification : 'Your browser does not allow you to paste plain text this way. Press %1 to paste.' 143 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 144 title : 'Залепи као чист текст' 144 145 }, 145 146 pastefromword : … … 254 255 unlink : 'Уклони линк', 255 256 upload : 'Пошаљи' 256 },257 justify :258 {259 block : 'Обострано равнање',260 center : 'Центриран текст',261 left : 'Лево равнање',262 right : 'Десно равнање'263 257 }, 264 258 indent : … … 421 415 cutError : 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+X).', 422 416 paste : 'Залепи', 423 pasteNotification : 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' 417 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 418 pasteArea : 'Залепи зону', 419 pasteMsg : 'Paste your content inside the area below and press OK.', 420 title : 'Залепи' 424 421 }, 425 422 button : … … 443 440 { 444 441 copy : 'Copyright © $1. All rights reserved.', 445 dlgTitle : 'About CKEditor', 446 help : 'Check $1 for help.', 447 moreInfo : 'For licensing information please visit our web site:', 448 title : 'About CKEditor', 449 userGuide : 'CKEditor User\'s Guide' 442 dlgTitle : 'About CKEditor 4', 443 moreInfo : 'For licensing information please visit our web site:' 450 444 }, 451 445 editor : 'Rich Text Editor', … … 504 498 height : 'Висина', 505 499 align : 'Равнање', 506 alignLeft : 'Лево', 507 alignRight : 'Десно', 508 alignCenter : 'Средина', 509 alignJustify : 'Обострано равнање', 500 left : 'Лево', 501 right : 'Десно', 502 center : 'Средина', 503 justify : 'Обострано равнање', 504 alignLeft : 'Лево равнање', 505 alignRight : 'Десно равнање', 506 alignCenter : 'Align Center', 510 507 alignTop : 'Врх', 511 508 alignMiddle : 'Средина', … … 515 512 invalidHeight : 'Height must be a number.', 516 513 invalidWidth : 'Width must be a number.', 514 invalidLength : 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).', 517 515 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).', 518 516 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', … … 531 529 '36' : 'Home', 532 530 '46' : 'Delete', 531 '112' : 'F1', 532 '113' : 'F2', 533 '114' : 'F3', 534 '115' : 'F4', 535 '116' : 'F5', 536 '117' : 'F6', 537 '118' : 'F7', 538 '119' : 'F8', 539 '120' : 'F9', 540 '121' : 'F10', 541 '122' : 'F11', 542 '123' : 'F12', 543 '124' : 'F13', 544 '125' : 'F14', 545 '126' : 'F15', 546 '127' : 'F16', 547 '128' : 'F17', 548 '129' : 'F18', 549 '130' : 'F19', 550 '131' : 'F20', 551 '132' : 'F21', 552 '133' : 'F22', 553 '134' : 'F23', 554 '135' : 'F24', 533 555 '224' : 'Command' 534 556 }, 535 keyboardShortcut : 'Keyboard shortcut' 557 keyboardShortcut : 'Keyboard shortcut', 558 optionDefault : 'Default' 536 559 } };
Note: See TracChangeset
for help on using the changeset viewer.