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

« back to all changes in this revision

Viewing changes to data/nation/spanish.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=_("Spanish")
4
4
plural=_("?plural:Spanish")
5
 
groups="Medieval","Modern","European"
 
5
groups="Early Modern", "Modern", "European"
6
6
legend=_("The modern Spanish nation was formed when the rulers of the\
7
7
 kingdoms of Castile and Aragon led the recapture of the Iberian\
8
8
 peninsula from the Moslems.  The Reconquista was completed in 1492 AD,\
9
9
 the same year Columbus sailed.")
10
 
leader=
11
 
 "Viriato",
12
 
 "Recaredo I",
13
 
 "Alfonso X",
14
 
 "Fernando V",
15
 
 "Isabel I",
16
 
 "Carlos I",
17
 
 "Felipe II",
18
 
 "Carlos III",
19
 
 "Manuel Azaña",
20
 
 "Francisco Franco"
21
 
leader_sex="Male", "Male", "Male", "Male", "Female",
22
 
           "Male", "Male", "Male", "Male", "Male"
 
10
 
 
11
leaders = {
 
12
 "name",                "sex"
 
13
 "Viriato",             "Male"
 
14
 "Recaredo I",          "Male"
 
15
 "Alfonso X",           "Male"
 
16
 "Fernando V",          "Male"
 
17
 "Isabel I",            "Female"
 
18
 "Carlos I",            "Male"
 
19
 "Felipe II",           "Male"
 
20
 "Carlos III",          "Male"
 
21
 "Manuel Azaña",        "Male"
 
22
 "Francisco Franco",    "Male"
 
23
}
 
24
 
 
25
ruler_titles = {
 
26
 "government",     "male_title",           "female_title"
 
27
 "Despotism",      _("Caudillo %s"),       _("Caudilla %s")
 
28
 "Fundamentalism", _("Cardinal %s"),       _("?female:Cardinal %s")
 
29
 "Democracy",      _("Prime Minister %s"), _("?female:Prime Minister %s")
 
30
}
 
31
 
23
32
flag="spain"
24
33
flag_alt = "-"
25
34
city_style = "Classical"
26
35
 
27
 
ruler_titles = { "government",     "male_title",        "female_title"
28
 
                 "Despotism",      _("Caudillo"),       _("Caudilla")
29
 
                 "Fundamentalism", _("Cardinal"),       _("?female:Cardinal")
30
 
                 "Democracy",_("Prime Minister"), _("?female:Prime Minister")
31
 
               }
32
 
 
33
36
init_techs=""
34
37
init_buildings=""
35
38
init_government="Despotism"
36
39
init_units=""
37
40
 
38
 
conflicts_with="catalan", "galician"
 
41
conflicts_with="catalan", "galician", "castilian", "leonese"
39
42
 
40
43
civilwar_nations=
41
44
; Sub-national nations
42
 
 "catalan", "galician",
 
45
 "catalan", "galician", "aragonese", "castilian", "leonese",
43
46
; Spanish speaking ex-colonies
44
47
 "argentine", "chilean", "colombian", "cuban", "filipino", "venezuelan"
45
48