X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fcy.js;h=ec98a905735328ed801858810fdd97a5cfd55ec6;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=0dda45a2a8b7cc6f7cd7d7d1bc6eee686ede7bcb;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/cy.js b/_source/lang/cy.js index 0dda45a..ec98a90 100644 --- a/_source/lang/cy.js +++ b/_source/lang/cy.js @@ -105,6 +105,10 @@ CKEDITOR.lang['cy'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // 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, ddim ar gael' @@ -196,6 +200,7 @@ CKEDITOR.lang['cy'] = 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 +741,18 @@ CKEDITOR.lang['cy'] = colordialog : { title : 'Dewis lliw', + options : 'Color Options', // MISSING highlight : 'Uwcholeuo', selected : 'Dewiswyd', clear : 'Clirio' }, toolbarCollapse : 'Cyfangu\'r Bar Offer', - toolbarExpand : 'Ehangu\'r Bar Offer' + toolbarExpand : 'Ehangu\'r Bar Offer', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };