ro.js 695 B

12345678910111213141516171819
  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( 'div', 'ro', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Titlul consultativ',
  8. cssClassInputLabel: 'Clasele cu stilul paginii (CSS)',
  9. edit: 'Modifică Div-ul',
  10. inlineStyleInputLabel: 'Stil Inline',
  11. langDirLTRLabel: 'stânga-dreapta (LTR)',
  12. langDirLabel: 'Direcţia cuvintelor',
  13. langDirRTLLabel: 'dreapta-stânga (RTL)',
  14. languageCodeInputLabel: 'Codul limbii',
  15. remove: 'Șterge Div-ul',
  16. styleSelectLabel: 'Stil',
  17. title: 'Crează un container Div',
  18. toolbar: 'Crează un container Div'
  19. } );