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

« back to all changes in this revision

Viewing changes to data/nation/puertorican.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:
 
1
[nation_puertorican]
 
2
 
 
3
name=_("Puerto Rican")
 
4
plural=_("?plural:Puerto Ricans")
 
5
groups="American"
 
6
legend=_("The smallest of the Greater Antilles, Puerto Rico was inhabited\
 
7
 by the indigenous Taino people when it was conquered by the Spanish. It\
 
8
 was conquered by the United States in 1898, just one year after Spain\
 
9
 had granted autonomy to the island. Currently it is a US commonwealth,\
 
10
 but its definitive status is still being discussed.")
 
11
 
 
12
leaders = {
 
13
 "name",                        "sex"
 
14
 "Juan Ponce de León",          "Male"
 
15
 "Ramón Power y Giralt",        "Male"
 
16
 "Roberto Cofresí",             "Male"
 
17
 "Ramón Emeterio Betances",     "Male"
 
18
 "Segundo Ruiz Belvis",         "Male"
 
19
 "Manuel Rojas",                "Male"
 
20
 "Luisa Capetillo",             "Female"
 
21
 "Luis Muñoz Rivera",           "Male"
 
22
 "Pedro Albizu Campos",         "Male"
 
23
 "Blanca Canales",              "Female"
 
24
}
 
25
 
 
26
ruler_titles = {
 
27
 "government",      "male_title",            "female_title"
 
28
 "Despotism",       _("Captain General %s"), _("?female:Captain General %s")
 
29
 "Fundamentalism",  _("Father %s"),          _("Mother %s")
 
30
 "Republic",        _("Governor %s"),        _("?female:Governor %s")
 
31
}
 
32
 
 
33
flag="puerto_rico"
 
34
flag_alt = "-"
 
35
city_style = "Tropical"
 
36
 
 
37
init_techs=""
 
38
init_buildings=""
 
39
init_government="Despotism"
 
40
init_units=""
 
41
 
 
42
civilwar_nations = "taino", "dominicano", "cuban"
 
43
 
 
44
cities =
 
45
 "San Juan",
 
46
 "Bayamón",
 
47
 "Mayagüez",
 
48
 "Ponce",
 
49
 "Lares",
 
50
 "Carolina",
 
51
 "Caguas",
 
52
 "Guaynabo",
 
53
 "Trujillo Alto",
 
54
 "Arecibo",
 
55
 "Fajardo",
 
56
 "Vega Baja (grassland)",
 
57
 "Levittown",
 
58
 "Cataño",
 
59
 "Guayama",
 
60
 "Yauco",
 
61
 "Humacao",
 
62
 "Candelaria",
 
63
 "Cayey",
 
64
 "Manatí",
 
65
 "Aguadilla",
 
66
 "Dorado",
 
67
 "Hormigueros",
 
68
 "Pájaros",
 
69
 "Río Grande (river)",
 
70
 "Vega Alta (grassland)",
 
71
 "Isabela",
 
72
 "San Germán",
 
73
 "San Sebastián",
 
74
 "Coamo",
 
75
 "Cabo Rojo (ocean)",
 
76
 "Corozal",
 
77
 "San Lorenzo",
 
78
 "Sabana Grande (plains)",
 
79
 "Utuado",
 
80
 "Gurabo",
 
81
 "San Isidro",
 
82
 "Canóvanas",
 
83
 "Juana Díaz",
 
84
 "Guánica",
 
85
 "Juncos",
 
86
 "Luquillo",
 
87
 "Aibonito",
 
88
 "Florida",
 
89
 "Campanilla",
 
90
 "Peñuelas",
 
91
 "Las Piedras",
 
92
 "Santa Isabel",
 
93
 "Puerto Real (ocean)",
 
94
 "Arroyo",
 
95
 "San Antonio",
 
96
 "Yabucoa",
 
97
 "Vieques",
 
98
 "Culebra",
 
99
 "Mona"
 
100