lv.js 675 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', 'lv', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Konsultatīvs virsraksts',
  8. cssClassInputLabel: 'Stilu klases',
  9. edit: 'Labot Div',
  10. inlineStyleInputLabel: 'Iekļautais stils',
  11. langDirLTRLabel: 'Kreisais uz Labo (LTR)',
  12. langDirLabel: 'Valodas virziens',
  13. langDirRTLLabel: 'Labais uz kreiso (RTL)',
  14. languageCodeInputLabel: 'Valodas kods',
  15. remove: 'Noņemt Div',
  16. styleSelectLabel: 'Stils',
  17. title: 'Izveidot div konteineri',
  18. toolbar: 'Izveidot div konteineri'
  19. } );