* Finish task #40490.

This commit is contained in:
holan20180123
2021-07-22 14:06:03 +08:00
parent 101a8a16b5
commit d06c0b12f2
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ $lang->doc->myCollection = 'Meine Favoriten';
/* 方法列表。*/
$lang->doc->index = 'Home';
$lang->doc->createAB = 'Create';
$lang->doc->create = 'Dokument hinzufügen';
$lang->doc->edit = 'Bearbeiten';
$lang->doc->delete = 'Löschen';
+1
View File
@@ -68,6 +68,7 @@ $lang->doc->myCollection = 'My Favorites';
/* Methods list */
$lang->doc->index = 'Document Home';
$lang->doc->createAB = 'Create';
$lang->doc->create = 'Create Document';
$lang->doc->edit = 'Edit Document';
$lang->doc->delete = 'Delete Document';
+1
View File
@@ -67,6 +67,7 @@ $lang->doc->myCollection = 'Mes Favoris';
/* 方法列表。*/
$lang->doc->index = 'Accueil Documents';
$lang->doc->createAB = 'Create';
$lang->doc->create = 'Ajouter Document';
$lang->doc->edit = 'Editer Document';
$lang->doc->delete = 'Supprimer Document';
+1
View File
@@ -67,6 +67,7 @@ $lang->doc->myCollection = 'My Favorites';
/* Methods list */
$lang->doc->index = 'Document Home';
$lang->doc->createAB = 'Create';
$lang->doc->create = 'Tạo tài liệu';
$lang->doc->edit = 'Sửa tài liệu';
$lang->doc->delete = 'Xóa tài liệu';
+1
View File
@@ -68,6 +68,7 @@ $lang->doc->myCollection = '我的收藏';
/* 方法列表。*/
$lang->doc->index = '文档主页';
$lang->doc->createAB = '创建';
$lang->doc->create = '创建文档';
$lang->doc->edit = '编辑文档';
$lang->doc->delete = '删除文档';
+1 -1
View File
@@ -1651,7 +1651,7 @@ class docModel extends model
elseif($libID)
{
$html = "<div class='dropdown' id='createDropdown'>";
$html .= "<button class='btn btn-primary' type='button' data-toggle='dropdown'><i class='icon icon-plus'></i>" . $this->lang->doc->create . " <span class='caret'></span></button>";
$html .= "<button class='btn btn-primary' type='button' data-toggle='dropdown'><i class='icon icon-plus'></i>" . $this->lang->doc->createAB . " <span class='caret'></span></button>";
$html .= "<ul class='dropdown-menu' style='left:0px'>";
foreach($this->lang->doc->typeList as $typeKey => $typeName)
{