~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/nation/prussian.ruleset

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
name=_("Prussian")
4
4
plural=_("?plural:Prussians")
5
 
groups="Medieval", "European"
 
5
groups="Early Modern", "European"
6
6
 
7
7
legend=_("Prussia was originally the name of a pagan Baltic people, who in\
8
8
 the 13th century were conquered by the German Teutonic Knight order. The\
12
12
 uniting the German nation in 1871 and solidified its power during the\
13
13
 Franco-Prussian war of the same year.")
14
14
 
15
 
leader=
16
 
 "Albrecht der Bär",
17
 
 "Waldemar",
18
 
 "Albrecht I",
19
 
 "Albrecht Friedrich",
20
 
 "Friedrich Wilhelm",
21
 
 "Friedrich I"
22
 
leader_sex = "Male", "Male", "Male", "Male", "Male", "Male"
 
15
leaders = {
 
16
 "name",                "sex"
 
17
 "Waldemar",            "Male"
 
18
 "Albrecht I",          "Male"
 
19
 "Albrecht Friedrich",  "Male"
 
20
 "Friedrich Wilhelm",   "Male"
 
21
 "Friedrich I",         "Male"
 
22
}
23
23
 
24
 
ruler_titles = { "government",      "male_title",        "female_title"
25
 
                 "Despotism",      _("Grand Master"),    _("Grand Mistress")
26
 
                 "Monarchy",       _("Duke"),            _("Duchess")
27
 
                 "Republic",       _("Elector"),         _("?female:Elector")
28
 
                 "Democracy",      _("Chancellor"),   _("?female:Chancellor")
29
 
                 "Fundamentalism", _("Archbishop"),   _("?female:Archbishop")
30
 
                 "Communism",_("First Secretary"),_("?female:First Secretary")
31
 
               }
 
24
ruler_titles = {
 
25
 "government",      "male_title",         "female_title"
 
26
 "Despotism",      _("Duke %s"),          _("Duchess %s")
 
27
 "Republic",  _("Minister-President %s"), _("?female:Minister-President %s")
 
28
 "Democracy",      _("Chancellor %s"),    _("?female:Chancellor %s")
 
29
 "Fundamentalism", _("Archbishop %s"),    _("?female:Archbishop %s")
 
30
 "Communism",      _("First Secretary %s"),_("?female:First Secretary %s")
 
31
}
32
32
 
33
33
flag         = "prussia"
34
34
flag_alt     = "-"
39
39
init_government="Despotism"
40
40
init_units=""
41
41
 
42
 
civilwar_nations = "german", "polish", "lithuanian"
 
42
civilwar_nations = "german", "polish", "lithuanian", "brandenburgian"
43
43
 
44
44
; Sources:
45
45
; http://commons.wikimedia.org/wiki/Image:Rzeczpospolita_Royal_Ducal.png
74
74
 "Pillau",
75
75
 "Eylau",
76
76
 "Osterode",
77
 
 "Allenstein",
78
 
 "Heilsberg",
79
77
 "Rastenburg",
80
78
 "Ortelsburg",
81
79
 "Angerburg",
82
80
 "Insterburg",
83
81
 "Goldap",
84
 
 "Gumbinnen"
 
82
 "Gumbinnen",
 
83
; Brandenburg-Prussia
 
84
 "Berlin",
 
85
 "Potsdam",
 
86
 "Posen",
 
87
 "Breslau",
 
88
 "Frankfurt/Oder",
 
89
 "Cottbus",
 
90
 "Brandenburg an der Havel",
 
91
 "Schneidemühl",
 
92
 "Charlottenburg",
 
93
 "Halle/Saale",
 
94
; Other territories
 
95
 "Magdeburg",
 
96
 "Münster",
 
97
 "Köln",
 
98
 "Koblenz",
 
99
 "Kleve",
 
100
 "Sigmaringen",
 
101
 "Oppeln",
 
102
 "Essen",
 
103
 "Düsseldorf",
 
104
 "Dortmund",
 
105
 "Kiel",
 
106
 "Kassel",
 
107
 "Hannover",
 
108
 "Frankfurt am Main",
 
109
 "Wiesbaden",
 
110
 "Schleswig",
 
111
 "Arolsen"