Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
30c4f1c8
Commit
30c4f1c8
authored
9 years ago
by
aspangaro
Browse files
Options
Downloads
Patches
Plain Diff
HRM : language
parent
bedba7ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/modHRM.class.php
+2
-2
2 additions, 2 deletions
htdocs/core/modules/modHRM.class.php
htdocs/langs/en_US/hrm.lang
+3
-0
3 additions, 0 deletions
htdocs/langs/en_US/hrm.lang
with
5 additions
and
2 deletions
htdocs/core/modules/modHRM.class.php
+
2
−
2
View file @
30c4f1c8
...
@@ -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
(
"Department
Dict
"
,
"
Dictionary
Department"
,
"Function
Dict
"
"
Dictionary
Function"
),
),
'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'
,
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/hrm.lang
+
3
−
0
View file @
30c4f1c8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment