Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Update CKEditor to last published release
Fixes #2039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/lang/is.js

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. 
    3 For licensing, see LICENSE.html or http://ckeditor.com/license 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
     3For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
    55CKEDITOR.lang['is'] = { 
     
    130130     toolbar : 'Kóði' 
    131131    }, 
    132     smiley :  
    133     { 
    134      options : 'Smiley Options', 
    135      title : 'Velja svip', 
    136      toolbar : 'Svipur' 
    137     }, 
    138     showblocks :  
    139     { 
    140      toolbar : 'Sýna blokkir' 
    141     }, 
    142     selectall :  
    143     { 
    144      toolbar : 'Velja allt' 
    145     }, 
    146     save :  
    147     { 
    148      toolbar : 'Vista' 
    149     }, 
    150132    removeformat :  
    151133    { 
     
    155137    { 
    156138     toolbar : 'Prenta' 
    157     }, 
    158     preview :  
    159     { 
    160      preview : 'Forskoða' 
    161139    }, 
    162140    pastetext :  
     
    171149     title : 'Líma úr Word', 
    172150     toolbar : 'Líma úr Word' 
    173     }, 
    174     pagebreak :  
    175     { 
    176      alt : 'Page Break', 
    177      toolbar : 'Setja inn síðuskil' 
    178     }, 
    179     newpage :  
    180     { 
    181      toolbar : 'Ný síða' 
    182151    }, 
    183152    maximize :  
     
    315284     validateVSpace : 'VSpace must be a whole number.' 
    316285    }, 
    317     iframe :  
    318     { 
    319      border : 'Show frame border', 
    320      noUrl : 'Please type the iframe URL', 
    321      scrolling : 'Enable scrollbars', 
    322      title : 'IFrame Properties', 
    323      toolbar : 'IFrame' 
    324     }, 
    325286    horizontalrule :  
    326287    { 
    327288     toolbar : 'Lóðrétt lína' 
    328     }, 
    329     forms :  
    330     { 
    331      button :  
    332      { 
    333           title : 'Eigindi hnapps', 
    334           text : 'Texti', 
    335           type : 'Gerð', 
    336           typeBtn : 'Hnappur', 
    337           typeSbm : 'Staðfesta', 
    338           typeRst : 'Hreinsa' 
    339      }, 
    340      checkboxAndRadio :  
    341      { 
    342           checkboxTitle : 'Eigindi markreits', 
    343           radioTitle : 'Eigindi valhnapps', 
    344           value : 'Gildi', 
    345           selected : 'Valið' 
    346      }, 
    347      form :  
    348      { 
    349           title : 'Eigindi innsláttarforms', 
    350           menu : 'Eigindi innsláttarforms', 
    351           action : 'Aðgerð', 
    352           method : 'Aðferð', 
    353           encoding : 'Encoding' 
    354      }, 
    355      hidden :  
    356      { 
    357           title : 'Eigindi falins svæðis', 
    358           name : 'Nafn', 
    359           value : 'Gildi' 
    360      }, 
    361      select :  
    362      { 
    363           title : 'Eigindi lista', 
    364           selectInfo : 'Upplýsingar', 
    365           opAvail : 'Kostir', 
    366           value : 'Gildi', 
    367           size : 'Stærð', 
    368           lines : 'línur', 
    369           chkMulti : 'Leyfa fleiri kosti', 
    370           opText : 'Texti', 
    371           opValue : 'Gildi', 
    372           btnAdd : 'Bæta við', 
    373           btnModify : 'Breyta', 
    374           btnUp : 'Upp', 
    375           btnDown : 'Niður', 
    376           btnSetValue : 'Merkja sem valið', 
    377           btnDelete : 'Eyða' 
    378      }, 
    379      textarea :  
    380      { 
    381           title : 'Eigindi textasvæðis', 
    382           cols : 'Dálkar', 
    383           rows : 'Línur' 
    384      }, 
    385      textfield :  
    386      { 
    387           title : 'Eigindi textareits', 
    388           name : 'Nafn', 
    389           value : 'Gildi', 
    390           charWidth : 'Breidd (leturtákn)', 
    391           maxChars : 'Hámarksfjöldi leturtákna', 
    392           type : 'Gerð', 
    393           typeText : 'Texti', 
    394           typePass : 'Lykilorð', 
    395           typeEmail : 'Email', 
    396           typeSearch : 'Search', 
    397           typeTel : 'Telephone Number', 
    398           typeUrl : 'Vefslóð' 
    399      } 
    400289    }, 
    401290    format :  
     
    413302     tag_p : 'Venjulegt letur', 
    414303     tag_pre : 'Forsniðið' 
    415     }, 
    416     font :  
    417     { 
    418      fontSize :  
    419      { 
    420           label : 'Leturstærð ', 
    421           voiceLabel : 'Font Size', 
    422           panelTitle : 'Leturstærð ' 
    423      }, 
    424      label : 'Leturgerð ', 
    425      panelTitle : 'Leturgerð ', 
    426      voiceLabel : 'Leturgerð ' 
    427     }, 
    428     flash :  
    429     { 
    430      access : 'Script Access', 
    431      accessAlways : 'Always', 
    432      accessNever : 'Never', 
    433      accessSameDomain : 'Same domain', 
    434      alignAbsBottom : 'Abs neðst', 
    435      alignAbsMiddle : 'Abs miðjuð', 
    436      alignBaseline : 'Grunnlína', 
    437      alignTextTop : 'Efri brún texta', 
    438      bgcolor : 'Bakgrunnslitur', 
    439      chkFull : 'Allow Fullscreen', 
    440      chkLoop : 'Endurtekning', 
    441      chkMenu : 'Sýna Flash-valmynd', 
    442      chkPlay : 'Sjálfvirk spilun', 
    443      flashvars : 'Variables for Flash', 
    444      hSpace : 'Vinstri bil', 
    445      properties : 'Eigindi Flash', 
    446      propertiesTab : 'Properties', 
    447      quality : 'Quality', 
    448      qualityAutoHigh : 'Auto High', 
    449      qualityAutoLow : 'Auto Low', 
    450      qualityBest : 'Best', 
    451      qualityHigh : 'High', 
    452      qualityLow : 'Low', 
    453      qualityMedium : 'Medium', 
    454      scale : 'Skali', 
    455      scaleAll : 'Sýna allt', 
    456      scaleFit : 'Fella skala að stærð', 
    457      scaleNoBorder : 'Án ramma', 
    458      title : 'Eigindi Flash', 
    459      vSpace : 'Hægri bil', 
    460      validateHSpace : 'HSpace must be a number.', 
    461      validateSrc : 'Sláðu inn veffang stiklunnar!', 
    462      validateVSpace : 'VSpace must be a number.', 
    463      windowMode : 'Window mode', 
    464      windowModeOpaque : 'Opaque', 
    465      windowModeTransparent : 'Transparent', 
    466      windowModeWindow : 'Window' 
    467     }, 
    468     find :  
    469     { 
    470      find : 'Leita', 
    471      findOptions : 'Find Options', 
    472      findWhat : 'Leita að:', 
    473      matchCase : 'Gera greinarmun á¡ há¡- og lágstöfum', 
    474      matchCyclic : 'Match cyclic', 
    475      matchWord : 'Aðeins heil orð', 
    476      notFoundMsg : 'Leitartexti fannst ekki!', 
    477      replace : 'Skipta út', 
    478      replaceAll : 'Skipta út allsstaðar', 
    479      replaceSuccessMsg : '%1 occurrence(s) replaced.', 
    480      replaceWith : 'Skipta út fyrir:', 
    481      title : 'Finna og skipta' 
    482304    }, 
    483305    fakeobjects :  
     
    513335    { 
    514336     options : 'Context Menu Options' 
    515     }, 
    516     colordialog :  
    517     { 
    518      clear : 'Clear', 
    519      highlight : 'Highlight', 
    520      options : 'Color Options', 
    521      selected : 'Selected Color', 
    522      title : 'Select color' 
    523337    }, 
    524338    colorbutton :  
     
    585399     title : 'Líma' 
    586400    }, 
     401    button :  
     402    { 
     403     selectedLabel : '%1 (Selected)' 
     404    }, 
    587405    blockquote :  
    588406    { 
    589407     toolbar : 'Inndráttur' 
    590     }, 
    591     bidi :  
    592     { 
    593      ltr : 'Text direction from left to right', 
    594      rtl : 'Text direction from right to left' 
    595408    }, 
    596409    basicstyles :  
     
    670483     alignRight : 'Hægri', 
    671484     alignCenter : 'Miðjað', 
     485     alignJustify : 'Jafna báðum megin', 
    672486     alignTop : 'Efst', 
    673487     alignMiddle : 'Miðjuð', 
    674488     alignBottom : 'Neðst', 
     489     alignNone : 'None', 
    675490     invalidValue : 'Invalid value.', 
    676491     invalidHeight : 'Height must be a number.', 
     
    681496     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).', 
    682497     unavailable : '%1<span class="cke_accessibility">, unavailable</span>' 
    683     } }  
     498    } };  
Note: See TracChangeset for help on using the changeset viewer.

Sites map