Changeset 4773
- Timestamp:
- 12/21/09 13:36:04 (3 years ago)
- Location:
- CKEditor/branches/versions/3.1.x
- Files:
-
- 11 edited
-
. (modified) (1 prop)
-
CHANGES.html (modified) (2 diffs)
-
_dev/releaser/ckreleaser.release (modified) (1 prop)
-
_dev/releaser/release.bat (modified) (1 prop)
-
_source/lang/_translationstatus.txt (modified) (1 diff)
-
_source/lang/fi.js (modified) (20 diffs)
-
_source/plugins/contextmenu/plugin.js (modified) (3 diffs)
-
_source/plugins/div/dialogs/div.js (modified) (1 prop)
-
_source/plugins/div/plugin.js (modified) (1 prop)
-
_source/plugins/showborders/plugin.js (modified) (1 prop)
-
_source/plugins/wysiwygarea/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/versions/3.1.x
- Property svn:mergeinfo changed
/CKEditor/trunk merged: 4748-4749,4751-4753,4755-4756,4758,4760
- Property svn:mergeinfo changed
-
CKEditor/branches/versions/3.1.x/CHANGES.html
r4741 r4773 54 54 <li><a href="http://dev.fckeditor.net/ticket/3401">#3401</a> : Introduced the baseHref setting so it's possible to set the URL to be used to resolve absolute and relative URLs in the contents.</li> 55 55 <li><a href="http://dev.fckeditor.net/ticket/4228">#4228</a> : Introduced the Shared Spaces feature.</li> 56 <li></li> 57 </ul> 58 <p> 59 Fixed issues:</p> 60 <ul> 61 <li></li> 62 </ul> 63 <h3> 64 CKEditor 3.0.2</h3> 65 <p> 66 New features:</p> 67 <ul> 56 68 <li><a href="http://dev.fckeditor.net/ticket/4343">#4343</a> : Added the configuration option 'browserContextMenuOnCtrl' so it's possible to enable the default browser context menu by holding the CTRL key.</li> 57 69 </ul> … … 124 136 <li>Updated the following language files:<ul> 125 137 <li><a href="http://dev.fckeditor.net/ticket/4346">#4346</a> : Dutch;</li> 138 <li><a href="http://dev.fckeditor.net/ticket/4837">#4837</a> : Finnish;</li> 126 139 <li><a href="http://dev.fckeditor.net/ticket/4371">#4371</a> : Hebrew;</li> 127 140 <li><a href="http://dev.fckeditor.net/ticket/4371">#4607</a> <a href="http://dev.fckeditor.net/ticket/4713">#4713</a> : Japanese;</li> -
CKEditor/branches/versions/3.1.x/_dev/releaser/ckreleaser.release
- Property svn:mergeinfo changed (with no actual effect on merging)
-
CKEditor/branches/versions/3.1.x/_dev/releaser/release.bat
- Property svn:mergeinfo changed (with no actual effect on merging)
-
CKEditor/branches/versions/3.1.x/_source/lang/_translationstatus.txt
r4772 r4773 20 20 eu.js Found: 426 Missing: 63 21 21 fa.js Found: 317 Missing: 172 22 fi.js Found: 315 Missing: 17422 fi.js Found: 432 Missing: 57 23 23 fo.js Found: 316 Missing: 173 24 24 fr-ca.js Found: 317 Missing: 172 -
CKEditor/branches/versions/3.1.x/_source/lang/fi.js
r4772 r4773 32 32 * of reading non-English words. So be careful while translating it. 33 33 */ 34 editorTitle : ' Rich text editor, %1', // MISSING34 editorTitle : 'Tekstieditori, %1', 35 35 36 36 // Toolbar buttons without dialogs. … … 89 89 ok : 'OK', 90 90 cancel : 'Peruuta', 91 generalTab : ' General', // MISSING91 generalTab : 'Yleinen', 92 92 advancedTab : 'Lisäominaisuudet', 93 validateNumberFailed : ' This value is not a number.', // MISSING94 confirmNewPage : ' Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING95 confirmCancel : ' Some of the options have been changed. Are you sure to close the dialog?', // MISSING93 validateNumberFailed : 'Arvon pitää olla numero.', 94 confirmNewPage : 'Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?', 95 confirmCancel : 'Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?', 96 96 97 97 // Put the voice-only part of the label in the span. 98 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING98 unavailable : '%1<span class="cke_accessibility">, ei saatavissa</span>' 99 99 }, 100 100 … … 130 130 targetPopupName : 'Popup ikkunan nimi', 131 131 popupFeatures : 'Popup ikkunan ominaisuudet', 132 popupResizable : ' Resizable', // MISSING132 popupResizable : 'Venytettävä', 133 133 popupStatusBar : 'Tilarivi', 134 134 popupLocationBar : 'Osoiterivi', … … 142 142 popupHeight : 'Korkeus', 143 143 popupTop : 'Ylhäältä (px)', 144 id : ' Id', // MISSING144 id : 'Tunniste', 145 145 langDir : 'Kielen suunta', 146 146 langDirNotSet : '<ei asetettu>', … … 188 188 matchCase : 'Sama kirjainkoko', 189 189 matchWord : 'Koko sana', 190 matchCyclic : ' Match cyclic', // MISSING190 matchCyclic : 'Kierrä ympäri', 191 191 replaceAll : 'Korvaa kaikki', 192 replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING192 replaceSuccessMsg : '%1 esiintymä(ä) korvattu.' 193 193 }, 194 194 … … 216 216 caption : 'Otsikko', 217 217 summary : 'Yhteenveto', 218 headers : ' Headers', // MISSING219 headersNone : ' None', // MISSING220 headersColumn : ' First column', // MISSING221 headersRow : ' First Row', // MISSING222 headersBoth : ' Both', // MISSING223 invalidRows : ' Number of rows must be a number greater than 0.', // MISSING224 invalidCols : ' Number of columns must be a number greater than 0.', // MISSING225 invalidBorder : ' Border size must be a number.', // MISSING226 invalidWidth : 'Ta ble width must be a number.', // MISSING227 invalidHeight : 'Ta ble height must be a number.', // MISSING228 invalidCellSpacing : ' Cell spacing must be a number.', // MISSING229 invalidCellPadding : ' Cell padding must be a number.', // MISSING218 headers : 'Ylätunnisteet', 219 headersNone : 'Ei', 220 headersColumn : 'Ensimmäinen sarake', 221 headersRow : 'Ensimmäinen rivi', 222 headersBoth : 'Molemmat', 223 invalidRows : 'Rivien määrän täytyy olla suurempi kuin 0.', 224 invalidCols : 'Sarakkeiden määrän täytyy olla suurempi kuin 0.', 225 invalidBorder : 'Reunan koon täytyy olla numero.', 226 invalidWidth : 'Taulun leveyden täytyy olla numero.', 227 invalidHeight : 'Taulun korkeuden täytyy olla numero.', 228 invalidCellSpacing : 'Solujen välin täytyy olla numero.', 229 invalidCellPadding : 'Solujen sisennyksen täytyy olla numero.', 230 230 231 231 cell : … … 240 240 splitHorizontal : 'Jaa solu vaakasuunnassa', 241 241 splitVertical : 'Jaa solu pystysuunnassa', 242 title : ' Cell Properties', // MISSING243 cellType : ' Cell Type', // MISSING244 rowSpan : 'R ows Span', // MISSING245 colSpan : ' Columns Span', // MISSING246 wordWrap : ' Word Wrap', // MISSING247 hAlign : 'Hori zontal Alignment', // MISSING248 vAlign : 'Verti cal Alignment', // MISSING249 alignTop : ' Top', // MISSING250 alignMiddle : ' Middle', // MISSING251 alignBottom : ' Bottom', // MISSING252 alignBaseline : ' Baseline', // MISSING253 bgColor : ' Background Color', // MISSING254 borderColor : ' Border Color', // MISSING255 data : 'Data', // MISSING256 header : ' Header', // MISSING257 yes : ' Yes', // MISSING258 no : ' No', // MISSING259 invalidWidth : ' Cell width must be a number.', // MISSING260 invalidHeight : ' Cell height must be a number.', // MISSING261 invalidRowSpan : 'R ows span must be a whole number.', // MISSING262 invalidColSpan : ' Columns span must be a whole number.', // MISSING263 chooseColor : ' Choose' // MISSING242 title : 'Solun ominaisuudet', 243 cellType : 'Solun tyyppi', 244 rowSpan : 'Rivin jatkuvuus', 245 colSpan : 'Solun jatkuvuus', 246 wordWrap : 'Rivitys', 247 hAlign : 'Horisontaali kohdistus', 248 vAlign : 'Vertikaali kohdistus', 249 alignTop : 'Ylös', 250 alignMiddle : 'Keskelle', 251 alignBottom : 'Alas', 252 alignBaseline : 'Alas (teksti)', 253 bgColor : 'Taustan väri', 254 borderColor : 'Reunan väri', 255 data : 'Data', 256 header : 'Ylätunniste', 257 yes : 'Kyllä', 258 no : 'Ei', 259 invalidWidth : 'Solun leveyden täytyy olla numero.', 260 invalidHeight : 'Solun korkeuden täytyy olla numero.', 261 invalidRowSpan : 'Rivin jatkuvuuden täytyy olla kokonaisluku.', 262 invalidColSpan : 'Solun jatkuvuuden täytyy olla kokonaisluku.', 263 chooseColor : 'Valitse' 264 264 }, 265 265 … … 308 308 action : 'Toiminto', 309 309 method : 'Tapa', 310 encoding : 'En coding', // MISSING310 encoding : 'Enkoodaus', 311 311 target : 'Kohde', 312 312 targetNotSet : '<ei asetettu>', … … 390 390 alertUrl : 'Kirjoita kuvan osoite (URL)', 391 391 linkTab : 'Linkki', 392 button2Img : ' Do you want to transform the selected image button on a simple image?', // MISSING393 img2Button : ' Do you want to transform the selected image on a image button?', // MISSING394 urlMissing : ' Image source URL is missing.' // MISSING392 button2Img : 'Haluatko muuntaa valitun kuvanäppäimen kuvaksi?', 393 img2Button : 'Haluatko muuntaa valitun kuvan kuvanäppäimeksi?', 394 urlMissing : 'Kuvan lähdeosoite puuttuu.' 395 395 }, 396 396 … … 399 399 { 400 400 properties : 'Flash ominaisuudet', 401 propertiesTab : ' Properties', // MISSING401 propertiesTab : 'Ominaisuudet', 402 402 title : 'Flash ominaisuudet', 403 403 chkPlay : 'Automaattinen käynnistys', 404 404 chkLoop : 'Toisto', 405 405 chkMenu : 'Näytä Flash-valikko', 406 chkFull : ' Allow Fullscreen', // MISSING406 chkFull : 'Salli kokoruututila', 407 407 scale : 'Levitä', 408 408 scaleAll : 'Näytä kaikki', 409 409 scaleNoBorder : 'Ei rajaa', 410 410 scaleFit : 'Tarkka koko', 411 access : 'S cript Access', // MISSING412 accessAlways : 'A lways', // MISSING413 accessSameDomain : 'Sam e domain', // MISSING414 accessNever : ' Never', // MISSING411 access : 'Skriptien pääsy', 412 accessAlways : 'Aina', 413 accessSameDomain : 'Sama verkkotunnus', 414 accessNever : 'Ei koskaan', 415 415 align : 'Kohdistus', 416 416 alignLeft : 'Vasemmalle', … … 423 423 alignTextTop : 'Ylös (teksti)', 424 424 alignTop : 'Ylös', 425 quality : ' Quality', // MISSING426 qualityBest : ' Best', // MISSING427 qualityHigh : ' High', // MISSING428 qualityAutoHigh : 'Auto High', // MISSING429 qualityMedium : ' Medium', // MISSING430 qualityAutoLow : 'Auto Low', // MISSING431 qualityLow : ' Low', // MISSING432 windowModeWindow : ' Window', // MISSING433 windowModeOpaque : ' Opaque', // MISSING434 windowModeTransparent : ' Transparent', // MISSING435 windowMode : ' Window mode', // MISSING436 flashvars : ' Variables for Flash', // MISSING425 quality : 'Laatu', 426 qualityBest : 'Paras', 427 qualityHigh : 'Korkea', 428 qualityAutoHigh : 'Automaattinen korkea', 429 qualityMedium : 'Keskitaso', 430 qualityAutoLow : 'Automaattinen matala', 431 qualityLow : 'Matala', 432 windowModeWindow : 'Ikkuna', 433 windowModeOpaque : 'Läpinäkyvyys', 434 windowModeTransparent : 'Läpinäkyvä', 435 windowMode : 'Ikkuna tila', 436 flashvars : 'Muuttujat Flash:lle', 437 437 bgcolor : 'Taustaväri', 438 438 width : 'Leveys', … … 441 441 vSpace : 'Pystytila', 442 442 validateSrc : 'Linkille on kirjoitettava URL', 443 validateWidth : ' Width must be a number.', // MISSING444 validateHeight : ' Height must be a number.', // MISSING445 validateHSpace : ' HSpace must be a number.', // MISSING446 validateVSpace : ' VSpace must be a number.' // MISSING443 validateWidth : 'Leveyden täytyy olla numero.', 444 validateHeight : 'Korkeuden täytyy olla numero.', 445 validateHSpace : 'Vaakatilan täytyy olla numero.', 446 validateVSpace : 'Pystytilan täytyy olla numero.' 447 447 }, 448 448 … … 451 451 { 452 452 toolbar : 'Tarkista oikeinkirjoitus', 453 title : ' Spell Check', // MISSING454 notAvailable : ' Sorry, but service is unavailable now.', // MISSING455 errorLoading : ' Error loading application service host: %s.', // MISSING453 title : 'Oikoluku', 454 notAvailable : 'Valitettavasti oikoluku ei ole käytössä tällä hetkellä.', 455 errorLoading : 'Virhe ladattaessa oikolukupalvelua isännältä: %s.', 456 456 notInDic : 'Ei sanakirjassa', 457 457 changeTo : 'Vaihda', … … 478 478 elementsPath : 479 479 { 480 eleTitle : '%1 element ' // MISSING480 eleTitle : '%1 elementti' 481 481 }, 482 482 … … 533 533 { 534 534 label : 'Tyyli', 535 voiceLabel : ' Styles', // MISSING536 panelVoiceLabel : ' Select a style', // MISSING537 panelTitle1 : ' Block Styles', // MISSING538 panelTitle2 : ' Inline Styles', // MISSING539 panelTitle3 : 'Obje ct Styles' // MISSING535 voiceLabel : 'Tyylit', 536 panelVoiceLabel : 'Valitse tyyli', 537 panelTitle1 : 'Lohkojen tyylit', 538 panelTitle2 : 'Rivinsisäiset tyylit', 539 panelTitle3 : 'Objektien tyylit' 540 540 }, 541 541 … … 543 543 { 544 544 label : 'Muotoilu', 545 voiceLabel : ' Format', // MISSING545 voiceLabel : 'Muotoilu', 546 546 panelTitle : 'Muotoilu', 547 panelVoiceLabel : ' Select a paragraph format', // MISSING547 panelVoiceLabel : 'Valitse kappaleen muotoilu', 548 548 549 549 tag_p : 'Normaali', … … 556 556 tag_h5 : 'Otsikko 5', 557 557 tag_h6 : 'Otsikko 6', 558 tag_div : 'Norma l (DIV)' // MISSING558 tag_div : 'Normaali (DIV)' 559 559 }, 560 560 … … 578 578 font : 579 579 { 580 label : ' Fontti',581 voiceLabel : ' Font', // MISSING582 panelTitle : ' Fontti',583 panelVoiceLabel : ' Select a font' // MISSING580 label : 'Kirjaisinlaji', 581 voiceLabel : 'Kirjaisinlaji', 582 panelTitle : 'Kirjaisinlaji', 583 panelVoiceLabel : 'Valitse kirjaisinlaji' 584 584 }, 585 585 … … 587 587 { 588 588 label : 'Koko', 589 voiceLabel : ' Font Size', // MISSING589 voiceLabel : 'Kirjaisimen koko', 590 590 panelTitle : 'Koko', 591 panelVoiceLabel : ' Select a font size' // MISSING591 panelVoiceLabel : 'Valitse kirjaisimen koko' 592 592 }, 593 593 … … 646 646 scayt : 647 647 { 648 title : ' Spell Check As You Type', // MISSING649 enable : ' Enable SCAYT', // MISSING650 disable : ' Disable SCAYT', // MISSING651 about : ' About SCAYT', // MISSING652 toggle : ' Toggle SCAYT', // MISSING653 options : ' Options', // MISSING654 langs : ' Languages', // MISSING655 moreSuggestions : ' More suggestions', // MISSING656 ignore : ' Ignore', // MISSING657 ignoreAll : ' Ignore All', // MISSING658 addWord : ' Add Word', // MISSING659 emptyDic : ' Dictionary name should not be empty.', // MISSING660 optionsTab : ' Options', // MISSING661 languagesTab : ' Languages', // MISSING662 dictionariesTab : ' Dictionaries', // MISSING663 aboutTab : ' About' // MISSING648 title : 'Oikolue kirjoitettaessa', 649 enable : 'Ota käyttöön oikoluku kirjoitettaessa', 650 disable : 'Poista käytöstä oikoluku kirjoitetaessa', 651 about : 'Tietoja oikoluvusta kirjoitetaessa', 652 toggle : 'Vaihda oikoluku kirjoittaessa tilaa', 653 options : 'Asetukset', 654 langs : 'Kielet', 655 moreSuggestions : 'Lisää ehdotuksia', 656 ignore : 'Ohita', 657 ignoreAll : 'Ohita kaikki', 658 addWord : 'Lisää sana', 659 emptyDic : 'Sanakirjan nimi on annettava.', 660 optionsTab : 'Asetukset', 661 languagesTab : 'Kielet', 662 dictionariesTab : 'Sanakirjat', 663 aboutTab : 'Tietoa' 664 664 }, 665 665 666 666 about : 667 667 { 668 title : ' About CKEditor', // MISSING669 dlgTitle : ' About CKEditor', // MISSING670 moreInfo : ' For licensing information please visit our web site:', // MISSING671 copy : 'Copyright © $1. All rights reserved.' // MISSING672 }, 673 674 maximize : ' Maximize', // MISSING675 minimize : ' Minimize', // MISSING668 title : 'Tietoa CKEditorista', 669 dlgTitle : 'Tietoa CKEditorista', 670 moreInfo : 'Lisenssitiedot löytyvät kotisivuiltamme:', 671 copy : 'Copyright © $1. Kaikki oikeuden pidätetään.' 672 }, 673 674 maximize : 'Suurenna', 675 minimize : 'Pienennä', 676 676 677 677 fakeobjects : 678 678 { 679 anchor : 'An chor', // MISSING680 flash : 'Flash Animation', // MISSING681 div : ' Page Break', // MISSING682 unknown : ' Unknown Object' // MISSING683 }, 684 685 resize : ' Drag to resize', // MISSING679 anchor : 'Ankkuri', 680 flash : 'Flash animaatio', 681 div : 'Sivun vaihto', 682 unknown : 'Tuntematon objekti' 683 }, 684 685 resize : 'Raahaa muuttaaksesi kokoa', 686 686 687 687 colordialog : 688 688 { 689 title : ' Select color', // MISSING690 highlight : ' Highlight', // MISSING691 selected : ' Selected', // MISSING692 clear : ' Clear' // MISSING689 title : 'Valitse väri', 690 highlight : 'Korostus', 691 selected : 'Valittu', 692 clear : 'Poista' 693 693 }, 694 694 -
CKEditor/branches/versions/3.1.x/_source/plugins/contextmenu/plugin.js
r4741 r4773 196 196 var domEvent = event.data; 197 197 198 if ( nativeContextMenuOnCtrl 199 && ( domEvent.$.ctrlKey || domEvent.$.metaKey ) ) 198 if ( nativeContextMenuOnCtrl && 199 // Safari on Windows always show 'ctrlKey' as true in 'contextmenu' event, 200 // which make this property unreliable. (#4826) 201 ( CKEDITOR.env.webkit ? holdCtrlKey : domEvent.$.ctrlKey || domEvent.$.metaKey ) ) 200 202 return; 201 203 … … 214 216 }, 215 217 this ); 218 219 if( CKEDITOR.env.webkit ) 220 { 221 var holdCtrlKey, 222 onKeyDown = function( event ) 223 { 224 holdCtrlKey = event.data.$.ctrlKey || event.data.$.metaKey; 225 }, 226 resetOnKeyUp = function() 227 { 228 holdCtrlKey = 0; 229 }; 230 231 element.on( 'keydown', onKeyDown ); 232 element.on( 'keyup', resetOnKeyUp ); 233 element.on( 'contextmenu', resetOnKeyUp ); 234 } 216 235 }, 217 236 … … 230 249 231 250 /** 232 * Whether preserve browser native context menu when 'Ctrl' or 'Meta' key233 * is pressed while opencontext menu.251 * Whether to show the browser native context menu when the CTRL or the 252 * META (Mac) key is pressed while opening the context menu. 234 253 * @name CKEDITOR.config.browserContextMenuOnCtrl 254 * @since 3.0.2 235 255 * @type Boolean 236 256 * @default true 237 257 * @example 238 * config.browserContextMenuOnCtrl = false;258 * config.browserContextMenuOnCtrl = false; 239 259 */ -
CKEditor/branches/versions/3.1.x/_source/plugins/div/dialogs/div.js
- Property svn:mergeinfo changed (with no actual effect on merging)
-
CKEditor/branches/versions/3.1.x/_source/plugins/div/plugin.js
- Property svn:mergeinfo changed (with no actual effect on merging)
-
CKEditor/branches/versions/3.1.x/_source/plugins/showborders/plugin.js
- Property svn:mergeinfo changed (with no actual effect on merging)
-
CKEditor/branches/versions/3.1.x/_source/plugins/wysiwygarea/plugin.js
r4772 r4773 715 715 { 716 716 editor.window.focus(); 717 718 // Force the selection to happen, in this way 719 // we guarantee the focus will be there. (#4848) 720 if ( CKEDITOR.env.ie ) 721 { 722 try 723 { 724 var sel = editor.getSelection(); 725 sel = sel && sel.getNative(); 726 var range = sel && sel.type && sel.createRange(); 727 if ( range ) 728 { 729 sel.empty(); 730 range.select(); 731 } 732 } 733 catch (e) {} 734 } 735 717 736 editor.selectionChange(); 718 737 }
Note: See TracChangeset
for help on using the changeset viewer.
