<?php
$lan = array(
'This page can only be called from the commandline' => 'Ta strona może być wywołana tylko z linii komend',
'Getting and Parsing the RSS sources' => 'Pobieranie i analiza źródeł RSS',
'Rss Errors' => 'Błędy RSS',
'Rss Results' => 'Wyniki RSS',
'Rss Failure report' => 'Raport niepowodzeń RSS',
'Parsing' => 'Analizowanie',
'ok' => 'ok',
'failed' => 'niepowodzenie',
'Process Killed by other process' => 'Proces zabity przez inny proces',
'items' => 'elementy',
'new items' => 'nowe elementy',
'Nothing to do' => 'Nie ma nic do zrobienia',
);
?>