File: win_condition_texts.lua

package info (click to toggle)
widelands 1%3A17-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 332,404 kB
  • sloc: cpp: 104,978; python: 3,073; ada: 855; sh: 435; makefile: 225
file content (50 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
won_game = {
  title = _ "Congratulations!",
  body = _ "You have won this game!"
}

lost_game = {
  title = _ "You are defeated!",
  body = _ "You have nothing to command left. If you want, you may continue as spectator."
}

won_game_over = {
  title = _ "You won",
  body = _"You are the winner!"
}

lost_game_over = {
  title = _ "You lost",
  body = _"You've lost this game!"
}

game_status = {
  title = _ "Status",
  body = _ "Player overview:"
}

game_status_woodgnome = {
  end_in = _ "The game will end in %i minutes.",
  trees = _ "%s has %i trees at the moment.",
  overview = _ "Player overview:",
  had1 = _ "%s had ",
  had2 = _ "%i trees.",
  winner1 = _ "The winner is %s ",
  winner2 = _ "with %i trees.",
  owned = _ "Trees owned"
}

game_status_collectors = {
  title = _ "Status for %s<br>",
  total = _ "Total: %i points",
  end_in = _ "The game will end in %s.",
  points = _ "Points"
}

game_status_territoral_lord = {
  team = _ "Team %i",
  other1 = _ "%s owns more than half of the maps area.",
  other2 = _ "You still got %i minutes to prevent a victory.",
  player1 = _ "You own more than half of the maps area.",
  player2 = _ "Keep it for %i more minutes to win the game."
}