ca.js 648 B

123456789101112131415161718
  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( 'find', 'ca', {
  6. find: 'Cerca',
  7. findOptions: 'Opcions de Cerca',
  8. findWhat: 'Cerca el:',
  9. matchCase: 'Distingeix majúscules/minúscules',
  10. matchCyclic: 'Coincidència cíclica',
  11. matchWord: 'Només paraules completes',
  12. notFoundMsg: 'El text especificat no s\'ha trobat.',
  13. replace: 'Reemplaça',
  14. replaceAll: 'Reemplaça-ho tot',
  15. replaceSuccessMsg: '%1 ocurrència/es reemplaçada/es.',
  16. replaceWith: 'Reemplaça amb:',
  17. title: 'Cerca i reemplaça'
  18. } );