File: win_condition_texts.lua

package info (click to toggle)
widelands 1%3A18-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 354,376 kB
  • ctags: 16,411
  • sloc: cpp: 114,658; python: 3,714; sh: 427; makefile: 317
file content (56 lines) | stat: -rw-r--r-- 1,426 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
51
52
53
54
55
56
won_game = {
  title = _ "Congratulations!",
  body = _ "You have won this game!"
}

lost_game = {
  title = _ "You are defeated!",
  body = _ "You lost your last warehouse and are therefore defeated. You may continue as spectator if you want."
}

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."
}

game_status_territoral_lord_time = {
  end_in = _ "The game will end in %i minutes.",
  end_in_or = _ "Otherwise the game will end in %i minutes.",
  land = _ "%s %s %i%% of the land (%i of %i)."
}