4 lines
86 B
PHP
4 lines
86 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "パスワード",
|
|
"Submit" => "送信"
|
|
);
|