* add lang item for setPublic.

This commit is contained in:
chenfeiCF
2016-04-18 16:47:27 +08:00
parent 62f35f1a18
commit f75c032c4d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ $lang->file->label = 'Title: ';
$lang->file->maxUploadSize = "<span class='red'>%s</span>";
$lang->file->applyTemplate = "Apply";
$lang->file->tplTitle = "Title";
$lang->file->setPublic = "Set public template";
$lang->file->exportFields = "To export fields";
$lang->file->errorNotExists = "<span class='red'>The directory '%s' is no exist</span>";
+1
View File
@@ -20,6 +20,7 @@ $lang->file->label = '标题:';
$lang->file->maxUploadSize = "<span class='red'>%s</span>";
$lang->file->applyTemplate = "应用模板";
$lang->file->tplTitle = "模板名称";
$lang->file->setPublic = "设置公共模板";
$lang->file->exportFields = "要导出字段";
$lang->file->errorNotExists = "<span class='red'>文件夹 '%s' 不存在</span>";