This commit is contained in:
chenfeiCF
2016-09-12 15:41:46 +08:00
parent a712b2b3e4
commit dc912902bd
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -69,3 +69,6 @@ $lang->doc->errorEmptyProject = "{$lang->projectCommon} is empty, can not creat
$lang->doc->placeholder = new stdclass();
$lang->doc->placeholder->url = 'url';
$lang->doclib = new stdclass();
$lang->doclib->name = 'Library Name';
+3
View File
@@ -69,3 +69,6 @@ $lang->doc->errorEmptyProject = "没有{$lang->projectCommon},无法创建文
$lang->doc->placeholder = new stdclass();
$lang->doc->placeholder->url = '相应的链接地址';
$lang->doclib = new stdclass();
$lang->doclib->name = '文档库名称';