ca.js 481 B

123456789101112
  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( 'about', 'ca', {
  6. copy: 'Copyright © $1. Tots els drets reservats.',
  7. dlgTitle: 'Quant al CKEditor',
  8. help: 'Premi $1 per obtenir ajuda.',
  9. moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:',
  10. title: 'Quant al CKEditor',
  11. userGuide: 'Manual d\'usuari de CKEditor'
  12. } );