<?php
/**
 * ProfileComments 0.5 English Language Pack
  Polish version by Lusik[mybbplugins.pl]
 */

// AdminCP - Install
$l['profile_comments'] = "Komentarze do profilu";
$l['profile_comments_info'] = "Komentarze w profilu bez ograniczeń!";
$l['profile_comments_perpage'] = "Komentarzy na stronę";
$l['profile_comments_perpage_info'] = "	Liczba komentarzy na stronie";
$l['profile_comments_alertbar'] = "Pasek alarmu";
$l['profile_comments_alertbar_info'] = "Pokazywać pasek użytkonikom gdy dostaną nowego komenta?";
$l['profile_comments_alertbar_text'] = "Tekst w pasku alarmu";
$l['profile_comments_alertbar_text_info'] = "Tekst jaki ma się pokazywać userom gdy dostaną nowy komentarz w profilu. Użyj <strong>{1}</strong> aby	pokazać liczbę nowych komentarzy.";
$l['profile_comments_alertbar_text_content'] = "Posiadasz {1} nowych komętarzy w swoim profilu!";
$l['profile_comments_alertbar_style'] = "Styl paska alarmu";
$l['profile_comments_alertbar_style_info'] = "Użyj CSS.";
$l['profile_comments_default_avatar'] = 'Domyślny avatar';
$l['profile_comments_default_avatar_info'] = 'Obrazek który ma być wyświetlany gdy user nie posiada avatara.';

// Admin Page
$l['profile_comments_can_manage'] = "Czy admin? (Może edytować i usuwać komentarze)";
$l['profile_comments_can_send'] = "Może pisac komentarze?";
$l['profile_comments_can_selfedit'] = "Może edytować komentarze?";
$l['profile_comments_can_selfdelete'] = "Może usuwać komentarze?";

// Header - Alert
$l['profile_comments_new_inmenu'] = "Komentarze w profilu";
$l['profile_comments_new_inmenu_count'] = "({1})";

// Member page
$l['profile_comments_list'] = "Komentarze";
$l['profile_comments_add_button'] = "Dodaj komentarz";
$l['profile_comments_edit_button'] = "Edytuj komentarz";
$l['profile_comments_editing'] = "Edytowano #{1} przez {2}";

// Messages
$l['profile_comments_added'] = "Dodano komentarz do profilu.";
$l['profile_comments_none_found'] = "Brak komentarzy do wyświetlenia...";
$l['profile_comments_insert_comment'] = "Musisz wstawić komentarz.";
$l['profile_comments_invalid_id'] = "ID komentarza jest błędne";
$l['profile_comments_not_edited'] = "Wystąpił błąd, komentarz nie został edytowany";
$l['profile_comments_edited'] = "Edytowano komentarz.";
$l['profile_comments_deleted'] = "Usunięto komentarz.";

// Member links options
$l['profile_comments_reply'] = "Powrót";
$l['profile_comments_reply_to_profile'] = "Powrót do profilu";
$l['profile_comments_delete_comment'] = "Usuń kometarz";
$l['profile_comments_edit_comment'] = "Edytuj komentarz";
$l['profile_comments_edit'] = "Edytuj";
$l['profile_comments_delete'] = "Usuń";

?>
