Feature: display news for goal won and new goal

This commit is contained in:
Andy
2015-01-10 21:19:17 +00:00
parent 2a75970356
commit cca702e7db
2 changed files with 29 additions and 12 deletions

View File

@@ -1,10 +1,13 @@
##plural 0
STR_GOAL_NEWS :
STR_COMPANY_GOAL :Deliver {GOLD}{CARGO_LONG} {ORANGE}to {STRING}
STR_PROGRESS :{YELLOW}{NUM}% {ORANGE}done
STR_TIMEOUT_YEARS :{GOLD}{NUM} {ORANGE}year{P "" s} remaining
STR_TIMEOUT_MONTHS :{GOLD}{NUM} {ORANGE}month{P "" s} remaining
STR_TIMEOUT_DAYS :{GOLD}{NUM} {ORANGE}day{P "" s} remaining
STR_TOWN_NAME :{WHITE}{TOWN}
STR_INDUSTRY_NAME :{YELLOW}{INDUSTRY}
STR_COMPANY_GOAL :Deliver {GOLD}{CARGO_LONG} {ORANGE}to {STRING}
STR_COMPANY_GOAL_NEWS :New goal! Deliver {CARGO_LONG} to {STRING}
STR_PROGRESS :{YELLOW}{NUM}% {ORANGE}done
STR_COMPANY_GOAL_WON_NEWS :Goal won! {CARGO_LONG} delivered to {STRING}
STR_TIMEOUT_YEARS :{GOLD}{NUM} {ORANGE}year{P "" s} remaining
STR_TIMEOUT_MONTHS :{GOLD}{NUM} {ORANGE}month{P "" s} remaining
STR_TIMEOUT_DAYS :{GOLD}{NUM} {ORANGE}day{P "" s} remaining
STR_TOWN_NAME :{WHITE}{TOWN}
STR_TOWN_NAME_NEWS :{TOWN}
STR_INDUSTRY_NAME :{YELLOW}{INDUSTRY}
STR_INDUSTRY_NAME_NEWS :{INDUSTRY}