* Finish task #40490.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -68,6 +68,7 @@ $lang->doc->myCollection = '我的收藏';
|
||||
|
||||
/* 方法列表。*/
|
||||
$lang->doc->index = '文档主页';
|
||||
$lang->doc->createAB = '创建';
|
||||
$lang->doc->create = '创建文档';
|
||||
$lang->doc->edit = '编辑文档';
|
||||
$lang->doc->delete = '删除文档';
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user