Skip to content
Snippets Groups Projects
Commit 30c4f1c8 authored by aspangaro's avatar aspangaro
Browse files

HRM : language

parent bedba7ff
Branches
Tags
No related merge requests found
...@@ -91,8 +91,8 @@ class modHRM extends DolibarrModules ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment