A huge amount of work on GUI
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
test.hello-world = Hello World!
|
||||
|
||||
game.budget = Budget: %d$
|
||||
game.quit = Quit Game
|
||||
game.quests = Quests
|
||||
game.quests.next = Next Quest
|
||||
game.quest.reward = %d$
|
||||
game.trash = Recycle Bin
|
||||
game.trash.hover = Destroy\n%d$
|
||||
game.storage = Storage
|
||||
game.balance.history = Transactions
|
||||
game.balance.history.index =
|
||||
game.balance.history.change = Change in $
|
||||
game.balance.history.type = Description
|
||||
game.balance.history.type.abandon = Quest abandoned
|
||||
game.balance.history.type.destroy = Product destroy
|
||||
game.balance.history.type.move = Product moved
|
||||
game.balance.history.type.noop = NOOP
|
||||
game.balance.history.type.sell = Product sold
|
||||
game.balance.history.type.store = Product stored
|
||||
game.balance.chart = Balance
|
||||
game.balance.chart.line = Budget
|
||||
game.balance.total-income = Total Income: %d$
|
||||
game.balance.total-loss = Total Loss: %d$
|
||||
|
||||
quests.normal = Normal
|
||||
|
||||
products.paper = Paper
|
||||
|
||||
Reference in New Issue
Block a user