Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Color Formatting for Education Events #4527

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions MekHQ/resources/mekhq/resources/Education.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,34 @@ arrived.text=%s has arrived at campus and will begin their education tomorrow.
returningFromSchool.text=%s has begun their return journey, which will take approximately %s days. Travel time will adjust if the unit is in transit.

#### Events
eventDestruction.text=%s's academy has been destroyed. Luckily, they survived the attack. Tomorrow they will begin their journey back to the unit.
eventDestruction.text=%s's %sacademy has been destroyed%s. Luckily, %sthey survived the attack%s. Tomorrow they will begin their journey back to the unit.
eventDestructionKilled.text=%s's academy has been destroyed. Sadly, they've been missing ever since the attack.
eventClosure.text=%s's academy has been suddenly shutdown. Booted off campus, they will begin their journey back to the unit tomorrow.
eventWarExpelled.text=%s's education has been interrupted by the outbreak of war. They were swiftly expelled. Tomorrow they will begin their journey back to the unit.
eventTrainingAccident.text=%s has suffered a serious training accident. They've been hospitalized for %s days while they recover.
eventTrainingAccidentKilled.text=%s has suffered a serious training accident. Sadly, they didn't survive.
eventClosure.text=%s's academy has been suddenly shutdown. %sBooted off campus%s, they will begin their journey back to the unit tomorrow.
eventWarExpelled.text=%s's education has been interrupted by the outbreak of war. They were %sswiftly expelled%s. Tomorrow they will begin their journey back to the unit.
eventTrainingAccident.text=%s has suffered a serious training accident. %s
eventTrainingAccidentWounded.text=They've %sbeen hospitalized%s for %s days while they recover.
eventTrainingAccidentKilled.text=Sadly, %sthey didn't survive%s.

#### Graduation (Inner Sphere)
dropOut.text=%s has dropped out of their education or training. Tomorrow they will begin their journey back to the unit.
dropOutHomeSchooled.text=%s has dropped out of their in-unit education or training.
dropOutRejected.text=%s wanted to drop out of their education or training, but was convinced to stick it out.
graduatedFailed.text=%s has failed to graduate. Tomorrow they will begin their journey back to the unit.
graduatedFailedHomeSchooled.text=%s has failed to graduate from their in-unit education or training.
graduatedBarely.text=%s has barely graduated from %s. Tomorrow they will begin their journey back to the unit.
graduatedBarelyHomeSchooled.text=%s has barely graduated from their in-unit education or training.
graduatedClassNeeded.text=%s still needs to complete one or more classes, and is unable to graduate. %s days have been added to their education.
graduated.text=%s has attended their graduation ceremony%s. Tomorrow they will begin their journey back to the unit.
graduatedHomeSchooled.text=%s has graduated from their in-unit education or training.
graduatedHonors.text=%s has attended their graduation ceremony%s. They've graduated with honors. Tomorrow they will begin their journey back to the unit.
dropOut.text=%s has %sdropped out%s of their education or training. Tomorrow they will begin their journey back to the unit.
dropOutHomeSchooled.text=%s has %sdropped out%s of their in-unit education or training.
dropOutRejected.text=%s %swanted to drop out%s of their education or training, but was convinced to stick it out.
graduatedFailed.text=%s has %sfailed to graduate%s. Tomorrow they will begin their journey back to the unit.
graduatedFailedHomeSchooled.text=%s has %sfailed to graduate%s from their in-unit education or training.
graduatedBarely.text=%s has %sbarely graduated%s. Tomorrow they will begin their journey back to the unit.
graduatedBarelyHomeSchooled.text=%s has %sbarely graduated%s from their in-unit education or training.
graduatedClassNeeded.text=%s still %sneeds to complete one or more classes%s, and is unable to graduate. %s days have been added to their education.
graduated.text=%s has %sattended their graduation ceremony%s%s. Tomorrow they will begin their journey back to the unit.
graduatedHomeSchooled.text=%s has %sgraduated%s from their in-unit education or training.
graduatedHonors.text=%s has %sattended their graduation ceremony%s%s. They've graduated %swith honors%s. Tomorrow they will begin their journey back to the unit.
graduatedHonorsLog.text=with honors
graduatedTop.text=%s has attended their graduation ceremony%s. They've graduated top of their class. Tomorrow they will begin their journey back to the unit.
graduatedTop.text=%s has %sattended their graduation ceremony%s%s. They've graduated %stop of their class%s. Tomorrow they will begin their journey back to the unit.
graduatedTopLog.text=top of their class
graduatedMasters.text=%s has completed a Master's Degree in %s.
graduatedDoctorate.text=%s has completed a Doctorate in %s.
graduatedDoctorate.text=%s has completed a %sDoctorate%s in %s.
bonusAdded.text=During their education or training, %s discovered a natural talent!
bonusXp.text=%s learned something new (+%s XP)
graduatedChild.text=%s graduated from %s. Tomorrow, they will begin their journey back to the unit.
graduatedChild.text=%s %sgraduated%s. Tomorrow, they will begin their journey back to the unit.

#### Graduation Events (positive)
addressEncouragement.text=during which the commencement address included words of encouragement
Expand Down
Loading