4 lines
107 B
PHP
4 lines
107 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Συνθηματικό",
|
|
"Submit" => "Καταχώρηση"
|
|
);
|