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.2 KiB

  1. <?php
  2. /**
  3. * @package uForum
  4. * @file lngs/Polish/wysiwyg.php
  5. * @version $Id$
  6. * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
  7. * @link http://www.pioder.pl/
  8. * @license see LICENSE.txt
  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. ?>