X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffo.js;h=e00e7871134c28eb1dc361398f3f1ddd1aea2c3a;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=feb1374799f249480e65a9bec799f029bba98a1f;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/fo.js b/_source/lang/fo.js index feb1374..e00e787 100644 --- a/_source/lang/fo.js +++ b/_source/lang/fo.js @@ -105,6 +105,10 @@ CKEDITOR.lang['fo'] = targetTop : 'Vindeyga ovast (_top)', targetSelf : 'Sama vindeyga (_self)', targetParent : 'Upphavligt vindeyga (_parent)', + 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 +748,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 + } };