3 lines
71 B
PHP
3 lines
71 B
PHP
<?php $TRANSLATIONS = array(
|
|
"URL: http://" => "Vefslóð: http://"
|
|
);
|
<?php $TRANSLATIONS = array(
|
|
"URL: http://" => "Vefslóð: http://"
|
|
);
|