4 lines
77 B
PHP
4 lines
77 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Rescan" => "Przeszukaj",
|
|
"Back" => "Wróć"
|
|
);
|