A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.3 KiB

  1. <?php
  2. /**
  3. * @package Dynamic Script Forum
  4. * @file lngs/Polish/wysiwyg.php
  5. * @version 1.0.x, 13-10-2007, 18:03
  6. * @copyright 2008(c) PioDer <pioder@wp.pl>
  7. * @link http://pioder.gim2przemysl.int.pl/dsf.html
  8. * @license GNU GPL v3
  9. **/
  10. $lng['function_disabled_html_mode']='Funkcja niedostępna w trybie HTML';
  11. $lng['lang_titles_1']='
  12. var buttonNameLng = new Array("Czcionka","Nagłówki","separator","Pogrubienie","Pochyła","Podkreślenie","Przekreślenie","separator","Wytnij","Skopiuj","Wklej","separator","Indeks dolny","Indeks górny","separator","Wyrównanie w lewo","Wyśrodkuj","Wyrównanie w prawo","Wyjustowanie","Wcięcie","Usuń wcięcie","separator","Wstaw punktory","Wstaw numerację","separator","Adres","Wstaw obrazek","separator","Cofnij","Powtórz");';
  13. $lng['lang_titles_2']='
  14. var buttonName2Lng = new Array("Specjalny znak","sepatator","Kolor czcionki","Kolor podkreślenia","separator","Pozioma linia","separator","Usuń formatowanie","separator","Małe na duże","Duże na małe","separator","tryb HTML","separator");'."\n";
  15. $lng['url_addr']='Proszę wpisać adres odnośnika:';
  16. $lng['url_title']='Proszę wpisać tytuł odnośnika:';
  17. $lng['img_url']='Proszę podać adres do obrazka:';
  18. $lng['enter_informations']='Proszę podać wszystkie informacje!';
  19. ?>