/usr/share/games/freeciv/nation/english.ruleset is in freeciv-data 2.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | [nation_english]
name=_("English")
plural=_("?plural:English")
groups="Medieval", "Early Modern", "European", "Core"
; /* TRANS: Legend for nation in "core" set */
legend=_("England was unified by Alfred the Great of Wessex in the late\
9th century, only to be conquered by William of Normandy a century\
later, in the last successful invasion of the country.")
leaders = {
"name", "sex"
"Elizabeth I", "Female"
"Alfred the Great", "Male" ; a.k.a. "Alfred of Wessex"
"William the Conqueror", "Male"
"Richard Lionheart", "Male"
"Henry II", "Male"
"Oliver Cromwell", "Male"
"John Lackland", "Male"
"Mary Tudor", "Female"
"Edward Longshanks", "Male"
}
ruler_titles = {
"government", "male_title", "female_title"
"Anarchy", _("Pretender %s"), _("?female:Pretender %s")
"Despotism", _("Lord %s"), _("Lady %s")
"Fundamentalism", _("Bishop %s"), _("?female:Bishop %s")
"Republic", _("Lord Protector %s"), _("Lady Protector %s")
}
flag="england"
flag_alt = "united_kingdom"
city_style = "European"
init_techs=""
init_buildings=""
init_units=""
civilwar_nations = "cornish", "british", "northumbrian"
cities =
"London",
"Westminster",
"Birmingham",
"Liverpool",
"Manchester",
"Leeds",
"York",
"Newcastle",
"Canterbury",
"Bradford",
"Derby",
"Southampton",
"Middlesbrough",
"Sheffield",
"Nottingham",
"Coventry",
"Bath",
"Bristol",
"Brighton",
"Portsmouth",
"Hull",
"Leicester",
"Plymouth",
"Bournemouth",
"Sunderland",
"Stoke-on-Trent",
"Bolton",
"Norwich",
"Oxford",
"Colchester",
"Reading",
"Cambridge",
"Gloucester",
"Blackpool",
"Stratford-upon-Avon",
"Durham",
"Eastleigh",
"Winchester",
"Folkestone",
"Dover",
"Huntingdon",
"Hereford",
"Ipswich",
"Kettering",
"King's Lynn",
"Kidderminster",
"Leek",
"Lincoln",
"Lutterworth",
"Macclesfield",
"Market Bosworth",
"Market Harborough",
"Melton Mowbray",
"Nuneaton",
"Oakham",
"Peterborough",
"Pickering",
"Preston",
"Poole",
"Rochester",
"Ramsgate",
"Southend",
"Stevenage",
"Ashford",
"Swindon",
"Torquay",
"Wolverhampton",
"Weymouth",
"Yeovil",
"Halifax",
"Oldham",
"Rochdale",
"Blackburn",
"Burnley",
"Lancaster",
"Northampton",
"Salisbury",
"Cowes"
|