ro.js 492 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', 'ro', {
  6. copy: 'Copyright © $1. Toate drepturile rezervate.',
  7. dlgTitle: 'Despre CKEeditor',
  8. help: 'Citește $1 pentru ajutor.',
  9. moreInfo: 'Pentru informații despre licență, vă rugăm vizitați web site-ul nostru:',
  10. title: 'Despre CKEditor',
  11. userGuide: 'CKEditor Ghid Utilizator'
  12. } );