4 lines
75 B
PHP
4 lines
75 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"You are logged out." => "你已登出。"
|
||
|
);
|