8 lines
168 B
PHP
8 lines
168 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "关闭",
|
|
"Share" => "共享",
|
|
"Failed to load documents." => "载入文档失败",
|
|
"Sent" => "发送",
|
|
"Upload" => "上传"
|
|
);
|