fix UI strings
This commit is contained in:
parent
d311629238
commit
83cb1086c1
@ -57,8 +57,9 @@ EmailRecruiter=Email recruiter
|
|||||||
ToUseAGenericEmail=To use a generic email. If not defined, the email of the responsible of recruitment will be used
|
ToUseAGenericEmail=To use a generic email. If not defined, the email of the responsible of recruitment will be used
|
||||||
NewCandidature=New application
|
NewCandidature=New application
|
||||||
ListOfCandidatures=List of applications
|
ListOfCandidatures=List of applications
|
||||||
RequestedRemuneration=Requested remuneration
|
Remuneration=Salary
|
||||||
ProposedRemuneration=Proposed remuneration
|
RequestedRemuneration=Requested salary
|
||||||
|
ProposedRemuneration=Proposed salary
|
||||||
ContractProposed=Contract proposed
|
ContractProposed=Contract proposed
|
||||||
ContractSigned=Contract signed
|
ContractSigned=Contract signed
|
||||||
ContractRefused=Contract refused
|
ContractRefused=Contract refused
|
||||||
|
|||||||
@ -42,7 +42,7 @@ function recruitmentjobpositionPrepareHead($object)
|
|||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = dol_buildpath("/recruitment/recruitmentcandidature_list.php", 1).'?id='.$object->id;
|
$head[$h][0] = dol_buildpath("/recruitment/recruitmentcandidature_list.php", 1).'?id='.$object->id;
|
||||||
$head[$h][1] = $langs->trans("Candidatures");
|
$head[$h][1] = $langs->trans("RecruitmentCandidatures");
|
||||||
$sql = "SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX."recruitment_recruitmentcandidature WHERE fk_recruitmentjobposition = ".((int) $object->id);
|
$sql = "SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX."recruitment_recruitmentcandidature WHERE fk_recruitmentjobposition = ".((int) $object->id);
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
if ($resql) {
|
if ($resql) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user