diff --git a/module/screen/lang/de.php b/module/screen/lang/de.php index b25f135c4c..cae2400ae1 100644 --- a/module/screen/lang/de.php +++ b/module/screen/lang/de.php @@ -5,3 +5,4 @@ $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; $lang->screen->noData = 'No Data'; +$lang->screen->noDesc = 'No Desc'; diff --git a/module/screen/lang/en.php b/module/screen/lang/en.php index b25f135c4c..cae2400ae1 100644 --- a/module/screen/lang/en.php +++ b/module/screen/lang/en.php @@ -5,3 +5,4 @@ $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; $lang->screen->noData = 'No Data'; +$lang->screen->noDesc = 'No Desc'; diff --git a/module/screen/lang/fr.php b/module/screen/lang/fr.php index b25f135c4c..cae2400ae1 100644 --- a/module/screen/lang/fr.php +++ b/module/screen/lang/fr.php @@ -5,3 +5,4 @@ $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; $lang->screen->noData = 'No Data'; +$lang->screen->noDesc = 'No Desc'; diff --git a/module/screen/lang/zh-cn.php b/module/screen/lang/zh-cn.php index eeb8695e61..7e22543caa 100644 --- a/module/screen/lang/zh-cn.php +++ b/module/screen/lang/zh-cn.php @@ -5,3 +5,4 @@ $lang->screen->noscreens = '暂时没有可视化大屏'; $lang->screen->allDepts = '所有部门'; $lang->screen->allUsers = '所有用户'; $lang->screen->noData = '暂时没有数据'; +$lang->screen->noDesc = '暂无描述';