Changeset 6332
- Timestamp:
- 01/18/11 16:45:58 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 3 edited
-
CHANGES.html (modified) (1 diff)
-
_source/lang/_translationstatus.txt (modified) (1 diff)
-
_source/lang/en-gb.js (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6329 r6332 97 97 <li><a href="http://dev.ckeditor.com/ticket/6568">#6568</a> : Insert table row/column doesn't work with spanning.</li> 98 98 <li><a href="http://dev.ckeditor.com/ticket/6735">#6735</a> : Inaccurate read-only selection detection.</li> 99 <li>Updated the following language files:<ul> 100 <li><a href="http://dev.ckeditor.com/ticket/6981">#6981</a> : English (GB);</li> 101 </ul></li> 99 102 </ul> 100 103 <h3> -
CKEditor/trunk/_source/lang/_translationstatus.txt
r6248 r6332 15 15 en-au.js Found: 345 Missing: 176 16 16 en-ca.js Found: 345 Missing: 176 17 en-gb.js Found: 346 Missing: 17517 en-gb.js Found: 520 Missing: 1 18 18 eo.js Found: 247 Missing: 274 19 19 es.js Found: 521 Missing: 0 -
CKEditor/trunk/_source/lang/en-gb.js
r6256 r6332 32 32 * of reading non-English words. So be careful while translating it. 33 33 */ 34 editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING34 editorTitle : 'Rich text editor, %1, press ALT 0 for help.', 35 35 36 36 // ARIA descriptions. 37 toolbar : 'Toolbar', // MISSING38 editor : 'Rich Text Editor', // MISSING37 toolbar : 'Toolbar', 38 editor : 'Rich Text Editor', 39 39 40 40 // Toolbar buttons without dialogs. … … 94 94 ok : 'OK', 95 95 cancel : 'Cancel', 96 close : 'Close', // MISSING97 preview : 'Preview', // MISSING96 close : 'Close', 97 preview : 'Preview', 98 98 generalTab : 'General', 99 99 advancedTab : 'Advanced', … … 101 101 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', 102 102 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', 103 options : 'Options', // MISSING104 target : 'Target', // MISSING105 targetNew : 'New Window (_blank)', // MISSING106 targetTop : 'Topmost Window (_top)', // MISSING107 targetSelf : 'Same Window (_self)', // MISSING108 targetParent : 'Parent Window (_parent)', // MISSING109 langDirLTR : 'Left to Right (LTR)', // MISSING110 langDirRTL : 'Right to Left (RTL)', // MISSING111 styles : 'Style', // MISSING112 cssClasses : 'Stylesheet Classes', // MISSING113 width : 'Width', // MISSING114 height : 'Height', // MISSING103 options : 'Options', 104 target : 'Target', 105 targetNew : 'New Window (_blank)', 106 targetTop : 'Topmost Window (_top)', 107 targetSelf : 'Same Window (_self)', 108 targetParent : 'Parent Window (_parent)', 109 langDirLTR : 'Left to Right (LTR)', 110 langDirRTL : 'Right to Left (RTL)', 111 styles : 'Style', 112 cssClasses : 'Stylesheet Classes', 113 width : 'Width', 114 height : 'Height', 115 115 align : 'Align', 116 alignLeft : 'Left', // MISSING117 alignRight : 'Right', // MISSING116 alignLeft : 'Left', 117 alignRight : 'Right', 118 118 alignCenter : 'Centre', 119 alignTop : 'Top', // MISSING120 alignMiddle : 'Middle', // MISSING121 alignBottom : 'Bottom', // MISSING122 invalidHeight : 'Height must be a number.', // MISSING123 invalidWidth : 'Width must be a number.', // MISSING119 alignTop : 'Top', 120 alignMiddle : 'Middle', 121 alignBottom : 'Bottom', 122 invalidHeight : 'Height must be a number.', 123 invalidWidth : 'Width must be a number.', 124 124 125 125 // Put the voice-only part of the label in the span. 126 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING126 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' 127 127 }, 128 128 129 129 contextmenu : 130 130 { 131 options : 'Context Menu Options' // MISSING131 options : 'Context Menu Options' 132 132 }, 133 133 … … 137 137 toolbar : 'Insert Special Character', 138 138 title : 'Select Special Character', 139 options : 'Special Character Options' // MISSING139 options : 'Special Character Options' 140 140 }, 141 141 … … 152 152 advanced : 'Advanced', 153 153 type : 'Link Type', 154 toUrl : 'URL', // MISSING154 toUrl : 'URL', 155 155 toAnchor : 'Link to anchor in the text', 156 156 toEmail : 'E-mail', … … 207 207 list: 208 208 { 209 numberedTitle : 'Numbered List Properties', // MISSING210 bulletedTitle : 'Bulleted List Properties', // MISSING211 type : 'Type', // MISSING212 start : 'Start', // MISSING213 validateStartNumber :'List start number must be a whole number.', // MISSING214 circle : 'Circle', // MISSING215 disc : 'Disc', // MISSING216 square : 'Square', // MISSING217 none : 'None', // MISSING218 notset : '<not set>', // MISSING219 armenian : 'Armenian numbering', // MISSING220 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING221 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING222 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING223 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING224 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING225 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING226 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING227 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING209 numberedTitle : 'Numbered List Properties', 210 bulletedTitle : 'Bulleted List Properties', 211 type : 'Type', 212 start : 'Start', 213 validateStartNumber :'List start number must be a whole number.', 214 circle : 'Circle', 215 disc : 'Disc', 216 square : 'Square', 217 none : 'None', 218 notset : '<not set>', 219 armenian : 'Armenian numbering', 220 georgian : 'Georgian numbering (an, ban, gan, etc.)', 221 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', 222 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', 223 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', 224 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', 225 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', 226 decimal : 'Decimal (1, 2, 3, etc.)', 227 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' 228 228 }, 229 229 … … 256 256 widthPx : 'pixels', 257 257 widthPc : 'percent', 258 widthUnit : 'width unit', // MISSING258 widthUnit : 'width unit', 259 259 cellSpace : 'Cell spacing', 260 260 cellPad : 'Cell padding', … … 303 303 invalidRowSpan : 'Rows span must be a whole number.', 304 304 invalidColSpan : 'Columns span must be a whole number.', 305 chooseColor : 'Choose' // MISSING305 chooseColor : 'Choose' 306 306 }, 307 307 … … 413 413 alt : 'Alternative Text', 414 414 lockRatio : 'Lock Ratio', 415 unlockRatio : 'Unlock Ratio', // MISSING415 unlockRatio : 'Unlock Ratio', 416 416 resetSize : 'Reset Size', 417 417 border : 'Border', … … 422 422 button2Img : 'Do you want to transform the selected image button on a simple image?', 423 423 img2Button : 'Do you want to transform the selected image on a image button?', 424 urlMissing : 'Image source URL is missing.', // MISSING425 validateBorder : 'Border must be a whole number.', // MISSING426 validateHSpace : 'HSpace must be a whole number.', // MISSING427 validateVSpace : 'VSpace must be a whole number.' // MISSING424 urlMissing : 'Image source URL is missing.', 425 validateBorder : 'Border must be a whole number.', 426 validateHSpace : 'HSpace must be a whole number.', 427 validateVSpace : 'VSpace must be a whole number.' 428 428 }, 429 429 … … 451 451 alignTextTop : 'Text Top', 452 452 quality : 'Quality', 453 qualityBest : 'Best', // MISSING454 qualityHigh : 'High', // MISSING455 qualityAutoHigh : 'Auto High', // MISSING456 qualityMedium : 'Medium', // MISSING457 qualityAutoLow : 'Auto Low', // MISSING458 qualityLow : 'Low', // MISSING459 windowModeWindow: 'Window', // MISSING460 windowModeOpaque: 'Opaque', // MISSING461 windowModeTransparent : 'Transparent', // MISSING453 qualityBest : 'Best', 454 qualityHigh : 'High', 455 qualityAutoHigh : 'Auto High', 456 qualityMedium : 'Medium', 457 qualityAutoLow : 'Auto Low', 458 qualityLow : 'Low', 459 windowModeWindow: 'Window', 460 windowModeOpaque: 'Opaque', 461 windowModeTransparent : 'Transparent', 462 462 windowMode : 'Window mode', 463 463 flashvars : 'Variables for Flash', … … 497 497 toolbar : 'Smiley', 498 498 title : 'Insert a Smiley', 499 options : 'Smiley Options' // MISSING499 options : 'Smiley Options' 500 500 }, 501 501 502 502 elementsPath : 503 503 { 504 eleLabel : 'Elements path', // MISSING504 eleLabel : 'Elements path', 505 505 eleTitle : '%1 element' 506 506 }, … … 533 533 pastefromword : 534 534 { 535 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING535 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', 536 536 toolbar : 'Paste from Word', 537 537 title : 'Paste from Word', 538 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING538 error : 'It was not possible to clean up the pasted data due to an internal error' 539 539 }, 540 540 … … 549 549 button : 'Templates', 550 550 title : 'Content Templates', 551 options : 'Template Options', // MISSING551 options : 'Template Options', 552 552 insertOption : 'Replace actual contents', 553 553 selectPromptMsg : 'Please select the template to open in the editor', … … 560 560 { 561 561 label : 'Styles', 562 panelTitle : 'Formatting Styles', // MISSING562 panelTitle : 'Formatting Styles', 563 563 panelTitle1 : 'Block Styles', 564 564 panelTitle2 : 'Inline Styles', … … 585 585 div : 586 586 { 587 title : 'Create Div Container', // MISSING588 toolbar : 'Create Div Container', // MISSING589 cssClassInputLabel : 'Stylesheet Classes', // MISSING590 styleSelectLabel : 'Style', // MISSING591 IdInputLabel : 'Id', // MISSING592 languageCodeInputLabel : ' Language Code', // MISSING593 inlineStyleInputLabel : 'Inline Style', // MISSING594 advisoryTitleInputLabel : 'Advisory Title', // MISSING595 langDirLabel : 'Language Direction', // MISSING596 langDirLTRLabel : 'Left to Right (LTR)', // MISSING597 langDirRTLLabel : 'Right to Left (RTL)', // MISSING598 edit : 'Edit Div', // MISSING599 remove : 'Remove Div' // MISSING587 title : 'Create Div Container', 588 toolbar : 'Create Div Container', 589 cssClassInputLabel : 'Stylesheet Classes', 590 styleSelectLabel : 'Style', 591 IdInputLabel : 'Id', 592 languageCodeInputLabel : ' Language Code', 593 inlineStyleInputLabel : 'Inline Style', 594 advisoryTitleInputLabel : 'Advisory Title', 595 langDirLabel : 'Language Direction', 596 langDirLTRLabel : 'Left to Right (LTR)', 597 langDirRTLLabel : 'Right to Left (RTL)', 598 edit : 'Edit Div', 599 remove : 'Remove Div' 600 600 }, 601 601 602 602 iframe : 603 603 { 604 title : 'IFrame Properties', // MISSING605 toolbar : 'IFrame', // MISSING606 noUrl : 'Please type the iframe URL', // MISSING607 scrolling : 'Enable scrollbars', // MISSING608 border : 'Show frame border' // MISSING604 title : 'IFrame Properties', 605 toolbar : 'IFrame', 606 noUrl : 'Please type the iframe URL', 607 scrolling : 'Enable scrollbars', 608 border : 'Show frame border' 609 609 }, 610 610 … … 612 612 { 613 613 label : 'Font', 614 voiceLabel : 'Font', // MISSING614 voiceLabel : 'Font', 615 615 panelTitle : 'Font Name' 616 616 }, … … 619 619 { 620 620 label : 'Size', 621 voiceLabel : 'Font Size', // MISSING621 voiceLabel : 'Font Size', 622 622 panelTitle : 'Font Size' 623 623 }, … … 627 627 textColorTitle : 'Text Colour', 628 628 bgColorTitle : 'Background Colour', 629 panelTitle : 'Colo rs', // MISSING629 panelTitle : 'Colours', 630 630 auto : 'Automatic', 631 631 more : 'More Colours...' … … 634 634 colors : 635 635 { 636 '000' : 'Black', // MISSING637 '800000' : 'Maroon', // MISSING638 '8B4513' : 'Saddle Brown', // MISSING639 '2F4F4F' : 'Dark Slate Gr ay', // MISSING640 '008080' : 'Teal', // MISSING641 '000080' : 'Navy', // MISSING642 '4B0082' : 'Indigo', // MISSING643 '696969' : 'Dark Gr ay', // MISSING644 'B22222' : 'Fire Brick', // MISSING645 'A52A2A' : 'Brown', // MISSING646 'DAA520' : 'Golden Rod', // MISSING647 '006400' : 'Dark Green', // MISSING648 '40E0D0' : 'Turquoise', // MISSING649 '0000CD' : 'Medium Blue', // MISSING650 '800080' : 'Purple', // MISSING651 '808080' : 'Gr ay', // MISSING652 'F00' : 'Red', // MISSING653 'FF8C00' : 'Dark Orange', // MISSING654 'FFD700' : 'Gold', // MISSING655 '008000' : 'Green', // MISSING656 '0FF' : 'Cyan', // MISSING657 '00F' : 'Blue', // MISSING658 'EE82EE' : 'Violet', // MISSING659 'A9A9A9' : 'Dim Gr ay', // MISSING660 'FFA07A' : 'Light Salmon', // MISSING661 'FFA500' : 'Orange', // MISSING662 'FFFF00' : 'Yellow', // MISSING663 '00FF00' : 'Lime', // MISSING664 'AFEEEE' : 'Pale Turquoise', // MISSING665 'ADD8E6' : 'Light Blue', // MISSING666 'DDA0DD' : 'Plum', // MISSING667 'D3D3D3' : 'Light Grey', // MISSING668 'FFF0F5' : 'Lavender Blush', // MISSING669 'FAEBD7' : 'Antique White', // MISSING670 'FFFFE0' : 'Light Yellow', // MISSING671 'F0FFF0' : 'Honeydew', // MISSING672 'F0FFFF' : 'Azure', // MISSING673 'F0F8FF' : 'Alice Blue', // MISSING674 'E6E6FA' : 'Lavender', // MISSING675 'FFF' : 'White' // MISSING636 '000' : 'Black', 637 '800000' : 'Maroon', 638 '8B4513' : 'Saddle Brown', 639 '2F4F4F' : 'Dark Slate Grey', 640 '008080' : 'Teal', 641 '000080' : 'Navy', 642 '4B0082' : 'Indigo', 643 '696969' : 'Dark Grey', 644 'B22222' : 'Fire Brick', 645 'A52A2A' : 'Brown', 646 'DAA520' : 'Golden Rod', 647 '006400' : 'Dark Green', 648 '40E0D0' : 'Turquoise', 649 '0000CD' : 'Medium Blue', 650 '800080' : 'Purple', 651 '808080' : 'Grey', 652 'F00' : 'Red', 653 'FF8C00' : 'Dark Orange', 654 'FFD700' : 'Gold', 655 '008000' : 'Green', 656 '0FF' : 'Cyan', 657 '00F' : 'Blue', 658 'EE82EE' : 'Violet', 659 'A9A9A9' : 'Dim Grey', 660 'FFA07A' : 'Light Salmon', 661 'FFA500' : 'Orange', 662 'FFFF00' : 'Yellow', 663 '00FF00' : 'Lime', 664 'AFEEEE' : 'Pale Turquoise', 665 'ADD8E6' : 'Light Blue', 666 'DDA0DD' : 'Plum', 667 'D3D3D3' : 'Light Grey', 668 'FFF0F5' : 'Lavender Blush', 669 'FAEBD7' : 'Antique White', 670 'FFFFE0' : 'Light Yellow', 671 'F0FFF0' : 'Honeydew', 672 'F0FFFF' : 'Azure', 673 'F0F8FF' : 'Alice Blue', 674 'E6E6FA' : 'Lavender', 675 'FFF' : 'White' 676 676 }, 677 677 678 678 scayt : 679 679 { 680 title : 'Spell Check As You Type', // MISSING681 opera_title : 'Not supported by Opera', // MISSING682 enable : 'Enable SCAYT', // MISSING683 disable : 'Disable SCAYT', // MISSING684 about : 'About SCAYT', // MISSING685 toggle : 'Toggle SCAYT', // MISSING686 options : 'Options', // MISSING687 langs : 'Languages', // MISSING688 moreSuggestions : 'More suggestions', // MISSING689 ignore : 'Ignore', // MISSING690 ignoreAll : 'Ignore All', // MISSING691 addWord : 'Add Word', // MISSING692 emptyDic : 'Dictionary name should not be empty.', // MISSING693 694 optionsTab : 'Options', // MISSING695 allCaps : 'Ignore All-Caps Words', // MISSING696 ignoreDomainNames : 'Ignore Domain Names', // MISSING697 mixedCase : 'Ignore Words with Mixed Case', // MISSING698 mixedWithDigits : 'Ignore Words with Numbers', // MISSING699 700 languagesTab : 'Languages', // MISSING701 702 dictionariesTab : 'Dictionaries', // MISSING703 dic_field_name : 'Dictionary name', // MISSING704 dic_create : 'Create', // MISSING705 dic_restore : 'Restore', // MISSING706 dic_delete : 'Delete', // MISSING707 dic_rename : 'Rename', // MISSING708 dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING709 710 aboutTab : 'About' // MISSING680 title : 'Spell Check As You Type', 681 opera_title : 'Not supported by Opera', 682 enable : 'Enable SCAYT', 683 disable : 'Disable SCAYT', 684 about : 'About SCAYT', 685 toggle : 'Toggle SCAYT', 686 options : 'Options', 687 langs : 'Languages', 688 moreSuggestions : 'More suggestions', 689 ignore : 'Ignore', 690 ignoreAll : 'Ignore All', 691 addWord : 'Add Word', 692 emptyDic : 'Dictionary name should not be empty.', 693 694 optionsTab : 'Options', 695 allCaps : 'Ignore All-Caps Words', 696 ignoreDomainNames : 'Ignore Domain Names', 697 mixedCase : 'Ignore Words with Mixed Case', 698 mixedWithDigits : 'Ignore Words with Numbers', 699 700 languagesTab : 'Languages', 701 702 dictionariesTab : 'Dictionaries', 703 dic_field_name : 'Dictionary name', 704 dic_create : 'Create', 705 dic_restore : 'Restore', 706 dic_delete : 'Delete', 707 dic_rename : 'Rename', 708 dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', 709 710 aboutTab : 'About' 711 711 }, 712 712 … … 714 714 { 715 715 title : 'About CKEditor', 716 dlgTitle : 'About CKEditor', // MISSING716 dlgTitle : 'About CKEditor', 717 717 moreInfo : 'For licensing information please visit our web site:', 718 718 copy : 'Copyright © $1. All rights reserved.' 719 719 }, 720 720 721 maximize : 'Maximi ze',722 minimize : 'Minimi ze', // MISSING721 maximize : 'Maximise', 722 minimize : 'Minimise', 723 723 724 724 fakeobjects : 725 725 { 726 anchor : 'Anchor', // MISSING727 flash : 'Flash Animation', // MISSING728 iframe : 'IFrame', // MISSING729 hiddenfield : 'Hidden Field', // MISSING730 unknown : 'Unknown Object' // MISSING731 }, 732 733 resize : 'Drag to resize', // MISSING726 anchor : 'Anchor', 727 flash : 'Flash Animation', 728 iframe : 'IFrame', 729 hiddenfield : 'Hidden Field', 730 unknown : 'Unknown Object' 731 }, 732 733 resize : 'Drag to resize', 734 734 735 735 colordialog : 736 736 { 737 title : 'Select colo r', // MISSING738 options : 'Colo r Options', // MISSING739 highlight : 'Highlight', // MISSING740 selected : 'Selected Colo r', // MISSING741 clear : 'Clear' // MISSING742 }, 743 744 toolbarCollapse : 'Collapse Toolbar', // MISSING745 toolbarExpand : 'Expand Toolbar', // MISSING737 title : 'Select colour', 738 options : 'Colour Options', 739 highlight : 'Highlight', 740 selected : 'Selected Colour', 741 clear : 'Clear' 742 }, 743 744 toolbarCollapse : 'Collapse Toolbar', 745 toolbarExpand : 'Expand Toolbar', 746 746 747 747 bidi : 748 748 { 749 ltr : 'Text direction from left to right', // MISSING750 rtl : 'Text direction from right to left' // MISSING749 ltr : 'Text direction from left to right', 750 rtl : 'Text direction from right to left' 751 751 } 752 752 };
Note: See TracChangeset
for help on using the changeset viewer.
