2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "关闭",
|
2013-09-22 09:53:01 -04:00
|
|
|
"Share" => "共享",
|
2013-10-07 09:27:11 -04:00
|
|
|
"Failed to load documents." => "载入文档失败",
|
|
|
|
"Sent" => "发送",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "上传"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|