HRM : language
This commit is contained in:
parent
bedba7ffb7
commit
30c4f1c896
@ -91,8 +91,8 @@ class modHRM extends DolibarrModules
|
|||||||
MAIN_DB_PREFIX."c_hrm_function"
|
MAIN_DB_PREFIX."c_hrm_function"
|
||||||
),
|
),
|
||||||
'tablib'=>array(
|
'tablib'=>array(
|
||||||
"DepartmentDict",
|
"DictionaryDepartment",
|
||||||
"FunctionDict"
|
"DictionaryFunction"
|
||||||
),
|
),
|
||||||
'tabsql'=>array(
|
'tabsql'=>array(
|
||||||
'SELECT rowid, pos, code, label, active FROM '.MAIN_DB_PREFIX.'c_hrm_department',
|
'SELECT rowid, pos, code, label, active FROM '.MAIN_DB_PREFIX.'c_hrm_department',
|
||||||
|
|||||||
@ -9,6 +9,9 @@ DeleteEstablishment=Delete establishment
|
|||||||
ConfirmDeleteEstablishment=Are-you sure to delete this establishment ?
|
ConfirmDeleteEstablishment=Are-you sure to delete this establishment ?
|
||||||
OpenEtablishment=Open establishment
|
OpenEtablishment=Open establishment
|
||||||
CloseEtablishment=Close establishment
|
CloseEtablishment=Close establishment
|
||||||
|
# Dictionary
|
||||||
|
DictionaryDepartment=HRM - Department list
|
||||||
|
DictionaryFunction=HRM - Function list
|
||||||
# Module
|
# Module
|
||||||
ListOfEmployees=List of employees
|
ListOfEmployees=List of employees
|
||||||
Employees=Employees
|
Employees=Employees
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user