Changeset 3759:45c8ab728afa for plugins/dcCKEditor/js/ckeditor/lang/he.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/he.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 : … … 444 441 copy : 'Copyright © $1. כל הזכויות שמורות.', 445 442 dlgTitle : 'אודות CKEditor', 446 help : 'היכנסו ל$1 לעזרה.', 447 moreInfo : 'למידע נוסף בקרו באתרנו:', 448 title : 'אודות CKEditor', 449 userGuide : 'מדריך המשתמש של CKEditor' 443 moreInfo : 'למידע נוסף בקרו באתרנו:' 450 444 }, 451 445 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 : 'הגובה חייב להיות מספר.', 516 513 invalidWidth : 'הרוחב חייב להיות מספר.', 514 invalidLength : 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).', 517 515 invalidCssLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, או pc).', 518 516 invalidHtmlLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של HTML (px או %).', … … 531 529 '36' : 'Home', 532 530 '46' : 'מחק', 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.