X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffo.js;h=3d39275c19f77a391eb4197bc0ba25e66108dba2;hp=feb1374799f249480e65a9bec799f029bba98a1f;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab diff --git a/_source/lang/fo.js b/_source/lang/fo.js index feb1374..3d39275 100644 --- a/_source/lang/fo.js +++ b/_source/lang/fo.js @@ -105,6 +105,11 @@ CKEDITOR.lang['fo'] = targetTop : 'Vindeyga ovast (_top)', targetSelf : 'Sama vindeyga (_self)', targetParent : 'Upphavligt vindeyga (_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, ikki tøkt' @@ -744,5 +749,11 @@ CKEDITOR.lang['fo'] = }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };