diff --git a/module/dept/lang/de.php b/module/dept/lang/de.php index c729943c3a..5aa9a45c15 100644 --- a/module/dept/lang/de.php +++ b/module/dept/lang/de.php @@ -9,7 +9,6 @@ * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->dept->common = 'Abteilung'; $lang->dept->id = 'ID'; $lang->dept->path = 'Path'; $lang->dept->position = 'Position'; diff --git a/module/dept/lang/en.php b/module/dept/lang/en.php index 030947e19b..51d714190c 100644 --- a/module/dept/lang/en.php +++ b/module/dept/lang/en.php @@ -9,7 +9,6 @@ * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->dept->common = 'Department'; $lang->dept->id = 'ID'; $lang->dept->path = 'Path'; $lang->dept->position = 'Position'; diff --git a/module/dept/lang/fr.php b/module/dept/lang/fr.php index a37f31d364..4b75de3faf 100644 --- a/module/dept/lang/fr.php +++ b/module/dept/lang/fr.php @@ -9,7 +9,6 @@ * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->dept->common = 'Compartiments'; $lang->dept->id = 'ID'; $lang->dept->path = 'Path'; $lang->dept->position = 'Position'; diff --git a/module/dept/lang/zh-cn.php b/module/dept/lang/zh-cn.php index f755f32dc5..ea92254f6e 100644 --- a/module/dept/lang/zh-cn.php +++ b/module/dept/lang/zh-cn.php @@ -9,7 +9,6 @@ * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->dept->common = '部门'; $lang->dept->id = '编号'; $lang->dept->path = '路径'; $lang->dept->position = '职位';