4 lines
88 B
PHP
4 lines
88 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "保存中...",
|
|
"Encryption" => "加密"
|
|
);
|