X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fno.js;h=88ba3a24ec44cc2a06b68a892297532aa3f88a51;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hp=8338c259b4cb2075a8efcaca9ca18dd859db4271;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/no.js b/_source/lang/no.js index 8338c25..88ba3a2 100644 --- a/_source/lang/no.js +++ b/_source/lang/no.js @@ -105,6 +105,11 @@ CKEDITOR.lang['no'] = targetTop : 'Hele vindu (_top)', targetSelf : 'Samme vindu (_self)', targetParent : 'Foreldrevindu (_parent)', + advanced : 'Advanced', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, utilgjenglig' @@ -196,6 +201,7 @@ CKEDITOR.lang['no'] = bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING @@ -736,11 +742,18 @@ CKEDITOR.lang['no'] = colordialog : { title : 'Velg farge', + options : 'Color Options', // MISSING highlight : 'Merk', selected : 'Valgt', clear : 'Tøm' }, toolbarCollapse : 'Slå sammen verktøylinje', - toolbarExpand : 'Vis verktøylinje' + toolbarExpand : 'Vis verktøylinje', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };