* Rename the privilege of dept-manageChild.
This commit is contained in:
@@ -27,6 +27,8 @@ $lang->dept->order = "Rank";
|
||||
$lang->dept->dragAndSort = "Verschieben und sortieren";
|
||||
$lang->dept->noDepartment = "No Department";
|
||||
|
||||
$lang->dept->manageChildAction = "Manage Subordinate Department";
|
||||
|
||||
$lang->dept->confirmDelete = " Möchten Sie diese Abteilung löschen?";
|
||||
$lang->dept->successSave = " Gespeichert!";
|
||||
$lang->dept->repeatDepart = " Es gibt einen doppelten Abteilungsnamen, möchten Sie ihn wirklich hinzufügen?";
|
||||
|
||||
@@ -27,6 +27,8 @@ $lang->dept->order = "Department Order";
|
||||
$lang->dept->dragAndSort = "Drag to order";
|
||||
$lang->dept->noDepartment = "No Department";
|
||||
|
||||
$lang->dept->manageChildAction = "Manage Subordinate Department";
|
||||
|
||||
$lang->dept->confirmDelete = " Do you want to delete this department?";
|
||||
$lang->dept->successSave = " Saved!";
|
||||
$lang->dept->repeatDepart = " There is a duplicate department name, are you sure to add it?";
|
||||
|
||||
@@ -27,6 +27,8 @@ $lang->dept->order = "Ordre du Compartiment";
|
||||
$lang->dept->dragAndSort = "Déplacez pour classer";
|
||||
$lang->dept->noDepartment = "No Department";
|
||||
|
||||
$lang->dept->manageChildAction = "Manage Subordinate Department";
|
||||
|
||||
$lang->dept->confirmDelete = " Confirmez que vous voulez bien supprimer ce Compartiment ?";
|
||||
$lang->dept->successSave = " Sauvé !";
|
||||
$lang->dept->repeatDepart = " Il y a un nom de département en double, êtes-vous sûr de l'ajouter ?";
|
||||
|
||||
@@ -27,6 +27,8 @@ $lang->dept->order = "排序";
|
||||
$lang->dept->dragAndSort = "拖动排序";
|
||||
$lang->dept->noDepartment = "无部门";
|
||||
|
||||
$lang->dept->manageChildAction = "维护下级部门";
|
||||
|
||||
$lang->dept->confirmDelete = " 您确定删除该部门吗?";
|
||||
$lang->dept->successSave = " 修改成功。";
|
||||
$lang->dept->repeatDepart = " 存在部门名称重复,您确认添加吗?";
|
||||
|
||||
@@ -1645,7 +1645,7 @@ $lang->company->methodOrder[25] = 'dynamic';
|
||||
$lang->resource->dept = new stdclass();
|
||||
$lang->resource->dept->browse = 'browse';
|
||||
$lang->resource->dept->updateOrder = 'updateOrder';
|
||||
$lang->resource->dept->manageChild = 'manageChild';
|
||||
$lang->resource->dept->manageChild = 'manageChildAction';
|
||||
$lang->resource->dept->edit = 'edit';
|
||||
$lang->resource->dept->delete = 'delete';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user