5 lines
98 B
PHP
5 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "密碼",
|
|
"Port" => "連接埠",
|
|
"Help" => "幫助"
|
|
);
|