mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-28 14:39:22 +01:00
"Release 1.9.0"
This commit is contained in:
parent
7b3e03916f
commit
a9795e57ca
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-06-17 18:21+0200\n"
|
||||
"POT-Creation-Date: 2005-06-18 12:58+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1351,6 +1351,78 @@ msgstr ""
|
||||
msgid "TT has changed their structure to EX"
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:45
|
||||
msgid "Saving options/constants..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:58
|
||||
msgid "Saving leagues..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:69
|
||||
msgid "Saving cups..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:80
|
||||
msgid "Saving users..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:90
|
||||
msgid "Saving transfer list..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:100
|
||||
msgid "Saving season stats..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:110
|
||||
msgid "Saving miscellaneous..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:117
|
||||
msgid "Compressing savegame..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:125 src/load_save.c:255
|
||||
msgid "Done."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:167
|
||||
msgid "Last save file not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:175
|
||||
msgid "Uncompressing savegame..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:185
|
||||
msgid "Loading options/constants..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:198
|
||||
msgid "Loading leagues..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:208
|
||||
msgid "Loading cups..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:218
|
||||
msgid "Loading users..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:228
|
||||
msgid "Loading transfer list..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:238
|
||||
msgid "Loading season stats..."
|
||||
msgstr ""
|
||||
|
||||
#: src/load_save.c:248
|
||||
msgid "Loading miscellaneous..."
|
||||
msgstr ""
|
||||
|
||||
#: src/misc2_callback_func.c:45
|
||||
#, c-format
|
||||
msgid "%s couldn't afford to buy %s or his roster was full."
|
||||
@ -2594,6 +2666,11 @@ msgstr ""
|
||||
msgid "%s: %d (no limit)\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/treeview_helper.c:852
|
||||
#, c-format
|
||||
msgid "%s (expected recovery in %d weeks)"
|
||||
msgstr ""
|
||||
|
||||
#: src/treeview_helper.c:963
|
||||
msgid " (P)"
|
||||
msgstr ""
|
||||
|
@ -849,7 +849,7 @@ treeview_helper_player_info_health_to_cell(GtkCellRenderer *renderer, const Play
|
||||
|
||||
if(pl->health != 0)
|
||||
{
|
||||
sprintf(buf, "%s (expected recovery in %d weeks)",
|
||||
sprintf(buf, _("%s (expected recovery in %d weeks)"),
|
||||
player_injury_to_char(pl->health), pl->recovery);
|
||||
g_object_set(renderer, "background",
|
||||
const_app("string_treeview_helper_color_player_injury"), NULL);
|
||||
|
@ -14,3 +14,7 @@ string_contrib_entry Tobe & Arne Deprez (Belgium)
|
||||
string_contrib_entry Celso Goya (Brazil)
|
||||
string_contrib_entry Arnaud Le Rouzic (France)
|
||||
string_contrib_entry Cristian Spoiala (Romania)
|
||||
|
||||
string_contrib_title Translations
|
||||
string_contrib_entry Győző Both (German)
|
||||
string_contrib_entry Tobe & Arne Deprez (Dutch)
|
||||
|
@ -4,14 +4,14 @@
|
||||
# Most of these options are uncommented because their meaning
|
||||
# is rather clear if you take a look at the options window in the game.
|
||||
|
||||
int_opt_user_show_live_game 0
|
||||
int_opt_user_show_live_game 1
|
||||
int_opt_user_live_game_speed 0
|
||||
int_opt_user_live_game_verbosity 5
|
||||
int_opt_user_show_tendency_bar 1
|
||||
int_opt_user_pause_injury 1
|
||||
int_opt_user_pause_red 1
|
||||
int_opt_user_pause_break 1
|
||||
int_opt_user_auto_sub 1
|
||||
int_opt_user_auto_sub 0
|
||||
int_opt_user_show_job_offers 1
|
||||
int_opt_user_swap_adapts 1
|
||||
int_opt_user_show_overall 0
|
||||
@ -21,7 +21,7 @@ int_opt_user_contract_limit 12
|
||||
int_opt_user_penalty_shooter -1
|
||||
|
||||
# the order of these attributes is important
|
||||
# don't change it
|
||||
# don't change it, only the values
|
||||
int_opt_user_pl1_att_name 1
|
||||
int_opt_user_pl1_att_cpos 1
|
||||
int_opt_user_pl1_att_pos 1
|
||||
@ -42,7 +42,7 @@ int_opt_user_pl1_att_team 0
|
||||
int_opt_user_pl1_att_league_cup 0
|
||||
|
||||
# the order of these attributes is important
|
||||
# don't change it
|
||||
# don't change it, only the values
|
||||
int_opt_user_pl2_att_name 1
|
||||
int_opt_user_pl2_att_cpos 0
|
||||
int_opt_user_pl2_att_pos 1
|
||||
|
22
support_files/definitions/ireland/country_ireland.xml
Normal file
22
support_files/definitions/ireland/country_ireland.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<country>
|
||||
<name>Ireland</name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<sid>ireland</sid>
|
||||
<leagues>
|
||||
<league>ireland1</league>
|
||||
<league>ireland2</league>
|
||||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>ireland_senior</cup>
|
||||
<cup>ireland_league</cup>
|
||||
<cup>ireland_setanta</cup>
|
||||
<cup>ireland_uefa_q</cup>
|
||||
<cup>ireland_cl_q</cup>
|
||||
<cup>ireland_uefa</cup>
|
||||
<cup>ireland_cl</cup>
|
||||
<cup>ireland_prom_games</cup>
|
||||
</cups>
|
||||
|
||||
</country>
|
158
support_files/definitions/ireland/cup_ireland_cl.xml
Normal file
158
support_files/definitions/ireland/cup_ireland_cl.xml
Normal file
@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Champions' League</name>
|
||||
<short_name>CL</short_name>
|
||||
<symbol>flag_eu.png</symbol>
|
||||
<sid>ireland_champ_league</sid>
|
||||
<group>1</group>
|
||||
<yellow_red>3</yellow_red>
|
||||
<skill_diff>2250</skill_diff>
|
||||
<week_gap>3</week_gap>
|
||||
<last_week>44</last_week>
|
||||
<add_week>12</add_week>
|
||||
<property>international</property>
|
||||
|
||||
<cup_rounds>
|
||||
|
||||
<cup_round>
|
||||
<number_of_groups>4</number_of_groups>
|
||||
<number_of_advance>2</number_of_advance>
|
||||
<new_teams>16</new_teams>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland_cl_q</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>england1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>france1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>germany1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>greece1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>italy1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>netherlands1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>portugal1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>russia1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>scotland1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>spain1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>switzerland1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>turkey1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>ukraine1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>belgium1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>czech1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>denmark1_short</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
|
||||
</cup_rounds>
|
||||
|
||||
</cup>
|
44
support_files/definitions/ireland/cup_ireland_cl_q.xml
Normal file
44
support_files/definitions/ireland/cup_ireland_cl_q.xml
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Champions' League Qualifiers</name>
|
||||
<short_name>CL Qual.</short_name>
|
||||
<symbol>flag_eu.png</symbol>
|
||||
<sid>ireland_cl_q</sid>
|
||||
<group>102</group>
|
||||
<yellow_red>3</yellow_red>
|
||||
<skill_diff>500</skill_diff>
|
||||
<last_week>11</last_week>
|
||||
<week_gap>2</week_gap>
|
||||
<property>international</property>
|
||||
<property>highlight1</property>
|
||||
|
||||
<cup_rounds>
|
||||
|
||||
<cup_round>
|
||||
<new_teams>8</new_teams>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>LEAGUE1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>france2 germany2 italy2 scotland2
|
||||
belgium2 romania2</choose_team_sid>
|
||||
<number_of_teams>7</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
37
support_files/definitions/ireland/cup_ireland_league.xml
Normal file
37
support_files/definitions/ireland/cup_ireland_league.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>League Cup</name>
|
||||
<short_name>League Cup</short_name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<sid>ireland_league</sid>
|
||||
<last_week>37</last_week>
|
||||
<week_gap>4</week_gap>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland1</choose_team_sid>
|
||||
</choose_team>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland2</choose_team_sid>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
30
support_files/definitions/ireland/cup_ireland_prom_games.xml
Normal file
30
support_files/definitions/ireland/cup_ireland_prom_games.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Promotion Play-Off</name>
|
||||
<short_name>Play-Off</short_name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<sid>ireland_prom_games</sid>
|
||||
<add_week>1000</add_week>
|
||||
<property>national</property>
|
||||
<property>highlight2</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<home_away>1</home_away>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>11</start_idx>
|
||||
<end_idx>11</end_idx>
|
||||
</choose_team>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland2</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>2</start_idx>
|
||||
<end_idx>2</end_idx>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
37
support_files/definitions/ireland/cup_ireland_senior.xml
Normal file
37
support_files/definitions/ireland/cup_ireland_senior.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>FAI Senior Cup</name>
|
||||
<short_name>Senior Cup</short_name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<sid>ireland_senior</sid>
|
||||
<last_week>39</last_week>
|
||||
<week_gap>4</week_gap>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland1</choose_team_sid>
|
||||
</choose_team>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland2</choose_team_sid>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
47
support_files/definitions/ireland/cup_ireland_setanta.xml
Normal file
47
support_files/definitions/ireland/cup_ireland_setanta.xml
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Setanta Cup</name>
|
||||
<short_name>Setanta Cup</short_name>
|
||||
<symbol>map_ireland.png</symbol>
|
||||
<sid>ireland_setanta</sid>
|
||||
<last_week>16</last_week>
|
||||
<week_gap>2</week_gap>
|
||||
<property>international</property>
|
||||
<skill_diff>500</skill_diff>
|
||||
<group>101</group>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<number_of_groups>1</number_of_groups>
|
||||
<number_of_advance>1</number_of_advance>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland_senior</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
</choose_team>
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland1</choose_team_sid>
|
||||
<number_of_teams>2</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>3</end_idx>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
<new_teams>1</new_teams>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>n_ireland1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
54
support_files/definitions/ireland/cup_ireland_uefa.xml
Normal file
54
support_files/definitions/ireland/cup_ireland_uefa.xml
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>UEFA Cup</name>
|
||||
<short_name>UEFA Cup</short_name>
|
||||
<symbol>flag_eu.png</symbol>
|
||||
<sid>ireland_uefa</sid>
|
||||
<group>1</group>
|
||||
<yellow_red>3</yellow_red>
|
||||
<skill_diff>1700</skill_diff>
|
||||
<week_gap>3</week_gap>
|
||||
<last_week>42</last_week>
|
||||
<add_week>12</add_week>
|
||||
<property>international</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<new_teams>32</new_teams>
|
||||
<choose_teams>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>ireland_uefa_q</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>england1 france1 germany1 greece1_short
|
||||
italy1 netherlands1_short portugal1_short russia1_short
|
||||
scotland1 spain1_short switzerland1_short turkey1_short
|
||||
ukraine1_short belgium1 czech1_short
|
||||
denmark1_short</choose_team_sid>
|
||||
<number_of_teams>31</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
38
support_files/definitions/ireland/cup_ireland_uefa_q.xml
Normal file
38
support_files/definitions/ireland/cup_ireland_uefa_q.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>UEFA Cup Qualifiers</name>
|
||||
<short_name>UEFA Qual.</short_name>
|
||||
<symbol>flag_eu.png</symbol>
|
||||
<sid>ireland_uefa_q</sid>
|
||||
<group>102</group>
|
||||
<yellow_red>3</yellow_red>
|
||||
<skill_diff>250</skill_diff>
|
||||
<week_gap>2</week_gap>
|
||||
<last_week>11</last_week>
|
||||
<property>international</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<new_teams>4</new_teams>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>CUP1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>2</end_idx>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>france2 germany2 italy2 scotland2
|
||||
belgium2 romania2</choose_team_sid>
|
||||
<number_of_teams>7</number_of_teams>
|
||||
<randomly>1</randomly>
|
||||
<generate>1</generate>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
60
support_files/definitions/ireland/league_ireland1.xml
Normal file
60
support_files/definitions/ireland/league_ireland1.xml
Normal file
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
|
||||
<sid>ireland1</sid>
|
||||
<name>Premier Division</name>
|
||||
<short_name>Prem.</short_name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<round_robins>3</round_robins>
|
||||
<average_skill>7000</average_skill>
|
||||
|
||||
<prom_rel>
|
||||
<prom_rel_element>
|
||||
<rank_start>12</rank_start>
|
||||
<rank_end>12</rank_end>
|
||||
<dest_sid>ireland2</dest_sid>
|
||||
<prom_rel_type>relegation</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>Cork</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Shelbourne</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Drogheda</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Derry</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Dublin B.</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Waterford</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Longford</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Bray</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Dublin St. P</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>U.C.D.</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Ballybofey</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Dublin S.</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
60
support_files/definitions/ireland/league_ireland2.xml
Normal file
60
support_files/definitions/ireland/league_ireland2.xml
Normal file
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
|
||||
<sid>ireland2</sid>
|
||||
<name>First Division</name>
|
||||
<short_name>Div. 1</short_name>
|
||||
<symbol>flag_ireland.png</symbol>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<round_robins>4</round_robins>
|
||||
<average_skill>6000</average_skill>
|
||||
|
||||
<prom_rel>
|
||||
<prom_games>
|
||||
<prom_games_dest_sid>ireland1</prom_games_dest_sid>
|
||||
<prom_games_loser_sid>ireland2</prom_games_loser_sid>
|
||||
<prom_games_cup_sid>ireland_prom_games</prom_games_cup_sid>
|
||||
</prom_games>
|
||||
|
||||
<prom_rel_element>
|
||||
<rank_start>1</rank_start>
|
||||
<rank_end>1</rank_end>
|
||||
<dest_sid>ireland1</dest_sid>
|
||||
<prom_rel_type>promotion</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>Dublin C.</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Sligo</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Limerick</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Cobh</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Kildare</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Dundalk</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Monaghan</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Athlone</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Galway</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Kilkenny</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
55
support_files/definitions/ireland/league_n_ireland1.xml
Normal file
55
support_files/definitions/ireland/league_n_ireland1.xml
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
<sid>n_ireland1</sid>
|
||||
<symbol>flag_n_ireland.png</symbol>
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>Glentoran</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Linfield</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Portadown</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Dungannon</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Limavady</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Coleraine</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Lisburn</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Ballymena</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Newry</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Cliftonville</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Loughall</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Larne</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Ards</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Armagh</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Glenavon</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Londonderry</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
BIN
support_files/pixmaps/flags/flag_ireland.png
Normal file
BIN
support_files/pixmaps/flags/flag_ireland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
BIN
support_files/pixmaps/flags/flag_n_ireland.png
Normal file
BIN
support_files/pixmaps/flags/flag_n_ireland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 255 B |
BIN
support_files/pixmaps/flags/map_ireland.png
Normal file
BIN
support_files/pixmaps/flags/map_ireland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 957 B |
Loading…
x
Reference in New Issue
Block a user