7 lines
170 B
PHP
7 lines
170 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "密碼",
|
||
|
"Use TLS" => "使用TLS",
|
||
|
"Turn off SSL certificate validation." => "關閉 SSL 憑證驗證",
|
||
|
"Help" => "說明"
|
||
|
);
|