pl.js 691 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', 'pl', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Opis obiektu docelowego',
  8. cssClassInputLabel: 'Klasy arkusza stylów',
  9. edit: 'Edytuj pojemnik Div',
  10. inlineStyleInputLabel: 'Style liniowe',
  11. langDirLTRLabel: 'Od lewej do prawej (LTR)',
  12. langDirLabel: 'Kierunek tekstu',
  13. langDirRTLLabel: 'Od prawej do lewej (RTL)',
  14. languageCodeInputLabel: 'Kod języka',
  15. remove: 'Usuń pojemnik Div',
  16. styleSelectLabel: 'Styl',
  17. title: 'Utwórz pojemnik Div',
  18. toolbar: 'Utwórz pojemnik Div'
  19. } );