eu.js 604 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', 'eu', {
  6. find: 'Bilatu',
  7. findOptions: 'Find Options',
  8. findWhat: 'Zer bilatu:',
  9. matchCase: 'Maiuskula/minuskula',
  10. matchCyclic: 'Bilaketa ziklikoa',
  11. matchWord: 'Esaldi osoa bilatu',
  12. notFoundMsg: 'Idatzitako testua ez da topatu.',
  13. replace: 'Ordezkatu',
  14. replaceAll: 'Ordeztu Guztiak',
  15. replaceSuccessMsg: 'Zenbat aldiz ordeztua: %1',
  16. replaceWith: 'Zerekin ordeztu:',
  17. title: 'Bilatu eta Ordeztu'
  18. } );