15 lines
386 B
PHP
15 lines
386 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Filter:" => "Filtr:",
|
|
"Logins" => "Zalogowania",
|
|
"Logouts" => "Wylogowani",
|
|
"Downloads" => "Pobrania",
|
|
"Uploads" => "Wgrania",
|
|
"Creations" => "Utworzenia",
|
|
"Deletions" => "Usunięcia",
|
|
"Show:" => "Pokaż:",
|
|
"entries per page." => "wpisów na stronę.",
|
|
"What" => "Co",
|
|
"When" => "Kiedy",
|
|
"Clear log entries before" => "Wyczyść spisy dziennika sprzed"
|
|
);
|