mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-21 01:23:54 +01:00
Fix trans
This commit is contained in:
@@ -98,7 +98,6 @@ SkillsExtraFields=Complementary attributes (Skills)
|
||||
JobsExtraFields=Complementary attributes (Job profiles)
|
||||
EvaluationsExtraFields=Complementary attributes (Competency assessments)
|
||||
NeedBusinessTravels=Business travels
|
||||
NoDescription=No description
|
||||
TheJobProfileHasNoSkillsDefinedFixBefore=The evaluated job profile of this employee has no skill defined on it. Please add skill(s), then delete and restart the evaluation.
|
||||
PDFStandardHrmEvaluation=Standard template to generate a PDF document for a competency assessment
|
||||
SkillNotRequired=Skill not required
|
||||
|
||||
@@ -256,6 +256,7 @@ RefOrLabel=Ref. or label
|
||||
Info=Log
|
||||
Family=Family
|
||||
Description=Description
|
||||
NoDescription=No description
|
||||
Designation=Description
|
||||
DescriptionOfLine=Description of line
|
||||
DateOfLine=Date of line
|
||||
|
||||
@@ -5481,9 +5481,11 @@ if ($mode == 'replacesite' || $massaction == 'replace') {
|
||||
$arrayofmassactions['replace'] = img_picto('', 'replacement', 'class="pictofixedwidth"').$langs->trans("Replace");
|
||||
}
|
||||
if ($user->hasRight('website', 'write')) {
|
||||
$langs->load("categories");
|
||||
$arrayofmassactions['setcategory'] = img_picto('', 'category', 'class="pictofixedwidth"').$langs->trans("ClassifyInCategory");
|
||||
}
|
||||
if ($user->hasRight('website', 'write')) {
|
||||
$langs->load("categories");
|
||||
$arrayofmassactions['delcategory'] = img_picto('', 'category', 'class="pictofixedwidth"').$langs->trans("RemoveCategory");
|
||||
}
|
||||
if ($permissiontodelete) {
|
||||
|
||||
Reference in New Issue
Block a user