@@ -328,116 +328,6 @@ PersonnelRole.ADMINISTRATOR_HR.text=Admin/HR
328328PersonnelRole.DEPENDENT.text =Dependent
329329PersonnelRole.NONE.text =None
330330
331- # PersonnelStatus Enum
332- PersonnelStatus.ACTIVE.text =Active
333- PersonnelStatus.ACTIVE.toolTipText =They are currently a member of the force.
334- PersonnelStatus.ACTIVE.reportText =ERROR: ACTIVE should not call this method.
335- PersonnelStatus.ACTIVE.logText =ERROR: ACTIVE should not call this method.
336- PersonnelStatus.MIA.text =Missing in Action
337- PersonnelStatus.MIA.toolTipText =They are currently missing in action.
338- PersonnelStatus.MIA.reportText =%s has gone missing in action
339- PersonnelStatus.MIA.logText =Went missing in action
340- PersonnelStatus.POW.text =PoW
341- PersonnelStatus.POW.toolTipText =They have been captured and are currently held as a prisoner of war.
342- PersonnelStatus.POW.reportText =%s has been captured and are currently held as a prisoner of war
343- PersonnelStatus.POW.logText =Was captured
344- PersonnelStatus.ON_LEAVE.text =On Leave
345- PersonnelStatus.ON_LEAVE.toolTipText =They are currently on leave from the force.
346- PersonnelStatus.ON_LEAVE.reportText =%s has gone on leave from the force
347- PersonnelStatus.ON_LEAVE.logText =Went on leave
348- PersonnelStatus.ON_MATERNITY_LEAVE.text =On Maternity Leave
349- PersonnelStatus.ON_MATERNITY_LEAVE.toolTipText =They are currently on maternity leave.
350- PersonnelStatus.ON_MATERNITY_LEAVE.reportText =%s has gone on maternity leave
351- PersonnelStatus.ON_MATERNITY_LEAVE.logText =Went on maternity leave
352- PersonnelStatus.AWOL.text =AWOL
353- PersonnelStatus.AWOL.toolTipText =They have abandoned their post.
354- PersonnelStatus.AWOL.reportText =%s has abandoned their post.
355- PersonnelStatus.AWOL.logText =Went AWOL
356- PersonnelStatus.RETIRED.text =Retired
357- PersonnelStatus.RETIRED.toolTipText =They have retired from the force.
358- PersonnelStatus.RETIRED.reportText =%s has retired
359- PersonnelStatus.RETIRED.logText =Retired
360- PersonnelStatus.RESIGNED.text =Resigned
361- PersonnelStatus.RESIGNED.toolTipText =They have resigned from the force.
362- PersonnelStatus.RESIGNED.reportText =%s has resigned
363- PersonnelStatus.RESIGNED.logText =Resigned
364- PersonnelStatus.SACKED.text =Sacked
365- PersonnelStatus.SACKED.toolTipText =They have been sacked.
366- PersonnelStatus.SACKED.reportText =%s has been sacked
367- PersonnelStatus.SACKED.logText =Was sacked
368- PersonnelStatus.LEFT.text =Left
369- PersonnelStatus.LEFT.toolTipText =They have left the force for unspecified reasons.
370- PersonnelStatus.LEFT.reportText =%s has left the unit for unspecified reasons
371- PersonnelStatus.LEFT.logText =Left the force
372- PersonnelStatus.DESERTED.text =Deserted
373- PersonnelStatus.DESERTED.toolTipText =They have deserted from the force.
374- PersonnelStatus.DESERTED.reportText =%s has deserted from the force
375- PersonnelStatus.DESERTED.logText =Deserted
376- PersonnelStatus.DEFECTED.text =Defected
377- PersonnelStatus.DEFECTED.toolTipText =They have defected to another force.
378- PersonnelStatus.DEFECTED.reportText =%s has defected from the force
379- PersonnelStatus.DEFECTED.logText =Defected
380- PersonnelStatus.STUDENT.text =Student
381- PersonnelStatus.STUDENT.toolTipText =Is away for education or training
382- PersonnelStatus.STUDENT.reportText =%s has left for a period of education or training
383- PersonnelStatus.STUDENT.logText =Studying away from the unit
384- PersonnelStatus.MISSING.text =Missing
385- PersonnelStatus.MISSING.toolTipText =Is missing
386- PersonnelStatus.MISSING.reportText =%s has gone missing
387- PersonnelStatus.MISSING.logText =Gone missing
388- PersonnelStatus.KIA.text =Killed in Action
389- PersonnelStatus.KIA.toolTipText =They have been killed in action.
390- PersonnelStatus.KIA.reportText =%s has been killed in action
391- PersonnelStatus.KIA.logText =Killed in action
392- PersonnelStatus.HOMICIDE.text =Slain in a Homicide
393- PersonnelStatus.HOMICIDE.toolTipText =They have been killed by another person outside of their combat duties.
394- PersonnelStatus.HOMICIDE.reportText =%s was murdered
395- PersonnelStatus.HOMICIDE.logText =Slain in a homicide
396- PersonnelStatus.WOUNDS.text =Slain by their Wounds
397- PersonnelStatus.WOUNDS.toolTipText =They have passed away due to their combat wounds.
398- PersonnelStatus.WOUNDS.reportText =%s has passed away from their combat wounds
399- PersonnelStatus.WOUNDS.logText =Passed away from their wounds
400- PersonnelStatus.DISEASE.text =Died from Disease
401- PersonnelStatus.DISEASE.toolTipText =They have passed away while fighting a disease.
402- PersonnelStatus.DISEASE.reportText =%s has passed away while fighting a disease
403- PersonnelStatus.DISEASE.logText =Passed away from disease
404- PersonnelStatus.ACCIDENTAL.text =Died Accidentally
405- PersonnelStatus.ACCIDENTAL.toolTipText =They have passed away in an accident.
406- PersonnelStatus.ACCIDENTAL.reportText =%s was slain in accident
407- PersonnelStatus.ACCIDENTAL.logText =Passed away in an accident
408- PersonnelStatus.NATURAL_CAUSES.text =Died of Natural Causes
409- PersonnelStatus.NATURAL_CAUSES.toolTipText =They have passed away from natural causes.
410- PersonnelStatus.NATURAL_CAUSES.reportText =%s has passed away from natural causes
411- PersonnelStatus.NATURAL_CAUSES.logText =Passed away from natural causes
412- PersonnelStatus.OLD_AGE.text =Succumbed to Old Age
413- PersonnelStatus.OLD_AGE.toolTipText =They have passed away due to complications originating from their advanced age.
414- PersonnelStatus.OLD_AGE.reportText =%s has passed away due to complications originating from their advanced age
415- PersonnelStatus.OLD_AGE.logText =Succumbed to their old age
416- PersonnelStatus.MEDICAL_COMPLICATIONS.text =Succumbed to Medical Complications
417- PersonnelStatus.MEDICAL_COMPLICATIONS.toolTipText =They have passed away due to complications originating from their medical treatment.
418- PersonnelStatus.MEDICAL_COMPLICATIONS.reportText =%s has passed away due to complications originating from their medical treatment
419- PersonnelStatus.MEDICAL_COMPLICATIONS.logText =Passed away due to complications relating to medical care
420- PersonnelStatus.PREGNANCY_COMPLICATIONS.text =Succumbed to Pregnancy Complications
421- PersonnelStatus.PREGNANCY_COMPLICATIONS.toolTipText =They have passed away due to complications originating from their pregnancy.
422- PersonnelStatus.PREGNANCY_COMPLICATIONS.reportText =%s has passed away from complications originating from their pregnancy
423- PersonnelStatus.PREGNANCY_COMPLICATIONS.logText =Passed away due to complications relating to their pregnancy
424- PersonnelStatus.UNDETERMINED.text =Undetermined Cause of Death
425- PersonnelStatus.UNDETERMINED.toolTipText =They are believed to have passed away from an unknown cause.
426- PersonnelStatus.UNDETERMINED.reportText =%s has died, the cause unknown
427- PersonnelStatus.UNDETERMINED.logText =Recorded as having passed away, the cause unknown
428- PersonnelStatus.SUICIDE.text =Died from Suicide
429- PersonnelStatus.SUICIDE.toolTipText =They took their own life.
430- PersonnelStatus.SUICIDE.reportText =%s has taken their own life
431- PersonnelStatus.SUICIDE.logText =Took their own life
432- PersonnelStatus.ENEMY_BONDSMAN.text =Enemy Bondsman
433- PersonnelStatus.ENEMY_BONDSMAN.toolTipText =They were taken as a Bondsman by enemy forces.
434- PersonnelStatus.ENEMY_BONDSMAN.reportText =The enemy has claimed %s as a Bondsman.
435- PersonnelStatus.ENEMY_BONDSMAN.logText =Taken as a Bondsman
436- PersonnelStatus.BONDSREF.text =Bondsref
437- PersonnelStatus.BONDSREF.toolTipText =They have performed Bondsref
438- PersonnelStatus.BONDSREF.reportText =%s has preformed Bondsref instead of becoming a Bondsman.
439- PersonnelStatus.BONDSREF.logText =Performed Bondsref
440-
441331# Phenotype Enum
442332Phenotype.MEKWARRIOR.text =MekWarrior
443333Phenotype.MEKWARRIOR.toolTipText =Probability of a trueborn person with appropriate bonuses for MekWarriors. Does not apply to non-clan factions.
0 commit comments