ro.js 659 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', 'ro', {
  6. find: 'Găseşte',
  7. findOptions: 'Find Options',
  8. findWhat: 'Găseşte:',
  9. matchCase: 'Deosebeşte majuscule de minuscule (Match case)',
  10. matchCyclic: 'Potrivește ciclic',
  11. matchWord: 'Doar cuvintele întregi',
  12. notFoundMsg: 'Textul specificat nu a fost găsit.',
  13. replace: 'Înlocuieşte',
  14. replaceAll: 'Înlocuieşte tot',
  15. replaceSuccessMsg: '%1 căutări înlocuite.',
  16. replaceWith: 'Înlocuieşte cu:',
  17. title: 'Găseşte şi înlocuieşte'
  18. } );