mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix missing translation (#30792)
* fix missing translation * fix missing translation
This commit is contained in:
parent
5947bea924
commit
20a718c284
|
|
@ -806,7 +806,6 @@ ShowRecruitmentCandidature
|
|||
ShowRecruitmentJobPosition
|
||||
ShowSearchFields
|
||||
ShowSkill
|
||||
ShowSkillRank
|
||||
ShowSkilldet
|
||||
ShowStockTransfer
|
||||
ShowStockTransferLine
|
||||
|
|
@ -819,8 +818,6 @@ SignatureOK
|
|||
Siren
|
||||
Situation
|
||||
SizeUnit
|
||||
SkillCreated
|
||||
SkillRank
|
||||
SmsTestSubstitutionReplacedByGenericValues
|
||||
SomeShipmentExists
|
||||
SourceType
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ class Skill extends CommonObject
|
|||
if (!$error) {
|
||||
$this->db->commit();
|
||||
|
||||
setEventMessage($langs->trans('SkillCreated'), $i);
|
||||
setEventMessage($langs->trans('SkillCreated', $i));
|
||||
return 1;
|
||||
} else {
|
||||
$this->db->rollback();
|
||||
|
|
|
|||
|
|
@ -72,6 +72,9 @@ AddSkill=Add skills to job profile
|
|||
RequiredSkills=Required skills for this job profile
|
||||
UserRank=User Rank
|
||||
SkillList=Skill list
|
||||
SkillCreated=%s skills created
|
||||
SkillRank=Skill rank
|
||||
ShowSkillRank=Show skill rank
|
||||
SaveRank=Save rank
|
||||
TypeKnowHow=Know-how
|
||||
TypeHowToBe=How to be
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user