eo.js 611 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', 'eo', {
  6. find: 'Serĉi',
  7. findOptions: 'Opcioj pri Serĉado',
  8. findWhat: 'Serĉi:',
  9. matchCase: 'Kongruigi Usklecon',
  10. matchCyclic: 'Cikla Serĉado',
  11. matchWord: 'Tuta Vorto',
  12. notFoundMsg: 'La celteksto ne estas trovita.',
  13. replace: 'Anstataŭigi',
  14. replaceAll: 'Anstataŭigi Ĉion',
  15. replaceSuccessMsg: '%1 anstataŭigita(j) apero(j).',
  16. replaceWith: 'Anstataŭigi per:',
  17. title: 'Serĉi kaj Anstataŭigi'
  18. } );