cy.js 675 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'div', 'cy', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Teitl Cynghorol',
  8. cssClassInputLabel: 'Dosbarthiadau Ffeil Arddull',
  9. edit: 'Golygu Div',
  10. inlineStyleInputLabel: 'Arddull Mewn Llinell',
  11. langDirLTRLabel: 'Chwith i\'r Dde (LTR)',
  12. langDirLabel: 'Cyfeiriad yr Iaith',
  13. langDirRTLLabel: 'Dde i\'r Chwith (RTL)',
  14. languageCodeInputLabel: ' Cod Iaith',
  15. remove: 'Tynnu Div',
  16. styleSelectLabel: 'Arddull',
  17. title: 'Creu Cynhwysydd Div',
  18. toolbar: 'Creu Cynhwysydd Div'
  19. } );