4 lines
74 B
PHP
4 lines
74 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "加密",
|
|
"None" => "无"
|
|
);
|