mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
44 lines
2.1 KiB
PHP
44 lines
2.1 KiB
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.2 development (2004020300)
|
|
|
|
|
|
$string['beep'] = 'bzzz';
|
|
$string['chatintro'] = 'Tekst wprowadzaj±cy';
|
|
$string['chatname'] = 'Nazwa tego czat-pokoju';
|
|
$string['chatreport'] = 'Sesje czat';
|
|
$string['chattime'] = 'Czas nastêpnego czatu';
|
|
$string['configoldping'] = 'Po jakim czasie braku reakcji powinno uwa¿aæ siê, ¿e u¿ytkownik opu¶ci³ czat?';
|
|
$string['configrefreshroom'] = 'Jak czêsto czat-pokój powinien byæ od¶wie¿any? (w sekundach). Ustawienie niskiej warto¶ci spowoduje szybsze dzia³anie, mo¿e jednak obci±¿aæ serwer, kiedy wiele osób rozmawia';
|
|
$string['configrefreshuserlist'] = 'Jak czêsto lista u¿ytkowników powinna byæ od¶wie¿ana? (w sekundach)';
|
|
$string['currentchats'] = 'Aktywne sesje chat';
|
|
$string['currentusers'] = 'Bie¿±cy u¿ytkownicy';
|
|
$string['deletesession'] = 'Usuñ sesjê';
|
|
$string['deletesessionsure'] = 'Jeste¶ pewien/a ¿e chcesz usun±æ t± sesjê';
|
|
$string['donotusechattime'] = 'Nie pokazuj czasów czatu';
|
|
$string['enterchat'] = 'Naci¶nij tu, aby wej¶æ na czat';
|
|
$string['errornousers'] = 'Nie znaleziono ¿adnych u¿ytkowników!';
|
|
$string['helpchatting'] = 'Pomoc z czatem';
|
|
$string['idle'] = 'Bezczynny';
|
|
$string['messagebeepseveryone'] = '$a bzyczy do wszstkich!';
|
|
$string['messagebeepsyou'] = '$a w³a¶nie do Ciebie zabzycza³!';
|
|
$string['messageenter'] = '$a w³a¶nie wszed³ na czat';
|
|
$string['messageexit'] = '$a opu¶ci³ czat';
|
|
$string['messages'] = 'Wiadomo¶ci';
|
|
$string['modulename'] = 'Czat';
|
|
$string['modulenameplural'] = 'Czaty';
|
|
$string['neverdeletemessages'] = 'Nigdy nie usuwaj wiadomo¶ci';
|
|
$string['nextsession'] = 'Nastêpna zaplanowana sesja';
|
|
$string['nomessages'] = 'Póki co brak wiadomo¶ci';
|
|
$string['repeatdaily'] = 'Codziennie w tym samym czasie';
|
|
$string['repeatnone'] = 'Nie powtarzaj - jedynie okre¶lony czas';
|
|
$string['repeattimes'] = 'Powtórz sesje';
|
|
$string['repeatweekly'] = 'Co tydzieñ w tym samym czasie';
|
|
$string['savemessages'] = 'Zachowaj minione sesje';
|
|
$string['seesession'] = 'Zobacz sesjê';
|
|
$string['sessions'] = 'Sesje czat';
|
|
$string['strftimemessage'] = '%%H:%%M';
|
|
$string['studentseereports'] = 'Ka¿dy mo¿e ogl±daæ minione sesje';
|
|
$string['viewreport'] = 'Zobacz minione sesje czat';
|
|
|
|
?>
|