<?php
$lan = array(
'You do not have access to this page' => 'Nie masz dostępu do tej strony',
'Select Message to view' => 'Wybierz wiadomość do wyświetlenia',
'Available Messages' => 'Dostępne wiadomości',
'views' => 'wyświetleń',
'rate' => 'częstotliwość',
'View Details for a Message' => 'Wyświetl detale wiadomości',
'Subject' => 'Temat',
'Entered' => 'Wprowadzono',
'Message Open Statistics' => 'Statystyki otwierania wiadomości',
'Listing user %d to %d' => 'Wyświetlono użytkowników %d do %d',
'Entries' => 'Wpisów',
'firstview' => 'pierwsze wyświetlenie',
'lastview' => 'ostatnie wyświetlenie',
'views' => 'wyświetleń',
'responsetime' => 'czas odpowiedzi',
'sec' => 'sek',
# for 2.10.2
'there are currently no messages to view' => 'Aktualnie nie ma wiadomości do wyświetlenia',
);
?>