5 lines
116 B
PHP
5 lines
116 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "閉じる",
|
|
"No people found" => "ユーザーが見つかりません"
|
|
);
|