Fix trans

This commit is contained in:
Laurent Destailleur
2026-03-20 15:35:36 +01:00
parent 167830d6ef
commit bbbc0329ab
3 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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) {