diff --git a/README.md b/README.md index a8d0377cd..5b14d4440 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ **Project Lead:** Wolferos -**Current Version:** 0.1.8b +**Current Version:** 0.1.9 **Compatible with:** Hearts of Iron IV 1.3.1 "Torch"(with or without Together for Victory Paid DLC) **Supported Languages:** - English Language - Chinese Language (本MOD提供汉化版本,[汉化补丁链接](http://steamcommunity.com/sharedfiles/filedetails/?id=803029506)) -- Turkish Language (Türkçe Yama(http://paradoxfan.com/forum/index.php?topic=51341.0)) -- Russian Language (Already in the Mod thanks to the Community of Strategium.ru(https://www.strategium.ru)) +- Turkish Language ([Türkçe Yama](http://paradoxfan.com/forum/index.php?topic=51341.0)) +- Russian Language (Already in the Mod thanks to the [Community of Strategium.ru](https://www.strategium.ru)) /!\ Warning /!\ Old Saves may not work with newer versions of the Mod diff --git a/mod/thegreatwar/common/national_focus/germany.txt b/mod/thegreatwar/common/national_focus/germany.txt index f54e7d792..9bd2c6e24 100755 --- a/mod/thegreatwar/common/national_focus/germany.txt +++ b/mod/thegreatwar/common/national_focus/germany.txt @@ -49,45 +49,6 @@ focus_tree = { y = 2 } - focus = { - id = GER_ww1_annex_BAV - prerequisite = { focus = GER_ww1_support_kaiser } - icon = GFX_hoi4tgw_ironcross - - available = { - - country_exists=BAV - - BAV = { - has_government=neutrality - is_puppet = yes - } - } - - completion_reward = { - - add_national_unity = -0.05 - - annex_country = { - target = BAV - transfer_troops = yes - } - - } - - ai_will_do = { - factor = 800 - modifier = { - factor = 0 - BAV = { is_ai = no } - } - } - - cost = 3 - x = 0 - y = 2 - } - #---------- Kaiser+ focus = { @@ -563,9 +524,70 @@ focus_tree = { y = 0 } + # HOI4TGW 0.1.9 + + focus = { + id = GER_ww1_free_BAV + prerequisite = { focus = GER_ww1_diplomatic_effort } + icon = GFX_goal_generic_propaganda + + available = { + NOT = {country_exists=BAV } + controls_state = 52 + controls_state = 53 + controls_state = 54 + } + + completion_reward = { + + add_national_unity = 0.10 + add_manpower = 15000 + + BAV = { + transfer_state = 52 + transfer_state = 53 + transfer_state = 54 + } + + puppet = BAV + + # SPECIAL_DLC Together for Victory + if = { limit = { has_dlc = "Together for Victory" } + + #IF----------------------------------------- + set_autonomy = { + target = BAV + autonomous_state = autonomy_integrated_puppet + } + #------------------------------------------- + + #ELSE--------------------------------------- + else = { + # WORK IN PROGRESS # Temporary Solution for Open Beta 0.1.9 + } + #------------------------------------------- + } + + hidden_effect { + + BAV = { load_oob = "BAV_1910" } + } + } + + ai_will_do = { + factor = 0 + } + + cost = 9 + x = 7 + y = 1 + } + + #----------------------------------------------------------------------- # Bloc 1 #----------------------------------------------------------------------- + focus = { id = GER_ww1_triple_alliance prerequisite = { focus=GER_ww1_diplomatic_effort } diff --git a/mod/thegreatwar/common/technologies/air_techs.txt b/mod/thegreatwar/common/technologies/air_techs.txt index 3d91f1fb2..fce56ff33 100755 --- a/mod/thegreatwar/common/technologies/air_techs.txt +++ b/mod/thegreatwar/common/technologies/air_techs.txt @@ -899,6 +899,10 @@ technologies = { leads_to_tech = ww1_bomber3 research_cost_coeff = 1 } + path = { + leads_to_tech = ww1_transport_plane + research_cost_coeff = 1 + } research_cost = 2 start_year = 1918 @@ -948,6 +952,28 @@ technologies = { } } + ww1_transport_plane = { + + enable_equipments = { + transport_plane_equipment_1 + } + + research_cost = 2 + start_year = 1924 + folder = { + name = air_techs_folder + position = { x = -3 y = 8 } + } + + categories = { + medium_air + air_equipment + } + + ai_will_do = { + factor = 1 + } + } early_bomber = { diff --git a/mod/thegreatwar/common/units/air.txt b/mod/thegreatwar/common/units/air.txt index 27455cd0c..783a45963 100755 --- a/mod/thegreatwar/common/units/air.txt +++ b/mod/thegreatwar/common/units/air.txt @@ -126,13 +126,13 @@ sub_units = { need = { jet_strat_bomber_equipment = 1 } } -# transport_plane = { -# sprite = heavy_plane -# priority = 1 -# active = yes -# type = { air_transport } -# need = { transport_plane_equipment = 1 } -# } + transport_plane = { + sprite = heavy_plane + priority = 1 + active = yes + type = { air_transport } + need = { transport_plane_equipment = 1 } + } guided_missile = { sprite = missile_default diff --git a/mod/thegreatwar/common/units/equipment/quad_engine_airframe.txt b/mod/thegreatwar/common/units/equipment/quad_engine_airframe.txt index 1112af37e..0ab5397e3 100755 --- a/mod/thegreatwar/common/units/equipment/quad_engine_airframe.txt +++ b/mod/thegreatwar/common/units/equipment/quad_engine_airframe.txt @@ -152,43 +152,43 @@ equipments = { } # Transport plane ########################## -# transport_plane_equipment = { -# is_archetype = yes -# type = air_transport -# group_by = archetype -# sprite = heavy_plane -# -# interface_category = interface_category_air -# -# # Transport -# interface_overview_category_index = 6 -# -# air_superiority = 0 -# reliability = 0.8 -# -# # Air vs Navy - high damage / low hit chance / hard to hurt -# naval_strike_attack = 0.0 -# naval_strike_targetting = 0.0 -# -# build_cost_ic = 180 -# resources = { -# oil = 1 -# aluminium = 3 -# rubber = 2 -# } -# -# manpower = 80 -# } -# -# -# transport_plane_equipment_1 = { -# archetype = transport_plane_equipment -# active = yes -# priority = 130 -# -# air_range = 1000 -# maximum_speed = 300 -# air_agility = 10 -# air_defence = 20 -# } + transport_plane_equipment = { + is_archetype = yes + type = air_transport + group_by = archetype + is_buildable = no + sprite = heavy_plane + + interface_category = interface_category_air + + # Transport + interface_overview_category_index = 6 + + air_superiority = 0 + reliability = 0.8 + + # Air vs Navy - high damage / low hit chance / hard to hurt + naval_strike_attack = 0.0 + naval_strike_targetting = 0.0 + + build_cost_ic = 180 + resources = { + oil = 1 + aluminium = 3 + rubber = 2 + } + + manpower = 80 + } + + + transport_plane_equipment_1 = { + archetype = transport_plane_equipment + priority = 130 + + air_range = 1000 + maximum_speed = 300 + air_agility = 10 + air_defence = 20 + } } diff --git a/mod/thegreatwar/events/WW1_Austria.txt b/mod/thegreatwar/events/WW1_Austria.txt index 546be0888..b7663ba60 100755 --- a/mod/thegreatwar/events/WW1_Austria.txt +++ b/mod/thegreatwar/events/WW1_Austria.txt @@ -96,7 +96,14 @@ country_event = { # Refuse Trialism option = { name = ww1_austria.2.a - ai_chance = { factor = 65 } + + ai_chance = { + factor = 100 + modifier = { + factor = 0 + NOT = { is_historical_focus_on = yes } + } + } add_political_power = -150 add_national_unity = -0.05 @@ -109,7 +116,14 @@ country_event = { # Accept Trialism option = { name = ww1_austria.2.b - ai_chance = { factor = 35 } + + ai_chance = { + factor = 0 + modifier = { + factor = 100 + NOT = { is_historical_focus_on = yes } + } + } add_political_power = 50 diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_Zapata.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_Zapata.dds index 57e7f81c8..7668e6ea3 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_Zapata.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_Zapata.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_pancho_villa.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_pancho_villa.dds index dc23ea928..57c334834 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_pancho_villa.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_Support_pancho_villa.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_demand_belice.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_demand_belice.dds index 5b6736f9f..06e1ed64f 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_demand_belice.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_demand_belice.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_mexican_usa_war.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_mexican_usa_war.dds index 2965bbd8f..941f65fb4 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_mexican_usa_war.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_mexican_usa_war.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_restore_first_republic.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_restore_first_republic.dds index bded1aecd..b5b1aa549 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_restore_first_republic.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_restore_first_republic.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_save_madero.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_save_madero.dds index 6bb94aeb4..6ad9bce1e 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_save_madero.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_save_madero.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_diaz.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_diaz.dds index 7f362e76e..14e576061 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_diaz.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_diaz.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_the_republic.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_the_republic.dds index 0cc92641e..82b999650 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_the_republic.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_support_the_republic.dds differ diff --git a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_upca_conquer.dds b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_upca_conquer.dds index 950b5301b..a18c9fe45 100644 Binary files a/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_upca_conquer.dds and b/mod/thegreatwar/gfx/interface/goals/hoi4tgw/ww1_mex_upca_conquer.dds differ diff --git a/mod/thegreatwar/gfx/interface/pdx_int_logo.dds b/mod/thegreatwar/gfx/interface/pdx_int_logo.dds index 9fe81bc7e..3b20c2188 100755 Binary files a/mod/thegreatwar/gfx/interface/pdx_int_logo.dds and b/mod/thegreatwar/gfx/interface/pdx_int_logo.dds differ diff --git a/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/GER_ww1_transport_plane.dds b/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/GER_ww1_transport_plane.dds new file mode 100755 index 000000000..3dba48808 Binary files /dev/null and b/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/GER_ww1_transport_plane.dds differ diff --git a/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/ww1_transport_plane.dds b/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/ww1_transport_plane.dds new file mode 100755 index 000000000..4ba18edd0 Binary files /dev/null and b/mod/thegreatwar/gfx/interface/technologies/hoi4tgw/air/ww1_transport_plane.dds differ diff --git a/mod/thegreatwar/history/states/52-Wuttemberg.txt b/mod/thegreatwar/history/states/52-Wuttemberg.txt index 45937523c..ad9d9e465 100755 --- a/mod/thegreatwar/history/states/52-Wuttemberg.txt +++ b/mod/thegreatwar/history/states/52-Wuttemberg.txt @@ -10,7 +10,8 @@ state={ } history={ victory_points={ 692 30 } - owner=BAV + #owner=BAV + owner=GER add_core_of=GER add_core_of=BAV 1936.1.1={ diff --git a/mod/thegreatwar/history/states/53-Oberbayern.txt b/mod/thegreatwar/history/states/53-Oberbayern.txt index f3e74323c..65318bf45 100755 --- a/mod/thegreatwar/history/states/53-Oberbayern.txt +++ b/mod/thegreatwar/history/states/53-Oberbayern.txt @@ -8,7 +8,8 @@ state={ wood=23 } history={ - owner=BAV + #owner=BAV + owner=GER add_core_of=GER add_core_of=BAV 1936.1.1={ diff --git a/mod/thegreatwar/history/states/54-Bayreuth.txt b/mod/thegreatwar/history/states/54-Bayreuth.txt index b0612efac..f85e5da59 100755 --- a/mod/thegreatwar/history/states/54-Bayreuth.txt +++ b/mod/thegreatwar/history/states/54-Bayreuth.txt @@ -9,7 +9,8 @@ state={ } history={ victory_points={ 11544 10 } - owner=BAV + #owner=BAV + owner=GER add_core_of=GER add_core_of=BAV 1936.1.1={ diff --git a/mod/thegreatwar/history/units/ITA_Tobruk.txt b/mod/thegreatwar/history/units/ITA_Tobruk.txt index 539ca6d0b..00f94b7a3 100755 --- a/mod/thegreatwar/history/units/ITA_Tobruk.txt +++ b/mod/thegreatwar/history/units/ITA_Tobruk.txt @@ -8,14 +8,14 @@ division= { name = "2. Regio Corpo di Truppe Coloniali" - location = 12094 # Derna + location = 1130 # Derna division_template="Fanteria Divisione" start_experience_factor=0 } division= { name = "3. Regio Corpo di Truppe Coloniali" - location = 4151 # Derna + location = 1130 # Derna division_template="Fanteria Divisione" start_experience_factor=0 } diff --git a/mod/thegreatwar/history/units/Libyan.txt b/mod/thegreatwar/history/units/Libyan.txt index 58bef03b7..f13770160 100755 --- a/mod/thegreatwar/history/units/Libyan.txt +++ b/mod/thegreatwar/history/units/Libyan.txt @@ -1,17 +1,17 @@ units = { - division= { - name = "1. Milis Tümeni 'Bingazi'" - location = 11954 # Bengasi - division_template="Jandarma Alayı" - start_experience_factor=0 - } + #division= { + # name = "1. Milis Tümeni 'Bingazi'" + # location = 11954 # Bengasi + # division_template="Jandarma Alayı" + # start_experience_factor=0 + #} - division= { - name = "2. Milis Tümeni 'Trablus'" - location=1149 # Tripoli - division_template="Jandarma Alayı" - start_experience_factor=0 - } + #division= { + # name = "2. Milis Tümeni 'Trablus'" + # location=1149 # Tripoli + # division_template="Jandarma Alayı" + # start_experience_factor=0 + #} } \ No newline at end of file diff --git a/mod/thegreatwar/history/units/TUR_1910.txt b/mod/thegreatwar/history/units/TUR_1910.txt index 49ae3dc0a..f052be9ee 100644 --- a/mod/thegreatwar/history/units/TUR_1910.txt +++ b/mod/thegreatwar/history/units/TUR_1910.txt @@ -6,14 +6,8 @@ division_template = { regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } - infantry = { x = 0 y = 2 } infantry = { x = 1 y = 0 } infantry = { x = 1 y = 1 } - infantry = { x = 1 y = 2 } - infantry = { x = 2 y = 0 } - infantry = { x = 2 y = 1 } - infantry = { x = 2 y = 2 } - artillery_brigade = { x = 0 y = 3 } } support = { engineer = { x = 0 y = 0 } @@ -26,7 +20,6 @@ division_template = { regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } - infantry = { x = 0 y = 2 } } priority = 0 } @@ -62,12 +55,12 @@ units = { start_experience_factor = 0 } - division = { - name = "3. Piyade Tümeni 'Pangalti'" - location = 9833# Istanbul - division_template = "Piyade Tümeni" - start_experience_factor = 0 - } + #division = { + # name = "3. Piyade Tümeni 'Pangalti'" + # location = 9833# Istanbul + # division_template = "Piyade Tümeni" + # start_experience_factor = 0 + #} division = { name = "13. Süvari Tugayı" @@ -434,19 +427,19 @@ units = { start_experience_factor = 0 } - division = { - name = "1. Milis Tümeni 'Bingazi'" - location = 11954# Bengasi - division_template = "Jandarma Alayı" - start_experience_factor = 0 - } + #division = { + # name = "1. Milis Tümeni 'Bingazi'" + # location = 11954# Bengasi + # division_template = "Jandarma Alayı" + # start_experience_factor = 0 + #} - division = { - name = "5. Süvari Tugayı" - location = 11954 #Bengasi - division_template = "Süvari Tugayı" - start_experience_factor = 0 - } + #division = { + # name = "5. Süvari Tugayı" + # location = 11954 #Bengasi + # division_template = "Süvari Tugayı" + # start_experience_factor = 0 + #} division = { name = "2. Milis Tümeni 'Trablus'" @@ -454,12 +447,12 @@ units = { division_template = "Jandarma Alayı" start_experience_factor = 0 } - division = { - name = "6. Süvari Tugayı" - location = 1149 #Tripoli - division_template = "Süvari Tugayı" - start_experience_factor = 0 - } + #division = { + # name = "6. Süvari Tugayı" + # location = 1149 #Tripoli + # division_template = "Süvari Tugayı" + # start_experience_factor = 0 + #} navy = { name = "Osmanli Donanmasi" location = 4112 # Smyrna diff --git a/mod/thegreatwar/history/units/TUR_1914.txt b/mod/thegreatwar/history/units/TUR_1914.txt index 64d1ce535..9783371eb 100644 --- a/mod/thegreatwar/history/units/TUR_1914.txt +++ b/mod/thegreatwar/history/units/TUR_1914.txt @@ -6,14 +6,8 @@ division_template = { regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } - infantry = { x = 0 y = 2 } infantry = { x = 1 y = 0 } infantry = { x = 1 y = 1 } - infantry = { x = 1 y = 2 } - infantry = { x = 2 y = 0 } - infantry = { x = 2 y = 1 } - infantry = { x = 2 y = 2 } - artillery_brigade = { x = 0 y = 3 } } support = { engineer = { x = 0 y = 0 } @@ -26,7 +20,6 @@ division_template = { regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } - infantry = { x = 0 y = 2 } } priority = 0 } diff --git a/mod/thegreatwar/interface/Technologies.gfx b/mod/thegreatwar/interface/Technologies.gfx index f1ae98df1..e5aa606b6 100755 --- a/mod/thegreatwar/interface/Technologies.gfx +++ b/mod/thegreatwar/interface/Technologies.gfx @@ -4745,9 +4745,24 @@ spriteTypes = { name = "GFX_transport_plane_equipment_medium" texturefile = "gfx/interface/technologies/transport_plane_equipment.dds" } + # HOI4 TGW + # TRANSPORT PLANE (you need it to drop paratroopers) + SpriteType = { + name = "GFX_ww1_transport_plane_medium" + texturefile = "gfx/interface/technologies/hoi4tgw/air/ww1_transport_plane.dds" + } + SpriteType = { + name = "GFX_GER_ww1_transport_plane_medium" + texturefile = "gfx/interface/technologies/hoi4tgw/air/GER_ww1_transport_plane.dds" + } + SpriteType = { + name = "GFX_AUH_ww1_transport_plane_medium" + texturefile = "gfx/interface/technologies/hoi4tgw/air/GER_ww1_transport_plane.dds" + } + SpriteType = { name = "GFX_ww1_bomber1_medium" texturefile = "gfx/interface/technologies/hoi4tgw/air/ww1_bomber1.dds" diff --git a/mod/thegreatwar/interface/countrytechtreeview.gui b/mod/thegreatwar/interface/countrytechtreeview.gui index bdebe612a..ec69ec30c 100755 --- a/mod/thegreatwar/interface/countrytechtreeview.gui +++ b/mod/thegreatwar/interface/countrytechtreeview.gui @@ -2297,6 +2297,20 @@ guiTypes = { Orientation = "UPPER_LEFT" pdx_tooltip = "fighter_equipment_desc" } + + instantTextBoxType = { + name = "airtech_subtitle_transportplane" + position = { x = 707 y = 496 } + textureFile = "" + font = "hoi_33" + borderSize = {x = 0 y = 4} + text = "Transport" + maxWidth = 700 + maxHeight = 62 + format = center + Orientation = "UPPER_LEFT" + pdx_tooltip = "fighter_equipment_desc" + } instantTextBoxType = { name = "airtech_subtitle_cas" diff --git a/mod/thegreatwar/localisation/country_l_english.yml b/mod/thegreatwar/localisation/country_l_english.yml deleted file mode 100755 index bf161c9fc..000000000 --- a/mod/thegreatwar/localisation/country_l_english.yml +++ /dev/null @@ -1,60 +0,0 @@ -l_english: - NATIONAL_UNITY:0 "National Unity" - NATIONAL_UNITY_DESC:0 "National Unity represents the willingness of the people at the top to prosecute a war to the finish. The higher this value is, the longer they will fight on before considering surrender." - POLITICAL_POWER:0 "Political Power" - POLITICAL_POWER_DESC:0 "How much Political Power the leaders of this country have." - MANPOWER:0 "Manpower" - SERVICE_MANPOWER:0 "£manpower_texticon Service Manpower:" - SERVICE_MANPOWER_DESC:0 "Service manpower is used by different types of equipment to maintain its functionality." - MAX_MANPOWER:0 "Max Manpower: " - MANPOWER_TOTAL:0 "Total Manpower: $MAX|0H$" - MANPOWER_USAGE:0 "Free Manpower: $FREE|^2H$\nUsed Manpower:\nArmy: $ARMY|^2H$\nAir: $AIR|^2H$\nNavy: $NAVAL|^2H$" - MANPOWER_CURRENT:0 "Total Manpower: $TOTAL|^2H$\n$PERC|2%H$ of Eligible Core Population available ($ELIGIBLE|^H$)" - MANPOWER_NON_CORE:0 "$NC_PERC|3%H$ of Eligible Non-Core Population available ($NC_ELIGIBLE|^H$)" - MANPOWER_GROWTH:0 "§YMonthly growth in states§!\nRecruitable: $RECRUITABLE|^G$\nCivilian: $CIVILIAN|^G$" - MANPOWER_VALUE:0 "$USAGE$\n\n$CURRENT$\n$GROWTH$" - MANPOWER_DESC:0 "Recruitable soldiers in this country. Enact stricter Conscription Laws to increase." - MANPOWER_DIVISION:0 "Division Manpower" - MANPOWER_DIVISION_DESC:0 "§TAmount of soldiers in this §HDivision§!. As soldiers die they receive reinforcements from your country's §HManpower§! pool.§!" - MANPOWER_DIVISION_SIZE_DESC:0 "§TThis §HDivision§! contains $AMOUNT|G$ troops. As soldiers die they receive reinforcements from your country's §HManpower§! pool.§!" - MANPOWER_SHIP:0 "Ship Service Manpower" - MANPOWER_SHIP_DESC:0 "§TThis §HShip§! requires $AMOUNT|G$ of service manpower.§!" - MANPOWER_AIRWING:0 "Air Wing Service Manpower" - MANPOWER_AIRWING_DESC:0 "§TThis §HAir Wing§! requires $AMOUNT|G$ of service manpower.§!" - CONSCRIPTION_TOTAL_FACTOR_EXTRA_DESC:0 "\nEffective Total Manpower modified to $VAL|-%0$ due to\n" - EQUIPMENT_DIVISION:0 "Division Equipment Ratio" - EQUIPMENT_DIVISION_DESC:0 "Shows how division is filled with needed equipment." - DIVISION_IN_TEMPLATE_TRANSFER:0 "Division is currently reorganizing from $OLD|H$ to $NEW|H$ template. The reorganization will be complete when the first needed equipment is delivered and old equipment will then be returned to stockpile." - MANPOWER_MONTHLY_TOTAL:0 "Monthly available manpower gain: $VALUE|^+1$($PERC|2%H$)\nTotal population growth: $MAX|^2H$($FACTOR|2%H$ of total population)\n\nBase growth rate: $RATIO|%H$" - MANPOWER_MODIFIER_APPLIED:0 "Modifiers applied:\n$MODIFIERS$" - MANPOWER_MONTHLY_BASE:0 "Base value: $VALUE|*Y0$" - MANPOWER_MONTHLY_TECH_FACTOR:0 "From tech: $VALUE|+%$" - MANPOWER_PROVINCE_TOOLTIP:0 "Manpower: $VAL|*Y$" - INDUSTRIAL_CAPACITY:0 "Factories" - INDUSTRIAL_CAPACITY_DESC:0 "There are three different types of factories, each with their own purpose." - INDUSTRIAL_CAPACITY_DESC_OCCUPATION:0 "The number of factories you get from the occupied states is influenced by your occupation policies." - ARMY_EXPERIENCE:0 "Army Experience" - ARMY_EXPERIENCE_GAIN_TRAINING:0 "From exercises: $VALUE|=+3$ daily" - ARMY_EXPERIENCE_DESC:0 "As your equipment is used in combat, you gain Army Experience. This means that you can gain Army Experience when your §HDivisions§! engage in battle or if you have §HLend-Leased§! equipment to your allies' wars.\nYou also gain experience from conducting exercises with troops that are at least level $UNIT_TRAINING_LEVEL|Y$ and from certain §HNational Focuses§!. Some §HMinisters§! can increase experience gained.\n\nArmy Experience is needed to create and modify your §HDivision Templates§!." - NAVY_EXPERIENCE:0 "Navy Experience" - NAVY_EXPERIENCE_DESC:0 "As your ships are used in combat, you gain Navy Experience. Certain §HNational Focuses§! give additional experience and some §HMinisters§! can increase experience gained.\n\nNaval Experience is used to develop better variants of existing ships." - AIR_EXPERIENCE:0 "Air Experience" - AIR_EXPERIENCE_DESC:0 "As your planes are used on missions and in contact with the enemy, you gain Air Experience. This means that you can gain Air Experience when your §HAir Wings§! engage in battle or if you have §HLend-Leased§! equipment to your allies' wars.\nCertain §HNational Focuses§! give additional experience and some §HMinisters§! can increase experience gained.\n\nAir Experience is used to develop better variants of existing aircraft." - MANPOWER_IN_USE:0 "Manpower in Field" - MANPOWER_IN_USE_DESC:0 "§TAmount of soldiers in Field. As soldiers die they receive reinforcements from your country's §HManpower§! pool.§!" - EQUIPMENT_IN_USE:0 "Equipment in Field Ratio" - EQUIPMENT_IN_USE_DESC:0 "Shows how divisions are filled with needed equipment." - NAVY_EQUIPMENT_TOTAL:0 "Total amount of ships" - NAVY_EQUIPMENT_TOTAL_DESC:0 "Shows how many ships we have in total." - NAVAL_SERVICE_MANPOWER_DESC:0 "Service manpower is used by our navy to maintain its functionality." - AIR_EQUIPMENT_TOTAL:0 "Total amount of planes" - AIR_EQUIPMENT_TOTAL_DESC:0 "Shows how many planes we have in total." - AIR_EQUIPMENT_IN_USE:0 "Planes in Field Ratio" - AIR_EQUIPMENT_IN_USE_DESC:0 "Shows how air wings are filled with needed equipment." - AIR_SERVICE_MANPOWER_DESC:0 "Service manpower is used by our air forces to maintain its functionality." - EQUIPMENT_IN_USE_HEADER:0 "Equipment in Field" - EQUIPMENT_VARIANTS_TOGGLE_ON:0 "§GClick to show details§!" - EQUIPMENT_VARIANTS_TOGGLE_OFF:0 "§GClick to hide details§!" - CURRENT_EXPERIENCE_TOPBAR:0 "§TCurrent experience: $VALUE|Y2$§!" - RULES_TITLE:0 "§HRules Summary:§!" - RULES_DESC:0 "The Rules of your Country are controlled by your Ideology, the Ideology of your Faction and your National Spirits" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/parties_l_french.yml b/mod/thegreatwar/localisation/parties_l_french.yml new file mode 100755 index 000000000..fe38ca7b2 --- /dev/null +++ b/mod/thegreatwar/localisation/parties_l_french.yml @@ -0,0 +1,496 @@ +l_french: + communism:0 "Communiste" + democratic:0 "Démocratique" + fascism:0 "Fasciste" + fascism_desc:0 "Régime totalitaire" + communism_desc:0 "Régime totalitaire" + democratic_desc:0 "Régime démocratique" + conservatism:0 "Conservatisme" + conservatism_desc:0 "Compte tenu des évolutions rapides et potentiellement dangereuses de la société, le conservatisme embrasse les traditions et les réformes modérées, plaidant parfois en faveur d'un retour aux anciennes valeurs morales." + liberalism:0 "Libéralisme" + liberalism_desc:0 "Fort d'une longue tradition philosophique mettant l'accent sur la liberté individuelle, le libéralisme place la sauvegarde de ces droits au cœur de l'État." + socialism:0 "Socialisme" + socialism_desc:0 "Se battant pour l'égalité et un État socialiste grâce à des moyens réformistes, le socialisme démocratique entend atténuer, voire annuler les effets du capitalisme en s'appuyant sur un mandat public." + marxism:0 "Marxisme" + marxism_desc:0 "Englobant un large spectre d'idées économiques et historiques, la politique marxiste cherche à mettre en pratique les théories élaborées par Karl Marx. La lutte des classes et une transition vers une société basée sur la propriété commune des moyens de production sont au cœur de ces théories." + leninism:0 "Léninisme" + leninism_desc:0 "S'inspirant de l'idéologie politique marxiste, le léninisme entend établir un État socialiste doté d'un parti avant-gardiste capable de mener une révolution pour renverser la société capitaliste. Une fois au pouvoir, le parti met en place un système de politiques ouvertes aux débats internes jusqu'à ce qu'une décision soit prise." + stalinism:0 "Stalinisme" + stalinism_desc:0 "Style de gouvernement appliquant et développant les politiques marxistes-léninistes, le stalinisme met l'accent sur une industrialisation et une collectivisation rapides ainsi que sur le besoin de disposer d'un État socialiste autoritaire pour neutraliser tout élément contre-révolutionnaire." + anti_revisionism:0 "Antirévisionnisme" + anti_revisionism_desc:0 "En réaction aux nombreuses idéologies se revendiquant du marxisme, l'antirévisionnisme plaide en faveur de la conservation d'éléments clés de la théorie révolutionnaire d'origine. S'opposant principalement à l'incorporation d'éléments économiques capitalistes dans les États socialistes, cette idéologie se définit autant par ce qu'elle est que par ce qu'elle n'est pas." + anarchist_communism:0 "Communisme anarchiste" + anarchist_communism_desc:0 "En tant qu'idéologie embrassant l'idée du communisme comme société sans État, le communisme anarchiste renonce à l'idée d'un État socialiste transitoire en faveur d'une société basée sur les associations volontaires et l'entraide." + nazism:0 "Nazisme" + nazism_desc:0 "Issu d'un nationalisme extrémiste, le national-socialisme prône l'idée d'une suprématie germanique. Il promeut un expansionnisme agressif et un État totalitaire, où le peuple est uni derrière un dirigeant disposant d'un pouvoir absolu, le Führer." + fascism_ideology:0 "Fascisme" + fascism_ideology_desc:0 "Regroupant divers mouvements ultranationalistes, le fascisme prône généralement le dévouement envers l'État et l'union du peuple sous la houlette d'un puissant dirigeant." + falangism:0 "Phalangisme" + falangism_desc:0 "Idéologie autoritaire aux accents fascistes et conservateurs, le phalangisme valorise l'identité nationale et catholique." + rexism:0 "Rexisme" + rexism_desc:0 "Radicalement opposé aux idéaux libéraux et communistes, le rexisme est un mouvement hautement conservateur qui plaide en faveur d'une politique économique corporatiste. Usant d'une rhétorique populiste et autoritaire, ses idéaux se rapprochent d'autres mouvements fascistes." + neutrality:0 "Autoritaire" + neutrality_desc:0 "Régime autoritaire" + despotism:0 "Despotique" + despotism_desc:0 "Le despotisme est une forme de gouvernement avec à sa tête un seul dirigeant doté d'un pouvoir absolu." + oligarchism:0 "Oligarchique" + oligarchism_desc:0 "L'oligarchie est une forme de gouvernement avec à sa tête un groupe de personnes dotées d'un pouvoir absolu." + moderatism:0 "Modérantisme" + moderatism_desc:0 "Le modérantisme est une forme de gouvernement qui évite les extrêmes de gauche et de droite en adoptant une position ou des mesures modérées." + centrism:0 "Centrisme" + centrism_desc:0 "Le centrisme est une forme de gouvernement visant à trouver des solutions basées sur le bon sens, qui répondent de manière pertinente aux besoins actuels et futurs. Cela renforce la confiance du public et sert le bien commun en prenant en considération les risques et les moyens en fonction des besoins." + GER_fascism_party:0 "NSDAP" + GER_fascism_party_long:0 "Nationalsozialistische Deutsche Arbeiterpartei" + GER_communism_party:0 "KPD" + GER_democratic_party:1 "Zentrum" + POL_fascism_party:0 "ONR-Falanga" + POL_fascism_party_long:0 "Oboz Narodowo Radykalny-Falanga" + POL_communism_party:0 "Parti socialiste polonais" + POL_democratic_party:0 "PSL" + POL_democratic_party_long:0 "Polskie Stronnictwo Ludowe" + POL_neutrality_party:0 "BBWR" + ENG_communism_party:0 "CPGB" + ENG_democratic_party:0 "Parti conservateur" + ENG_fascism_party:0 "Union britannique fasciste" + ITA_communism_party:0 "Partito Comunista Italiano" + ITA_democratic_party:0 "Partito Popolare Italiano" + ITA_fascism_party:0 "Partito Nazionale Fascista" + JAP_communism_party:0 "Nihon Kyosan-to" + JAP_democratic_party:0 "Rikken Minseito" + JAP_fascism_party:0 "Taisei Yokusankai" + USA_communism_party:0 "Parti communiste américain" + USA_democratic_party:0 "Parti démocrate" + USA_republican_party:0 "Parti républicain" + USA_fascism_party:0 "Ku Klux Klan" + FRA_communism_party:0 "Parti communiste français" + FRA_democratic_party:0 "Parti radical" + FRA_fascism_party:0 "Mouvement franciste" + SOV_communism_party:0 "Parti communiste de l'Union" + SOV_democratic_party:0 "Troudovik" + SOV_fascism_party:0 "RFP" + AUS_communism_party:0 "KPÖ" + AUS_communism_party_long:0 "Kommunistische Partei Österreichs" + AUS_democratic_party:0 "SDAPÖ" + AUS_democratic_party_long:0 "Sozialdemokratische Partei Österreichs" + AUS_fascism_party:0 "DNSAP" + CHI_communism_party:0 "PCC" + CHI_communism_party_long:0 "Parti communiste chinois" + CHI_democratic_party:0 "Ligue démocratique de Chine" + CHI_fascism_party:0 "RNGROC" + CHI_fascism_party_long:0 "Gouvernement national réorganisé de la République de Chine" + CHI_neutrality_party:0 "Kuomintang" + XSM_neutrality_party:0 "Clique des Ma" + SPA_democratic_party:0 "IR" + SPA_democratic_party_long:0 "Izquierda Republicana" + SPA_fascism_party:0 "Falange Española" + SPA_communism_party:0 "PCE" + SPA_communism_party_long:0 "Partido Comunista de España" + SPA_neutrality_party:0 "PRR" + SPA_neutrality_party_long:0 "Partido Republicano Radical" + SPR_fascism_party:0 "Falange Española" + SPR_democratic_party:0 "IR" + SPR_democratic_party_long:0 "Izquierda Republicana" + SPR_communism_party:0 "PCE" + SPR_communism_party_long:0 "Partido Comunista de España" + SPR_neutrality_party:0 "PRR" + SPR_neutrality_party_long:0 "Partido Republicano Radical" + POR_neutrality_party:0 "Estado Novo" + POR_communism_party:0 "PCP" + POR_communism_party_long:0 "Partido Comunista Português" + POR_democratic_party:0 "PD" + POR_democratic_party_long:0 "Partido Democrático" + POR_fascism_party:0 "MNS" + POR_fascism_party_long:0 "Movimento Nacional-Sindicalista" + GRE_neutrality_party:0 "Metaxá" + GRE_neutrality_party_long:0 "Kathestós Metaxá" + GRE_communism_party:0 "KKE" + GRE_communism_party_long:0 "Kommounistikó Kómma Elládas" + GRE_democratic_party:0 "Laïkòn Kómma" + GRE_fascism_party:0 "EEE" + GRE_fascism_party_long:0 "Ethniki Enosis Ellados" + LIT_neutrality_party:0 "LTS" + LIT_neutrality_party_long:0 "Lietuviu Tautininku Sajunga" + LAT_neutrality_party:0 "Tautas Padome" + EST_neutrality_party:0 "Isamaaliit" + IRQ_neutrality_party:0 "Monarchistes" + SWE_fascism_party:0 "NSAP" + SWE_fascism_party_long:0 "Nationalsocialistiska Arbetarepartiet" + SWE_communism_party:0 "SKP" + SWE_communism_party_long:0 "Sveriges Kommunistiska Parti" + SWE_democratic_party:0 "SAP" + SWE_democratic_party_long:0 "Sveriges socialdemokratiska arbetareparti" + SWE_neutrality_party:0 "Bondeförbundet" + SWE_neutrality_party_long:0 "Bondeförbundet" + FIN_neutrality_party:0 "Kesk" + FIN_neutrality_party_long:0 "Suomen Keskusta" + FIN_democratic_party:0 "SDP" + FIN_democratic_party_long:0 "Suomen Sosialidemokraattinen Puolue" + FIN_fascism_party:0 "IKL" + FIN_fascism_party_long:0 "Isänmaallinen kansanliike" + FIN_communism_party:0 "SKP" + FIN_communism_party_long:0 "Suomen Kommunistinen Puolue" + DEN_democratic_party:0 "Socialdemokratiet" + DEN_democratic_party_long:0 "Socialdemokratiet" + DEN_fascism_party:0 "DNSAP" + DEN_fascism_party_long:0 "Danmarks Nationalsocialistiske Arbejderparti" + DEN_communism_party:0 "DKP" + DEN_communism_party_long:0 "Danmarks Kommunistiske Parti" + DEN_neutrality_party:0 "Radikale Venstre" + DEN_neutrality_party_long:0 "Det Radikale Venstre" + CAN_democratic_party:0 "Parti libéral" + CAN_democratic_party_long:0 "Parti libéral du Canada" + CAN_fascism_party:0 "Parti d'union nationale" + CAN_fascism_party_long:0 "Parti d'union nationale" + CAN_communism_party:0 "PCC" + CAN_communism_party_long:0 "Parti communiste du Canada" + CAN_neutrality_party:0 "FCC" + CAN_neutrality_party_long:0 "Fédération du Commonwealth coopératif" + AST_neutrality_party:0 "PNA" + AST_neutrality_party_long:0 "Parti national d'Australie" + AST_democratic_party:0 "Travailliste" + AST_democratic_party_long:0 "Parti travailliste d'Australie" + AST_fascism_party:0 "Parti du centre" + AST_fascism_party_long:0 "Parti du centre" + AST_communism_party:0 "PCA" + AST_communism_party_long:0 "Parti communiste australien" + MEX_democratic_party:0 "PAN" + MEX_democratic_party_long:0 "Partido Acción Nacional" + MEX_fascism_party:0 "UNS" + MEX_fascism_party_long:0 "Unión Nacional Sinarquista" + MEX_communism_party:0 "PCM" + MEX_communism_party_long:0 "Partido Comunista Mexicano" + MEX_neutrality_party:0 "PRM" + MEX_neutrality_party_long:0 "Partido de la Revolución Mexicana" + ARG_democratic_party:0 "UCR" + ARG_democratic_party_long:0 "Unión Cívica Radical" + ARG_fascism_party:0 "UNF" + ARG_fascism_party_long:0 "Union Nacional Fascista" + ARG_communism_party:0 "PC" + ARG_communism_party_long:0 "Partido Comunista de la Argentina" + ARG_neutrality_party:0 "Concordancia" + ARG_neutrality_party_long:0 "Concordancia" + BRA_fascism_party:1 "AIB" + BRA_fascism_party_long:1 "Ação Integralista Brasileira" + BRA_communism_party:1 "PCB" + BRA_communism_party_long:1 "Partido Comunista Brasileiro" + BRA_democratic_party:1 "UDB" + BRA_democratic_party_long:1 "União Democrática Brasileira" + TUR_fascism_party:0 "Millet Partisi" + TUR_fascism_party_long:0 "Millet Partisi" + TUR_communism_party:0 "TKP" + TUR_communism_party_long:0 "Türkiye Komünist Partisi" + TUR_democratic_party:0 "DP" + TUR_democratic_party_long:0 "Demokrat Parti" + TUR_neutrality_party:0 "CHP" + TUR_neutrality_party_long:0 "Cumhuriyet Halk Partisi" + HUN_fascism_party:0 "Gouvernement Horthy" + HUN_communism_party:0 "KMP" + HUN_communism_party_long:0 "Kommunisták Magyarországi Pártja" + HUN_democratic_party:0 "SZDP" + HUN_democratic_party_long:0 "Szociáldemokrata Párt" + ROM_neutrality_party:0 "FRN" + ROM_neutrality_party_long:0 "Frontul Renasterii Nationale" + ROM_democratic_party:0 "PNL" + ROM_democratic_party_long:0 "Partidul National Liberal" + ROM_fascism_party:0 "Garda de fier" + ROM_fascism_party_long:0 "Garda de fier" + YUG_communism_party:0 "KPJ" + YUG_communism_party_long:0 "Komunisticna partija Jugoslavije" + YUG_democratic_party:0 "Demokratska stranka" + YUG_democratic_party_long:0 "Jugoslovanska demokratska stranka" + YUG_neutrality_party:0 "Conseil de régence" + YUG_fascism_party:0 "JRZ" + YUG_fascism_party_long:0 "Jugoslovanska radikalna skupnost" + BUL_neutrality_party:0 "Partisans de Boris III" + BUL_communism_party:0 "PCB" + BUL_communism_party_long:0 "Parti communiste bulgare" + BUL_democratic_party:0 "PSDTU" + BUL_democratic_party_long:0 "Parti social-démocrate et travailliste uni" + BUL_fascism_party:0 "ULNB" + BUL_fascism_party_long:0 "Union des légions nationales bulgares" + SAF_neutrality_party:0 "CNA" + SAF_neutrality_party_long:0 "Congrès national africain" + SAF_communism_party:0 "PCSA" + SAF_communism_party_long:0 "Parti communiste sud-africain" + SAF_democratic_party:0 "Uni" + SAF_democratic_party_long:0 "Parti national uni d'Afrique du Sud" + SAF_fascism_party:0 "HNP" + SAF_fascism_party_long:0 "Herenigde Nasionale Party" + NZL_neutrality_party:0 "National" + NZL_neutrality_party_long:0 "Parti national de Nouvelle-Zélande" + NZL_democratic_party:0 "Travailliste" + NZL_democratic_party_long:0 "Parti travailliste de Nouvelle-Zélande" + NZL_fascism_party:0 "Légion" + NZL_fascism_party_long:0 "Légion de Nouvelle-Zélande" + NZL_communism_party:0 "CPNZ" + NZL_communism_party_long:0 "Parti communiste de Nouvelle-Zélande" + NOR_neutrality_party:0 "Venstre" + NOR_neutrality_party_long:0 "Venstre" + NOR_communism_party:0 "NKP" + NOR_communism_party_long:0 "Norges Kommunistiske Parti" + NOR_democratic_party:0 "AP" + NOR_democratic_party_long:0 "Arbeiderpartiet" + NOR_fascism_party:0 "NS" + NOR_fascism_party_long:0 "Nasjonal Samling" + HOL_neutrality_party:0 "ARP" + HOL_neutrality_party_long:0 "Anti-Revolutionaire Partij" + HOL_communism_party:0 "CPN" + HOL_communism_party_long:0 "Communistische Partij Nederland" + HOL_democratic_party:0 "CHU" + HOL_democratic_party_long:0 "Christelijk-Historische Unie" + HOL_fascism_party:0 "NSB" + HOL_fascism_party_long:0 "Nationaal-Socialistische Beweging in Nederland" + BEL_communism_party:0 "KPB" + BEL_communism_party_long:0 "Kommunistische Partij van België" + BEL_democratic_party:0 "Parti catholique" + BEL_democratic_party_long:0 "Parti catholique" + BEL_fascism_party:0 "Rex" + BEL_fascism_party_long:0 "Parti Rexiste" + SWI_communism_party:0 "KPS" + SWI_communism_party_long:0 "Kommunistische Partei der Schweiz" + SWI_democratic_party:0 "Conseil fédéral" + SWI_democratic_party_long:0 "Conseil fédéral" + SWI_neutrality_party:0 "FDP" + SWI_neutrality_party_long:0 "Freisinnig-Demokratische Partei" + SWI_fascism_party:0 "NBS" + SWI_fascism_party_long:0 "Nationale Bewegung der Schweiz" + RAJ_neutrality_party:0 "CNI" + RAJ_neutrality_party_long:0 "Congrès national indien" + RAJ_communism_party:0 "CPI" + RAJ_communism_party_long:0 "Parti communiste indien" + RAJ_democratic_party:0 "MII" + RAJ_democratic_party_long:0 "Mouvement pour l'indépendance de l'Inde" + RAJ_fascism_party:0 "AHTI" + RAJ_fascism_party_long:0 "Assemblée entièrement indienne et hindoue" + PER_communism_party:0 "Parti Tudeh" + PER_communism_party_long:0 "Parti Tudeh" + PER_neutrality_party:0 "Dynastie Pahlavi" + COL_communism_party:0 "PCC" + COL_communism_party_long:0 "Partido Comunista Colombiano" + COL_democratic_party:0 "PLC" + COL_democratic_party_long:0 "Partido Liberal Colombiano" + COL_neutrality_party:0 "Conservador" + COL_neutrality_party_long:0 "Partido Conservador Colombiano" + CZE_communism_party:0 "KSC" + CZE_communism_party_long:0 "Komunistická strana Ceskoslovenska" + CZE_democratic_party:0 "CSNS" + CZE_democratic_party_long:0 "Ceská strana národne sociální" + CHL_fascism_party:0 "VPS" + CHL_fascism_party_long:0 "Vanguardia Popular Socialista" + CHL_democratic_party:0 "Partido Liberal" + CHL_communism_party:0 "PCCh" + CHL_communism_party_long:0 "Partido Comunista de Chile" + ETH_neutrality_party:0 "Dynastie salomonide" + ETH_democratic_party:0 "Rébellion Woyane" + ALB_neutrality_party:0 "Maison de Zogu" + ALB_neutrality_party_long:0 "Maison de Zogu" + VIC_neutrality_party:0 "Régime de Vichy" + VIC_neutrality_party_long:0 "Régime de Vichy" + BOL_democratic_party:0 "PL" + BOL_democratic_party_long:0 "Partido Liberal" + BOL_fascism_party:0 "FSB" + BOL_fascism_party_long:0 "Falange Socialista Boliviana" + BOL_neutrality_party:0 "QG" + BOL_neutrality_party_long:0 "Quintanilla government" + NIC_democratic_party:0 "PLN" + NIC_democratic_party_long:0 "Partido Liberal Nacionalista" + COS_democratic_party:0 "PR" + COS_democratic_party_long:0 "Partido Republicano" + COS_communistm_party:0 "PVP" + COS_communistm_party_long:0 "Partido Vanguardia Popular" + ELS_fascism_party:0 "Pro-Patria" + ELS_fascism_party_long:0 "Partido Nacional « Pro-Patria »" + GUA_democratic_party:0 "PLP" + GUA_democratic_party_long:0 "Parti libéral-progressiste" + SIA_neutrality_party:0 "Khana Ratsadon" + SIA_neutrality_party_long:0 "Khana Ratsadon" + URG_democratic_party:0 "Colorado" + URG_democratic_party_long:0 "Partido Colorado" + URG_communism_party:0 "PCU" + URG_communism_party_long:0 "Partido Comunista del Uruguay" + VEN_fascism_party:0 "Consejo de Ministros" + VEN_fascism_party_long:0 "Consejo de Ministros" + VEN_neutral_party:0 "AD" + VEN_neutral_party_long:0 "Acción Democrática" + VEN_democratic_party:0 "Copei" + VEN_democratic_party_long:0 "Copei" + VEN_communism_party:0 "PCV" + VEN_communism_party_long:0 "Partido Comunista de Venezuela" + PRU_fascism_party:0 "Assemblée constituante" + PRU_fascism_party_long:0 "Assemblée constituante" + PRU_communism_party:0 "PCP" + PRU_communism_party_long:0 "Partido Comunista del Perú" + IRE_democratic_party:0 "Fianna Fáil" + IRE_democratic_party_long:0 "Fianna Fáil, The Republican Party" + IRE_fascism_party:0 "PNC" + IRE_fascism_party_long:0 "Páirtí Náisiúnta Corparáidíoch" + IRE_communism_party:0 "CPI" + IRE_communism_party_long:0 "Páirtí Cumannach na hÉireann" + IRE_neutrality_party:0 "Lucht Oibre" + IRE_neutrality_party_long:0 "Páirtí an Lucht Oibre" + AFG_neutrality_party:0 "Barakzai" + AFG_neutrality_party_long:0 "Barakzai royal family" + LUX_democratic_party:0 "Rietspartei" + LUX_communism_party:0 "KPL" + LUX_communism_party_long:0 "Kommunistesch Partei Lëtzebuerg" + BHU_neutrality_party:0 "Dynastie Wangchuk" + SLO_fascism_party:0 "HSLS" + SLO_fascism_party_long:0 "Hlinkova slovenská ludová strana" + SLO_communism_party:0 "KSS" + SLO_communism_party_long:0 "Komunistická strana Slovenska" + ECU_democratic_party:0 "Équateur" + ECU_democratic_party_long:0 "República del Ecuador" + ECU_communism_party:0 "PCE" + ECU_communism_party_long:0 "Partido Comunista del Ecuador" + HON_democratic_party:0 "PLH" + HON_communism_party:0 "PCH" + HON_communism_party_long:0 "Partido Comunista de Honduras" + NEP_neutrality_party:0 "Dynastie Rana" + PAN_democratic_party:0 "PLD" + PAN_democratic_party_long:0 "Partido Liberal Doctrinario" + PAN_communism_party:0 "PPP" + PAN_communism_party_long:0 "Partido del Pueblo de Panamá" + PHI_democratic_party:0 "NP" + PHI_democratic_party_long:0 "Partido Nacionalista" + PHI_communism_party:0 "PKP" + PHI_communism_party_long:0 "Partido Komunista ng Pilipinas" + SAU_neutrality_party:0 "Maison de Saud" + YEM_neutrality_party:0 "Maison de Rassid" + OMA_neutrality_party:0 "Dynastie Al Said" + SIK_communism_party:0 "PCUS" + SIK_communism_party_long:0 "Parti communiste d'Union soviétique" + TIB_neutrality_party:0 "Retting Rinpoche" + YUN_neutrality_party:0 "Kuomintang" + MON_communism_party:0 "MAN" + MON_communism_party_long:0 "Mongol Ardiin Nam" + TAN_communism_party:0 "PCUS" + TAN_communism_party_long:0 "Parti communiste d'Union soviétique" + PAR_communism_party:0 "PRF" + PAR_communism_party_long:0 "Partido Revolucionario Febrerista" + CUB_democratic_party:0 "Union" + CUB_democratic_party_long:0 "Union nationale" + CUB_communism_party:0 "PCC" + CUB_communism_party_long:0 "Partido Comunista Cubano" + DOM_fascism_party:0 "PD" + DOM_fascism_party_long:0 "Partido Dominicano" + HAI_democratic_party:0 "Vincent" + HAI_democratic_party_long:0 "Président Sténio Vincent" + HAI_communism_party:0 "PKA" + ROM_communism_party:0 "PCR" + ROM_communism_party_long:0 "Partidul Comunist Roman" + communism_noun:0 "Communisme" + democratic_noun:0 "Démocratie" + fascism_noun:0 "Fascisme" + AUS_neutrality_party:0 "Vaterländische Front" + HAI_communism_party_long:0 "Pati Kominis Ayisyen" + BRA_neutrality_party:0 "Estado Novo" + BRA_neutrality_party_long:0 "Estado Novo" + IRQ_fascism_party:0 "Carré d'Or" + IRQ_communism_party:0 "Al-Hizb al-Shiu'iy" + SER_communism_party:0 "Ligue des communistes" + SER_communism_party_long:0 "Ligue des communistes" + SER_democratic_party:0 "Mihailovic Chetniks" + SER_democratic_party_long:0 "Mihailovic Chetniks" + SER_fascism_party:1 "Salut national" + SER_fascism_party_long:1 "Gouvernement de Salut national" + SER_neutrality_party:0 "Royalistes" + SER_neutrality_party_long:0 "Royalistes" + KOR_communism_party:0 "WPK" + KOR_communism_party_long:0 "Parti des travailleurs coréens" + KOR_democratic_party:0 "Parti libéral" + KOR_neutrality_party:0 "Dynastie Yi" + KOR_fascism_party:0 "CDN" + KOR_fascism_party_long:0 "Comité de la défense nationale" + ICE_democratic_party:0 "Parti progressiste" + ICE_communism_party:0 "Parti d'union du peuple" + ICE_fascism_party:0 "Parti nationaliste" + ICE_neutrality_party:0 "Partie indépendantiste" + SYR_fascism_party:0 "PSNS" + SYR_fascism_party_long:0 "Parti social-nationaliste syrien" + SYR_communism_party:0 "Parti communiste syrien" + SYR_democratic_party:0 "Bloc national" + SYR_neutrality_party:0 "Royalistes" + LEB_fascism_party:0 "Kataeb" + LEB_neutrality_party:0 "Yaradi" + LEB_communism_party:0 "Ligue des communistes" + LEB_democratic_party:0 "Bloc constitutionnel" + JOR_fascism_party:0 "Phalange jordanienne" + JOR_neutrality_party:0 "Hachétes" + JOR_democratic_party:0 "Parti libél national" + JOR_communism_party:0 "Société des travailleurs jordaniens" + EGY_communism_party:0 "Parti communiste égyptien" + EGY_fascism_party:0 "Misr El-Fatah" + EGY_democratic_party:0 "Rassemblement pour la libération" + EGY_neutrality_party:0 "Royalistes" + PAL_fascism_party:0 "Al-Muqaddas" + PAL_communism_party:0 "LLN" + PAL_communism_party_long:0 "Ligue de libération nationale" + PAL_democratic_party:0 "HCI" + PAL_democratic_party_long:0 "Haut Conseil islamique" + PAL_neutrality_party:0 "Loyalistes" + LIT_fascism_party:0 "Geležinis Vilkas" + LAT_fascism_party:0 "Pērkonkrusts" + PHI_fascism_party:0 "Ganap" + PHI_fascism_party_long:0 "Parti Ganap" + ISR_communism_party:0 "Maki" + ISR_democratic_party:0 "Mapai" + ISR_fascism_party:0 "Helpam" + ISR_neutrality_party:0 "Conseil central" + VIN_fascism_party:0 "Ligue pour la restauration du Vietnam" #or Reformation Society + VIN_democratic_party:0 "Can Lao" #formed in early 50s + VIN_communism_party:0 "Parti communiste vietnamien" #Viet Minh was more important in early years + VIN_neutrality_party:0 "Việt Nam Quốc Dân Đảng" + CAM_fascism_party:0 "Parti khmérite" + CAM_democratic_party:0 "Parti démocrate" #formed in 1946 + CAM_communism_party:0 "Parti communiste du Kampuchéa" # aka Khmer Communist Party or a different party Krom Pracheachon aka Krom + CAM_neutrality_party:0 "Sangkum Reastr Niyum" # or just Sangkum 1955, democratic but right leaning and anti communist + INS_fascism_party:0 "Ordre Nouveau" #inspired by right wingers from 1960s + INS_democratic_party:0 "PNI" #Indonesian National Party founded by Sukarno + INS_communism_party:0 "PKI" #Partai Komunis Indonesia + INS_neutrality_party:0 "Démocrates" #made up, in reality this guy was a member of PNI + MAL_fascism_party:0 "Unionistes panocéaniques" + MAL_democratic_party:0 "Organisation nationale des Malais unis" #or UMNO or PEKEMBAR + MAL_communism_party:0 "Parti communiste de Malaisie" #or MCP + MAL_neutrality_party:0 "Kesatuan Melayu Muda" #or KMM + LAO_fascism_party:0 "Parti de la centralisation tribale" + LAO_democratic_party:0 "Parti démocratique" + LAO_communism_party:0 "Pathet Lao" + LAO_neutrality_party:0 "Royalistes" + MNT_fascism_party:0 "Verts" + MNT_democratic_party:0 "Ligue démocratique" + MNT_communism_party:0 "Parti communiste du Monténégro" #or KPCG + MNT_neutrality_party:0 "Parti fédéraliste" # Montenegrin ultra nationalists, start democtratic right wing but went full fascist collaboration in 41' + UKR_fascism_party:0 "OUN" + UKR_democratic_party:0 "Alliance nationale démocratique ukrainienne" # or UNDO + UKR_communism_party:0 "Parti communiste d'Ukraine" + UKR_neutrality_party:0 "Parti du progrès ukrainien" + GEO_fascism_party:0 "Conseil de Tbilissi" + GEO_democratic_party:0 "Parti social-démocrate de Géorgie" + GEO_communism_party:0 "Parti communiste de Géorgie" + GEO_neutrality_party:0 "Convention de Gori" + KAZ_fascism_party:0 "Zhuze Ultşildiq" + KAZ_democratic_party:0 "Parti Alash" + KAZ_communism_party:0 "Parti communiste du Kazakhstan" + KAZ_neutrality_party:0 "Royalistes" + AZR_fascism_party:0 "Clique des chevaux de feu" + AZR_democratic_party:0 "Müsavat" + AZR_communism_party:0 "Parti communiste d'Azerbaïdjan" + AZR_neutrality_party:0 "Ittihâd" + ARM_fascism_party:0 "Légion arménienne" + ARM_democratic_party:0 "Fédération révolutionnaire arménienne" #or ARF + ARM_communism_party:0 "Parti communiste d'Arménie" + ARM_neutrality_party:0 "Autorité centrale" + BLR_fascism_party:0 "Conseil central biélorusse" + BLR_democratic_party:0 "Démocratie chrétienne biélorusse" + BLR_communism_party:0 "Parti communiste biélorusse" + BLR_neutrality_party:0 "Assemblée socialiste biélorusse" + ITA_neutrality_party:0 "Partito Nazionale Monarchico" + LAT_communism_party:0 "LKP" + LAT_communism_party_long:0 "Latvijas Komunistiskā partija" + EST_ndemocratic_party:0 "RKE" + EST_democratic_party_long:0 "Rahvuslik Keskerakond" + HUN_neutrality_party:0 "F48P" + HUN_neutrality_party_long:0 "Függetlentségi és 48-as Párt" + PAK_democratic_party:0 "Ganatantri Dal" + PAK_communism_party:0 "Parti socialiste du Pakistan" + PAK_neutrality_party:0 "Ligue musulmane" diff --git a/mod/thegreatwar/localisation/traits_l_english.yml b/mod/thegreatwar/localisation/traits_l_english.yml deleted file mode 100755 index cf33de70c..000000000 --- a/mod/thegreatwar/localisation/traits_l_english.yml +++ /dev/null @@ -1,276 +0,0 @@ -l_english: - cc_leader:0 "General" - fm_leader:0 "Field Marshal" - navy_leader:0 "Admiral" - communist_revolutionary:0 "Communist Revolutionary" - communist_revolutionary_desc:0 "A supporter of the international revolution hoping to aid the country's, and eventually the world's, transition to a communist society." - democratic_reformer:0 "Democratic Reformer" - democratic_reformer_desc:0 "A firm believer in the people's right to rule themselves, this politician sees empowering them as the first priority and aims for the country to be ruled with their mandate." - fascist_demagogue:0 "Fascist Demagogue" - fascist_demagogue_desc:0 "Driven by a will to unite the people under a strong state, this politician emphasizes nationalist and militarist rhetoric." - ideological_crusader:0 "Ideological Crusader" - popular_figurehead:0 "Popular Figurehead" - silent_workhorse:0 "Silent Workhorse" - compassionate_gentleman:0 "Compassionate Gentleman" - prince_of_terror:0 "Prince of Terror" - backroom_backstabber:0 "Backroom Backstabber" - smooth_talking_charmer:0 "Smooth-Talking Charmer" - fortification_engineer:0 "Fortification Engineer" - war_industrialist:0 "War Industrialist" - captain_of_industry:0 "Captain of Industry" - armaments_organizer:0 "Armaments Organizer" - quartermaster_general:0 "Quartermaster General" - rocket_scientist:0 "Rocket Scientist" - nuclear_scientist:0 "Nuclear Scientist" - blitzkrieg_theorist:0 "Blitzkrieg Theorist" - military_theorist:0 "Military Theorist" - air_warfare_theorist:0 "Air Warfare Theorist" - dive_bomber:0 "Dive Bomber" - victory_through_airpower:0 "Victory Through Airpower" - close_air_support_proponent:0 "Close Air Support Proponent" - assault_avaition:0 "Assault Aviation" - naval_theorist:0 "Naval Theorist" - naval_aviation_pioneer:0 "Naval Aviation Pioneer" - grand_fleet_proponent:0 "Grand Fleet Proponent" - submarine_specialist:0 "Submarine Specialist" - tank_manufacturer:0 "Tank Designer" - artillery_manufacturer:0 "Artillery Designer" - infantry_equipment_manufacturer:0 "Infantry Equipment Designer" - motorized_equipment_manufacturer:0 "Motorized Equipment Designer" - naval_manufacturer:0 "Ship Designer" - industrial_concern:0 "Industrial Concern" - electronics_concern:0 "Electronics Concern" - army_chief_defensive_1:0 "Army Defense\n(Specialist)" - army_chief_defensive_2:0 "Army Defense\n(Expert)" - army_chief_defensive_3:0 "Army Defense\n(Genius)" - army_chief_offensive_1:0 "Army Offense\n(Specialist)" - army_chief_offensive_2:0 "Army Offense\n(Expert)" - army_chief_offensive_3:0 "Army Offense\n(Genius)" - army_chief_drill_1:0 "Army Drill\n(Specialist)" - army_chief_drill_2:0 "Army Drill\n(Expert)" - army_chief_drill_3:0 "Army Drill\n(Genius)" - army_chief_reform_1:0 "Army Reformer\n(Specialist)" - army_chief_reform_2:0 "Army Reformer\n(Expert)" - army_chief_reform_3:0 "Army Reformer\n(Genius)" - army_chief_organizational_1:0 "Army Organization\n(Specialist)" - army_chief_organizational_2:0 "Army Organization\n(Expert)" - army_chief_organizational_3:0 "Army Organization\n(Genius)" - army_chief_morale_1:0 "Army Morale\n(Specialist)" - army_chief_morale_2:0 "Army Morale\n(Expert)" - army_chief_morale_3:0 "Army Morale\n(Genius)" - army_chief_maneuver_1:0 "Army Maneuver\n(Specialist)" - army_chief_maneuver_2:0 "Army Maneuver\n(Expert)" - army_chief_maneuver_3:0 "Army Maneuver\n(Genius)" - army_chief_old_guard:0 "Old Guard" - army_entrenchment_1:0 "Entrenchment\n(Specialist)" - army_entrenchment_2:0 "Entrenchment\n(Expert)" - army_entrenchment_3:0 "Entrenchment\n(Genius)" - army_armored_1:0 "Armor\n(Specialist)" - army_armored_2:0 "Armor\n(Expert)" - army_armored_3:0 "Armor\n(Genius)" - army_artillery_1:0 "Artillery\n(Specialist)" - army_artillery_2:0 "Artillery\n(Expert)" - army_artillery_3:0 "Artillery\n(Genius)" - army_infantry_1:0 "Infantry\n(Specialist)" - army_infantry_2:0 "Infantry\n(Expert)" - army_infantry_3:0 "Infantry\n(Genius)" - army_commando_1:0 "Commando\n(Specialist)" - army_commando_2:0 "Commando\n(Expert)" - army_commando_3:0 "Commando\n(Genius)" - army_cavalry_1:0 "Cavalry\n(Specialist)" - army_cavalry_2:0 "Cavalry\n(Expert)" - army_cavalry_3:0 "Cavalry\n(Genius)" - army_regrouping_1:0 "Army Regrouping\n(Specialist)" - army_regrouping_2:0 "Army Regrouping\n(Expert)" - army_regrouping_3:0 "Army Regrouping\n(Genius)" - army_concealment_1:0 "Concealment\n(Specialist)" - army_concealment_2:0 "Concealment\n(Expert)" - army_concealment_3:0 "Concealment\n(Genius)" - army_logistics_1:0 "Army Logistics\n(Specialist)" - army_logistics_2:0 "Army Logistics\n(Expert)" - army_logistics_3:0 "Army Logistics\n(Genius)" - air_chief_reform_1:0 "Air Reformer\n(Specialist)" - air_chief_reform_2:0 "Air Reformer\n(Expert)" - air_chief_reform_3:0 "Air Reformer\n(Genius)" - air_chief_safety_1:0 "Air Safety\n(Specialist)" - air_chief_safety_2:0 "Air Safety\n(Expert)" - air_chief_safety_3:0 "Air Safety\n(Genius)" - air_chief_night_operations_1:0 "Night Operations\n(Specialist)" - air_chief_night_operations_2:0 "Night Operations\n(Expert)" - air_chief_night_operations_3:0 "Night Operations\n(Genius)" - air_chief_ground_support_1:0 "Ground Support\n(Specialist)" - air_chief_ground_support_2:0 "Ground Support\n(Expert)" - air_chief_ground_support_3:0 "Ground Support\n(Genius)" - air_chief_all_weather_1:0 "All-Weather\n(Specialist)" - air_chief_all_weather_2:0 "All-Weather\n(Expert)" - air_chief_all_weather_3:0 "All-Weather\n(Genius)" - air_chief_old_guard:0 "Old Guard" - air_air_combat_training_1:0 "Air Combat Training\n(Specialist)" - air_air_combat_training_2:0 "Air Combat Training\n(Expert)" - air_air_combat_training_3:0 "Air Combat Training\n(Genius)" - air_naval_strike_1:0 "Naval Strike\n(Specialist)" - air_naval_strike_2:0 "Naval Strike\n(Expert)" - air_naval_strike_3:0 "Naval Strike\n(Genius)" - air_bomber_interception_1:0 "Bomber Interception\n(Specialist)" - air_bomber_interception_2:0 "Bomber Interception\n(Expert)" - air_bomber_interception_3:0 "Bomber Interception\n(Genius)" - air_air_superiority_1:0 "Air Superiority\n(Specialist)" - air_air_superiority_2:0 "Air Superiority\n(Expert)" - air_air_superiority_3:0 "Air Superiority\n(Genius)" - air_close_air_support_1:0 "Close Air Support\n(Specialist)" - air_close_air_support_2:0 "Close Air Support\n(Expert)" - air_close_air_support_3:0 "Close Air Support\n(Genius)" - air_strategic_bombing_1:0 "Strategic Bombing\n(Specialist)" - air_strategic_bombing_2:0 "Strategic Bombing\n(Expert)" - air_strategic_bombing_3:0 "Strategic Bombing\n(Genius)" - air_tactical_bombing_1:0 "Tactical Bombing\n(Specialist)" - air_tactical_bombing_2:0 "Tactical Bombing\n(Expert)" - air_tactical_bombing_3:0 "Tactical Bombing\n(Genius)" - air_airborne_1:0 "Airborne Assault\n(Specialist)" - air_airborne_2:0 "Airborne Assault\n(Expert)" - air_airborne_3:0 "Airborne Assault\n(Genius)" - navy_chief_naval_aviation_1:0 "Naval Aviation\n(Specialist)" - navy_chief_naval_aviation_2:0 "Naval Aviation\n(Expert)" - navy_chief_naval_aviation_3:0 "Naval Aviation\n(Genius)" - navy_chief_decisive_battle_1:0 "Decisive Battle\n(Specialist)" - navy_chief_decisive_battle_2:0 "Decisive Battle\n(Expert)" - navy_chief_decisive_battle_3:0 "Decisive Battle\n(Genius)" - navy_chief_commerce_raiding_1:0 "Commerce Raiding\n(Specialist)" - navy_chief_commerce_raiding_2:0 "Commerce Raiding\n(Expert)" - navy_chief_commerce_raiding_3:0 "Commerce Raiding\n(Genius)" - navy_chief_reform_1:0 "Naval Reformer\n(Specialist)" - navy_chief_reform_2:0 "Naval Reformer\n(Expert)" - navy_chief_reform_3:0 "Naval Reformer\n(Genius)" - navy_chief_maneuver_1:0 "Naval Maneuver\n(Specialist)" - navy_chief_maneuver_2:0 "Naval Maneuver\n(Expert)" - navy_chief_maneuver_3:0 "Naval Maneuver\n(Genius)" - navy_chief_old_guard:0 "Old Guard" - navy_anti_submarine_1:0 "Anti-Submarine\n(Specialist)" - navy_anti_submarine_2:0 "Anti-Submarine\n(Expert)" - navy_anti_submarine_3:0 "Anti-Submarine\n(Genius)" - navy_naval_air_defense_1:0 "Naval Air Defense\n(Specialist)" - navy_naval_air_defense_2:0 "Naval Air Defense\n(Expert)" - navy_naval_air_defense_3:0 "Naval Air Defense\n(Genius)" - navy_fleet_logistics_1:0 "Fleet Logistics\n(Specialist)" - navy_fleet_logistics_2:0 "Fleet Logistics\n(Expert)" - navy_fleet_logistics_3:0 "Fleet Logistics\n(Genius)" - navy_amphibious_assault_1:0 "Amphibious Assault\n(Specialist)" - navy_amphibious_assault_2:0 "Amphibious Assault\n(Expert)" - navy_amphibious_assault_3:0 "Amphibious Assault\n(Genius)" - navy_submarine_1:0 "Submarines\n(Specialist)" - navy_submarine_2:0 "Submarines\n(Expert)" - navy_submarine_3:0 "Submarines\n(Genius)" - navy_destroyer_1:0 "Destroyers\n(Specialist)" - navy_destroyer_2:0 "Destroyers\n(Expert)" - navy_destroyer_3:0 "Destroyers\n(Genius)" - navy_cruiser_1:0 "Cruisers\n(Specialist)" - navy_cruiser_2:0 "Cruisers\n(Expert)" - navy_cruiser_3:0 "Cruisers\n(Genius)" - navy_battleship_1:0 "Battleships\n(Specialist)" - navy_battleship_2:0 "Battleships\n(Expert)" - navy_battleship_3:0 "Battleships\n(Genius)" - navy_capital_ship_1:0 "Capital Ships\n(Specialist)" - navy_capital_ship_2:0 "Capital Ships\n(Expert)" - navy_capital_ship_3:0 "Capital Ships\n(Genius)" - navy_screen_1:0 "Screens\n(Specialist)" - navy_screen_2:0 "Screens\n(Expert)" - navy_screen_3:0 "Screens\n(Genius)" - navy_carrier_1:0 "Carriers\n(Specialist)" - navy_carrier_2:0 "Carriers\n(Expert)" - navy_carrier_3:0 "Carriers\n(Genius)" - seawolf:0 "Sea Wolf" - seawolf_desc:0 "The Sea Wolf is particularly skilled in Convoy Raiding" - superior_tactician:0 "Superior Tactician" - superior_tactician_desc:0 "A master of Fleet Positioning." - old_guard:0 "Old Guard" - old_guard_desc:0 "While not the most brilliant officer, he is unlikely to cause trouble." - old_guard_navy:0 "Old Guard" - old_guard_navy_desc:0 "While not the most brilliant officer, he is unlikely to cause trouble." - trickster:0 "Trickster" - trickster_desc:0 "Doing the unexpected in combat can give you a large advantage." - logistics_wizard:0 "Logistics Wizard" - logistics_wizard_desc:0 "Supplies are never late, nor ever early, they arrive precisely when I mean them to" - defensive_doctrine:0 "Defensive Doctrine" - defensive_doctrine_desc:0 "Especially skilled in fighting on the Defensive." - offensive_doctrine:0 "Offensive Doctrine" - offensive_doctrine_desc:0 "More Offensive-minded than most." - winter_specialist:0 "Winter Specialist" - winter_specialist_desc:0 "Possesses an intuitive understanding of the difficulties of fighting in Cold conditions." - trait_engineer:0 "Engineer" - trait_engineer_desc:0 "Adept in the arts of crossing rivers and constructing field fortifications." - fortress_buster:0 "Fortress Buster" - fortress_buster_desc:0 "Assaulting a Fort holds no terror for this officer." - panzer_leader:0 "Panzer Leader" - panzer_leader_desc:0 "A natural with Tanks and Mechanized forces." - commando:0 "Commando" - commando_desc:0 "Skilled in Amphibious operations, Air Assaults, and Cold weather conditions - the Commando is a man of many talents." - fast_planner:0 "Fast Planner" - fast_planner_desc:0 "Knows all the shortcuts when preparing for battle - Efficiency is key!" - thorough_planner:0 "Thorough Planner" - thorough_planner_desc:0 "A strategic master mind. Given time, the well-laid plan will be the strongest." - organisational_leader:0 "Organization First" - organisational_leader_desc:0 "Knows every trick to get reinforcements faster than anyone." - inspirational_leader:0 "Charismatic" - inspirational_leader_desc:0 "A natural leader. Men will face their worst fears when backed by a powerful leader." - desert_fox:0 "Desert Fox" - desert_fox_desc:0 "Entirely at home when fighting in a Desert." - swamp_fox:0 "Swamp Fox" - swamp_fox_desc:0 "While somewhat soggy, the Swamp Fox knows his way around Swamps and Marshes." - trait_mountaineer:0 "Mountaineer" - trait_mountaineer_desc:0 "An excellent climber and skilled at Mountain warfare." - hill_fighter:0 "Hill Fighter" - hill_fighter_desc:0 "Excels at fighting in Hilly terrain." - jungle_rat:0 "Jungle Rat" - jungle_rat_desc:0 "Undeterred by rodents of unusual size, and skilled in Jungle warfare." - ranger:0 "Ranger" - ranger_desc:0 "Rangers lead the way, especially when it involves fighting in Forest or Jungle areas." - urban_assault_specialist:0 "Urban Assault Specialist" - urban_assault_specialist_desc:0 "An expert in Fighting In Someone's House and Causing Havoc In People's Streets." - blockade_runner:0 "Blockade Runner" - blockade_runner_desc:0 "Able to rapidly Disengage from Naval Combat." - spotter:0 "Spotter" - spotter_desc:0 "The Spotter pays special attention to keeping an eye out for enemy fleets." - fly_swatter:0 "Fly swatter" - fly_swatter_desc:0 "Realizing the danger posed to even our most powerful ships by airplanes, the Fly Swatter swiftly disposes of anything that flies." - ironside:0 "Ironside" - ironside_desc:0 "Determined to defend our home waters with the most powerful ships our navy can muster." - air_controller:0 "Air Controller" - air_controller_desc:0 "An expert in the nascent field of naval aviation, the Air Controller is a natural choice to command carriers." - naval_invader:0 "Invader" - naval_invader_desc:0 "An expert in performing naval invasions. The perfect guy for preparing an invasion of a hostile beach and carrying it out." - bearer_of_artillery:0 "Bearer of Artillery" - bearer_of_artillery_desc:0 "Never drop a crate!" - dictator:0 "Dictator" - CAS_manufacturer:0 "CAS Designer" - light_aircraft_manufacturer:0 "Light aircraft designer" - medium_aircraft_manufacturer:0 "Medium aircraft designer" - heavy_aircraft_manufacturer:0 "Heavy aircraft designer" - naval_aircraft_manufacturer:0 "Naval aircraft designer" - fast_tank_manufacturer:0 "Mobile tank designer" - medium_tank_manufacturer:0 "Tank designer" - heavy_tank_manufacturer:0 "Heavy tank designer" - pacific_fleet_naval_manufacturer:0 "Pacific fleet designer" - atlantic_fleet_naval_manufacturer:0 "Atlantic fleet designer" - raiding_fleet_naval_manufacturer:0 "Raiding fleet designer" - convoy_escort_naval_manufacturer:0 "Escort fleet designer" - coastal_defence_naval_manufacturer:0 "Coastal Defense fleet designer" - refinery_concern:0 "Refining concern" - political_dancer:0 "Master Maneuverer" - political_dancer_desc:0 "Knows the moves when it comes to political maneuvering on the dance mat of Europe." - mobile_warfare_expert:0 "Mobile Warfare Expert" - superior_firepower_expert:0 "Superior Firepower Expert" - grand_battle_plan_expert:0 "Grand Battleplan Expert" - mass_assault_expert:0 "Mass Assault Expert" - warrior_code:0 "Warrior Code" - dislikes_germany:0 "Dislikes Germany" - staunch_constitutionalist:0 "Staunch Constitutionalist" - cornered_fox:0 "Cornered Fox" - stout_defender:0 "Stout Defender" - warmonger:0 "Warmonger" - permanent_revolutionary:0 "Permanent Revolutionary" - inexperienced_imperialist:0 "Inexperienced Imperialist" - spirit_of_genghis:0 "Spirit Of Genghis" - stalins_puppet:0 "Stalin's Puppet" - stalins_puppet_desc:0 "As loyal as he is patriotic, he will never betray the International, the plight of the worker, or his home country. In that order." - exiled:0 "Exiled" - exiled_desc:0 "Under threat of persecution they have spent much of the recent years of political turmoil abroad." \ No newline at end of file diff --git a/mod/thegreatwar/localisation/wolferos_l_french.yml b/mod/thegreatwar/localisation/wolferos_l_french.yml new file mode 100755 index 000000000..8d322fee6 --- /dev/null +++ b/mod/thegreatwar/localisation/wolferos_l_french.yml @@ -0,0 +1,7 @@ +l_french: + + MENU_WOLFEROS_INFO:0 "Hearts of Iron IV: The Great War a été réalisé par Wolferos avec l'aide de la Communauté.\n\nWolferos est un petit studio indépendant fondé en 2015." + + MENU_HOMEPAGE_WOLFEROS:0 "Site Officiel de Wolferos" + MENU_FACEBOOK_WOLFEROS:0 "Facebook de Wolferos" + MENU_TWITTER_WOLFEROS:0 "Twitter de Wolferos" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_english.yml b/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_english.yml index 74003d2b0..b1a605613 100755 --- a/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_english.yml +++ b/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_english.yml @@ -1,7 +1,17 @@ l_english: -# Soviet Union Equipment for Russian Empire + transport_plane_equipment_1:0 "Transport Plane" + transport_plane_equipment_1_short:0 "Transport Plane" + transport_plane_equipment_1_desc:0 "" + + GER_transport_plane_equipment_1:0 "Junkers Ju 52" + GER_transport_plane_equipment_1_short:0 "Ju 52" + GER_transport_plane_equipment_1_desc:0"The Ju 52 was similar to the previous Junkers W 33, although larger. Ernst Zindel and his team designed the Ju 52 at Dessau. The aircraft's unusual corrugated duralumin metal skin, pioneered by Junkers during World War I, strengthened the whole structure." + USA_transport_plane_equipment_1:0 "Douglas C-47 Skytrain" + USA_transport_plane_equipment_1_short:0 "C-47" + +# Soviet Union Equipment for Russian Empire RUS_fighter_equipment_0:0 "Polikarpov I-15" RUS_fighter_equipment_0_short:0 "I-15" RUS_fighter_equipment_1:0 "Polikarpov I-16" diff --git a/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_french.yml b/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_french.yml new file mode 100755 index 000000000..adc640691 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_aircraft_ww2_l_french.yml @@ -0,0 +1,84 @@ +l_french: + + transport_plane_equipment_1:0 "Avion de Transport" + transport_plane_equipment_1_short:0 "Avion de Transport" + transport_plane_equipment_1_desc:0 "" + + GER_transport_plane_equipment_1:0 "Junkers Ju 52" + GER_transport_plane_equipment_1_short:0 "Ju 52" + GER_transport_plane_equipment_1_desc:0"The Ju 52 was similar to the previous Junkers W 33, although larger. Ernst Zindel and his team designed the Ju 52 at Dessau. The aircraft's unusual corrugated duralumin metal skin, pioneered by Junkers during World War I, strengthened the whole structure." + + USA_transport_plane_equipment_1:0 "Douglas C-47 Skytrain" + USA_transport_plane_equipment_1_short:0 "C-47" + +# Soviet Union Equipment for Russian Empire + RUS_fighter_equipment_0:0 "Polikarpov I-15" + RUS_fighter_equipment_0_short:0 "I-15" + RUS_fighter_equipment_1:0 "Polikarpov I-16" + RUS_fighter_equipment_1_short:0 "I-16" + RUS_fighter_equipment_2:0 "Lavochkin-Gorbunov-Gudkov LaGG-3" + RUS_fighter_equipment_2_short:0 "LaGG-3" + RUS_fighter_equipment_3:0 "Yakolev Yak-3" + RUS_fighter_equipment_3_short:0 "Yak-3" + RUS_heavy_fighter_equipment_1:0 "Petlyakov Pe-2" + RUS_heavy_fighter_equipment_1_short:0 "Pe-2" + RUS_heavy_fighter_equipment_2:0 "Petlyakov Pe-3" + RUS_heavy_fighter_equipment_2_short:0 "Pe-3" + RUS_heavy_fighter_equipment_3:0 "Tupolev Tu-2" + RUS_heavy_fighter_equipment_3_short:0 "Tu-2" + RUS_strat_bomber_equipment_1:0 "Petlyakov Pe-8" + RUS_strat_bomber_equipment_1_short:0 "Pe-8" + RUS_strat_bomber_equipment_2:0 "Petlyakov Pe-10" + RUS_strat_bomber_equipment_2_short:0 "Pe-10" + RUS_strat_bomber_equipment_3:0 "Tupolev Tu-4" + RUS_strat_bomber_equipment_3_short:0 "Tu-4" + RUS_jet_fighter_equipment_1:0 "Mikoyan-Guerevich MiG-9" + RUS_jet_fighter_equipment_1_short:0 "MiG-9" + RUS_jet_fighter_equipment_2:0 "Mikoyan-Guerevich MiG-15" + RUS_jet_fighter_equipment_2_short:0 "MiG-15" + RUS_jet_strat_bomber_equipment_1:0 "Myasishchev M-4" + RUS_jet_strat_bomber_equipment_1_short:0 "M-4" + RUS_tac_bomber_equipment_0:0 "Ilyushin DB-3" + RUS_tac_bomber_equipment_0_short:0 "DB-3" + RUS_tac_bomber_equipment_1:0 "Tupolev SB-2M" + RUS_tac_bomber_equipment_1_short:0 "SB-2M" + RUS_tac_bomber_equipment_2:0 "Tupolev Tu-2" + RUS_tac_bomber_equipment_2_short:0 "Tu-2" + RUS_tac_bomber_equipment_3:0 "Tupolev Tu-8" + RUS_tac_bomber_equipment_3_short:0 "Tu-8" + RUS_jet_tac_bomber_equipment_1:0 "Ilyushin Il-28" + RUS_jet_tac_bomber_equipment_1_short:0 "Il-28" + RUS_jet_tac_bomber_equipment_2:0 "Tupolev Tu-16" + RUS_jet_tac_bomber_equipment_2_short:0 "Tu-16" + RUS_nav_bomber_equipment_1:0 "Ilyushin Il-4" + RUS_nav_bomber_equipment_1_short:0 "Il-4" + RUS_nav_bomber_equipment_2:0 "Tupolev ANT-62T" + RUS_nav_bomber_equipment_2_short:0 "ANT-62T" + RUS_nav_bomber_equipment_3:0 "Ilyushin Il-6" + RUS_nav_bomber_equipment_3_short:0 "Il-6" + RUS_CAS_equipment_1:0 "Kochyerigin LBSh" + RUS_CAS_equipment_1_short:0 "LBSh" + RUS_CAS_equipment_2:0 "Ilyushin IL-2 Sturmovik" + RUS_CAS_equipment_2_short:0 "IL-2 Sturmovik" + RUS_CAS_equipment_3:0 "Ilyushin IL-10" + RUS_CAS_equipment_3_short:0 "IL-10" + RUS_cv_nav_bomber_equipment_1:0 "Ilyushin Palubniy Il-4" + RUS_cv_nav_bomber_equipment_1_short:0 "PIl-4" + RUS_cv_nav_bomber_equipment_2:0 "Tupolev Palubniy ANT-62T" + RUS_cv_nav_bomber_equipment_2_short:0 "PANT-62T" + RUS_cv_nav_bomber_equipment_3:0 "Ilyushin Palubniy Il-6" + RUS_cv_nav_bomber_equipment_3_short:0 "PIl-6" + RUS_cv_CAS_equipment_1:0 "Tumansky Palubniy M-88" + RUS_cv_CAS_equipment_1_short:0 "PM-88" + RUS_cv_CAS_equipment_2:0 "Ilyushin Il-2T" + RUS_cv_CAS_equipment_2_short:0 "Il-2T" + RUS_cv_CAS_equipment_3:0 "Ilyushin IL-10T" + RUS_cv_CAS_equipment_3_short:0 "IL-10T" + RUS_cv_fighter_equipment_0:0 "Polikarpov I-15UD" + RUS_cv_fighter_equipment_0_short:0 "I-15UD" + RUS_cv_fighter_equipment_1:0 "Polikarpov I-153" + RUS_cv_fighter_equipment_1_short:0 "I-153" + RUS_cv_fighter_equipment_2:0 "Yakovlev Yak-1M" + RUS_cv_fighter_equipment_2_short:0 "Yak-1M" + RUS_cv_fighter_equipment_3:0 "Yakovlev Yak-9T" + RUS_cv_fighter_equipment_3_short:0 "Yak-9T" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_artillery_l_french.yml b/mod/thegreatwar/localisation/ww1_artillery_l_french.yml new file mode 100755 index 000000000..df5f891c9 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_artillery_l_french.yml @@ -0,0 +1,499 @@ +l_french: + + light_artillery1:0 "Light Artillery I" + light_artillery2:0 "Light Artillery II" + light_artillery3:0 "Light Artillery III" + light_artillery4:0 "Light Artillery IV" + light_field_gun1:0 "Light Field Gun I" + light_field_gun2:0 "Light Field Gun II" + light_field_gun3:0 "Light Field Gun III" + light_field_gun4:0 "Light Field Gun IV" + light_howitzer1:0 "Howitzer I" + light_howitzer2:0 "Howitzer II" + light_howitzer3:0 "Howitzer III" + light_howitzer4:0 "Howitzer IV" + heavy_artillery1:0 "Artillerie Lourde I" + heavy_artillery2:0 "Artillerie Lourde II" + heavy_artillery3:0 "Artillerie Lourde III" + heavy_artillery4:0 "Artillerie Lourde IV" + heavy_field_gun1:0 "Heavy Field Gun I" + heavy_field_gun2:0 "Heavy Field Gun II" + heavy_field_gun3:0 "Heavy Field Gun III" + heavy_field_gun4:0 "Heavy Field Gun IV" + heavy_howitzer1:0 "Heavy Howitzer I" + heavy_howitzer2:0 "Heavy Howitzer II" + heavy_howitzer3:0 "Heavy Howitzer III" + heavy_howitzer4:0 "Heavy Howitzer IV" + siege_artillery1:0 "Siege Artillery I" + siege_artillery2:0 "Siege Artillery II" + siege_artillery3:0 "Siege Artillery III" + siege_artillery4:0 "Siege Artillery IV" + ENG_light_field_gun1:0 "QF18pdr" + FRA_light_field_gun1:0 "Canon de 75 modèle 1897" + ITA_light_field_gun1:0 "75/25 model 6" + RUS_light_field_gun1:0 "76 mm gun model 1900" + GER_light_field_gun1:0 "77mm FK96 " + AUH_light_field_gun1:0 "8 cm Feldkanone M. 99" + TUR_light_field_gun1:0 "Krupp 75mm M1903" + JAP_light_field_gun1:0 "Type 35/38 75mm" + USA_light_field_gun1:0 "4.7inch M1906" + ENG_light_field_gun2:0 "QF 4.7inch gun" + FRA_light_field_gun2:0 "Canon de 105 modele 1913 Schneider" + ITA_light_field_gun2:0 "75/27 model 12" + RUS_light_field_gun2:0 "76.2 mm divisional gun model 1902" + GER_light_field_gun2:0 "Krupp 75mm M1903" + AUH_light_field_gun2:0 "Skoda 75mm Mountain Gun M1909" + TUR_light_field_gun2:0 "Krupp 76.2mm " + JAP_light_field_gun2:0 "Type 41 75 mm Cavalry Gun" + ENG_light_field_gun3:0 "2.7in Mountain Gun" + FRA_light_field_gun3:0 "Canon de 105 mle 1913 Schneider" + ITA_light_field_gun3:0 "65/17 model 13" + RUS_light_field_gun3:0 "Krupp/Schnider 107mm" + GER_light_field_gun3:0 "7.7 cm Feldkanone 16" + AUH_light_field_gun3:0 "100mm Feldkanone M. 14" + FRA_light_field_gun4:0 "75mm " + GER_light_field_gun4:0 "100mm FK M1917" + AUH_light_field_gun4:0 "8 cm Feldkanone M 18" + TUR_light_field_gun4:0 "Krupp 77mm Field Gun Model 1916" + USA_light_field_gun4:0 "75mm Canon (French)" + ENG_light_howitzer1:0 "6inch 30CWT" + GER_light_howitzer1:0 "10.5 cm Feldhaubitze 98/09" + AUH_light_howitzer1:0 "10 cm Feldhaubitze M 99" + TUR_light_howitzer1:0 "10.5 cm Feldhaubitze 98/09" + ENG_light_howitzer2:0 "QF 4.5-inch howitzer" + AUH_light_howitzer2:0 "same as above" + TUR_light_howitzer2:0 "Krupp 105mm Field Gun 98/09" + FRA_light_howitzer3:0 "105mm Howitzer" + RUS_light_howitzer3:0 "Krupp 122mm How" + GER_light_howitzer3:0 "100mm Howitzer M14" + AUH_light_howitzer3:0 "149mm M. 14 Feldhaubitze" + ENG_light_howitzer4:0 "6inch 26CWT" + FRA_light_howitzer4:0 "105mm Howitzer" + GER_light_howitzer4:0 "105mm leFH16" + AUH_light_howitzer4:0 "100mm M. 14/19 Feldhaubitze" + ENG_heavy_field_gun1:0 "BL 60pdr" + FRA_heavy_field_gun1:0 "de Bange 155 mm long cannon mle. 1877" + RUS_heavy_field_gun1:0 "42-line field gun M1877" + GER_heavy_field_gun1:0 "10 cm Kanone 04" + GER_heavy_field_gun2:0 "135mm FK 1909" + JAP_heavy_field_gun2:0 "Type 38 10 cm Cannon" + ENG_heavy_field_gun3:0 "BL 6inch MkVII" + FRA_heavy_field_gun3:0 "Canon de 240 1884" + RUS_heavy_field_gun3:0 "Krupp 152mm " + GER_heavy_field_gun3:0 "150mm L/40 ir" + AUH_heavy_field_gun3:0 "10.4 cm Feldkanone M. 15" + FRA_heavy_field_gun4:0 "155 GPF Canon" + GER_heavy_field_gun4:0 "150mm Kannone 16" + AUH_heavy_field_gun4:0 "149mm M. 16 Feldhaubitze" + TUR_heavy_field_gun4:0 "Krupp 105mm Field Gun Model 1916" + USA_heavy_field_gun4:0 "M1918 GPF (French)" + ENG_heavy_howitzer1:0 "BL 5-inch howitzer" + FRA_heavy_howitzer1:0 "155 mm Rimailho Howitzer Model 1904TR" + GER_heavy_howitzer1:0 "Krupp 120mm M1905" + AUH_heavy_howitzer1:0 "15 cm schwere Feldhaubitze M 94" + RUS_heavy_howitzer2:0 "152mm How 1909/30" + GER_heavy_howitzer2:0 "210mm Howitzer" + TUR_heavy_howitzer2:0 "Krupp 120mm Howitzer Model 1905" + JAP_heavy_howitzer2:0 "Type 38 15 cm Howitzer" + ENG_heavy_howitzer3:0 "BL 9.2inch howitzer" + RUS_heavy_howitzer3:0 "Krupp 155mm How" + GER_heavy_howitzer3:0 "150mm sFH 13" + AUH_heavy_howitzer3:0 "15 cm schwere Feldhaubitze M 14" + TUR_heavy_howitzer3:0 "Krupp 150mm Howitzer Model 1913" + JAP_heavy_howitzer3:0 "150mm Howitzer 1915" + ENG_heavy_howitzer4:0 "BL 8inch Gun Mk VII" + FRA_heavy_howitzer4:0 "Canon de 155 C modèle 1917 Schneider" + AUH_heavy_howitzer4:0 "15 cm schwere Feldhaubitze M. 15" + ITA_siege_artillery1:0 "149mm Seige 1877" + RUS_siege_artillery1:0 "6-inch siege gun model 1877" + GER_siege_artillery1:0 "280mm Seige Howitzer" + AUH_siege_artillery1:0 "24 cm Mörser M 98" + GER_siege_artillery2:0 "170mm Naval Cannon" + AUH_siege_artillery2:0 "Škoda 30.5 cm Mörser M. 11" + ENG_siege_artillery3:0 "BL 15-inch howitzer" + GER_siege_artillery3:0 "Big Bertha" + ITA_siege_artillery4:0 "305mm Howitzer M17" + AUH_siege_artillery4:0 "380mm Belagerungshaubitze M 16" + ENG_antiair1:0 "QF 3in 20cwt Truck" + FRA_antiair1:0 "75mm Autoloader 1897 Truck" + GER_antiair1:0 "77mm Towed AA M14" + ENG_antiair2:0 "13pdr 9cwt" + GER_antiair2:0 "80mm Towed AA" + USA_antiair2:0 "3inch M1917" + GER_antitank1:0 "3.7 cm TaK Rheinmetall" + ENG_light_field_gun1_short:0 "QF18pdr" + FRA_light_field_gun1_short:0 "Canon de 75 modèle 1897" + ITA_light_field_gun1_short:0 "75/25 model 6" + RUS_light_field_gun1_short:0 "76 mm gun model 1900" + GER_light_field_gun1_short:0 "77mm FK96 " + AUH_light_field_gun1_short:0 "8 cm Feldkanone M. 99" + TUR_light_field_gun1_short:0 "Krupp 75mm M1903" + JAP_light_field_gun1_short:0 "Type 35/38 75mm" + USA_light_field_gun1_short:0 "4.7inch M1906" + ENG_light_field_gun2_short:0 "QF 4.7inch gun" + FRA_light_field_gun2_short:0 "Canon de 105 modele 1913 Schneider" + ITA_light_field_gun2_short:0 "75/27 model 12" + RUS_light_field_gun2_short:0 "76.2 mm divisional gun model 1902" + GER_light_field_gun2_short:0 "Krupp 75mm M1903" + AUH_light_field_gun2_short:0 "Skoda 75mm Mountain Gun M1909" + TUR_light_field_gun2_short:0 "Krupp 76.2mm " + JAP_light_field_gun2_short:0 "Type 41 75 mm Cavalry Gun" + ENG_light_field_gun3_short:0 "2.7in Mountain Gun" + FRA_light_field_gun3_short:0 "Canon de 105 mle 1913 Schneider" + ITA_light_field_gun3_short:0 "65/17 model 13" + RUS_light_field_gun3_short:0 "Krupp/Schnider 107mm" + GER_light_field_gun3_short:0 "7.7 cm Feldkanone 16" + AUH_light_field_gun3_short:0 "100mm Feldkanone M. 14" + FRA_light_field_gun4_short:0 "75mm " + GER_light_field_gun4_short:0 "100mm FK M1917" + AUH_light_field_gun4_short:0 "8 cm Feldkanone M 18" + TUR_light_field_gun4_short:0 "Krupp 77mm Field Gun Model 1916" + USA_light_field_gun4_short:0 "75mm Canon (French)" + ENG_light_howitzer1_short:0 "6inch 30CWT" + GER_light_howitzer1_short:0 "10.5 cm Feldhaubitze 98/09" + AUH_light_howitzer1_short:0 "10 cm Feldhaubitze M 99" + TUR_light_howitzer1_short:0 "10.5 cm Feldhaubitze 98/09" + ENG_light_howitzer2_short:0 "QF 4.5-inch howitzer" + AUH_light_howitzer2_short:0 "same as above" + TUR_light_howitzer2_short:0 "Krupp 105mm Field Gun 98/09" + FRA_light_howitzer3_short:0 "105mm Howitzer" + RUS_light_howitzer3_short:0 "Krupp 122mm How" + GER_light_howitzer3_short:0 "100mm Howitzer M14" + AUH_light_howitzer3_short:0 "149mm M. 14 Feldhaubitze" + ENG_light_howitzer4_short:0 "6inch 26CWT" + FRA_light_howitzer4_short:0 "105mm Howitzer" + GER_light_howitzer4_short:0 "105mm leFH16" + AUH_light_howitzer4_short:0 "100mm M. 14/19 Feldhaubitze" + ENG_heavy_field_gun1_short:0 "BL 60pdr" + FRA_heavy_field_gun1_short:0 "de Bange 155 mm long cannon mle. 1877" + RUS_heavy_field_gun1_short:0 "42-line field gun M1877" + GER_heavy_field_gun1_short:0 "10 cm Kanone 04" + GER_heavy_field_gun2_short:0 "135mm FK 1909" + JAP_heavy_field_gun2_short:0 "Type 38 10 cm Cannon" + ENG_heavy_field_gun3_short:0 "BL 6inch MkVII" + FRA_heavy_field_gun3_short:0 "Canon de 240 1884" + RUS_heavy_field_gun3_short:0 "Krupp 152mm " + GER_heavy_field_gun3_short:0 "150mm L/40 ir" + AUH_heavy_field_gun3_short:0 "10.4 cm Feldkanone M. 15" + FRA_heavy_field_gun4_short:0 "155 GPF Canon" + GER_heavy_field_gun4_short:0 "150mm Kannone 16" + AUH_heavy_field_gun4_short:0 "149mm M. 16 Feldhaubitze" + TUR_heavy_field_gun4_short:0 "Krupp 105mm Field Gun Model 1916" + USA_heavy_field_gun4_short:0 "M1918 GPF (French)" + ENG_heavy_howitzer1_short:0 "BL 5-inch howitzer" + FRA_heavy_howitzer1_short:0 "155 mm Rimailho Howitzer Model 1904TR" + GER_heavy_howitzer1_short:0 "Krupp 120mm M1905" + AUH_heavy_howitzer1_short:0 "15 cm schwere Feldhaubitze M 94" + RUS_heavy_howitzer2_short:0 "152mm How 1909/30" + GER_heavy_howitzer2_short:0 "210mm Howitzer" + TUR_heavy_howitzer2_short:0 "Krupp 120mm Howitzer Model 1905" + JAP_heavy_howitzer2_short:0 "Type 38 15 cm Howitzer" + ENG_heavy_howitzer3_short:0 "BL 9.2inch howitzer" + RUS_heavy_howitzer3_short:0 "Krupp 155mm How" + GER_heavy_howitzer3_short:0 "150mm sFH 13" + AUH_heavy_howitzer3_short:0 "15 cm schwere Feldhaubitze M 14" + TUR_heavy_howitzer3_short:0 "Krupp 150mm Howitzer Model 1913" + JAP_heavy_howitzer3_short:0 "150mm Howitzer 1915" + ENG_heavy_howitzer4_short:0 "BL 8inch Gun Mk VII" + FRA_heavy_howitzer4_short:0 "Canon de 155 C modèle 1917 Schneider" + AUH_heavy_howitzer4_short:0 "15 cm schwere Feldhaubitze M. 15" + ITA_siege_artillery1_short:0 "149mm Seige 1877" + RUS_siege_artillery1_short:0 "6-inch siege gun model 1877" + GER_siege_artillery1_short:0 "280mm Seige Howitzer" + AUH_siege_artillery1_short:0 "24 cm Mörser M 98" + GER_siege_artillery2_short:0 "170mm Naval Cannon" + AUH_siege_artillery2_short:0 "Škoda 30.5 cm Mörser M. 11" + ENG_siege_artillery3_short:0 "BL 15-inch howitzer" + GER_siege_artillery3_short:0 "Big Bertha" + ITA_siege_artillery4_short:0 "305mm Howitzer M17" + AUH_siege_artillery4_short:0 "380mm Belagerungshaubitze M 16" + ENG_antiair1_short:0 "QF 3in 20cwt Truck" + FRA_antiair1_short:0 "75mm Autoloader 1897 Truck" + GER_antiair1_short:0 "77mm Towed AA M14" + ENG_antiair2_short:0 "13pdr 9cwt" + GER_antiair2_short:0 "80mm Towed AA" + USA_antiair2_short:0 "3inch M1917" + GER_antitank1_short:0 "3.7 cm TaK Rheinmetall" + ENG_light_field_gun1_desc:0 "TODO" + FRA_light_field_gun1_desc:0 "TODO" + ITA_light_field_gun1_desc:0 "TODO" + RUS_light_field_gun1_desc:0 "TODO" + GER_light_field_gun1_desc:0 "TODO" + AUH_light_field_gun1_desc:0 "TODO" + TUR_light_field_gun1_desc:0 "TODO" + JAP_light_field_gun1_desc:0 "TODO" + USA_light_field_gun1_desc:0 "TODO" + ENG_light_field_gun2_desc:0 "TODO" + FRA_light_field_gun2_desc:0 "TODO" + ITA_light_field_gun2_desc:0 "TODO" + RUS_light_field_gun2_desc:0 "TODO" + GER_light_field_gun2_desc:0 "TODO" + AUH_light_field_gun2_desc:0 "TODO" + TUR_light_field_gun2_desc:0 "TODO" + JAP_light_field_gun2_desc:0 "TODO" + ENG_light_field_gun3_desc:0 "TODO" + FRA_light_field_gun3_desc:0 "TODO" + ITA_light_field_gun3_desc:0 "TODO" + RUS_light_field_gun3_desc:0 "TODO" + GER_light_field_gun3_desc:0 "TODO" + AUH_light_field_gun3_desc:0 "TODO" + FRA_light_field_gun4_desc:0 "TODO" + GER_light_field_gun4_desc:0 "TODO" + AUH_light_field_gun4_desc:0 "TODO" + TUR_light_field_gun4_desc:0 "TODO" + USA_light_field_gun4_desc:0 "TODO" + ENG_light_howitzer1_desc:0 "TODO" + GER_light_howitzer1_desc:0 "TODO" + AUH_light_howitzer1_desc:0 "TODO" + TUR_light_howitzer1_desc:0 "TODO" + ENG_light_howitzer2_desc:0 "TODO" + AUH_light_howitzer2_desc:0 "TODO" + TUR_light_howitzer2_desc:0 "TODO" + FRA_light_howitzer3_desc:0 "TODO" + RUS_light_howitzer3_desc:0 "TODO" + GER_light_howitzer3_desc:0 "TODO" + AUH_light_howitzer3_desc:0 "TODO" + ENG_light_howitzer4_desc:0 "TODO" + FRA_light_howitzer4_desc:0 "TODO" + GER_light_howitzer4_desc:0 "TODO" + AUH_light_howitzer4_desc:0 "TODO" + ENG_heavy_field_gun1_desc:0 "TODO" + FRA_heavy_field_gun1_desc:0 "TODO" + RUS_heavy_field_gun1_desc:0 "TODO" + GER_heavy_field_gun1_desc:0 "TODO" + GER_heavy_field_gun2_desc:0 "TODO" + JAP_heavy_field_gun2_desc:0 "TODO" + ENG_heavy_field_gun3_desc:0 "TODO" + FRA_heavy_field_gun3_desc:0 "TODO" + RUS_heavy_field_gun3_desc:0 "TODO" + GER_heavy_field_gun3_desc:0 "TODO" + AUH_heavy_field_gun3_desc:0 "TODO" + FRA_heavy_field_gun4_desc:0 "TODO" + GER_heavy_field_gun4_desc:0 "TODO" + AUH_heavy_field_gun4_desc:0 "TODO" + TUR_heavy_field_gun4_desc:0 "TODO" + USA_heavy_field_gun4_desc:0 "TODO" + ENG_heavy_howitzer1_desc:0 "TODO" + FRA_heavy_howitzer1_desc:0 "TODO" + GER_heavy_howitzer1_desc:0 "TODO" + AUH_heavy_howitzer1_desc:0 "TODO" + RUS_heavy_howitzer2_desc:0 "TODO" + GER_heavy_howitzer2_desc:0 "TODO" + TUR_heavy_howitzer2_desc:0 "TODO" + JAP_heavy_howitzer2_desc:0 "TODO" + ENG_heavy_howitzer3_desc:0 "TODO" + RUS_heavy_howitzer3_desc:0 "TODO" + GER_heavy_howitzer3_desc:0 "TODO" + AUH_heavy_howitzer3_desc:0 "TODO" + TUR_heavy_howitzer3_desc:0 "TODO" + JAP_heavy_howitzer3_desc:0 "TODO" + ENG_heavy_howitzer4_desc:0 "TODO" + FRA_heavy_howitzer4_desc:0 "TODO" + AUH_heavy_howitzer4_desc:0 "TODO" + ITA_siege_artillery1_desc:0 "TODO" + RUS_siege_artillery1_desc:0 "TODO" + GER_siege_artillery1_desc:0 "TODO" + AUH_siege_artillery1_desc:0 "TODO" + GER_siege_artillery2_desc:0 "TODO" + AUH_siege_artillery2_desc:0 "TODO" + ENG_siege_artillery3_desc:0 "TODO" + GER_siege_artillery3_desc:0 "TODO" + ITA_siege_artillery4_desc:0 "TODO" + AUH_siege_artillery4_desc:0 "TODO" + ENG_antiair1_desc:0 "TODO" + FRA_antiair1_desc:0 "TODO" + GER_antiair1_desc:0 "TODO" + ENG_antiair2_desc:0 "TODO" + GER_antiair2_desc:0 "TODO" + USA_antiair2_desc:0 "TODO" + GER_antitank1_desc:0 "TODO" + ENG_light_field_gun_equipment_1:0 "QF18pdr" + FRA_light_field_gun_equipment_1:0 "Canon de 75 modèle 1897" + ITA_light_field_gun_equipment_1:0 "75/25 model 6" + RUS_light_field_gun_equipment_1:0 "76 mm gun model 1900" + GER_light_field_gun_equipment_1:0 "77mm FK96 " + AUH_light_field_gun_equipment_1:0 "8 cm Feldkanone M. 99" + TUR_light_field_gun_equipment_1:0 "Krupp 75mm M1903" + JAP_light_field_gun_equipment_1:0 "Type 35/38 75mm" + USA_light_field_gun_equipment_1:0 "4.7inch M1906" + ENG_light_field_gun_equipment_2:0 "QF 4.7inch gun" + FRA_light_field_gun_equipment_2:0 "Canon de 105 modele 1913 Schneider" + ITA_light_field_gun_equipment_2:0 "75/27 model 12" + RUS_light_field_gun_equipment_2:0 "76.2 mm divisional gun model 1902" + GER_light_field_gun_equipment_2:0 "Krupp 75mm M1903" + AUH_light_field_gun_equipment_2:0 "Skoda 75mm Mountain Gun M1909" + TUR_light_field_gun_equipment_2:0 "Krupp 76.2mm " + JAP_light_field_gun_equipment_2:0 "Type 41 75 mm Cavalry Gun" + ENG_light_field_gun_equipment_3:0 "2.7in Mountain Gun" + FRA_light_field_gun_equipment_3:0 "Canon de 105 mle 1913 Schneider" + ITA_light_field_gun_equipment_3:0 "65/17 model 13" + RUS_light_field_gun_equipment_3:0 "Krupp/Schnider 107mm" + GER_light_field_gun_equipment_3:0 "7.7 cm Feldkanone 16" + AUH_light_field_gun_equipment_3:0 "100mm Feldkanone M. 14" + FRA_light_field_gun_equipment_4:0 "75mm " + GER_light_field_gun_equipment_4:0 "100mm FK M1917" + AUH_light_field_gun_equipment_4:0 "8 cm Feldkanone M 18" + TUR_light_field_gun_equipment_4:0 "Krupp 77mm Field Gun Model 1916" + USA_light_field_gun_equipment_4:0 "75mm Canon (French)" + ENG_light_howitzer_equipment_1:0 "6inch 30CWT" + GER_light_howitzer_equipment_1:0 "10.5 cm Feldhaubitze 98/09" + AUH_light_howitzer_equipment_1:0 "10 cm Feldhaubitze M 99" + TUR_light_howitzer_equipment_1:0 "10.5 cm Feldhaubitze 98/09" + ENG_light_howitzer_equipment_2:0 "QF 4.5-inch howitzer" + AUH_light_howitzer_equipment_2:0 "same as above" + TUR_light_howitzer_equipment_2:0 "Krupp 105mm Field Gun 98/09" + FRA_light_howitzer_equipment_3:0 "105mm Howitzer" + RUS_light_howitzer_equipment_3:0 "Krupp 122mm How" + GER_light_howitzer_equipment_3:0 "100mm Howitzer M14" + AUH_light_howitzer_equipment_3:0 "149mm M. 14 Feldhaubitze" + ENG_light_howitzer_equipment_4:0 "6inch 26CWT" + FRA_light_howitzer_equipment_4:0 "105mm Howitzer" + GER_light_howitzer_equipment_4:0 "105mm leFH16" + AUH_light_howitzer_equipment_4:0 "100mm M. 14/19 Feldhaubitze" + ENG_heavy_field_gun_equipment_1:0 "BL 60pdr" + FRA_heavy_field_gun_equipment_1:0 "de Bange 155 mm long cannon mle. 1877" + RUS_heavy_field_gun_equipment_1:0 "42-line field gun M1877" + GER_heavy_field_gun_equipment_1:0 "10 cm Kanone 04" + GER_heavy_field_gun_equipment_2:0 "135mm FK 1909" + JAP_heavy_field_gun_equipment_2:0 "Type 38 10 cm Cannon" + ENG_heavy_field_gun_equipment_3:0 "BL 6inch MkVII" + FRA_heavy_field_gun_equipment_3:0 "Canon de 240 1884" + RUS_heavy_field_gun_equipment_3:0 "Krupp 152mm " + GER_heavy_field_gun_equipment_3:0 "150mm L/40 ir" + AUH_heavy_field_gun_equipment_3:0 "10.4 cm Feldkanone M. 15" + FRA_heavy_field_gun_equipment_4:0 "155 GPF Canon" + GER_heavy_field_gun_equipment_4:0 "150mm Kannone 16" + AUH_heavy_field_gun_equipment_4:0 "149mm M. 16 Feldhaubitze" + TUR_heavy_field_gun_equipment_4:0 "Krupp 105mm Field Gun Model 1916" + USA_heavy_field_gun_equipment_4:0 "M1918 GPF (French)" + ENG_heavy_howitzer_equipment_1:0 "BL 5-inch howitzer" + FRA_heavy_howitzer_equipment_1:0 "155 mm Rimailho Howitzer Model 1904TR" + GER_heavy_howitzer_equipment_1:0 "Krupp 120mm M1905" + AUH_heavy_howitzer_equipment_1:0 "15 cm schwere Feldhaubitze M 94" + RUS_heavy_howitzer_equipment_2:0 "152mm How 1909/30" + GER_heavy_howitzer_equipment_2:0 "210mm Howitzer" + TUR_heavy_howitzer_equipment_2:0 "Krupp 120mm Howitzer Model 1905" + JAP_heavy_howitzer_equipment_2:0 "Type 38 15 cm Howitzer" + ENG_heavy_howitzer_equipment_3:0 "BL 9.2inch howitzer" + RUS_heavy_howitzer_equipment_3:0 "Krupp 155mm How" + GER_heavy_howitzer_equipment_3:0 "150mm sFH 13" + AUH_heavy_howitzer_equipment_3:0 "15 cm schwere Feldhaubitze M 14" + TUR_heavy_howitzer_equipment_3:0 "Krupp 150mm Howitzer Model 1913" + JAP_heavy_howitzer_equipment_3:0 "150mm Howitzer 1915" + ENG_heavy_howitzer_equipment_4:0 "BL 8inch Gun Mk VII" + FRA_heavy_howitzer_equipment_4:0 "Canon de 155 C modèle 1917 Schneider" + AUH_heavy_howitzer_equipment_4:0 "15 cm schwere Feldhaubitze M. 15" + ITA_siege_field_gun_equipment_1:0 "149mm Seige 1877" + RUS_siege_field_gun_equipment_1:0 "6-inch siege gun model 1877" + GER_siege_field_gun_equipment_1:0 "280mm Seige Howitzer" + AUH_siege_field_gun_equipment_1:0 "24 cm Mörser M 98" + GER_siege_field_gun_equipment_2:0 "170mm Naval Cannon" + AUH_siege_field_gun_equipment_2:0 "Škoda 30.5 cm Mörser M. 11" + ENG_siege_field_gun_equipment_3:0 "BL 15-inch howitzer" + GER_siege_field_gun_equipment_3:0 "Big Bertha" + ITA_siege_field_gun_equipment_4:0 "305mm Howitzer M17" + AUH_siege_field_gun_equipment_4:0 "380mm Belagerungshaubitze M 16" + ENG_anti_air_equipment_1:0 "QF 3in 20cwt Truck" + FRA_anti_air_equipment_1:0 "75mm Autoloader 1897 Truck" + GER_anti_air_equipment_1:0 "77mm Towed AA M14" + ENG_anti_air_equipment_2:0 "13pdr 9cwt" + GER_anti_air_equipment_2:0 "80mm Towed AA" + USA_anti_air_equipment_2:0 "3inch M1917" + GER_anti_tank_equipment_1:0 "3.7 cm TaK Rheinmetall" + ENG_light_field_gun_equipment_1_desc:0 "QF18pdr" + FRA_light_field_gun_equipment_1_desc:0 "Canon de 75 modèle 1897" + ITA_light_field_gun_equipment_1_desc:0 "75/25 model 6" + RUS_light_field_gun_equipment_1_desc:0 "76 mm gun model 1900" + GER_light_field_gun_equipment_1_desc:0 "77mm FK96 " + AUH_light_field_gun_equipment_1_desc:0 "8 cm Feldkanone M. 99" + TUR_light_field_gun_equipment_1_desc:0 "Krupp 75mm M1903" + JAP_light_field_gun_equipment_1_desc:0 "Type 35/38 75mm" + USA_light_field_gun_equipment_1_desc:0 "4.7inch M1906" + ENG_light_field_gun_equipment_2_desc:0 "QF 4.7inch gun" + FRA_light_field_gun_equipment_2_desc:0 "Canon de 105 modele 1913 Schneider" + ITA_light_field_gun_equipment_2_desc:0 "75/27 model 12" + RUS_light_field_gun_equipment_2_desc:0 "76.2 mm divisional gun model 1902" + GER_light_field_gun_equipment_2_desc:0 "Krupp 75mm M1903" + AUH_light_field_gun_equipment_2_desc:0 "Skoda 75mm Mountain Gun M1909" + TUR_light_field_gun_equipment_2_desc:0 "Krupp 76.2mm " + JAP_light_field_gun_equipment_2_desc:0 "Type 41 75 mm Cavalry Gun" + ENG_light_field_gun_equipment_3_desc:0 "2.7in Mountain Gun" + FRA_light_field_gun_equipment_3_desc:0 "Canon de 105 mle 1913 Schneider" + ITA_light_field_gun_equipment_3_desc:0 "65/17 model 13" + RUS_light_field_gun_equipment_3_desc:0 "Krupp/Schnider 107mm" + GER_light_field_gun_equipment_3_desc:0 "7.7 cm Feldkanone 16" + AUH_light_field_gun_equipment_3_desc:0 "100mm Feldkanone M. 14" + FRA_light_field_gun_equipment_4_desc:0 "75mm " + GER_light_field_gun_equipment_4_desc:0 "100mm FK M1917" + AUH_light_field_gun_equipment_4_desc:0 "8 cm Feldkanone M 18" + TUR_light_field_gun_equipment_4_desc:0 "Krupp 77mm Field Gun Model 1916" + USA_light_field_gun_equipment_4_desc:0 "75mm Canon (French)" + ENG_light_howitzer_equipment_1_desc:0 "6inch 30CWT" + GER_light_howitzer_equipment_1_desc:0 "10.5 cm Feldhaubitze 98/09" + AUH_light_howitzer_equipment_1_desc:0 "10 cm Feldhaubitze M 99" + TUR_light_howitzer_equipment_1_desc:0 "10.5 cm Feldhaubitze 98/09" + ENG_light_howitzer_equipment_2_desc:0 "QF 4.5-inch howitzer" + AUH_light_howitzer_equipment_2_desc:0 "same as above" + TUR_light_howitzer_equipment_2_desc:0 "Krupp 105mm Field Gun 98/09" + FRA_light_howitzer_equipment_3_desc:0 "105mm Howitzer" + RUS_light_howitzer_equipment_3_desc:0 "Krupp 122mm How" + GER_light_howitzer_equipment_3_desc:0 "100mm Howitzer M14" + AUH_light_howitzer_equipment_3_desc:0 "149mm M. 14 Feldhaubitze" + ENG_light_howitzer_equipment_4_desc:0 "6inch 26CWT" + FRA_light_howitzer_equipment_4_desc:0 "105mm Howitzer" + GER_light_howitzer_equipment_4_desc:0 "105mm leFH16" + AUH_light_howitzer_equipment_4_desc:0 "100mm M. 14/19 Feldhaubitze" + ENG_heavy_field_gun_equipment_1_desc:0 "BL 60pdr" + FRA_heavy_field_gun_equipment_1_desc:0 "de Bange 155 mm long cannon mle. 1877" + RUS_heavy_field_gun_equipment_1_desc:0 "42-line field gun M1877" + GER_heavy_field_gun_equipment_1_desc:0 "10 cm Kanone 04" + GER_heavy_field_gun_equipment_2_desc:0 "135mm FK 1909" + JAP_heavy_field_gun_equipment_2_desc:0 "Type 38 10 cm Cannon" + ENG_heavy_field_gun_equipment_3_desc:0 "BL 6inch MkVII" + FRA_heavy_field_gun_equipment_3_desc:0 "Canon de 240 1884" + RUS_heavy_field_gun_equipment_3_desc:0 "Krupp 152mm " + GER_heavy_field_gun_equipment_3_desc:0 "150mm L/40 ir" + AUH_heavy_field_gun_equipment_3_desc:0 "10.4 cm Feldkanone M. 15" + FRA_heavy_field_gun_equipment_4_desc:0 "155 GPF Canon" + GER_heavy_field_gun_equipment_4_desc:0 "150mm Kannone 16" + AUH_heavy_field_gun_equipment_4_desc:0 "149mm M. 16 Feldhaubitze" + TUR_heavy_field_gun_equipment_4_desc:0 "Krupp 105mm Field Gun Model 1916" + USA_heavy_field_gun_equipment_4_desc:0 "M1918 GPF (French)" + ENG_heavy_howitzer_equipment_1_desc:0 "BL 5-inch howitzer" + FRA_heavy_howitzer_equipment_1_desc:0 "155 mm Rimailho Howitzer Model 1904TR" + GER_heavy_howitzer_equipment_1_desc:0 "Krupp 120mm M1905" + AUH_heavy_howitzer_equipment_1_desc:0 "15 cm schwere Feldhaubitze M 94" + RUS_heavy_howitzer_equipment_2_desc:0 "152mm How 1909/30" + GER_heavy_howitzer_equipment_2_desc:0 "210mm Howitzer" + TUR_heavy_howitzer_equipment_2_desc:0 "Krupp 120mm Howitzer Model 1905" + JAP_heavy_howitzer_equipment_2_desc:0 "Type 38 15 cm Howitzer" + ENG_heavy_howitzer_equipment_3_desc:0 "BL 9.2inch howitzer" + RUS_heavy_howitzer_equipment_3_desc:0 "Krupp 155mm How" + GER_heavy_howitzer_equipment_3_desc:0 "150mm sFH 13" + AUH_heavy_howitzer_equipment_3_desc:0 "15 cm schwere Feldhaubitze M 14" + TUR_heavy_howitzer_equipment_3_desc:0 "Krupp 150mm Howitzer Model 1913" + JAP_heavy_howitzer_equipment_3_desc:0 "150mm Howitzer 1915" + ENG_heavy_howitzer_equipment_4_desc:0 "BL 8inch Gun Mk VII" + FRA_heavy_howitzer_equipment_4_desc:0 "Canon de 155 C modèle 1917 Schneider" + AUH_heavy_howitzer_equipment_4_desc:0 "15 cm schwere Feldhaubitze M. 15" + ITA_siege_field_gun_equipment_1_desc:0 "149mm Seige 1877" + RUS_siege_field_gun_equipment_1_desc:0 "6-inch siege gun model 1877" + GER_siege_field_gun_equipment_1_desc:0 "280mm Seige Howitzer" + AUH_siege_field_gun_equipment_1_desc:0 "24 cm Mörser M 98" + GER_siege_field_gun_equipment_2_desc:0 "170mm Naval Cannon" + AUH_siege_field_gun_equipment_2_desc:0 "Škoda 30.5 cm Mörser M. 11" + ENG_siege_field_gun_equipment_3_desc:0 "BL 15-inch howitzer" + GER_siege_field_gun_equipment_3_desc:0 "Big Bertha" + ITA_siege_field_gun_equipment_4_desc:0 "305mm Howitzer M17" + AUH_siege_field_gun_equipment_4_desc:0 "380mm Belagerungshaubitze M 16" + ENG_anti_air_equipment_1_desc:0 "QF 3in 20cwt Truck" + FRA_anti_air_equipment_1_desc:0 "75mm Autoloader 1897 Truck" + GER_anti_air_equipment_1_desc:0 "77mm Towed AA M14" + ENG_anti_air_equipment_2_desc:0 "13pdr 9cwt" + GER_anti_air_equipment_2_desc:0 "80mm Towed AA" + USA_anti_air_equipment_2_desc:0 "3inch M1917" + GER_anti_tank_equipment_1_desc:0 "3.7 cm TaK Rheinmetall" + LIGHT_ARTILLERY_TITLE:0 "LIGHT\nARTILLERY" + HEAVY_ARTILLERY_TITLE:0 "HEAVY\nARTILLERY" + SIEGE_ARTILLERY_TITLE:0 "SIEGE\nARTILLERY" + TITLE_GAS_SUBTITLE:0 "Chemical Weapons" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_bookmarks_l_french.yml b/mod/thegreatwar/localisation/ww1_bookmarks_l_french.yml new file mode 100755 index 000000000..4543504be --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_bookmarks_l_french.yml @@ -0,0 +1,63 @@ +l_french: + + + #---------------------------------------------------------------------------------------------------------------------------------- + # 1910 + + POWDERKEG_NAME:0 "La Poudrière des Balkans" + POWDERKEG_DESC:0 " Traduction incomplète \n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + FRA_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + USA_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + ENG_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + GER_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + ITA_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + AUH_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + RUS_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + TUR_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + SER_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + BUL_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + MEX_POWDERKEG_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + OTHER_POWDERKEG_DESC:0 "Les autres pays de cette période." + + + #---------------------------------------------------------------------------------------------------------------------------------- + # 1914 + + SCHLIEFFEN_NAME:0 "La Grande Guerre" + SCHLIEFFEN_DESC:0 " Traduction incomplète \n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + FRA_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + USA_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + ENG_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + GER_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + ITA_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + AUH_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + RUS_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + TUR_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + SER_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + BUL_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + MEX_SCHLIEFFEN_DESC:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + + OTHER_SCHLIEFFEN_DESC:0 "Les autres pays de cette période." diff --git a/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_english.yml b/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_english.yml new file mode 100755 index 000000000..e5ce47d2d --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_english.yml @@ -0,0 +1,29 @@ +l_english: + + GER_MIL_fascism:0 "German Reich" + GER_MIL_fascism_DEF:0 "German Reich" + GER_MIL_fascism_ADJ:0 "German" + + AUH_EMP_neutrality:0 "Austrian Empire" + AUH_EMP_neutrality_DEF:0 "The Austrian Empire" + AUH_EMP_neutrality_ADJ:0 "Austrian" + + AUH_EMP_fascism:0 "Austrian Empire" + AUH_EMP_fascism_DEF:0 "The Austrian Empire" + AUH_EMP_fascism_ADJ:0 "Austrian" + + SER_YUG_democratic:0 "Yugoslavia" + SER_YUG_democratic_DEF:0 "Yugoslavia" + SER_YUG_democratic_ADJ:0 "Yugoslavian" + + SER_YUG_neutrality:0 "Yugoslavia" + SER_YUG_neutrality_DEF:0 "Yugoslavia" + SER_YUG_neutrality_ADJ:0 "Yugoslavian" + + SER_YUG_fascism:0 "Yugoslavia" + SER_YUG_fascism_DEF:0 "Yugoslavia" + SER_YUG_fascism_ADJ:0 "Yugoslavian" + + SER_YUG_communism:0 "Yugoslavia" + SER_YUG_communism_DEF:0 "Yugoslavia" + SER_YUG_communism_ADJ:0 "Yugoslavian" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_french.yml b/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_french.yml new file mode 100755 index 000000000..096b540ea --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_cosmetic_tags_l_french.yml @@ -0,0 +1,29 @@ +l_french: + + GER_MIL_fascism:0 "Reich allemand" + GER_MIL_fascism_DEF:0 "Le Reich allemand" + GER_MIL_fascism_ADJ:0 "allemande" + + AUH_EMP_neutrality:0 "Empire d'Autriche" + AUH_EMP_neutrality_DEF:0 "L'Empire d'Autriche" + AUH_EMP_neutrality_ADJ:0 "autrichienne" + + AUH_EMP_fascism:0 "Empire d'Autriche" + AUH_EMP_fascism_DEF:0 "L'Empire d'Autriche" + AUH_EMP_fascism_ADJ:0 "autrichienne" + + SER_YUG_democratic:0 "Yugoslavie" + SER_YUG_democratic_DEF:0 "La Yugoslavie" + SER_YUG_democratic_ADJ:0 "yugoslave" + + SER_YUG_neutrality:0 "Yugoslavie" + SER_YUG_neutrality_DEF:0 "La Yugoslavie" + SER_YUG_neutrality_ADJ:0 "yugoslave" + + SER_YUG_fascism:0 "Yugoslavie" + SER_YUG_fascism_DEF:0 "La Yugoslavie" + SER_YUG_fascism_ADJ:0 "yugoslave" + + SER_YUG_communism:0 "Yugoslavie" + SER_YUG_communism_DEF:0 "La Yugoslavie" + SER_YUG_communism_ADJ:0 "yugoslave" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_countries_l_french.yml b/mod/thegreatwar/localisation/ww1_countries_l_french.yml new file mode 100755 index 000000000..597d23def --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_countries_l_french.yml @@ -0,0 +1,157 @@ +l_french: + AUH_fascism:0 "Autriche" + AUH_fascism_DEF:0 "L'Autriche" + AUH_democratic:0 "Autriche" + AUH_democratic_DEF:0 "L'Autriche" + AUH_neutrality:0 "Autriche-Hongrie" + AUH_neutrality_DEF:0 "L'Autriche-Hongrie" + AUH_communism:0 "Autriche" + AUH_communism_DEF:0 "L'Autriche" + AUH_fascism_ADJ:0 "autrichienne" + AUH_democratic_ADJ:0 "autrichienne" + AUH_neutrality_ADJ:0 "austro-hongroise" + AUH_communism_ADJ:0 "autrichienne" + QIN_democratic:0 "Chine" + QIN_neutrality:0 "Grand Qing" + QIN_fascism:0 "Chine" + QIN_communism:0 "Chine" + QIN_democratic_DEF:0 "La Chine" + QIN_neutrality_DEF:0 "L'Empire du Grand Qing" + QIN_fascism_DEF:0 "La Chine" + QIN_communism_DEF:0 "La Chine" + QIN_democratic_ADJ:0 "chinoise" + QIN_neutrality_ADJ:0 "chinoise" + QIN_fascism_ADJ:0 "chinoise" + QIN_communism_ADJ:0 "chinoise" + RUS_democratic:0 "Russie" + RUS_neutrality:0 "Empire Russe" + RUS_fascism:0 "Empire Russe" + RUS_communism:0 "RSFS de Russie" + RUS_democratic_DEF:0 "La Russie" + RUS_neutrality_DEF:0 "L'Empire Russe" + RUS_fascism_DEF:0 "L'Empire Russe" + RUS_communism_DEF:0 "La RSFS de Russie" + RUS_fascism_ADJ:0 "russe" + RUS_democratic_ADJ:0 "russe" + RUS_neutrality_ADJ:0 "russe" + RUS_communism_ADJ:0 "soviétique" + MTN_fascism:0 "Monténégro" + MTN_fascism_DEF:0 "Le Monténégro" + MTN_democratic:0 "Monténégro" + MTN_democratic_DEF:0 "Le Monténégro" + MTN_neutrality:0 "Monténégro" + MTN_neutrality_DEF:0 "Le Monténégro" + MTN_communism:0 "République socialiste du Monténégro" + MTN_communism_DEF:0 "La République socialiste du Monténégro" + MTN_fascism_ADJ:0 "monténégrine" + MTN_democratic_ADJ:0 "monténégrine" + MTN_neutrality_ADJ:0 "monténégrine" + MTN_communism_ADJ:0 "monténégrine" + MOR_neutrality:0 "Maroc" + MOR_democratic:0 "Maroc" + MOR_communism:0 "Maroc" + MOR_fascism:0 "Maroc" + MOR_neutrality_DEF:0 "Le Maroc" + MOR_democratic_DEF:0 "Le Maroc" + MOR_communism_DEF:0 "Le Maroc" + MOR_fascism_DEF:0 "Le Maroc" + MOR_fascism_ADJ:0 "marocaine" + MOR_democratic_ADJ:0 "marocaine" + MOR_neutrality_ADJ:0 "marocaine" + MOR_communism_ADJ:0 "marocaine" + ASR_neutrality:0 "Asir" + ASR_democratic:0 "Asir" + ASR_fascism:0 "Asir" + ASR_communism:0 "Asir" + ASR_neutrality_DEF:0 "Asir" + ASR_democratic_DEF:0 "Asir" + ASR_fascism_DEF:0 "Asir" + ASR_communism_DEF:0 "Asir" + ASR_neutrality_ADJ:0 "arabe" + ASR_democratic_ADJ:0 "arabe" + ASR_fascism_ADJ:0 "arabe" + ASR_communism_ADJ:0 "arabe" + HJZ_neutrality:0 "Hedjaz" + HJZ_democratic:0 "Hedjaz" + HJZ_fascism:0 "Hedjaz" + HJZ_communism:0 "Hedjaz" + HJZ_neutrality_DEF:0 "Hedjaz" + HJZ_democratic_DEF:0 "Hedjaz" + HJZ_fascism_DEF:0 "Hedjaz" + HJZ_communism_DEF:0 "Hedjaz" + HJZ_neutrality_ADJ:0 "arabe" + HJZ_democratic_ADJ:0 "arabe" + HJZ_fascism_ADJ:0 "arabe" + HJZ_communism_ADJ:0 "arabe" + JBS_neutrality:0 "Émirat de Haïl" + JBS_democratic:0 "Émirat de Haïl" + JBS_fascism:0 "Émirat de Haïl" + JBS_communism:0 "Émirat de Haïl" + JBS_neutrality_DEF:0 "L'Émirat de Haïl" + JBS_democratic_DEF:0 "L'Émirat de Haïl" + JBS_fascism_DEF:0 "L'Émirat de Haïl" + JBS_communism_DEF:0 "L'Émirat de Haïl" + JBS_neutrality_ADJ:0 "arabe" + JBS_democratic_ADJ:0 "arabe" + JBS_fascism_ADJ:0 "arabe" + JBS_communism_ADJ:0 "arabe" + VNM_neutrality:0 "Indochine" + VNM_democratic:0 "Viêt Nam" + VNM_fascism:0 "Indochine" + VNM_communism:0 "Viêt Nam" + VNM_neutrality_DEF:0 "L'Indochine" + VNM_democratic_DEF:0 "Le Viêt Nam" + VNM_fascism_DEF:0 "L'Indochine" + VNM_communism_DEF:0 "Le Viêt Nam" + VNM_neutrality_ADJ:0 "indochinoise" + VNM_democratic_ADJ:0 "vietnamienne" + VNM_fascism_ADJ:0 "indochinoise" + VNM_communism_ADJ:0 "vietnamienne" + UKR_fascism:0 "Ukraine" + UKR_fascism_DEF:0 "Ukraine" + UKR_democratic:0 "Ukraine" + UKR_democratic_DEF:0 "Ukraine" + UKR_neutrality:0 "Ukraine" + UKR_neutrality_DEF:0 "Ukraine" + UKR_communism:0 "Ukraine" + UKR_communism_DEF:0 "Ukraine" + UKR_fascism_ADJ:0 "ukrainienne" + UKR_democratic_ADJ:0 "ukrainienne" + UKR_neutrality_ADJ:0 "ukrainienne" + UKR_communism_ADJ:0 "ukrainienne" + BAV_democratic:0 "Royaume de Bavière" + BAV_neutrality:0 "Royaume de Bavière" + BAV_fascism:0 "Royaume de Bavière" + BAV_communism:0 "Royaume de Bavière" + BAV_democratic_DEF:0 "Le Royaume de Bavière" + BAV_neutrality_DEF:0 "Le Royaume de Bavière" + BAV_fascism_DEF:0 "Le Royaume de Bavière" + BAV_communism_DEF:0 "Le Royaume de Bavière" + BAV_fascism_ADJ:0 "bavaroise" + BAV_democratic_ADJ:0 "bavaroise" + BAV_neutrality_ADJ:0 "bavaroise" + BAV_communism_ADJ:0 "bavaroise" + BOS_democratic:0 "Bosnie-Herzégovine" + BOS_neutrality:0 "Condominium de Bosnie-Herzégovine" + BOS_fascism:0 "Bosnie" + BOS_communism:0 "Bosnie-Herzégovine" + BOS_democratic_DEF:0 "La Bosnie-Herzégovine" + BOS_neutrality_DEF:0 "Le Condominium de Bosnie-Herzégovine" + BOS_fascism_DEF:0 "La Bosnie" + BOS_communism_DEF:0 "La Bosnie-Herzégovine" + BOS_fascism_ADJ:0 "bosniaque" + BOS_democratic_ADJ:0 "bosniaque" + BOS_neutrality_ADJ:0 "bosniaque" + BOS_communism_ADJ:0 "bosniaque" + TUN_democratic:0 "Tunisie" + TUN_neutrality:0 "Tunisie" + TUN_fascism:0 "Tunisie" + TUN_communism:0 "Tunisie" + TUN_democratic_DEF:0 "La Tunisie" + TUN_neutrality_DEF:0 "Le Protectorat français de Tunisie" + TUN_fascism_DEF:0 "La Tunisie" + TUN_communism_DEF:0 "La Tunisie" + TUN_fascism_ADJ:0 "tunisienne" + TUN_democratic_ADJ:0 "tunisienne" + TUN_neutrality_ADJ:0 "tunisienne" + TUN_communism_ADJ:0 "tunisienne" diff --git a/mod/thegreatwar/localisation/ww1_equipment_l_french.yml b/mod/thegreatwar/localisation/ww1_equipment_l_french.yml new file mode 100755 index 000000000..73a9761b5 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_equipment_l_french.yml @@ -0,0 +1,917 @@ +l_french: + + submarine:0 "Sous-marin" + submarine_desc:0 "Submarines employ stealth and powerful torpedoes to destroy enemy convoys." + + both_cruisers_desc:0 "Light Cruiser - A light screening vessel. Its primary duty is to shield capital ships from enemy light ships but can also unleash powerful torpedoes that can hurt bigger ships.\n\nHeavy Crusier - A large armored cruiser that is pretty flexible. A good choice for nations who can't afford to build larger capital ships." + light_cruiser:0 "Light Cruiser" + light_cruiser_desc:0 "A light screening vessel. Its primary duty is to shield capital ships from enemy light ships but can also unleash powerful torpedoes that can hurt bigger ships." + heavy_cruiser:0 "Heavy Cruiser" + heavy_cruiser_desc:0 "A large armored cruiser that is pretty flexible. A good choice for nations who can't afford to build larger capital ships." + destroyer:0 "Destroyer" + destroyer_desc:0 "The lightest screening vessel. Its job is to defend larger ships and to find and destroy submarines." + carrier:0 "Carrier" + carrier_desc:0 "A capital ship able to carry wings of powerful carrier capable aircraft into battle. Also useful as a floating airfield you can position off the coast of your enemy." + battleship:0 "Battleship" + battleship_desc:0 "The largest capital ship with the biggest guns and strongest armor that money can buy. Such an expensive investment deserves proper support of smaller screening ships." + battle_cruiser:0 "Battlecruiser" + battle_cruiser_desc:0 "A large capital ship often with offensive abilities close to those of a battleship, but with weaker armor traded for a faster speed." + convoy:0 "Convoy" + convoy_desc:0 "Convoys used for international trade of goods and resources. Also used to ferry troops around and for performing naval invasions." + sh_battleship:0 "Superheavy Battleship" + sh_battleship_desc:0 "The largest capital ship with the biggest guns and strongest armor that money can buy. Such an expensive investment deserves proper support of smaller screening ships." + light_airframe:0 "Light Airframe" + light_airframe_desc:0 "Light Airframe based planes" + medium_airframe:0 "Medium Airframe" + medium_airframe_desc:0 "Medium Airframe based planes" + heavy_airframe:0 "Heavy Airframe" + heavy_airframe_desc:0 "Heavy Airframe based planes" + jet_engines:0 "Jet Engines" + JET_ENGINES_SPECIAL:0 "The development of Jet Engines is an essential prerequisite for the development of jet powered aircraft. This must be researched before you can research advanced aircraft" + jet_engines_desc:0 "A breakthrough in propulsion technology, the Jet Engine will enable the development of an entirely new generation of aircraft." + convoy_1:0 "Convoy" + + motorized_equipment:0 "Transport Vehicles" + motorized_equipment_desc:0 "Trucks and other cars used for transporting troops to and in the field." + + motorized_equipment_0:0 "Horse-drawn Vehicles" + motorized_equipment_0_desc:0 "A horse-drawn vehicle is a mechanized piece of equipment pulled by one horse or by a team of horses. These vehicles typically had two or four wheels and were used to carry passengers and/or a load." + + motorized_equipment_2:0 "Early Motorized" + motorized_equipment_2_desc:0 "Motorizing infantry is the first stage towards the mechanization of an army. Civilian trucks are readily adaptable to military uses of transporting soldiers, towing guns, and carrying equipment and supplies. This greatly increases the strategic mobility of infantry units, which would otherwise rely on marching." + + motorized_equipment_1:0 "Motorized" + motorized_equipment_1_desc:0 "Motorizing infantry is the first stage towards the mechanization of an army. Civilian trucks are readily adaptable to military uses of transporting soldiers, towing guns, and carrying equipment and supplies. This greatly increases the strategic mobility of infantry units, which would otherwise rely on marching." + + support_equipment_short:0 "Support Eq." + support_equipment:0 "Support Equipment" + support_equipment_desc:0 "Radios, Jeeps, Pontoons & other equipment used to support troops." + support_equipment_1:0 "Support Equipment" + support_equipment_1_desc:0 "Radios, Jeeps, Pontoons & other equipment used to support troops." + EQUIPMENT_DESIGNER_DESC:0 "Designed by: $DESIGNER|Y$" + EQUIPMENT_ARMOR:0 "Armor" + +# EQUIPMENT_MOTORIZED:0 "Motorized" + EQUIPMENT_MOTORIZED:0 "Transport Vehicles" + + EQUIPMENT_MECHANIZED:0 "Mechanized" + EQUIPMENT_INFANTRY:0 "Infantry" + EQUIPMENT_CAPITAL_SHIP:0 "Capital Ship" + EQUIPMENT_SUBMARINE:0 "Submarine" + EQUIPMENT_SCREEN:0 "Screen" + EQUIPMENT_CONVOY:0 "Trade Convoy" + EQUIPMENT_AIR_FIGHTER:0 "Fighter" + EQUIPMENT_AIR_CAS:0 "Close Air Support" + EQUIPMENT_INTERCEPTOR:0 "Interceptor" + EQUIPMENT_TACTICAL_BOMBER:0 "Tactical Bomber" + EQUIPMENT_STRATEGIC_BOMBER:0 "Strategic Bomber" + EQUIPMENT_NAVAL_BOMBER:0 "Naval Bomber" + EQUIPMENT_TRANSPORT:0 "Transport" + EQUIPMENT_CARRIER:0 "Carrier" + EQUIPMENT_PARACHUTE:0 "Parachute" + EQUIPMENT_SUPPORT:0 "Support" + EQUIPMENT_ANTI_AIR:0 "Anti-Air" + EQUIPMENT_ARTILLERY:0 "Artillery" + EQUIPMENT_ANTI_TANK:0 "Anti-Tank" + EQUIPMENT_ROCKET:0 "Rocket" + EQUIPMENT_MISSILE:0 "Guided Missile" + EQUIPMENT_LAND:0 "Land Equipment" + EQUIPMENT_NAVAL:0 "Naval Equipment" + EQUIPMENT_AIR:0 "Air Equipment" + EQUIPMENT_VERSION:0 "Mk$VERSION|0$" + UNIT_GENERIC_NAME_GENERIC_INFANTRY:0 "$NR$. $NAME$" + UNIT_GENERIC_NAME_GER:0 "$NR$. $NAME$" + UNIT_GENERIC_NAME_FRA:0 "$NR$ème $NAME$" + UNIT_GENERIC_NAME_ITA:0 "$NR$a $NAME$" + UNIT_GENERIC_NAME_JAP:0 "$NR$ $NAME$" + UNIT_GENERIC_NAME_SOV:0 "$NR$ya $NAME$" + GER_EQUIPMENT_VERSION_1:0 "A" + GER_EQUIPMENT_VERSION_2:0 "B" + GER_EQUIPMENT_VERSION_3:0 "C" + GER_EQUIPMENT_VERSION_4:0 "D" + GER_EQUIPMENT_VERSION_5:0 "E" + GER_EQUIPMENT_VERSION_6:0 "F" + GER_EQUIPMENT_VERSION_7:0 "G" + GER_EQUIPMENT_VERSION_8:0 "H" + GER_EQUIPMENT_VERSION_9:0 "I" + GER_EQUIPMENT_VERSION_11:0 "J" + GER_EQUIPMENT_VERSION_12:0 "K" + GER_EQUIPMENT_VERSION_13:0 "L" + GER_EQUIPMENT_VERSION_14:0 "M" + + # hoi4tgw + ###################################### + + infantry2:0 "Reequipped Infantry" + + ww1_armored_car_equipment:0 "Armored Car" + armored_car_equipment_1:0 "Armored Car I" + armored_car_equipment_2:0 "Armored Car II" + + ENG_armored_car_equipment_1:0 "Rolls-Royce Silver Ghost" + ENG_armored_car_equipment_2:0 "Rolls-Royce Armoured Car" + + ww1_tank_equipment_1:0 "Tank Prototype" + ww1_tank_equipment_2:0 "WW1 Light Tank" + ww1_tank_equipment_3:0 "WW1 Heavy Tank" + ww1_tank_equipment_4:0 "Interwar Tank" + + ENG_ww1_tank_equipment_1:0 "Little Willie" + ENG_ww1_tank_equipment_2:0 "Renault FT" + ENG_ww1_tank_equipment_3:0 "Mark" + ENG_ww1_tank_equipment_4:0 "Interwar Tank" + + + +###################################### + + + + gw_tank_equipment:0 "Great War Tank" + gw_tank_equipment_short:0 "Great War Tank" + gw_tank_equipment_desc:0 "Tanks in World War I were developed separately and simultaneously by the United Kingdom and France as a means to break the deadlock of trench warfare on the Western Front. The name Tank was adopted by the British during the early stages of their development, as a security measure to conceal their purpose. Early tanks were armed with machineguns and small cannons, moved slowly, and were armored only enough to stop small arms fire." + GER_gw_tank_equipment:0 "Leichttraktor" + GER_gw_tank_equipment_short:0 "Leichttraktor" + GER_gw_tank_equipment_desc:0 "The Leichttraktor was a German experimental tank. After the first world war, Germany was restricted in military development by the Versailles Treaty but a secret program under the name cover 'Traktor' was developing armored military vehicles and artillery." + ENG_gw_tank_equipment:0 "FT-17" + ENG_gw_tank_equipment_short:0 "FT-17" + SWE_gw_tank_equipment:0 "Stridsvagn m/21" + SWE_gw_tank_equipment_short:0 "Strv m/21" + SOV_gw_tank_equipment:0 "T-18" + SOV_gw_tank_equipment_short:0 "T-18" + ITA_gw_tank_equipment:0 "Fiat 3000" + ITA_gw_tank_equipment_short:0 "Fiat 3000" + FRA_gw_tank_equipment:0 "Renault FT-17" + FRA_gw_tank_equipment_short:0 "FT-17" + light_tank_equipment:0 "Light Tank" + light_tank_equipment_desc:0 "Light tanks are small, agile tanks which are able to both scout and fight lightly armored opponents." + light_tank_equipment_1:0 "Light Tank I" + light_tank_equipment_1_short:0 "L. Tank I" + light_tank_equipment_1_desc:0 "Light tanks are small, agile tanks which are able to both scout and fight lightly armored opponents." + GER_light_tank_equipment_1:0 "Panzerkampfwagen I" + GER_light_tank_equipment_1_short:0 "Panzer I" + GER_light_tank_equipment_1_desc:0 "The Panzer I was a light tank produced in Germany in the 1930s. Design of the Panzer I began in 1932 and mass production began in 1934. Intended only as a training tank to introduce the concept of armored warfare to the German Army, the PzKpfw I was used extensively in combat due to a lack of more modern tanks." + ENG_light_tank_equipment_1:0 "Vickers Medium Mark II" + ENG_light_tank_equipment_1_short:0 "Vickers II" + USA_light_tank_equipment_1:0 "M2 Light Tank" + USA_light_tank_equipment_1_short:0 "M2 Light" + SOV_light_tank_equipment_1:0 "T-26" + SOV_light_tank_equipment_1_short:0 "T-26" + JAP_light_tank_equipment_1:0 "Type 94 Tankette" + JAP_light_tank_equipment_1_short:0 "Type 94" + ITA_light_tank_equipment_1:0 "L3" + ITA_light_tank_equipment_1_short:0 "L3" + FRA_light_tank_equipment_1:0 "Hotchkiss H35" + FRA_light_tank_equipment_1_short:0 "H35" + light_tank_equipment_2:0 "Light Tank II" + light_tank_equipment_2_short:0 "L. Tank II" + light_tank_equipment_2_desc:0 "Light tanks are small, agile tanks which are able to both scout and fight lightly armored opponents." + GER_light_tank_equipment_2:0 "Panzerkampfwagen II" + GER_light_tank_equipment_2_short:0 "Panzer II" + GER_light_tank_equipment_2_desc:0 "The Panzer II was originally designed as a stopgap while larger, more advanced tanks were developed, but it saw extensive use in combat due to a lack of more capable tanks." + light_tank_equipment_3:0 "Light Tank III" + light_tank_equipment_3_short:0 "L. Tank III" + light_tank_equipment_3_desc:0 "Light tanks are small, agile tanks which are able to both scout and fight lightly armored opponents." + GER_light_tank_equipment_3:0 "VK1602 Leopard" + GER_light_tank_equipment_3_short:0 "Leopard" + GER_light_tank_equipment_3_desc:0 "The VK1602 Leopard was a planned German reconnaissance vehicle designed in 1942. It was planned to arm the vehicle with the 75mm Kwk 41, although that was changed to a smaller 50mm cannon. The VK 1602 had sloped frontal armor, influenced by the Panther medium tank. In order to increase cross-country performance, the VK 1602 was fitted with 350mm wide tracks." + ENG_light_tank_equipment_2:0 "Matilda" + ENG_light_tank_equipment_2_short:0 "Matilda" + SWE_light_tank_equipment_2:0 "Landsverk L-60" + SWE_light_tank_equipment_2_short:0 "Strv L-60" + USA_light_tank_equipment_2:0 "M3 Stuart" + USA_light_tank_equipment_2_short:0 "M3 Stuart" + SOV_light_tank_equipment_2:0 "BT-7" + SOV_light_tank_equipment_2_short:0 "BT-7" + JAP_light_tank_equipment_2:0 "Type 95 Ha-Go" + JAP_light_tank_equipment_2_short:0 "Ha-Go" + ITA_light_tank_equipment_2:0 "L6" + ITA_light_tank_equipment_2_short:0 "L6" + FRA_light_tank_equipment_2:0 "FCM 36" + FRA_light_tank_equipment_2_short:0 "FCM 36" + light_tank_artillery_equipment:0 "Light SP Artillery" + light_tank_artillery_equipment_desc:0 "A small artillery cannon mounted on a light chassis, a light SPG does not pack the firepower of its larger brethren, but they are more mobile." + light_tank_artillery_equipment_1:0 "Light SP Artillery I" + light_tank_artillery_equipment_1_short:0 "L. SPG I" + light_tank_artillery_equipment_1_desc:0 "A small artillery cannon mounted on a light chassis, a light SPG does not pack the firepower of its larger brethren, but they are more mobile." + light_tank_artillery_equipment_2:0 "Light SP Artillery II" + light_tank_artillery_equipment_2_short:0 "L. SPG II" + light_tank_artillery_equipment_2_desc:0 "A small artillery cannon mounted on a light chassis, a light SPG does not pack the firepower of its larger brethren, but they are more mobile." + light_tank_artillery_equipment_3:0 "Light SP Artillery III" + light_tank_artillery_equipment_3_short:0 "L. SPG III" + light_tank_artillery_equipment_3_desc:0 "A small artillery cannon mounted on a light chassis, a light SPG does not pack the firepower of its larger brethren, but they are more mobile." + GER_light_tank_artillery_equipment_1:0 "Sturmpanzer I Bison" + GER_light_tank_artillery_equipment_1_short:0 "Bison" + GER_light_tank_artillery_equipment_1_desc:0 "Towed guns which were assigned to the infantry gun companies of motorized infantry regiments had difficulties keeping up with tanks during combat. The easiest solution was to modify a spare tank chassis to carry it into battle. In the case of the Bison, it uses the chassis of the Panzer I." + GER_light_tank_artillery_equipment_2:0 "Sd. Kfz. 124 Wespe" + GER_light_tank_artillery_equipment_2_short:0 "Wespe" + GER_light_tank_artillery_equipment_2_desc:0 "The Sd.Kfz. 124 Wespe (German for Wasp), was a German self-propelled artillery vehicle based on a modified Panzer II chassis." + GER_light_tank_artillery_equipment_3:0 "Waffentrager Leopard" + GER_light_tank_artillery_equipment_3_short:0 "WT Leopard" + GER_light_tank_artillery_equipment_3_desc:0 "The Waffentrager Leopard was a planned self-propelled artillery vehicle based on the planned VK1602 Leopard chassis." + + SOV_light_tank_artillery_equipment_1:0 "SU-76-26" + SOV_light_tank_artillery_equipment_1_short:0 "SU-76-26" + #SOV_light_tank_artillery_equipment_1_desc:0 "" + SOV_light_tank_artillery_equipment_2:0 "SU-76-7" + SOV_light_tank_artillery_equipment_2_short:0 "SU-76-7" + #SOV_light_tank_artillery_equipment_2_desc:0 "" + SOV_light_tank_artillery_equipment_3:0 "SU-76" + SOV_light_tank_artillery_equipment_3_short:0 "SU-76" + #SOV_light_tank_artillery_equipment_3_desc:0 "" + + ENG_light_tank_equipment_3:0 "Valentine" + ENG_light_tank_equipment_3_short:0 "Valentine" + USA_light_tank_equipment_3:0 "Chaffee" + USA_light_tank_equipment_3_short:0 "Chaffee" + SOV_light_tank_equipment_3:0 "T-60 scout" + SOV_light_tank_equipment_3_short:0 "T-60" + JAP_light_tank_equipment_3:0 "Type 98 Ke-Ni" + JAP_light_tank_equipment_3_short:0 "Ke-Ni" + ITA_light_tank_equipment_3:0 "L8" + ITA_light_tank_equipment_3_short:0 "L8" + FRA_light_tank_equipment_3:0 "AMX 12t" + FRA_light_tank_equipment_3_short:0 "AMX 12t" + light_tank_destroyer_equipment:0 "Light Tank Destroyer" + light_tank_destroyer_equipment_short:0 "L. Tank Destroyer" + light_tank_destroyer_equipment_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Light Tank Destroyers are based on the chassis of Light Tanks, which means they are fairly mobile but do not carry particularly powerful guns compared to heavier TDs." + light_tank_destroyer_equipment_1:0 "Light Tank Destroyer I" + light_tank_destroyer_equipment_1_short:0 "L. TD I" + light_tank_destroyer_equipment_1_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Light Tank Destroyers are based on the chassis of Light Tanks, which means they are fairly mobile but do not carry particularly powerful guns compared to heavier TDs." + light_tank_destroyer_equipment_2:0 "Light Tank Destroyer II" + light_tank_destroyer_equipment_2_short:0 "L. TD II" + light_tank_destroyer_equipment_2_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Light Tank Destroyers are based on the chassis of Light Tanks, which means they are fairly mobile but do not carry particularly powerful guns compared to heavier TDs." + light_tank_destroyer_equipment_3:0 "Light Tank Destroyer III" + light_tank_destroyer_equipment_3_short:0 "L. TD III" + light_tank_destroyer_equipment_3_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Light Tank Destroyers are based on the chassis of Light Tanks, which means they are fairly mobile but do not carry particularly powerful guns compared to heavier TDs." + GER_light_tank_destroyer_equipment_1:0 "Panzerjager I" + GER_light_tank_destroyer_equipment_1_short:0 "Pzjager I" + GER_light_tank_destroyer_equipment_1_desc:0 "The Panzerjäger I (German for Tank Hunter 1) was the first of the German tank destroyers to see service in the Second World War. It mounted a Czech Skoda 47mm PaK anti-tank gun on a converted Panzer I Ausf chassis." + GER_light_tank_destroyer_equipment_2:0 "7.5 cm PaK 40 auf Fahrgestell Marder II" + GER_light_tank_destroyer_equipment_2_short:0 "Marder II" + GER_light_tank_destroyer_equipment_2_desc:0 "The Marder II was a German tank destroyer based on the Panzer II chassis." + GER_light_tank_destroyer_equipment_3:0 "Sturmgeschuetz auf Leopard" + GER_light_tank_destroyer_equipment_3_short:0 "JagdLeopard" + GER_light_tank_destroyer_equipment_3_desc:0 "The JagdLeopard was a possible modification of the planned VK1602 Leopard light tank." + SOV_light_tank_destroyer_equipment_1:0 "SU-37" + SOV_light_tank_destroyer_equipment_1_short:0 "SU-37" + #SOV_light_tank_destroyer_equipment_1_desc:0 "" + SOV_light_tank_destroyer_equipment_2:0 "SU-45" + SOV_light_tank_destroyer_equipment_2_short:0 "SU-45" + #SOV_light_tank_destroyer_equipment_2_desc:0 "" + SOV_light_tank_destroyer_equipment_3:0 "ZiS-30" + SOV_light_tank_destroyer_equipment_3_short:0 "ZiS-30" + #SOV_light_tank_destroyer_equipment_3_desc:0 "" + light_tank_aa_equipment:0 "Light SP Anti-Air" + light_tank_aa_equipment_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets. This model is mounted on the chassis of a light tank." + light_tank_aa_equipment_1:0 "Light SP Anti-Air I" + light_tank_aa_equipment_1_short:0 "L. AA I" + light_tank_aa_equipment_1_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets. This model is mounted on the chassis of a light tank." + light_tank_aa_equipment_2:0 "Light SP Anti-Air II" + light_tank_aa_equipment_2_short:0 "L. AA II" + light_tank_aa_equipment_2_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets. This model is mounted on the chassis of a light tank." + light_tank_aa_equipment_3:0 "Light SP Anti-Air III" + light_tank_aa_equipment_3_short:0 "L. AA III" + light_tank_aa_equipment_3_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets. This model is mounted on the chassis of a light tank." + GER_light_tank_aa_equipment_1:0 "Flakpanzer I" + GER_light_tank_aa_equipment_1_short:0 "FlakPz I" + GER_light_tank_aa_equipment_1_desc:0 "An anti-air cannon mounted on the chassis of a Panzer I tank." + GER_light_tank_aa_equipment_2:0 "Flakpanzer Luchs" + GER_light_tank_aa_equipment_2_short:0 "FlakPz Luchs" + GER_light_tank_aa_equipment_2_desc:0 "An anti-air cannon mounted on the chassis of a Panzer II tank." + GER_light_tank_aa_equipment_3:0 "Flakpanzer 1602" + GER_light_tank_aa_equipment_3_short:0 "FlakPz 1602" + GER_light_tank_aa_equipment_3_desc:0 "An anti-air cannon mounted on the chassis of a VK1602 tank." + SOV_light_tank_aa_equipment_1:0 "ZSU-12.7" + SOV_light_tank_aa_equipment_1_short:0 "ZSU-12.7" + #SOV_light_tank_aa_equipment_1_desc:0 "" + SOV_light_tank_aa_equipment_2:0 "ZSU-12.7-2" + SOV_light_tank_aa_equipment_2_short:0 "ZSU-12.7-2" + #SOV_light_tank_aa_equipment_2_desc:0 "" + SOV_light_tank_aa_equipment_3:0 "ZSU-37" + SOV_light_tank_aa_equipment_3_short:0 "ZSU-37" + #SOV_light_tank_aa_equipment_3_desc:0 "" + medium_tank_equipment:0 "Medium Tank" + medium_tank_equipment_desc:0 "Medium tanks are reasonably agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + medium_tank_equipment_1:0 "Medium Tank I" + medium_tank_equipment_1_short:0 "M. Tank I" + medium_tank_equipment_1_desc:0 "Medium tanks are reasonably agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + GER_medium_tank_equipment_1:0 "Panzerkampfwagen III" + GER_medium_tank_equipment_1_short:0 "Panzer III" + GER_medium_tank_equipment_1_desc:0 "As early as 1934/35, General Heinz Guderian envisioned two basic types to act as the most numerous equipment for the future German Panzer Divisions. The first vehicle was to be armed with anti-tank gun and two machine guns and the second one was to be a support vehicle armed with a larger caliber gun. The first one eventually became known as Panzerkampfwagen III, which was to be a standard tank for the three light companies of a tank battalion. The second one became known as Panzerkampfwagen IV." + SWE_medium_tank_equipment_1:0 "Stridsvagn m/31" + SWE_medium_tank_equipment_1_short:0 "Strv m/31" + ENG_medium_tank_equipment_1:0 "Crusader" + ENG_medium_tank_equipment_1_short:0 "Crusader" + USA_medium_tank_equipment_1:0 "M3 Lee" + USA_medium_tank_equipment_1_short:0 "M3 Lee" + SOV_medium_tank_equipment_1:0 "A-32" + SOV_medium_tank_equipment_1_short:0 "A-32" + JAP_medium_tank_equipment_1:0 "Type 97 Chi-Ha" + JAP_medium_tank_equipment_1_short:0 "Chi-Ha" + ITA_medium_tank_equipment_1:0 "Fiat M11/39" + ITA_medium_tank_equipment_1_short:1 "M11/39" + FRA_medium_tank_equipment_1:1 "Renault AMC 35" + FRA_medium_tank_equipment_1_short:1 "AMC 35" + medium_tank_equipment_2:0 "Medium Tank II" + medium_tank_equipment_2_short:0 "M. Tank II" + medium_tank_equipment_2_desc:0 "Medium tanks are reasonably agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + GER_medium_tank_equipment_2:0 "Panzerkampfwagen IV" + GER_medium_tank_equipment_2_short:0 "Panzer IV" + GER_medium_tank_equipment_2_desc:0 "Designed as an infantry-support tank, the Panzer IV was not originally intended to engage enemy armor - that function was performed by the lighter Panzer III. However, with the flaws of pre-war doctrine becoming apparent and in the face of Soviet T-34 tanks, the Panzer IV soon assumed the tank-fighting role of its increasingly obsolete cousin. The most widely manufactured and deployed German tank of the Second World War, the Panzer IV was used as the base for many other fighting vehicles." + SWE_medium_tank_equipment_2:0 "Stridsvagn m/42" + SWE_medium_tank_equipment_2_short:0 "Strv m/42" + ENG_medium_tank_equipment_2:0 "Cromwell" + ENG_medium_tank_equipment_2_short:0 "Cromwell" + USA_medium_tank_equipment_2:0 "M4 Sherman" + USA_medium_tank_equipment_2_short:0 "Sherman" + SOV_medium_tank_equipment_2:0 "T-34" + SOV_medium_tank_equipment_2_short:0 "T-34" + JAP_medium_tank_equipment_2:0 "Type 3 Chi-Nu" + JAP_medium_tank_equipment_2_short:0 "Chi-Nu" + ITA_medium_tank_equipment_2:0 "M16 Sahariano" + ITA_medium_tank_equipment_2_short:0 "M16" + FRA_medium_tank_equipment_2:1 "SOMUA S35" + FRA_medium_tank_equipment_2_short:1 "S35" + medium_tank_equipment_3:0 "Medium Tank III" + medium_tank_equipment_3_short:0 "M. Tank III" + medium_tank_equipment_3_desc:0 "Medium tanks are reasonably agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + GER_medium_tank_equipment_3:0 "Panzerkampfwagen V Panther" + GER_medium_tank_equipment_3_short:0 "Panther" + GER_medium_tank_equipment_3_desc:0 "Panther is the common name of a medium tank deployed by Germany in World War II from mid-1943 to the end of the European war in 1945. It was intended as a counter to the Russian T-34, and as a replacement for the Panzer III and Panzer IV. While never replacing the latter, it served alongside it and the heavier Tiger tanks until the end of the war. The Panther's excellent combination of firepower, mobility, and protection served as a benchmark for other nations' late war and post-war tank designs, and it is regarded as one of the best tanks of World War II." + ENG_medium_tank_equipment_3:0 "Comet" + ENG_medium_tank_equipment_3_short:0 "Comet" + USA_medium_tank_equipment_3:0 "T20 M27" + USA_medium_tank_equipment_3_short:0 "T20" + SOV_medium_tank_equipment_3:0 "T-44" + SOV_medium_tank_equipment_3_short:0 "T-44" + JAP_medium_tank_equipment_3:0 "Type 5 Chi-Ri" + JAP_medium_tank_equipment_3_short:0 "Chi-Ri" + ITA_medium_tank_equipment_3:0 "M20/43" + ITA_medium_tank_equipment_3_short:0 "M20/43" + FRA_medium_tank_equipment_3:1 "SARL 42" + FRA_medium_tank_equipment_3_short:1 "SARL 42" + medium_tank_artillery_equipment:0 "Medium SP Artillery" + medium_tank_artillery_equipment_short:0 "M. SPG" + medium_tank_artillery_equipment_desc:0 "A medium artillery cannon mounted on a medium tank chassis, a medium SPG packs respectable firepower while still being quite mobile." + medium_tank_artillery_equipment_1:0 "Medium SP Artillery I" + medium_tank_artillery_equipment_1_short:0 "M. SPG I" + medium_tank_artillery_equipment_1_desc:0 "A medium artillery cannon mounted on a medium tank chassis, a medium SPG packs respectable firepower while still being quite mobile." + medium_tank_artillery_equipment_2:0 "Medium SP Artillery II" + medium_tank_artillery_equipment_2_short:0 "M. SPG II" + medium_tank_artillery_equipment_2_desc:0 "A medium artillery cannon mounted on a medium tank chassis, a medium SPG packs respectable firepower while still being quite mobile." + medium_tank_artillery_equipment_3:0 "Medium SP Artillery III" + medium_tank_artillery_equipment_3_short:0 "M. SPG III" + medium_tank_artillery_equipment_3_desc:0 "A medium artillery cannon mounted on a medium tank chassis, a medium SPG packs respectable firepower while still being quite mobile." + GER_medium_tank_artillery_equipment_1:0 "Grille" + GER_medium_tank_artillery_equipment_1_short:0 "Grille" + GER_medium_tank_artillery_equipment_1_desc:0 "The Sd.Kfz. 138/1 Grille (German: 'Cricket') was a Self-Propelled Artillery Piece that was used by Germany during World War II. About 490-500 Grilles were produced. They were used by panzer divisions in the Soviet Union along with units in Poland and France. They were used up to 1945 and they also served in Tunisia where they fought enemy artillery and tanks." + GER_medium_tank_artillery_equipment_2:0 "Hummel" + GER_medium_tank_artillery_equipment_2_short:0 "Hummel" + GER_medium_tank_artillery_equipment_2_desc:0 "Hummel (German: 'bumble bee') was a self-propelled artillery gun based on the Geschützwagen III/IV chassis, armed with a 15 cm howitzer. It was used by the German Wehrmacht during the Second World War from early 1943 until the end of the war." + GER_medium_tank_artillery_equipment_3:0 "Grille 12" + GER_medium_tank_artillery_equipment_3_short:0 "Grille 12" + GER_medium_tank_artillery_equipment_3_desc:0 "A self-propelled artillery cannon concept proposed by Krupp in 1944 based on Panther components with a 12.8cm howitzer cannon. Historically it never left the concept stage." + SOV_medium_tank_artillery_equipment_1:0 "SU-76-32" + SOV_medium_tank_artillery_equipment_1_short:0 "SU-76-32" + #SOV_medium_tank_artillery_equipment_1_desc:0 "" + SOV_medium_tank_artillery_equipment_2:0 "SU-122" + SOV_medium_tank_artillery_equipment_2_short:0 "SU-122" + #SOV_medium_tank_artillery_equipment_2_desc:0 "" + SOV_medium_tank_artillery_equipment_3:0 "SU-152-44" + SOV_medium_tank_artillery_equipment_3_short:0 "SU-152-44" + #SOV_medium_tank_artillery_equipment_3_desc:0 "" + medium_tank_destroyer_equipment:0 "Medium Tank Destroyer" + medium_tank_destroyer_equipment_short:0 "M. Tank Destroyer" + medium_tank_destroyer_equipment_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Medium Tank Destroyers are based on the chassis of Medium Tanks, meaning they are fairly mobile and carry respectable firepower." + medium_tank_destroyer_equipment_1:0 "Medium Tank Destroyer I" + medium_tank_destroyer_equipment_1_short:0 "M. TD I" + medium_tank_destroyer_equipment_1_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Medium Tank Destroyers are based on the chassis of Medium Tanks, meaning they are fairly mobile and carry respectable firepower." + medium_tank_destroyer_equipment_2:0 "Medium Tank Destroyer II" + medium_tank_destroyer_equipment_2_short:0 "M. TD II" + medium_tank_destroyer_equipment_2_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Medium Tank Destroyers are based on the chassis of Medium Tanks, meaning they are fairly mobile and carry respectable firepower." + medium_tank_destroyer_equipment_3:0 "Medium Tank Destroyer III" + medium_tank_destroyer_equipment_3_short:0 "M. TD III" + medium_tank_destroyer_equipment_3_desc:0 "Tank Destroyers are tanks with a larger than normal gun in a fixed mounting in place of a turret. Medium Tank Destroyers are based on the chassis of Medium Tanks, meaning they are fairly mobile and carry respectable firepower." + GER_medium_tank_destroyer_equipment_1:0 "Sturmgeschütz III" + GER_medium_tank_destroyer_equipment_1_short:0 "StuG III" + GER_medium_tank_destroyer_equipment_1_desc:0 "The Sturmgeschütz III assault gun was Germany's most produced armored fighting vehicle during World War II. It was built on the chassis of the proven Panzer III tank. Initially intended as a mobile, armored light gun for infantry support, the StuG was continually modified and was widely employed as a tank destroyer." + GER_medium_tank_destroyer_equipment_2:0 "Jagdpanzer IV" + GER_medium_tank_destroyer_equipment_2_short:0 "JagdPz IV" + GER_medium_tank_destroyer_equipment_2_desc:0 "The Jagdpanzer IV served in the anti-tank sections of Panzer and SS Panzer divisions. They fought in Normandy, the Battle of the Bulge and on the Eastern Front. They were very successful tank destroyers but performed badly when used out of role as substitutes for tanks or assault guns, as most tank destroyers were. In the later stages of the war however, they were increasingly used as tank substitutes, because there was often nothing else available." + GER_medium_tank_destroyer_equipment_3:0 "Jagdpanther" + GER_medium_tank_destroyer_equipment_3_short:0 "Jagdpanther" + GER_medium_tank_destroyer_equipment_3_desc:0 "The Jagdpanther (German: 'hunting panther') was a tank destroyer built by Nazi Germany during World War II based on the chassis of the Panther tank. It entered service late in the war (1944) and saw service on the Eastern and Western fronts. The Jagdpanther combined the very powerful 8.8 cm PaK 43 cannon of the Tiger II and the characteristically excellent armor and suspension of the Panther chassis, although it suffered from the general poor state of Germany in the later part of the war, which resulted in small production numbers, shortage in spare parts and poor crew training." + SOV_medium_tank_destroyer_equipment_1:0 "SU-85-32" + SOV_medium_tank_destroyer_equipment_1_short:0 "SU-85-32" + #SOV_medium_tank_destroyer_equipment_1_desc:0 "" + SOV_medium_tank_destroyer_equipment_2:0 "SU-85" + SOV_medium_tank_destroyer_equipment_2_short:0 "SU-85" + #SOV_medium_tank_destroyer_equipment_2_desc:0 "" + SOV_medium_tank_destroyer_equipment_3:0 "SU-100" + SOV_medium_tank_destroyer_equipment_3_short:0 "SU-100" + #SOV_medium_tank_destroyer_equipment_3_desc:0 "" + medium_tank_aa_equipment:0 "Medium SP Anti-Air" + medium_tank_aa_equipment_desc:0 "Mobile anti-air artillery mounted on a medium tank chassis." + medium_tank_aa_equipment_1:0 "Medium SP Anti-Air I" + medium_tank_aa_equipment_1_short:0 "M. AA I" + medium_tank_aa_equipment_1_desc:0 "Mobile anti-air artillery mounted on a medium tank chassis." + medium_tank_aa_equipment_2:0 "Medium SP Anti-Air II" + medium_tank_aa_equipment_2_short:0 "M. AA II" + medium_tank_aa_equipment_2_desc:0 "Mobile anti-air artillery mounted on a medium tank chassis." + medium_tank_aa_equipment_3:0 "Medium SP Anti-Air III" + medium_tank_aa_equipment_3_short:0 "M. AA III" + medium_tank_aa_equipment_3_desc:0 "Mobile anti-air artillery mounted on a medium tank chassis." + GER_medium_tank_aa_equipment_1:0 "Flakpanzer III Möbelwagen" + GER_medium_tank_aa_equipment_1_short:0 "Möbelwagen" + GER_medium_tank_aa_equipment_1_desc:0 "Nicknamed Möbelwagen(Furniture Van) because of its boxy turret when closed, it was a self-propelled anti-aircraft gun built from the chassis of the Panzer III tank and armed with a 20mm quad-gun." + GER_medium_tank_aa_equipment_2:0 "Flakpanzer IV Ostwind" + GER_medium_tank_aa_equipment_2_short:0 "Ostwind" + GER_medium_tank_aa_equipment_2_desc:0 "The Flakpanzer IV 'Ostwind' (German: 'East Wind') was a self-propelled anti-aircraft gun based on the Panzer IV tank. It was developed in 1944 as a successor to the earlier Flakpanzer IV. The Panzer IV's turret was removed and replaced with an open-top, hexagonal turret which housed a 3.7 cm FlaK 43. A closed-top design would have been preferable, but this was not possible due to the heavy smoke generated by the gun." + GER_medium_tank_aa_equipment_3:0 "Flakpanzer Coelian" + GER_medium_tank_aa_equipment_3_short:0 "Coelian" + GER_medium_tank_aa_equipment_3_desc:0 "Flakpanzer Coelian was a self-propelled anti-aircraft gun design by Rheinmetall during World War II for the German armed forces. It was intended to be armed with two 3.7 cm FlaK 43 gun in a fully enclosed, rotating turret on the hull of a Panther medium tank but was not built before the end of the war in Europe." + SOV_medium_tank_aa_equipment_1:0 "ZSU-37-32" + SOV_medium_tank_aa_equipment_1_short:0 "ZSU-37-32" + #SOV_medium_tank_aa_equipment_1_desc:0 "" + SOV_medium_tank_aa_equipment_2:0 "ZSU-37-34" + SOV_medium_tank_aa_equipment_2_short:0 "ZSU-37-34" + #SOV_medium_tank_aa_equipment_2_desc:0 "" + SOV_medium_tank_aa_equipment_3:0 "ZSU-57-44" + SOV_medium_tank_aa_equipment_3_short:0 "ZSU-57-44" + #SOV_medium_tank_aa_equipment_3_desc:0 "" + heavy_tank_equipment:0 "Heavy Tank" + heavy_tank_equipment_desc:0 "Heavy tanks are large, armored monsters which are designed to destroy enemy tanks and fortifications." + heavy_tank_equipment_1:0 "Heavy Tank I" + heavy_tank_equipment_1_short:0 "H. Tank I" + heavy_tank_equipment_1_desc:0 "Heavy tanks are large, armored monsters which are designed to destroy enemy tanks and fortifications." + + GER_heavy_tank_equipment_1:0 "Panzerkampfwagen Neubaufahrzeug" + GER_heavy_tank_equipment_1_short:0 "Neubaufahrzeug" + GER_heavy_tank_equipment_1_desc:0 "Development of the Neubaufahrzeug (German for "new construction vehicle" - a cover name) started in 1933 when the Reichswehr gave a contract for the development of a new heavy tank to both Rheinmetall and Krupp." + + ENG_heavy_tank_equipment_1:0 "Vickers A1E1 'Independent'" + ENG_heavy_tank_equipment_1_short:0 "Vickers" + USA_heavy_tank_equipment_1:0 "T1 Heavy Tank" + USA_heavy_tank_equipment_1_short:0 "T1 Heavy" + SOV_heavy_tank_equipment_1:0 "T-35" + SOV_heavy_tank_equipment_1_short:0 "T-35" + JAP_heavy_tank_equipment_1:0 "Type 95 Heavy Tank" + JAP_heavy_tank_equipment_1_short:0 "Type 95" + ITA_heavy_tank_equipment_1:0 "P75" + ITA_heavy_tank_equipment_1_short:0 "P75" + FRA_heavy_tank_equipment_1:0 "Renault B1" + FRA_heavy_tank_equipment_1_short:0 "B1" + heavy_tank_equipment_2:0 "Heavy Tank II" + heavy_tank_equipment_2_short:0 "H. Tank II" + heavy_tank_equipment_2_desc:0 "Heavy tanks are large, armored monsters which are designed to destroy enemy tanks and fortifications." + GER_heavy_tank_equipment_2:0 "Panzerkampfwagen VI Tiger" + GER_heavy_tank_equipment_2_short:0 "Tiger" + GER_heavy_tank_equipment_2_desc:0 "The Tiger I was a German heavy tank developed in 1942 as an answer to the unexpectedly impressive Soviet armor encountered in the initial months of the Axis invasion of the Soviet Union, particularly the T-34 and the KV-1." + ENG_heavy_tank_equipment_2:0 "Churchill" + ENG_heavy_tank_equipment_2_short:0 "Churchill" + USA_heavy_tank_equipment_2:0 "M6A1 Heavy Tank" + USA_heavy_tank_equipment_2_short:0 "M6A1" + SOV_heavy_tank_equipment_2:0 "KV-1" + SOV_heavy_tank_equipment_2_short:0 "KV-1" + JAP_heavy_tank_equipment_2:0 "Iwakuro" + JAP_heavy_tank_equipment_2_short:0 "Iwakuro" + ITA_heavy_tank_equipment_2:0 "P26" + ITA_heavy_tank_equipment_2_short:0 "P26" + FRA_heavy_tank_equipment_2:0 "ARL 44" + FRA_heavy_tank_equipment_2_short:0 "ARL 44" + heavy_tank_equipment_3:0 "Heavy Tank III" + heavy_tank_equipment_3_short:0 "H. Tank III" + heavy_tank_equipment_3_desc:0 "Heavy tanks are large, armored monsters which are designed to destroy enemy tanks and fortifications." + GER_heavy_tank_equipment_3:0 "Panzerkampfwagen Tiger Ausf. B" + GER_heavy_tank_equipment_3_short:0 "King Tiger" + GER_heavy_tank_equipment_3_desc:0 "Known under the informal name Königstiger but, often semi-literally translated as the King Tiger by Allied soldiers, the design followed the same concept as the Tiger I, but was intended to be even more formidable. The Tiger II combined the thick armor of the Tiger I with the sloped armor used on the Panther medium tank. The tank weighed almost seventy metric tons, was protected by 100 to 180mm of armor to the front and was armed with the long barreled 8.8 cm Kampfwagenkanone 43 L/71 gun." + ENG_heavy_tank_equipment_3:0 "Churchill Black Prince" + ENG_heavy_tank_equipment_3_short:0 "Black Prince" + USA_heavy_tank_equipment_3:0 "M26 pershing" + USA_heavy_tank_equipment_3_short:0 "Pershing" + SOV_heavy_tank_equipment_3:0 "IS" + SOV_heavy_tank_equipment_3_short:0 "IS" + JAP_heavy_tank_equipment_3:0 "O-I" + JAP_heavy_tank_equipment_3_short:0 "O-I" + ITA_heavy_tank_equipment_3:0 "P43" + ITA_heavy_tank_equipment_3_short:0 "P43" + FRA_heavy_tank_equipment_3:0 "AMX-M4" + FRA_heavy_tank_equipment_3_short:0 "AMX-M4" + heavy_tank_artillery_equipment:0 "Heavy SP Artillery" + heavy_tank_artillery_equipment_desc:0 "A large artillery piece mounted on a heavy chassis, these self-propelled guns carry a lot of firepower." + heavy_tank_artillery_equipment_1:0 "Heavy SP Artillery I" + heavy_tank_artillery_equipment_1_short:0 "H. SPG I" + heavy_tank_artillery_equipment_1_desc:0 "A large artillery piece mounted on a heavy chassis, these self-propelled guns carry a lot of firepower." + heavy_tank_artillery_equipment_2:0 "Heavy SP Artillery II" + heavy_tank_artillery_equipment_2_short:0 "H. SPG II" + heavy_tank_artillery_equipment_2_desc:0 "A large artillery piece mounted on a heavy chassis, these self-propelled guns carry a lot of firepower." + heavy_tank_artillery_equipment_3:0 "Heavy SP Artillery III" + heavy_tank_artillery_equipment_3_short:0 "H. SPG III" + heavy_tank_artillery_equipment_3_desc:0 "A large artillery piece mounted on a heavy chassis, these self-propelled guns carry a lot of firepower." + GER_heavy_tank_artillery_equipment_3:0 "Geschützwagen Tiger" + GER_heavy_tank_artillery_equipment_3_short:0 "GW Tiger" + GER_heavy_tank_artillery_equipment_3_desc:0 "Based on the hull of a King Tiger, it was to be able to mount a 170mm K 72 L/50 gun" + SOV_heavy_tank_artillery_equipment_1:0 "SU-14" + SOV_heavy_tank_artillery_equipment_1_short:0 "SU-14" + #SOV_heavy_tank_artillery_equipment_1_desc:0 "" + SOV_heavy_tank_artillery_equipment_2:0 "SU-100-Y" + SOV_heavy_tank_artillery_equipment_2_short:0 "SU-100-Y" + #SOV_heavy_tank_artillery_equipment_2_desc:0 "" + SOV_heavy_tank_artillery_equipment_3:0 "ISU-152" + SOV_heavy_tank_artillery_equipment_3_short:0 "ISU-152" + #SOV_heavy_tank_artillery_equipment_3_desc:0 "" + heavy_tank_destroyer_equipment:0 "Heavy Tank Destroyer" + heavy_tank_destroyer_equipment_short:0 "H. Tank Destroyer" + heavy_tank_destroyer_equipment_desc:0 "A heavy tank with the turret removed to carry an even larger gun in a fixed mounting." + heavy_tank_destroyer_equipment_1:0 "Heavy Tank Destroyer I" + heavy_tank_destroyer_equipment_1_short:0 "H. TD I" + heavy_tank_destroyer_equipment_1_desc:0 "A heavy tank with the turret removed to carry an even larger gun in a fixed mounting." + heavy_tank_destroyer_equipment_2:0 "Heavy Tank Destroyer II" + heavy_tank_destroyer_equipment_2_short:0 "H. TD II" + heavy_tank_destroyer_equipment_2_desc:0 "A heavy tank with the turret removed to carry an even larger gun in a fixed mounting." + heavy_tank_destroyer_equipment_3:0 "Heavy Tank Destroyer III" + heavy_tank_destroyer_equipment_3_short:0 "H. TD III" + heavy_tank_destroyer_equipment_3_desc:0 "A heavy tank with the turret removed to carry an even larger gun in a fixed mounting." + GER_heavy_tank_destroyer_equipment_1:0 "Selbstfahrlafette auf VK3001(H) Sturer Emil" + GER_heavy_tank_destroyer_equipment_1_short:0 "Sturer Emil" + GER_heavy_tank_destroyer_equipment_1_desc:0 "The Selbstfahrlafette auf VK3001(H) Sturer Emil (German for Stubborn Emil) was a German self-propelled anti-tank gun based on the Henschel VK3001 chassis." + GER_heavy_tank_destroyer_equipment_2:0 "Panzerjäger Tiger (P)" + GER_heavy_tank_destroyer_equipment_2_short:0 "Elefant" + GER_heavy_tank_destroyer_equipment_2_desc:0 "The Elefant (Elephant) was a heavy tank destroyer based on the chassis of the canceled Porsche Tiger Project and fitted with an 88 mm Panzerabwehrkanone 43/2 gun." + GER_heavy_tank_destroyer_equipment_3:0 "Panzerjäger Tiger Ausf. B" + GER_heavy_tank_destroyer_equipment_3_short:0 "Jagdtiger" + GER_heavy_tank_destroyer_equipment_3_desc:0 "The Jagdtiger was the heaviest armored fighting vehicle operationally used during World War II. The vehicle carried a 128 mm PaK 44 L/55 main gun, and carried heavy frontal armor." + SOV_heavy_tank_destroyer_equipment_1:0 "SMK" + SOV_heavy_tank_destroyer_equipment_1_short:0 "SMK" + #SOV_heavy_tank_destroyer_equipment_1_desc:0 "" + SOV_heavy_tank_destroyer_equipment_2:0 "SU-152" + SOV_heavy_tank_destroyer_equipment_2_short:0 "SU-152" + #SOV_heavy_tank_destroyer_equipment_2_desc:0 "" + SOV_heavy_tank_destroyer_equipment_3:0 "ISU-122" + SOV_heavy_tank_destroyer_equipment_3_short:0 "ISU-122" + #SOV_heavy_tank_destroyer_equipment_3_desc:0 "" + heavy_tank_aa_equipment:0 "Heavy SP Anti-Air" + heavy_tank_aa_equipment_desc:0 "A powerful anti-air armament mounted on a heavy chassis." + heavy_tank_aa_equipment_1:0 "Heavy SP Anti-Air I" + heavy_tank_aa_equipment_1_short:0 "H. AA I" + heavy_tank_aa_equipment_1_desc:0 "A powerful anti-air armament mounted on a heavy chassis." + heavy_tank_aa_equipment_2:0 "Heavy SP Anti-Air II" + heavy_tank_aa_equipment_2_short:0 "H. AA II" + heavy_tank_aa_equipment_2_desc:0 "A powerful anti-air armament mounted on a heavy chassis." + heavy_tank_aa_equipment_3:0 "Heavy SP Anti-Air III" + heavy_tank_aa_equipment_3_short:0 "H. AA III" + heavy_tank_aa_equipment_3_desc:0 "A powerful anti-air armament mounted on a heavy chassis." + SOV_heavy_tank_aa_equipment_1:0 "ZSU-12.7-4" + SOV_heavy_tank_aa_equipment_1_short:0 "ZSU-12.7-4" + #SOV_heavy_tank_aa_equipment_1_desc:0 "" + SOV_heavy_tank_aa_equipment_2:0 "ZSU-37-Y" + SOV_heavy_tank_aa_equipment_2_short:0 "ZSU-37-Y" + #SOV_heavy_tank_aa_equipment_2_desc:0 "" + SOV_heavy_tank_aa_equipment_3:0 "ISU-57-2" + SOV_heavy_tank_aa_equipment_3_short:0 "ISU-57-2" + #SOV_heavy_tank_aa_equipment_3_desc:0 "" + super_heavy_tank_equipment:0 "Super Heavy Tank" + super_heavy_tank_equipment_desc:0 "Super heavy tanks are an evolution of the Heavy tank concept. Bigger, better armed, with more armor, they are also slower and have severe problems with soft ground and few bridges can hope to handle their weight." + super_heavy_tank_equipment_1:0 "Super Heavy Tank" + super_heavy_tank_equipment_1_short:0 "SH. Tank" + super_heavy_tank_equipment_1_desc:0 "Super heavy tanks are an evolution of the Heavy tank concept. Bigger, better armed, with more armor, they are also slower and have severe problems with soft ground and few bridges can hope to handle their weight." + GER_super_heavy_tank_equipment_1:0 "Panzerkampfwagen VIII Maus" + GER_super_heavy_tank_equipment_1_short:0 "Maus" + GER_super_heavy_tank_equipment_1_desc:0 "Panzerkampfwagen VIII Maus (Mouse) was a German World War II super-heavy tank completed in late 1944. It is the heaviest fully enclosed armored fighting vehicle ever built. The Maus's main armament was a 128 mm KwK 44 L/55 gun with an added coaxial 75 mm gun." + ENG_super_heavy_tank_equipment_1:0 "Tortoise" + ENG_super_heavy_tank_equipment_1_short:0 "Tortoise" + USA_super_heavy_tank_equipment_1:0 "T95 Super Heavy Tank" + USA_super_heavy_tank_equipment_1_short:0 "T95" + SOV_super_heavy_tank_equipment_1:0 "IS-7" + SOV_super_heavy_tank_equipment_1_short:0 "IS-7" + JAP_super_heavy_tank_equipment_1:0 "Type 2604" + JAP_super_heavy_tank_equipment_1_short:0 "Type 2604" + ITA_super_heavy_tank_equipment_1:0 "Il Duce" + ITA_super_heavy_tank_equipment_1_short:0 "Il Duce" + FRA_super_heavy_tank_equipment_1:0 "FCM-F1" + FRA_super_heavy_tank_equipment_1_short:0 "FCM-F1" + super_heavy_tank_artillery_equipment:0 "SH. SP Artillery" + super_heavy_tank_artillery_equipment_desc:0 "Massive artillery cannons mounted on super heavy chassis." + super_heavy_tank_artillery_equipment_1:0 "Super Heavy SP Artillery" + super_heavy_tank_artillery_equipment_1_short:0 "SH. SPG" + super_heavy_tank_artillery_equipment_1_desc:0 "Massive artillery cannons mounted on super heavy chassis." + GER_super_heavy_tank_artillery_equipment_1:0 "Geschützwagen E-100" + GER_super_heavy_tank_artillery_equipment_1_short:0 "GW E-100" + GER_super_heavy_tank_artillery_equipment_1_desc:0 "A 210mm artillery gun mounted on a super heavy tank chassis, this sp gun rivals some railway guns in power." + SOV_super_heavy_tank_artillery_equipment_1:0 "ISU-203" + SOV_super_heavy_tank_artillery_equipment_1_short:0 "ISU-203" + #SOV_super_heavy_tank_artillery_equipment_1_desc:0 "" + super_heavy_tank_destroyer_equipment:0 "Super Heavy SP Tank Destroyer" + super_heavy_tank_destroyer_equipment_short:0 "SH. Tank Destroyer" + super_heavy_tank_destroyer_equipment_desc:0 "A super heavy tank chassis with an even larger gun in a fixed mount instead of a turret." + super_heavy_tank_destroyer_equipment_1:0 "Super Heavy SP Tank Destroyer" + super_heavy_tank_destroyer_equipment_1_short:0 "SH. TD" + super_heavy_tank_destroyer_equipment_1_desc:0 "A super heavy tank chassis with an even larger gun in a fixed mount instead of a turret." + GER_super_heavy_tank_destroyer_equipment_1:0 "SturmGeschütz auf Fahrgestell Maus" + GER_super_heavy_tank_destroyer_equipment_1_short:0 "Jagdmaus" + GER_super_heavy_tank_destroyer_equipment_1_desc:0 "The chassis of a Maus with a 150mm gun in a fixed superstructure." + SOV_super_heavy_tank_destroyer_equipment_1:0 "ISU-130" + SOV_super_heavy_tank_destroyer_equipment_1_short:0 "ISU-130" + #SOV_super_heavy_tank_destroyer_equipment_1_desc:0 "" + super_heavy_tank_aa_equipment:0 "Super Heavy SP Anti-Air" + super_heavy_tank_aa_equipment_desc:0 "Super heavy tank chassis with anti-aircraft armament" + super_heavy_tank_aa_equipment_1:0 "Super Heavy SP Anti-Air" + super_heavy_tank_aa_equipment_1_short:0 "SH. AA" + super_heavy_tank_aa_equipment_1_desc:0 "Super heavy tank chassi with anti-aircraft armament" + GER_super_heavy_tank_aa_equipment_1:0 "Flakpanzer VIII Maus" + GER_super_heavy_tank_aa_equipment_1_short:0 "FlakMaus" + GER_super_heavy_tank_aa_equipment_1_desc:0 "The chassis of a Maus mounting twin 88mm anti-air guns." + SOV_super_heavy_tank_aa_equipment_1:0 "ISU-57-4" + SOV_super_heavy_tank_aa_equipment_1_short:0 "ISU-57-4" + #SOV_super_heavy_tank_aa_equipment_1_desc:0 "" + modern_tank_equipment:1 "Modern Tank" + modern_tank_equipment_desc:0 "Modern tanks are agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + modern_tank_equipment_1:1 "Modern Tank" + modern_tank_equipment_1_short:1 "Mod. Tank" + modern_tank_equipment_1_desc:0 "Modern tanks are agile multi-purpose tanks which are able to take on many roles such as scouts, support, or even front-line tanks." + GER_modern_tank_equipment_1:0 "E-50 Standardpanzer" + GER_modern_tank_equipment_1_short:0 "E-50" + GER_modern_tank_equipment_1_desc:0 "The Entwicklung series was a late-War attempt by Germany to produce a standardzed series of tank designs. There were to be standard designs in six different weight classes. The E-50 Standardpanzer was intended as a standard medium tank, replacing the Panther and Tiger tank series and the conversions based on those tanks." + ENG_modern_tank_equipment_1:0 "Centurion" + ENG_modern_tank_equipment_1_short:0 "Centurion" + USA_modern_tank_equipment_1:0 "M46 Patton" + USA_modern_tank_equipment_1_short:0 "Patton" + SOV_modern_tank_equipment_1:0 "T-54" + SOV_modern_tank_equipment_1_short:0 "T-54" + JAP_modern_tank_equipment_1:0 "Type 61" + JAP_modern_tank_equipment_1_short:0 "Type 61" + ITA_modern_tank_equipment_1:0 "P45" + ITA_modern_tank_equipment_1_short:0 "P45" + FRA_modern_tank_equipment_1:0 "AMX 50t" + FRA_modern_tank_equipment_1_short:0 "AMX 50t" + modern_tank_artillery_equipment:0 "Modern SP Artillery" + modern_tank_artillery_equipment_desc:0 "Modern self-propelled artillery vehicles may superficially resemble tanks, but they are generally lightly armored, too lightly to survive in direct-fire combat. However, they protect their crews against shrapnel and small arms." + modern_tank_artillery_equipment_1:0 "Modern SP Artillery" + modern_tank_artillery_equipment_1_short:0 "Modern SPG" + modern_tank_artillery_equipment_1_desc:0 "Modern self-propelled artillery vehicles may superficially resemble tanks, but they are generally lightly armored, too lightly to survive in direct-fire combat. However, they protect their crews against shrapnel and small arms." + SOV_modern_tank_artillery_equipment_1:0 "SU-152-54" + SOV_modern_tank_artillery_equipment_1_short:0 "SU-152-54" + #SOV_modern_tank_artillery_equipment_1_desc:0 "" + modern_tank_destroyer_equipment:0 "Modern Tank Destroyer" + modern_tank_destroyer_equipment_desc:0 "Modern Tank Destroyers are an evolution of earlier light and medium TDs, preferring mobility and stealth to heavy armor." + modern_tank_destroyer_equipment_1:0 "Modern Tank Destroyer" + modern_tank_destroyer_equipment_1_short:0 "Modern TD" + modern_tank_destroyer_equipment_1_desc:0 "Modern Tank Destroyers are an evolution of earlier light and medium TDs, preferring mobility and stealth to heavy armor." + GER_modern_tank_destroyer_equipment_1:0 "E-25 Standardpanzer" + GER_modern_tank_destroyer_equipment_1_short:0 "E-25" + GER_modern_tank_destroyer_equipment_1_desc:0 "An updated version of the JadgPanzer IV, the E-25 is faster and better armored" + SOV_modern_tank_destroyer_equipment_1:0 "SU-122-54" + SOV_modern_tank_destroyer_equipment_1_short:0 "SU-122-54" + #SOV_modern_tank_destroyer_equipment_1_desc:0 "" + modern_tank_aa_equipment:0 "Modern SP Anti-Air" + modern_tank_aa_equipment_desc:0 "A combination of anti-air missiles and rapid fire cannon, modern anti-air artillery presents a deadly threat to aircraft." + modern_tank_aa_equipment_1:0 "Modern SP Anti-Air" + modern_tank_aa_equipment_1_short:0 "Modern AA" + modern_tank_aa_equipment_1_desc:0 "A combination of anti-air missiles and rapid fire cannon, modern anti-air artillery presents a deadly threat to aircraft." + SOV_modern_tank_aa_equipment_1:0 "ZSU-57-2" + SOV_modern_tank_aa_equipment_1_short:0 "ZSU-57-2" + #SOV_modern_tank_aa_equipment_1_desc:0 "" + + GER_motorized_equipment_1:0 "Opel Blitz" + + + SWE_motorized_equipment_1:0 "Scania-Vabis" + + mechanized_equipment:0 "Mechanized" + mechanized_equipment_short:0 "Mechanized" + mechanized_equipment_desc:0 "Mechanized infantry is infantry equipped with armored personnel carriers (APCs) or infantry fighting vehicles (IFVs) for transport and combat. Mechanized infantry is distinguished from motorized infantry in that its vehicles provide a degree of protection from hostile fire, as opposed to soft-skinned wheeled vehicles (trucks or jeeps) for motorized infantry." + mechanized_equipment_1:0 "Mechanized Equipment I" + mechanized_equipment_1_short:0 "Mechanized I" + mechanized_equipment_1_desc:0 "Mechanized infantry is infantry equipped with armored personnel carriers (APCs) or infantry fighting vehicles (IFVs) for transport and combat. Mechanized infantry is distinguished from motorized infantry in that its vehicles provide a degree of protection from hostile fire, as opposed to soft-skinned wheeled vehicles (trucks or jeeps) for motorized infantry." + mechanized_equipment_2:0 "Mechanized Equipment II" + mechanized_equipment_2_short:0 "Mechanized II" + mechanized_equipment_2_desc:0 "Mechanized infantry is infantry equipped with armored personnel carriers (APCs) or infantry fighting vehicles (IFVs) for transport and combat. Mechanized infantry is distinguished from motorized infantry in that its vehicles provide a degree of protection from hostile fire, as opposed to soft-skinned wheeled vehicles (trucks or jeeps) for motorized infantry." + mechanized_equipment_3:0 "Mechanized Equipment III" + mechanized_equipment_3_short:0 "Mechanized III" + mechanized_equipment_3_desc:0 "Mechanized infantry is infantry equipped with armored personnel carriers (APCs) or infantry fighting vehicles (IFVs) for transport and combat. Mechanized infantry is distinguished from motorized infantry in that its vehicles provide a degree of protection from hostile fire, as opposed to soft-skinned wheeled vehicles (trucks or jeeps) for motorized infantry." + GER_mechanized_equipment_1:0 "Sonderkraftfahrzeug 11" + GER_mechanized_equipment_1_short:0 "Sd.Kfz. 11" + GER_mechanized_equipment_1_desc:0 "The Sd.Kfz. 11 (Sonderkraftfahrzeug - special motorized vehicle) was a German half-track that saw very widespread use in World War II. It could carry eight troops in addition to towing a gun or trailer." + GER_mechanized_equipment_2:0 "Sonderkraftfahrzeug 251" + GER_mechanized_equipment_2_short:0 "Sd.Kfz. 251" + GER_mechanized_equipment_2_desc:0 "The Sd.Kfz. 251 half-track was an armored fighting vehicle designed and first built by the Hanomag company during World War II, based on their earlier Sd.Kfz. 11 vehicle." + GER_mechanized_equipment_3:0 "Sonderkraftfahrzeug 251/20" + GER_mechanized_equipment_3_short:0 "Sd.Kfz. 251/20" + GER_mechanized_equipment_3_desc:0 "An updated version of the Sd.Kfz. 251 fitted with an infrared spotlight." + SWE_mechanized_equipment_3:0 "Terrängbil m/42 KP" + SWE_mechanized_equipment_3_short:0 "m/42 KP" + anti_air_equipment:0 "Towed Anti-Air" + anti_air_equipment_short:0 "Anti-Air" + anti_air_equipment_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets." + anti_tank_equipment:0 "Towed Anti-Tank" + anti_tank_equipment_short:0 "Anti-Tank" + anti_tank_equipment_desc:0 "Artillery specialized in defeating armored targets like Tanks, it generally fires armor piercing shells." + anti_air_equipment_1:0 "Towed Anti-Air" + anti_air_equipment_1_short:0 "Anti-Air" + anti_air_equipment_1_desc:0 "Anti-air artillery is primarily designed to shoot down hostile planes, although the rapid fire cannons can also be effective against ground targets." + anti_tank_equipment_1:0 "Towed Anti-Tank" + anti_tank_equipment_1_short:0 "Anti-Tank" + anti_tank_equipment_1_desc:0 "Artillery specialized in defeating armored targets like Tanks, it generally fires armor piercing shells." + + # HOI4 TGW + + artillery_equipment:0 "Towed Artillery" + artillery_equipment_short:0 "Artillery" + artillery_equipment_desc:0 "Artillery refers to large-caliber weapons, such as cannons and howitzers that are operated by crews, which can project munitions far beyond the effective range of personal weapons." + + + + rocket_artillery_equipment:0 "Towed Rocket Artillery" + rocket_artillery_equipment_short:0 "Rocket Artillery" + rocket_artillery_equipment_desc:0 "Rocket artillery is less accurate and has a much lower sustained rate of fire than batteries of traditional artillery guns. However, they have the capability of simultaneously hitting a target with multiple rockets with devastating effect." + + +# HOI4 TGW + + artillery_equipment_1:0 "Towed Artillery" + artillery_equipment_1_short:0 "Artillery" + artillery_equipment_1_desc:0 "Artillery refers to large-caliber weapons, such as cannons and howitzers that are operated by crews, which can project munitions far beyond the effective range of personal weapons." + + artillery_equipment_1914:0 "Early Artillery" + artillery_equipment_1914_desc:0 "Artillery refers to large-caliber weapons, such as cannons and howitzers that are operated by crews, which can project munitions far beyond the effective range of personal weapons." + + artillery_equipment_1930:0 "Towed Artillery" + artillery_equipment_1930_short:0 "Artillery" + artillery_equipment_1930_desc:0 "Artillery refers to large-caliber weapons, such as cannons and howitzers that are operated by crews, which can project munitions far beyond the effective range of personal weapons." + + + rocket_artillery_equipment_1:0 "Towed Rocket Artillery" + rocket_artillery_equipment_1_short:0 "Rocket Artillery" + rocket_artillery_equipment_1_desc:0 "Rocket artillery is less accurate and has a much lower sustained rate of fire than batteries of traditional artillery guns. However, they have the capability of simultaneously hitting a target with multiple rockets with devastating effect." + infantry_equipment:0 "Infantry Equipment" + infantry_equipment_short:0 "Infantry eq." + infantry_equipment_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs." + + + infantry_equipment_0:0 "Basic Infantry equipment" + infantry_equipment_0_short:0 "Basic eq." + infantry_equipment_0_desc:0 "Basic infantryman equipment developed before the Great War." + + infantry_equipment_1:0 "Infantry Equipment I" + infantry_equipment_1_short:0 "Weapons I" + infantry_equipment_1_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs." + infantry_equipment_2:0 "Infantry Equipment II" + infantry_equipment_2_short:0 "Weapons II" + infantry_equipment_2_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs." + infantry_equipment_3:0 "Infantry Equipment III" + infantry_equipment_3_short:0 "Weapons III" + infantry_equipment_3_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs." + + infantry_equipment_4:0 "Infantry Equipment IV" + infantry_equipment_4_short:0 "Weapons IV" + infantry_equipment_4_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs." + infantry_equipment_5:0 "Infantry Equipment V" + infantry_equipment_5_short:0 "Weapons V" + infantry_equipment_5_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs. Modernized to include a great number of sub-machineguns and anti-tank rifles." + infantry_equipment_6:0 "Infantry Equipment VI" + infantry_equipment_6_short:0 "Weapons VI" + infantry_equipment_6_desc:0 "Personal and crew served weapons for infantry as well as the various other bits of kit a soldier needs. Further modernized to include personal Assault Rifles and anti-tank rockets." + + + + + + + tank_armor_upgrade:0 "Armor" + tank_armor_upgrade_desc:0 "Better armor than your enemies can penetrate is a huge advantage to your divisions but is probably going to slow you down." + tank_gun_upgrade:0 "Main Gun" + tank_gun_upgrade_desc:0 "It's important to have a gun that keep up with enemy armor strength and can penetrate." + tank_aa_upgrade:0 "Anti-Air Armament" + tank_aa_upgrade_desc:0 "Ensure that our Anti-Air Armament is able to shoot down the latest planes." + tank_at_upgrade:0 "Anti-Tank Armament" + tank_at_upgrade_desc:0 "Ensure that our tank destroyers can defeat the latest enemy tanks." + tank_art_upgrade:0 "Artillery Armament" + tank_art_upgrade_desc:1 "Ensure that our self propelled artillery have massive firepower that will tear through any unarmored enemies." + tank_reliability_upgrade:0 "Reliability" + tank_reliability_upgrade_desc:0 "Improving reliability leads to less broken down tanks you'll need to replace." + tank_engine_upgrade:0 "Engine" + tank_engine_upgrade_desc:0 "More mobility give tactical and strategic advantages, as well as allowing more armor without being slowed down significantly." + ship_gun_upgrade:0 "Gun" + ship_gun_upgrade_desc:0 "It's important to have a gun that keep up with enemy armor strength and can penetrate." + ship_torpedo_upgrade:0 "Torpedo" + ship_torpedo_upgrade_desc:0 "A torpedo is a powerful attack launchable by smaller ships once in range with a high chance of critical hits" + ship_armor_upgrade:0 "Armor" + ship_armor_upgrade_desc:0 "More armor to protect your ship against enemy fire" + carrier_armor_upgrade:0 "Armor" + carrier_armor_upgrade_desc:0 "More armor to protect your ship against enemy fire" + ship_engine_upgrade:0 "Engine" + ship_engine_upgrade_desc:0 "A ship with a more powerful engine can control distance to its opponents in battle" + ship_reliability_upgrade:0 "Reliability" + ship_reliability_upgrade_desc:0 "A ship with high reliability will be less prone to critical hits that can do massive damage to a ship without well thought out construction." + ship_anti_air_upgrade:0 "Anti-Air" + ship_anti_air_upgrade_desc:0 "More guns putting lead in the air means more enemy planes shot down!" + ship_ASW_upgrade:0 "ASW" + ship_ASW_upgrade_desc:0 "Anti-Submarine-Warfare weapons are important for locating and taking out submarines." + destroyer_engine_upgrade:0 "Engine" + destroyer_engine_upgrade_desc:0 "A ship with a more powerful engine can control distance to its opponents in battle" + sub_engine_upgrade:0 "Engine" + sub_engine_upgrade_desc:0 "A ship with a more powerful engine can control distance to its opponents in battle" + sub_stealth_upgrade:0 "Stealth" + sub_stealth_upgrade_desc:0 "A submarines greatest strength is its ability to remain undetected and only strike when it has the advantage." + sub_torpedo_upgrade:0 "Torpedo" + sub_torpedo_upgrade_desc:0 "A torpedo is a powerful attack launchable by smaller ships once in range with a high chance of critical hits" + ship_deckspace_upgrade:0 "Deck space" + ship_deckspace_upgrade_desc:0 "More room to carry and launch carrier-capable airplanes" + plane_gun_upgrade:0 "Weapons" + plane_gun_upgrade_desc:0 "Better weapons to fight other planes with" + cv_plane_gun_upgrade:0 "Weapons" + cv_plane_gun_upgrade_desc:0 "Better weapons to fight other planes with" + plane_engine_upgrade:0 "Engine" + plane_engine_upgrade_desc:0 "Higher speed gives a plane an advantage when it comes to positioning and target selection. Important for interceptors." + plane_range_upgrade:0 "Range" + plane_range_upgrade_desc:0 "A plane with better range can reach more strategic areas for missions" + cv_plane_range_upgrade:0 "Range" + cv_plane_range_upgrade_desc:0 "A plane with better range can reach more strategic areas for missions" + plane_reliability_upgrade:0 "Reliability" + plane_reliability_upgrade_desc:0 "A plane with low reliability has a chance of accidents during missions" + plane_naval_upgrade:0 "Attack" + plane_naval_upgrade_desc:0 "More carry capacity of anti-ship weapons." + cv_plane_naval_upgrade:0 "Attack" + cv_plane_naval_upgrade_desc:0 "More carry capacity of anti-ship weapons." + plane_bomb_upgrade:0 "Bombing" + plane_bomb_upgrade_desc:0 "Bigger bomb bay to deliver more payload." + plane_tac_bomb_upgrade:0 "Bombing" + plane_tac_bomb_upgrade_desc:0 "Bigger bomb bay to deliver more payload." + plane_cas_upgrade:0 "Attack" + plane_cas_upgrade_desc:0 "Improved weapons for attacking ground targets" + ACTUAL_EQUIPMENT_HEADER:0 "\n\nEquipment:\n" + ACTUAL_EQUIPMENT_ENTRY:0 " - $NUM|Y0$ of $NAME|Y$" + ACTUAL_EQUIPMENT_ENTRY_PERCENT:0 " - $NUM|Y0%$ from their production of $NAME|Y$" + REQUESTED_REINFORCEMENT_DELIVERING_TO:0 "\nDelivering to $UNIT|Y$ ($PROG|G%$):" + REQUESTED_REINFORCEMENT_DELIVERING_TO_BLOCKED:1 "\nDelivering to $UNIT|Y$ ($PROG|G%$ §RBlocked: no supply from capital§! ):" + REQUESTED_REINFORCEMENT_DELIVERING_TO_ENTRY:0 "\n $NUM|Y0$ of $EQ|Y$" + REQUESTED_REINFORCEMENT_DELIVERING_TO_MORE_ENTRIES:1 "\nAnd $COUNT|H$ requests more..." + REQUESTED_REINFORCEMENT_HEADER:0 "Reinforcement requests:" + UPGRADE_REINFORCEMENT_HEADER:0 "Upgrade requests:" + TIMED_ACTIVITY_HEADER:0 "Activity request:" + REQUESTED_REINFORCEMENT_COLLECTING:0 " - Waiting for equipment to be §Hproduced§!:" + REQUESTED_REINFORCEMENT_DELIVERY:0 " - Waiting for equipment to be §Hdelivered§! ($PROG|H%$):" + REQUESTED_REINFORCEMENT_COLLECTING_BLOCKED:0 " - §RReinforcement blocked: no supply from capital§!" + REQUESTED_REINFORCEMENT_COLLECTING_AND_DELIVERY:0 " - Waiting for equipment to be §Hproduced§! and §Hdelivered§!:" + REQUESTED_REINFORCEMENT_DELIVERY_NO_PROGRESS:0 " - Waiting for equipment to be §Hdelivered§!:" + REQUESTED_REINFORCEMENT_COLLECTING_ENTRY:0 " - $NUM|Y0$/$MAX|Y0$ of $NAME|Y$" + REQUESTED_REINFORCEMENT_DELIVERY_ENTRY:0 " - $NUM|Y0$ of $NAME|Y$" + REQUESTED_TIMED_ACTIVITY_COLLECTING_ENTRY:0 " - $NUM|Y0$/$MAX|Y0$ of $NAME|Y$" + REQUESTED_MANPOWER_DETAILS:0 "Next $NUM|Y$ of manpower will arrive in $HR|Y$ hours.\nFull manpower reinforcement roughly in $D|Y$ days." + NOT_ENOUGH_MANPOWER_TO_REINFORCE:0 "Not enough manpower to reinforce." + MANPOWER_REINFORCEMENT_NOT_POSSIBLE:0 "§RManpower reinforcement is not possible at the current location.§!" + OUTDATED_EQ:0 "Show outdated equipment" + guided_missile_equipment:0 "Guided Missile" + guided_missile_equipment_1:0 "Basic Guided Missile" + guided_missile_equipment_1_short:0 "Guided Missile I" + guided_missile_equipment_1_desc:0 "Unmanned flying bomb" + guided_missile_equipment_2:0 "Improved Guided Missile" + guided_missile_equipment_2_short:0 "Guided Missile II" + guided_missile_equipment_2_desc:0 "Better unmanned flying bomb" + guided_missile_equipment_3:0 "Advanced Guided Missile" + guided_missile_equipment_3_short:0 "Guided Missile III" + guided_missile_equipment_3_desc:0 "Best unmanned flying bomb" + + + # HOI4 TGW + bertha_artillery_equipment_1:0 "Siege Artillery" + bertha_artillery_equipment_1_desc:0 "Siege Artillery" + + bertha_artillery_equipment_2:0 "Heavy Artillery" + bertha_artillery_equipment_2_desc:0 "Heavy Artillery" + + bertha_artillery_equipment_3:0 "Advanced Heavy Artillery" + bertha_artillery_equipment_3_desc:0 "Advanced Heavy Artillery" + + + + + + + + artillery_equipment_2:0 "Improved Artillery" + artillery_equipment_2_desc:0 "New howitzer designs, taking advantage of new hydraulic recoil devices and longer barrels." + artillery_equipment_3:0 "Advanced Artillery" + artillery_equipment_3_desc:0 "Light-weight artillery capable of being broken down for transport, making it possible to bring artillery support to areas previously difficult to teach." + anti_air_equipment_2:0 "Improved Anti-Air" + anti_air_equipment_2_desc:0 "Anti-air guns with longer cartridges and barrels, able to target high-flying aircraft." + anti_air_equipment_3:0 "Advanced Anti-Air" + anti_air_equipment_3_desc:1 "An advanced mobile flak gun with greater reach and firing capacity, to combat even the fastest and highest-flying enemy aircraft." + rocket_artillery_equipment_2:0 "Advanced Rocket Artillery" + rocket_artillery_equipment_2_desc:0 "Spin-stabilized rockets, increasing the range of lighter artillery batteries." + anti_tank_equipment_2:0 "Improved Anti-Tank" + anti_tank_equipment_2_desc:0 "Larger caliber guns to combat heavier tanks with sloped armor." + anti_tank_equipment_3:0 "Advanced Anti-Tank" + anti_tank_equipment_3_desc:0 "Combining different kinds of new ammunition technology with guns with higher muzzle velocities, these anti-tank guns are prepared for whatever new armor our enemies may develop." + motorized_rocket_equipment:0 "Motorized Rocket Artillery" + motorized_rocket_equipment_short:0 "Mot. R. Artillery" + motorized_rocket_equipment_desc:0 "Multiple rocket launchers such as these deliver explosives to a target area more quickly than conventional artillery, but with lower accuracy and requiring a longer time to reload. Being mounted on trucks, this version is able to launch attacks and change positions before the enemy can return fire." + motorized_rocket_equipment_1:0 "Motorized Rocket Artillery" + motorized_rocket_equipment_1_short:0 "Mot. R. Artillery" + motorized_rocket_equipment_1_desc:0 "Multiple rocket launchers such as these deliver explosives to a target area more quickly than conventional artillery, but with lower accuracy and requiring a longer time to reload. Being mounted on trucks, this version is able to launch attacks and change positions before the enemy can return fire." + SOV_motorized_rocket_equipment_1:0 "BM-13 Katyusha" + SOV_motorized_rocket_equipment_1_short:0 "Katyusha" + USA_motorized_rocket_equipment:0 "T27 Xylophone" + USA_motorized_rocket_equipment_1:0 "T27 Xylophone" + USA_motorized_rocket_equipment_1_short:0 "Xylophone" diff --git a/mod/thegreatwar/localisation/ww1_events_l_french.yml b/mod/thegreatwar/localisation/ww1_events_l_french.yml new file mode 100755 index 000000000..d497b2104 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_events_l_french.yml @@ -0,0 +1,1536 @@ +l_french: + ww1_albania.1.a:0 "Crush the rebels!" + ww1_albania.1.d:0 "In response to new taxes levied by the Ottoman government, the Albanians have risen up against our Sultan. Despite obvious help from Serbia, it's unlikely this will succeed." + ww1_albania.1.t:0 "Albanian Uprising!" + ww1_albania.2.a:0 "More target practice!" + ww1_albania.2.d:0 "The Albanians have risen up against our sultanate again, spurred on by the damned Montenegran king and the measures we took to suppress them last time. Still, with no foreign support, they should be easy pickings." + ww1_albania.2.t:0 "More Albanian revolts!" + ww1_albania.3.a:0 "How many times are we gonna do this?" + ww1_albania.3.d:0 "The Albanians have risen up in rebellion once again, over the same issues as the last two years. Some members of the Porte suggest simply cutting our losses and establishing a vassal state in the territory, since full control is proving to be quite difficult." + ww1_albania.3.t:0 "Albania strikes again!" + ww1_albania.4.a:0 "Allah is great!" + ww1_albania.4.d:0 "With the Ottomans wrapped up in a war with its Balkan enemies, Albania's opportunity has arisen! Our independence begins today!" + ww1_albania.4.t:0 "Assembly of Vlorë" + ww1_albania.5.a:0 "Damn!" + ww1_albania.5.d:0 "The Greek Kingdom has annexed the rightful Albanian territory of North Epirus. The powers of Europe have recognized this obvious theft, for now. We can only hope an opportunity arises to get it back someday." + ww1_albania.5.t:0 "Greece proclaimed the annexation of Northern Epirus" + ww1_argentina.1.a:0 "D.E.P." + ww1_argentina.1.d:0 "President Roque Sáenz Peña's health has failed him in his time of illness. His vice president, Victorino de la Plaza, has ascended to the presidency." + ww1_argentina.1.t:0 "Roque Sáenz Peña Dies!" + ww1_australia.1.a:0 "Hopefully, he does a bit better." + ww1_australia.1.d:0 "William Ward's extravagant lifestyle and conflicts with the Labor party have left him very unpopular among the Australian populace. He has petitioned the British government for replacement, to the relief of Australians everwhere. Thomas Denman has been chosen as the replacement." + ww1_australia.1.t:0 "William Ward Retires!" + ww1_australia.2.a:0 "What, again?" + ww1_australia.2.d:0 "It turns out Thomas Denman is very allergic to Australia's national flower. With his health in danger, he's asked to return home to the United Kingdom, with Ronald Munro Ferguson to take his position." + ww1_australia.2.t:0 "Thomas Denman resigns!" + ww1_austria.1.a:0 "Gott Erhalte, Gott Beschütze..." + ww1_austria.1.d:0 "November 21st, 1916 was a dark day for the Austro-Hungarian empire. The beloved Kaiser Franz Josef, after a long tenure and life, succumbed to Pneumonia. Many in the government fear that their empire may not long outlive him. Karl I ascends to an uncertain throne." + ww1_austria.1.t:0 "Franz Joseph I dies" + # HOI4TGW Open Beta 0.1.8 + ww1_austria.2.t:0 "Trialist Proposal" + ww1_austria.2.d:0 "Even among the Habsburg family the supporters of reorganizing the Empire from a Dualist to a Trialist one included Crown Prince Rudolf who supports federalization of the Monarchy and Archduke Franz Ferdinand who is the most prominent trialist supporter.\nOnce again, a Trialist Proposal has been made. What should we do?" + ww1_austria.2.a:0 "I have no time to lose with these nonsense!" + ww1_austria.2.b:0 "I've my own plan for Trialism" + ww1_belgium.1.a:0 "Never forget Belgium" + ww1_belgium.1.d:0 "Reports have come in describing outright barbaric, if not genocidal, treatment of Belgian civilians by those bastard Germans! Of course, some weak-willed members of Parliament have denounced these reports as exaggerated, but if nothing else, this gives us the perfect excuse to enter the war against Germany, and, more importantly, take their colonies for their rightful British masters." + ww1_belgium.1.t:0 "Atrocities commited in Belgium" + ww1_brazil.1.a:0 "Religious fanaticism raises its ugly head" + ww1_brazil.1.d:0 "The Contestado region, split between our states of Santa Catarina and Paraná as well as the Argentinian state of Corrientes, has become a site of rebellion as the local impoverished rally behind religious leaders. One of their key issues is recent land seizures by rail companies forcing them out of their home. Obviously, this must be put down- and fast." + ww1_brazil.1.t:0 "The Contestado War" + ww1_brazil.2.a:0 "Declare War and send some of our Navy to help" + ww1_brazil.2.b:0 "Declare War only" + ww1_brazil.2.d:0 "Brazil has been looking for a reason to join her parent state of Portugal as well as the friendly British state in the war against the Germans. Their sinking of the Brazilian merchant steamship Paraná gives us just the excuse we need to declare war. Of course, Brazil's forces are unlikely to make a significant impact on the theater, however, we could send part of our Navy off to friendly powers to help." + ww1_brazil.2.t:0 "Brazil Declares War on Germany" + ww1_canada.1.a:0 "OK" + ww1_canada.1.d:0 "Albert Grey, the beloved Governor General, has completed his term. The King's uncle, Prince Arthur, is now to replace him." + ww1_canada.1.t:0 "Prince Arthur Appointed Govenor General" + ww1_chile.1.a:0 "Ramón Barros Luco is now President!" + ww1_chile.1.d:0 "Pedro Montt, as well as his interior minister Elias Fernandez Albano, have passed away in quick succession. Ramón Barros Luco has been chosen by both major Chilean parties to replace them." + ww1_chile.1.t:0 "Pedro Montt Dies!" + ww1_denmark.1.a:0 "Long live the king!" + ww1_denmark.1.d:0 "Frederick VIII has died of a paralysis-related incident, having had little influence in his country's politics during his 6 year reign. His son, authoritarian king Christian X, has ascended to the throne." + ww1_denmark.1.t:0 "Frederick VIII Dies!" + ww1_denmark.2.a:0 "Great Idea!" + ww1_denmark.2.b:0 "No, keep our Empire together!" + ww1_denmark.2.d:0 "The United States has offered to buy off the small, relatively unimportant, and costly Danish West Indies for a lucrative sum of money- 25 million dollars, to be precise. The Danish public generally supports this measure, but the Danish empire already stands quite small- can Denmark afford to give up yet more territory?" + ww1_denmark.2.t:0 "Treaty of the Danish West Indies" + ww1_england.1.a:0 "Longue Vie au Roi!" + ww1_england.1.d:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + ww1_england.1.t:0 "Le Roi Edward VII est mort" + ww1_england.8.a:0 "Great!" + ww1_england.8.d:0 "What was thought to be the Norwegian merchant ship Aud was actually the SMS Libau, a German cargo ship delivering weapons and supplies to the Irish rebels! Luckily, it was intercepted before it could reach its target, severely weaking the potential of the Irish rebellion." + ww1_england.8.t:0 "German weapons shipment intercepted!" + ww1_england.9.a:0 "Ireland is rightfully ours!" + ww1_england.9.d:0 "The Irish have staged a major rebellion in the Catholic part of their island! With British troops wrapped up in the war, this is a major emergency that could threaten the United Kingdom's rule in Ireland as a whole. It must be put down- and soon!" + ww1_england.9.t:0 "Easter Rising!" + ww1_england.10.a:0 "Great!" + ww1_england.10.d:0 "The cargo ship SMS Libau, operating under the guise of Norwegian merchant ship Aud, has delivered German weapons and supplies to the Irish forces in the Easter Rising. This makes a successful rebellion much more likely- a great disadvantage for the British." + ww1_england.10.t:0 "German support for the Irish Rebellion" + ww1_england.11.a:0 "Excellent!" + ww1_england.11.d:0 "While our army traditionally consits of a small, professional force, now that we are at war the recruiting stations are overflowing with volunteers eager to join the cause. Though this will lower the average performance of members of the British Army, it will help our troops stand up to the German juggernaut." + ww1_england.11.t:0 "A Surge of Volunteers" + ww1_england.12.a:0 "Purchase the Vessel" + ww1_england.12.b:0 "Sent it to Chile" + ww1_england.12.d:0 "The Chileans, as part of their naval armament program, have commissioned the Almirante Latorre and Cochrane to be built by the Royal Navy's suppliers. Currently, the Almirante Latorre is complete and ready to send. However, with the outbreak of war, and suspected Chilean sympathies with the Germans, we have the opportunity to buy the Dreadnought for our own use." + ww1_england.12.t:0 "Purchase of the Almirante Latorre" + ww1_england.13.a:0 "Stop ALL Merchant ships!" + ww1_england.13.d:0 "The power of the Royal Navy, combined with the strength of our allies' fleets, allows us nearly uncontested control of the North Sea. The Germans cannot hope to oust the British fleet without a miracle. Therefore, we can completely blockade Germany, severely limiting their trade capabilities." + ww1_england.13.t:0 "Declare North Sea a War Zone" + ww1_england.2.a:0 "L'Union is formed!" + ww1_england.2.d:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + ww1_england.2.t:0 "Indépendance de l'Afrique du Sud" + ww1_england.14.a:0 "Wilson can't keep 'em out of war for long..." + ww1_england.14.d:0 "The Germans have sent a telegram to Mexico, offering a technically defensive alliance with Mexico, particularly in the case of war with the United States. However, this can easily be spun to be interpreted as a threat to the United States, especially with the guarantee of the return of Mexican territory in the case of war. This is a great victory for British intelligence!" + ww1_england.14.t:0 "British Intelligence intercept The Zimmermann telegram." + ww1_england.15.a:0 "Inform Portugal of their obligations" + ww1_england.15.d:0 "German and Austrian merchant ships have been sheltering in Portugese harbours beyond the conditions of the Haig convention. This gives us the perfect excuse to drag Portugal into the war on our side, since an impounding of the German and Austrian ships will surely lead to war between the nations." + ww1_england.15.t:0 "Impound German Merchant ships" + ww1_england.16.a:0 "Great!" + ww1_england.16.d:0 "The ship impoundment gambit has paid off. The Central Powers and Portugal are now at war. The Portuguese have even outfitted an expeditionary corps to fight with our army, currently stationed in Lisbon." + ww1_england.16.t:0 "Corpo Expedicionário Português" + ww1_england.17.a:0 "Great!" + ww1_england.17.d:0 "Brazil has joined our war against the Germans. Though they can't hope to contribute much in the land war effort, a detachment of ships has joined us, stationed at Rio de Janeiro for our use." + ww1_england.17.t:0 "Brazil Declares War on Germany" + ww1_england.18.a:0 "Great!" + ww1_england.18.d:0 "Siam, in an effort to stand out in the world diplomatic community, has formally joined our alliance and created its own expeditionary corps for our use in Bangkok." + ww1_england.18.t:0 "Siamese Expeditionary Army" + ww1_england.3.a:0 "Women and children first!" + ww1_england.3.d:0 "The RMS Titanic, thought to be unsinkable, has met its end in one of the largest maritime disasters in history, with over 1500 dead. This tragedy has attracted international attention and spurred a massive overhaul in maritime safety standards. " + ww1_england.3.t:0 "Sinking of the Titanic" + ww1_england.4.a:0 "null" + ww1_england.4.d:0 "null" + ww1_england.4.t:0 "null" + ww1_england.5.a:0 "null" + ww1_england.5.d:0 "null" + ww1_england.5.t:0 "null" + ww1_england.6.a:0 "Great!" + ww1_england.6.b:0 "Do not interfere with Greek internal affairs" + ww1_england.6.d:0 "Greece's Prime Minister Venizelos asks us to seize the port of Thessaloniki, against his King's will. This port would make a perfect rear base for the Dardanelles' operation." + ww1_england.6.t:0 "Seize Thessaloniki?" + ww1_england.7.a:0 "Damn Venizelos" + ww1_england.7.b:0 "OK, join the Entente" + ww1_england.7.d:0 "Greece's Prime Minister Venizelos proposed the Entente seize the port of Thessaloniki, against King Konstantinos' will. This is another step in the struggle between those men." + ww1_england.7.t:0 "The Entente seizes Thessaloniki" + ww1_ethiopia.1.a:0 "Iyasu V takes power" + ww1_ethiopia.1.d:0 "The great emperor Menelik II has died without a designated heir. Iyasu V, though not coronated, has taken effective power in the country." + ww1_ethiopia.1.t:0 "Menelik II Dies!" + ww1_france.1.a:0 "War is now inevitable" + ww1_france.1.d:0 "Jean Jaurès, one of the last dissenting voices against the French government's aim for war, has been slain by the fittingly-named Raoul Villain, a 29 year old French nationalist. With his timely passing, few in France now oppose outright, grand war against the Germans- and those pacifists remaining have no one to rally behind." + ww1_france.1.t:0 "Pacifist Jaurès Assassination" + ww1_france.8.a:0 "Great!" + ww1_france.8.d:0 "The French Army, so very close to large-scale mutiny, has finally been bolstered back into the fight by the presence of the American army on the French mainland. Perhaps from the boost of number, perhaps from the surge of foreign support. Either way, the French army is back to full fighting capability, if not strength." + ww1_france.8.t:0 "French Army morale is restored" + ww1_france.9.a:0 "Damn!" + ww1_france.9.d:0 "The powerless puppet, King Duy Tân of Cochinchina, has fled his palace and joined a rebellion against French rule! The egotistical little child must not have been content with his pompous position. Certainly, once France restores order to the region, he'll have a much cushier life in a prison cell." + ww1_france.9.t:0 "French Indo-China Cochinchina uprising" + ww1_france.10.a:0 "Damn!" + ww1_france.10.d:0 "Our problem colony is rebelling again! The province of Thái Nguyên in Indochina is currently hosting another rebellion for independence, currently trying to get volunteers from China itself. Order must be restored, and for the long term this time." + ww1_france.10.t:0 "French Indo-China Thái Nguyên uprising" + ww1_france.11.a:0 "Sacrebleu!" + ww1_france.11.d:0 "The streets of Paris have been almost cleared of civilians. A few, only those too old or ill or stubborn to clear out, have come out of their homes and shops to see the picklehaubed and stalhelmed men march through the capital. The spectre of 1870 haunts the city again. The only question on the minds of the people is ''how much longer can the Republic hold on?''" + ww1_france.11.t:0 "The Fall of Paris" + ww1_france.12.a:0 "We must get Verdun back!" + ww1_france.12.d:0 "Verdun, a symbol of French resistance, has been lost. The French army has been forced to retreat." + ww1_france.12.t:0 "The Loss of Verdun" + ww1_france.2.a:0 "Vive la France!" + ww1_france.2.d:0 "René Vivani's administration has survived much in the French parliament, but the French military turning their back on him was too much for the old man to take. Aristide Briand has taken the reigns of the government now." + ww1_france.2.t:0 "Dissolve Viviani Administration" + ww1_france.3.a:0 "Great!" + ww1_france.3.d:0 "The Germans have woken the French public from their dreams of glory into a harsh reality. The citizens and government have united in the face of the enemy, giving a boost to our industries." + ww1_france.3.t:0 "The French support for war effort" + ww1_france.4.a:0 "Damn, damn, damn..." + ww1_france.4.d:0 "The troops are complaining of our ''costly offenses'' and ''suicidal attacks'' and have begun a mutiny. Cowards! Traitors, the lot of them! But, still, they are the only army we have. For now, we should scale back our offenses, especially outside of French territory, and try to only pick winning fights, until the storm blows over." + ww1_france.4.t:0 "French Army Mutinies!" + ww1_france.5.a:0 "France must survive!" + ww1_france.5.d:0 "The French Army was very, very close to complete mutiny after our recent offenses. However, in a stroke of luck, Marshal Petain has drawn key units out of combat and has rooted out many of rebels in the ranks. His advice to us is to stop offenses outright until something big- say, a superweapon, or a major ally joining up- restore the boys' morale back. Of course, if we ignore this, we could face mutiny- or worse..." + ww1_france.5.t:0 "French Army Mutiny Repressed" + ww1_france.6.a:0 "Jawhol, mein herr!" + ww1_france.6.d:0 "This event is a leftover from Hearts of Iron 3. If you see it happen in game, yell at one of the developers so we can get it taken out." + ww1_france.6.t:0 "Glitch event triggers!" + ww1_france.7.a:0 "Very bad news." + ww1_france.7.d:0 "Widespread mutinies have broken out in the army due to the continued futile offenses on the Central Powers. Some fear that- god forbid- a coup on the government is even possible..." + ww1_germany.1.a:0 "Germany awaits nothing but victory" + ww1_germany.1.d:0 "Helmuth von Moltke the Younger has failed to give the German Empire the decisive victory she was promised, and his indecisiveness is causing issues in the chain of command. General Erich von Falkenhayn has shown promise, especially with his ideas to knock the Belgians out of the war and the British out to the sea. Therefore, he is our new Chief!" + ww1_germany.1.t:0 "Appoint Von Falkenhayn as Chief of Staff" + ww1_germany.10.a:0 "Send an arms shipment" + ww1_germany.10.d:0 "The Irish are making an uprising against the British once again, in one of the largest rebellions they've ever had. Of course, they do have issues with equipment and supplies. Luckily, German abundance of Military equipment will enable us to help equip the Irish troops. We will send the SMS Libau, under the guise of a Norwegian steamer named Aud." + ww1_germany.10.t:0 "German support for the Irish Rebellion " + ww1_germany.11.a:0 "Damn!" + ww1_germany.11.d:0 "The Sailors in Kiel, despite orders to continue operations, are engaging in a massive mutiny! These traitors are demanding an immediate and unconditional German surrender, despite the actual current conditions of the war. This could spell trouble if the rebellion is allowed to spread." + ww1_germany.11.t:0 "Sailor's mutiny!" + ww1_germany.12.a:0 "Uh oh…" + ww1_germany.12.d:0 "Things are getting worse! The Sailor's Mutiny has sparked rebellions through the German population, against not only the war, but the German government, and even our army! If this is allowed to continue, the end of the Empire could be soon at hand." + ww1_germany.12.t:0 "The Revolt spreads!" + ww1_germany.13.a:0 "This is Mayhem!" + ww1_germany.13.d:0 "On 9 November 1918, a German Republic was proclaimed by Philipp Scheidemann at the Reichstag building in Berlin, to the fury of Friedrich Ebert, who thought that the choice between monarchy and republic belonged to a national assembly. Two hours later, a Free Socialist Republic was proclaimed at the Berliner Stadtschloss. The proclamation was issued by Karl Liebknecht, one of the leaders of the communist Spartacus League. Though not every German citizen has proclaimed loyalty to these new republics, the majority of the population is supporting one of the two factions..." + ww1_germany.13.t:0 "Two republics proclaimed..." + ww1_germany.14.a:0 "Okay" + ww1_germany.14.d:0 "On 10 November 1918, a coalition government called Council of the People's Deputies was established, consisting of three MSPD and three USPD members. Led by Friedrich Ebert for the MSPD and Hugo Haase for the USPD it sought to act as collective head of state. Although the new government was confirmed by the Berlin worker and soldier council, it was opposed by the Spartacist League." + ww1_germany.14.t:0 "Creation of Council of the People's Deputies" + ww1_germany.2.t:0 "German Zeppelin Campaign" + ww1_germany.2.d:0 "It is highly unlikely that German troops will be able to breach the British mainland in the current situation. However, our Zeppelin bomber balloons will be able to strike at the heart of British industry from afar! Though they may send their pathetic little fighter planes to try and strike them down, it's unlikely they'll even be able to come close in altitude. This'll show John Bull our might!" + ww1_germany.2.a:0 "Impressive" + ww1_germany.15.a:0 "The end of German Empire?" + ww1_germany.15.d:0 "Kaiser Wilhelm II was surprised by the uprisings in Berlin and other centres in late 1918. Mutiny among the ranks of his beloved Kaiserliche Marine, the imperial navy, profoundly shocked him. For the sake of preserving some form of government in the face of anarchy, Wilhelm's abdicated both as German Emperor and King of Prussia on 9 November 1918, with the thought that his son would be allowed to succeed him. In actuality, this wouldn't be the case. The German Empire had come to a close." + ww1_germany.15.t:0 "Official abdication of Wilhelm II" + ww1_germany.3.a:0 "Okay" + ww1_germany.3.d:0 "null" + ww1_germany.3.t:0 "Repeat Event" + ww1_germany.4.a:0 "Begin the blockade!" + ww1_germany.4.d:0 "The British have barbarically decided that any ship carrying any sort of cargo- even food- to Germany is an illegal merchant ship carrying Contraband, a clear abuse of the power of the Royal Navy. Of course, in modern war, we can retaliate. Our superior Submarine fleet will sink any Merchant ship on the Ocean, which will show the British and French the folly of their plan!" + ww1_germany.4.t:0 "Unrestricted Submarine Warfare" + ww1_germany.5.a:0 "Appease the USA" + ww1_germany.5.b:0 "NO! We are not responsible for the British Blockade" + ww1_germany.5.d:0 "President Wilson from the United States has wrote to us demanding the end of Unrestricted Submarine Warfare after the sinking of American and French passenger ships, most notably the Lusitania. Of course, it's unlikely that a war will break out if we decline, but at the same time, we may be better off avoiding the risk to begin with." + ww1_germany.5.t:0 "Sussex Pledge- US Demands Sub Restrictions" + ww1_germany.6.a:0 "It's time!" + ww1_germany.6.d:0 "Now that we can no longer starve out the Entente with Unrestricted Sub Warfare, we must strike a decisive blow against the Royal Navy. Though the British fleet still vastly outnumbers ours, quality can potentially beat quantity here. So long as we're able to at the very least sink an acceptable amount of British ships without losing our entire fleet, the UK's naval blockade shall be lifted!" + ww1_germany.6.t:0 "Break the UK Blockade" + ww1_germany.7.a:0 "Great!" + ww1_germany.7.d:0 "A great victory for the Kaiserliche Marine! Merchant ships are now running routes into our ports from the Atlantic once again. Though the journey is risky, the British no longer have the capability to block out all overseas trade. This is a glorious day for the German Empire!" + ww1_germany.7.t:0 "UK Naval blockade lifted " + ww1_germany.8.a:0 "It's time!" + ww1_germany.8.d:0 "Though the Marine has stung the Royal Navy and hurt their pride, the seemingly neverending Royal Navy still has enough manpower and vessels to, if nothing else, completely deter any Merchant ship from trying to enter a German harbor. No matter. Unrestricted Submarine Warfare will resume again, despite the United States' complaints." + ww1_germany.8.t:0 "Resume the Submarine War" + ww1_germany.9.a:0 "We shall be home by Christmas!" + ww1_germany.9.d:0 "The Belgian capital has fallen under German occupation. Though the King has no plans of exiting the war just yet, this has opened up an easy, direct route to the French capital. Perhaps German victory is nearly at hand!" + ww1_germany.9.t:0 "Brussels has Fallen" + ww1_greece.1.a:0 "Constantine I is now King!" + ww1_greece.1.d:0 "While out on an afternoon walk near the White Tower on 18 March 1913, good king George I was shot at close range in the back by Alexandros Schinas, who held ties to a Socialist organization. Constantine I is now King of Greece." + ww1_greece.1.t:0 "George I Assasinated!" + ww1_greece.2.a:0 "Reunited at last!" + ww1_greece.2.d:0 "The Cretan State, though nominally a vassal of the Ottoman Empire, has been truly a Greek puppet state since about 1908. Of course, now that the state of the Ottomans has taken the turn for the worse, there's no real power blocking full Greek annexation of Crete." + ww1_greece.2.t:0 "End of the Cretan State" + ww1_greece.3.a:0 "Absolutely!" + ww1_greece.3.b:0 "No need" + ww1_greece.3.d:0 "The American fleet owns several outdated Pre-Dreadnought battleships, which they have little use for. Conversely, the Hellenic Navy is attempting to expand by any means, even with outdated ships. It would surely not be too hard to arrange a purchase- should we go for it?" + ww1_greece.3.t:0 "Purchase of American Battleships" + ww1_greece.4.a:0 "Yes" + ww1_greece.4.b:0 "No" + ww1_greece.4.d:0 "The Greek Kingdom has requested some of our older Pre-Dreadnought battleships to help prop up their young fleet. These ships are unlikely to be of serious consequence in any future wars, and the Naval staff has assured us that we wouldn't even miss them. Of course, the Greek government is known to be a local troublemaker, and American support could end up against our interests. Should we sign for the sale?" + ww1_greece.4.t:0 "Greece asks to Purchase Battleships" + ww1_greekbulgarian.6.a:0 "Accept the plan" + ww1_greekbulgarian.6.b:0 "Reject the plan" + ww1_greekbulgarian.6.d:0 "The new prime minister Dimitrios Gounaris would like to propose a plan to the Entente. Greece will agree to join their side in exchange for protection against the Bulgarians...and support for their claims on the Thracian coast. Such a deal will likely drive Bulgaria to the German side, if they are still neutral." + ww1_greekbulgarian.6.t:0 "The Gounalis plan" + ww1_greekbulgarian.7.a:0 "Ask Greece" + ww1_greekbulgarian.7.b:0 "Do not ask Greece" + ww1_greekbulgarian.7.d:0 "King Constantine's behavior is quite curious. He followed the command of Prime Minister Venizelos and mobilized his the Hellenic Army, but did not engage against Bulgaria as he was supposed to do. Perhaps our royalist king is more in-line with the Germans than we had prior thought? A demand to demobilize would surely put his sympathies on the line." + ww1_greekbulgarian.7.t:0 "Ask Greece for demobilization" + ww1_greekbulgarian.8.a:0 "Who cares? They're just Greeks." + ww1_greekbulgarian.8.d:0 "Greece has agreed to demobilize. This might lead to problems for them in the war, and some in the government even fear it could lead to a Greek defeat, but at least one where they'll fight for the Entente." + ww1_greekbulgarian.8.t:0 "Greece demobilizes!" + ww1_greekbulgarian.9.a:0 "Damn!" + ww1_greekbulgarian.9.d:0 "Due to political tensions in Greece, Prime Minister Venizelos has resigned from his office." + ww1_greekbulgarian.9.t:0 "Venizelos leaves Greek government" + ww1_greekbulgarian.10.a:0 "Great!" + ww1_greekbulgarian.10.d:0 "Due to political changes in Greece, Eleftherios Venizelos is the Prime Minister once again." + ww1_greekbulgarian.10.t:0 "Venizelos is back" + ww1_greekbulgarian.11.a:0 "Curses!" + ww1_greekbulgarian.11.d:0 "Greece claims that our ''constant antagonization'' and ''clearly spiteful attitude'' has forced the nation into strict neutrality- which means military access for Bulgaria. Thessaloniki, our port in the Balkans, may soon fall." + ww1_greekbulgarian.11.t:0 "Greece grants Bulgaria military access" + ww1_greekbulgarian.12.a:0 "Launch the operation" + ww1_greekbulgarian.12.b:0 "Abort the operation" + ww1_greekbulgarian.12.d:0 "The stubborn Greeks still won't join our war, no matter what we do to them. However, our secret service has a plan- torch the King's palace and blame operatives from the Central Powers! This has a small chance to backfire, but who cares? It's just the Greeks, after all." + ww1_greekbulgarian.12.t:0 "Athens on fire!" + ww1_greekbulgarian.13.a:0 "Ask Greece" + ww1_greekbulgarian.13.b:0 "Do not ask Greece" + ww1_greekbulgarian.13.d:0 "Those ungrateful Greeks have dared to mobilize against our orders and seem to be on the verge of turning their guns on us. This outrage obviously cannot be tolerated! We must force Greece to back down- now." + ww1_greekbulgarian.13.t:0 "Renewed call for demobilization" + ww1_greekbulgarian.14.a:0 "Great!" + ww1_greekbulgarian.14.d:0 "Greece has accepted our demands to demobilize. They're even to turn over some of their weapons to ensure the guarantee of no action against us." + ww1_greekbulgarian.14.t:0 "Greece accepts our demands" + ww1_greekbulgarian.15.a:0 "We can't retaliate" + ww1_greekbulgarian.15.d:0 "Those Greek bastards ended up using the artillery and small arms they were supposed to be turning over against us! The French emissary has been killed, and worse yet, the Greek public backs these damn terrorists. Sadly, there's not much we can do at the moment, with the war going on. But soon enough, we'll get them back." + ww1_greekbulgarian.15.t:0 "The 'Vêpres Grecques'" + ww1_greekbulgarian.1.a:0 "Accept" + ww1_greekbulgarian.1.b:0 "Reject" + ww1_greekbulgarian.1.d:0 "The Central Powers ask us to join their war against Serbia in exchange of Serbian lands we rightfully claim. We would be at war against the entire Entente, though." + ww1_greekbulgarian.1.t:0 "Central Power's proposal" + ww1_greekbulgarian.16.a:0 "Ask for Konstantinos abdication" + ww1_greekbulgarian.16.b:0 "Leave Greece alone" + ww1_greekbulgarian.16.d:0 "With the end of the Russian revolution, and the Tsar no longer at his back, there is nothing preventing Entente invasion into Greece. At this point, Konstantinos must join the war, or lose the crown. Our pressure cannot be stopped this time." + ww1_greekbulgarian.16.t:0 "Ultimatum to Greece" + ww1_greekbulgarian.17.a:0 "Remain neutral" + ww1_greekbulgarian.17.b:0 "Try to help Serbia" + ww1_greekbulgarian.17.d:0 "Everything has gone so wrong! Germany and Austria-Hungary are making incursions into our nominal ally, Serbia, but we have no way to really do anything about it without dooming the Greek state. We could still give war a shot anyway, though the King is vehmently opposed..." + ww1_greekbulgarian.17.t:0 "Austria-Hungary declares war on Serbia!" + ww1_greekbulgarian.18.a:0 "Remain neutral" + ww1_greekbulgarian.18.b:0 "Help Serbia" + ww1_greekbulgarian.18.d:0 "Everything has gone so wrong! Germany and Austria-Hungary are making incursions into our nominal ally, Serbia, which though they can be easily supported, are still fighting a fearsome foe which our King wants no part in fighting. What do we do?" + ww1_greekbulgarian.18.t:0 "Austria-Hungary declares war on Serbia!" + ww1_greekbulgarian.19.a:0 "Remain neutral" + ww1_greekbulgarian.19.b:0 "Help Serbia" + ww1_greekbulgarian.19.d:0 "Bulgaria has joined the Central Powers. Due to the fact that Serbia and Greece are allied specifically against Bulgaria to start with, the talk of war has heated up in the Greek parliament once again. We have another easy opportunity to join against our old foes, but should we take it?" + ww1_greekbulgarian.19.t:0 "Bulgaria joins the Central Powers!" + ww1_greekbulgarian.20.a:0 "Accept their proposal" + ww1_greekbulgarian.20.b:0 "Reject their proposal" + ww1_greekbulgarian.20.d:0 "Despite our King's reluctance to join in the war, our parliament is much more friendly to the idea of joining the Entente. Prime minister Venizelos has begun negotiations with the Entente, and has arrived with their proposal: The entire Thracian coast, Constantinople, and Smyrna are to become Greek. This has rallied the public's support in favor of the war. Should we accept?" + ww1_greekbulgarian.20.t:0 "Negotiation with the Entente" + ww1_greekbulgarian.21.a:0 "Accept" + ww1_greekbulgarian.21.b:0 "Decline" + ww1_greekbulgarian.21.d:0 "Despite our King's reluctance to join in the war, our parliament is much more friendly to the idea of joining the Entente. Prime minister Venizelos has begun negotiations with the Entente, and has arrived with their proposal: The Ottoman capital region of Constantinople and the Smyrna region are to become Greek. Many of our people, however, are more concerned with Bulgaria's territory than the Turks, so the people are with the king in opposition to this idea. We can accept anyway, of course..." + ww1_greekbulgarian.21.t:0 "Negotiation with the Entente" + ww1_greekbulgarian.22.a:0 "God save him!" + ww1_greekbulgarian.22.d:0 "Weakened by recent events, Konstantinos is suffering from Pleurisy and Pneumonia. He could die at anytime! Even worse, Venizélos has begun circulating a lie that the queen did this to him after an argument where she tried to convince her husband to join the Germans. A ship is being sent to the Tinos island to bring the Madonna, known for its healing purposes, back to Greece, and save the King." + ww1_greekbulgarian.22.t:0 "King Konstantinos is sick!" + ww1_greekbulgarian.23.a:0 "Hurrah!" + ww1_greekbulgarian.23.d:0 "The legendary Madonna has worked! Of course, the King will still be using medication, but he is no longer at death's door." + ww1_greekbulgarian.23.t:0 "King Konstantinos is back at its office" + ww1_greekbulgarian.24.a:0 "Metaxas is right, we can't afford a war" + ww1_greekbulgarian.24.b:0 "Venizelos is right" + ww1_greekbulgarian.24.d:0 "With the Entente's operations in the Dardanelles, King Konstantinos has finally come around to accepting the war with the Central Powers, as a way to ensure the Ottomans never threaten Greece again. Of course it's never so simple: Ioanns Metaxas, chief of staff, has threatened resignation in the event of war, stating our military isn't ready yet. Given recent events, he may be right. Of course, Prime Minister Venizelos thinks the opposite. Who is correct?" + ww1_greekbulgarian.24.t:0 "Greece and the Dardanelles" + ww1_greekbulgarian.25.a:0 "Propose the plan" + ww1_greekbulgarian.25.d:0 "Now that the public are in favor of a war against Bulgaria and the Ottomans, we have sent Greece's list of demands of war compensation to the Entente. Of course, if Bulgaria's still neutral, they're probably going to decline. But even if they do, there'll likely be more chances down the line." + ww1_greekbulgarian.25.t:0 "The Gounaris plan" + ww1_greekbulgarian.26.a:0 "Venizelos triumphs!" + ww1_greekbulgarian.26.d:0 "The elections of 1915 saw a large victory for Elefthérios Venizélos's Liberal Party, still popular among Greek citizens. Konstantinos is, much to his chagrin, forced to call him back as his Prime Minister." + ww1_greekbulgarian.26.t:0 "Legislative elections, 1915" + ww1_greekbulgarian.27.a:0 "Mobilize and prepare for war" + ww1_greekbulgarian.27.b:0 "Mobilize defensively" + ww1_greekbulgarian.27.c:0 "Do nothing" + ww1_greekbulgarian.27.d:0 "Bulgaria has declared war on Serbia. Now's our chance to strike! What should we do?" + ww1_greekbulgarian.27.t:0 "Bulgaria joins the Central Powers!" + ww1_greekbulgarian.28.a:0 "Damn Venizelos!" + ww1_greekbulgarian.28.b:0 "OK, join the Entente" + ww1_greekbulgarian.28.d:0 "Greece's Prime Minister Venizelos proposed that the Entente seize the port of Thessaloniki, against the King's will, in an attempt to force the King into war to prevent this. Of course, we can still stay neutral, but we lose the port region..." + ww1_greekbulgarian.28.t:0 "The Entente seizes Thessaloniki" + ww1_greekbulgarian.29.a:0 "Refuse" + ww1_greekbulgarian.29.b:0 "Demobilize" + ww1_greekbulgarian.29.d:0 "The Entente leaders ask us to demobilize our troops, as we are actually not at war against Bulgaria. We have nothing to lose if we keep our troops mobilized as they don't have the means to attack us, but they'll be upset." + ww1_greekbulgarian.29.t:0 "The Entente asks for demobilization" + ww1_greekbulgarian.30.a:0 "Call elections" + ww1_greekbulgarian.30.b:0 "Do no call elections" + ww1_greekbulgarian.30.d:0 "Prime Minister Venizelos' power and popularity is finally on the decline. More and more Parliamentarians are favoring men like Chief of Staff Metaxas or the actions of the King, and we have an opportunity to make out of this. If we hold early elections, we have a chance to force them out of office!" + ww1_greekbulgarian.30.t:0 "Early Elections" + ww1_greekbulgarian.31.a:0 "Protest" + ww1_greekbulgarian.31.b:0 "Do not protest" + ww1_greekbulgarian.31.d:0 "Albania authorized Serbia to cross its land to evacuate the Serb Army. These refugees have landed on Corfu without our permission, and it seems they have no intention to leave." + ww1_greekbulgarian.31.t:0 "Serb refugees land on Corfu" + ww1_greekbulgarian.32.a:0 "Grant it" + ww1_greekbulgarian.32.b:0 "Do not grant it" + ww1_greekbulgarian.32.d:0 "The Entente has proven that they think nothing more of us than a tool to leverage additional support against the Central Powers, and nothing more than another potential pool of manpower for them. Well, if they don't think Greece is an equal nation, perhaps the Central Powers will? We'll start by allowing Bulgaria's military access to our country- allowing them to easily and instantly dislodge the Entente from Thessaloniki." + ww1_greekbulgarian.32.t:0 "Grant Bulgaria military access?" + ww1_greekbulgarian.33.a:0 "Curses!" + ww1_greekbulgarian.33.d:0 "An arsonist which we suspect was a French agent set alight the forest near the royal palace in Tatoi. In the confusion, Queen Sophie carried her youngest daughter, princess Catherine, for more than a mile as she fled the area. Several members of the royal family, including King Konstantinos himself, are hurt. The lord's residence is almost completely destroyed. Worse, around sixteen soldiers and palace staff have been killed." + ww1_greekbulgarian.33.t:0 "The Royal residence burns!" + ww1_greekbulgarian.34.a:0 "Damn Venizelos!" + ww1_greekbulgarian.34.d:0 "Inside the area occupied by the Entente in Thessaloniki, Venizelos has proclaimed the National Defense Government, opposed to Lampros's government in Greece. The only way to dislodge him, at this point, is either fold to his demands or join the war. Greek Neutrality, though expertly maintained, looks more and more likely to end by the day." + ww1_greekbulgarian.34.t:0 "The Thessaloniki government" + ww1_greekbulgarian.35.a:0 "Accept their demands" + ww1_greekbulgarian.35.b:0 "Reject their demands" + ww1_greekbulgarian.35.d:0 "Greece is no longer obviously a pro-Entente state, and thus the UK and France have demanded Greek demobilization. If we say no, they're likely to declare war on us." + ww1_greekbulgarian.35.t:0 "The Entente asks again for demobilization" + ww1_greekbulgarian.2.a:0 "Great!" + ww1_greekbulgarian.2.b:0 "Do not interfere with Greek internal affairs" + ww1_greekbulgarian.2.d:0 "Greece's Prime Minister Venizelos asks us to seize the port of Thessaloniki, against his King's will. This port would make a perfect rear base for the Dardanelles operation, and the Greeks can't even resist! Of course, annexing the area would likely alienate them from our cause, but they're just the laborers for the Turks, right?" + ww1_greekbulgarian.2.t:0 "Seize Thessaloniki?" + ww1_greekbulgarian.36.a:0 "Welcome the French with artillery fire!" + ww1_greekbulgarian.36.b:0 "Honor our promise" + ww1_greekbulgarian.36.d:0 "When Greece agreed to demobilize its troops, it also agreed to give high caliber artillery and a stock of small arms to the Entente as a guarantee. A French delegation has landed in Athens to pick all those weapons up." + ww1_greekbulgarian.36.t:0 "The 'Vêpres Grecques'" + ww1_greekbulgarian.37.a:0 "Konstantinos bows" + ww1_greekbulgarian.37.b:0 "Konstantinos stands" + ww1_greekbulgarian.37.d:0 "Greek Neutrality has come to an end. The Entente are demanding we join them for a war, and are not really even promising us territory anymore. If we decline, we'll be obviously tied to the Central Powers, which will lead to war, if not civil war. The Russians, formerly our only guarantee of safety, are gone. Does the king bow or stand up to the entente delegation?" + ww1_greekbulgarian.37.t:0 "Last warning from the Entente" + ww1_greekbulgarian.38.a:0 "Great!" + ww1_greekbulgarian.38.d:0 "The Bulgarians have accepted our proposal and have joined the war against Serbia and the Entente." + ww1_greekbulgarian.38.t:0 "Bulgaria joins the Central Powers!" + ww1_greekbulgarian.39.a:0 "Great!" + ww1_greekbulgarian.39.d:0 "The Bulgarians have accepted our proposal and have joined the war against Serbia and the Entente." + ww1_greekbulgarian.39.t:0 "Bulgaria joins the Central Powers!" + ww1_greekbulgarian.40.a:0 "Propose a deal to Bulgaria" + ww1_greekbulgarian.40.b:0 "Forget Bulgaria" + ww1_greekbulgarian.40.d:0 "Serbia is proving to be a tougher nut to crack than we had thought. The veteran, well-equipped troops have taken us by surprise. However, they still have their old, implacable enemy Bulgaria. Perhaps, with the promise of Macedonia, we can get them on our side?" + ww1_greekbulgarian.40.t:0 "Promises to Bulgaria" + ww1_greekbulgarian.41.a:0 "Propose alliance" + ww1_greekbulgarian.41.d:0 "The Serbian front is not our priority. Yet, we still need to make sure we have good troops nearby. Bulgaria could take some of the weight off of our shoulders in that regard, and have definite reasons to go up against Serbia. We've already sent out the alliance invitation." + ww1_greekbulgarian.41.t:0 "Agreement with Bulgaria" + ww1_greekbulgarian.42.a:0 "Retreat into Albania" + ww1_greekbulgarian.42.b:0 "Do not retreat into Albania" + ww1_greekbulgarian.42.d:0 "Our troops are defeated. If we don't try to flee through Albania, our remaining soldiers will be crushed. It's unlikely that we'll be able to get safe passage, but we MUST make a good attempt to get through...or else." + ww1_greekbulgarian.42.t:0 "Evacuate through Albania?" + ww1_greekbulgarian.43.a:0 "Great!" + ww1_greekbulgarian.43.d:0 "Neither Prince Vidit I or Essad Toptani, Albania's recent rulers, were particularly fond of the idea of the Serbian retreat through Albania. However, the governments have both toppled in quick succession, and Albania is currently too unstable to seriously resist our retreat. It's time to head out!" + ww1_greekbulgarian.43.t:0 "Evacuate through Albania!" + ww1_greekbulgarian.44.a:0 "Yes!" + ww1_greekbulgarian.44.b:0 "No!" + ww1_greekbulgarian.44.d:0 "Essad Toptani, the new leader of Albania, has already lost his grip on power to a decentralized state. The Serbians are taking advantage of this to move their troops through in retreat! Sadly, we have no ability to stop them, but we can still at least make formal protest. Should the Serbs be allowed in?" + ww1_greekbulgarian.44.t:0 "Let Serbian troops retreat?" + ww1_greekbulgarian.45.a:0 "Damn!" + ww1_greekbulgarian.45.d:0 "The Greek Kingdom has annexed the rightful Albanian territory of North Epirus. The powers of Europe have recognized this obvious theft, for now. We can only hope an opportunity arises to get it back someday." + ww1_greekbulgarian.45.t:0 "Greece proclaimed the annexation of Northern Epirus" + ww1_greekbulgarian.46.a:0 "Great!" + ww1_greekbulgarian.46.d:0 "The retreat through Albania begins. The army has chosen the island of Corfu in Greece as the stopping point." + ww1_greekbulgarian.46.t:0 "Serbian army evacuate through Albania!" + ww1_greekbulgarian.3.a:0 "Negotiate" + ww1_greekbulgarian.3.b:0 "Stop Negotiations" + ww1_greekbulgarian.3.d:0 "The Greeks are stubborn in their neutrality, though we suspect it's due to a rift between that royalist king Konstantinos and their prime minister Venizelos. Of course, we can negotiate with Venizelos, but it'd likely only be fruitful if Bulgaria was in the war and if we promised vast amounts of territory for Greece. Still, anything to get more guns in the war..." + ww1_greekbulgarian.3.t:0 "Negotiate with Greece" + ww1_greekbulgarian.4.a:0 "Great!" + ww1_greekbulgarian.4.d:0 "Greece has finally joined the Entente! After long, strained negotiations, Greece, primarily under the leadership of Prime Minister Venizelos, is with our alliance. Of course, we owe them their claims on the entire Thracian coast and Smyrna, but we may cross that bridge when we get to it." + ww1_greekbulgarian.4.t:0 "Treaty of London signed!" + ww1_greekbulgarian.5.a:0 "Accept the plan, forget Bulgaria" + ww1_greekbulgarian.5.b:0 "Reject the plan, Bulgaria is a priority" + ww1_greekbulgarian.5.d:0 "The new prime minister Dimitrios Gounaris would like to propose a plan to the Entente. Greece will agree to join their side in exchange for protection against the Bulgarians...and support for their claims on the Thracian coast. Such a deal will likely drive Bulgaria to the German side, if they are still neutral." + ww1_greekbulgarian.5.t:0 "The Gounalis plan" + ww1_hejaz.1.a:0 "A first contact with Arabs" + ww1_hejaz.1.d:0 "Hussein bin Ali, Sharif of Mecca and one of the vassals of the Turks, is quite fed up with Ottoman rule, which has opposed him in practice and is threatening to depose him outright. This seems like the perfect friend for us to have in our war in the Middle East." + ww1_hejaz.1.t:0 "Letters with Hussein bin Ali" + ww1_hejaz.9.a:0 "Perfect!" + ww1_hejaz.9.d:0 "Thanks to our coordinated efforts with British forces, a land route has opened that allows them to send us supplies. The first crates are coming!" + ww1_hejaz.9.t:0 "Supplies from England" + ww1_hejaz.10.a:0 "Perfect!" + ww1_hejaz.10.d:0 "More convoys are arriving from the British forces to supply our revolt." + ww1_hejaz.10.t:0 "Supplies from England" + ww1_hejaz.2.a:0 "The Sharif of Mecca will join our cause" + ww1_hejaz.2.d:0 "Henry McMahon has promised Hussein bin Ali a massive Arabian empire, spanning from the Arabian penninsula itself all the way up to the northern borders of Iraq and the Levant, even potentially including Egypt. This is a great promise to make to get him on our side, and the best part is, we lose nothing if we betray him!" + ww1_hejaz.2.t:0 "Promises for a great Arab Empire" + ww1_hejaz.3.a:0 "Send supplies!" + ww1_hejaz.3.d:0 "The Arab revolters are doing well. Thanks to our coordinated efforts, a land route is opened and allows us to send them supplies." + ww1_hejaz.3.t:0 "Send assistance to Hedjaz" + ww1_hejaz.4.a:0 "Send more supplies!" + ww1_hejaz.4.d:0 "The revolt is still going strong. Thanks to our coordinated efforts, a land route is opened and allows us to send them supplies." + ww1_hejaz.4.t:0 "Renewed assistance to Hedjaz" + ww1_hejaz.5.a:0 "Okay" + ww1_hejaz.5.d:0 "The British have written to our state, acknowledging the tyranny of our Turkish overlords. They seem supportive of Hedjazi independence. Could this be the start of a beautiful friendship?" + ww1_hejaz.5.t:0 "Letters with Henry MacMahon" + ww1_hejaz.6.a:0 "Interesting!" + ww1_hejaz.6.d:0 "The British have promised us an empire! All Arabic-speaking lands in the Middle East as well as Egypt have been promised to us, if we choose to help them over the course of the war. This grand promise has already driven our people into minor resistance against the Turks...and sounds like a pretty good deal. After all, surely they wouldn't promise something like this if they didn't intend to back it up!" + ww1_hejaz.6.t:0 "England promises a great Arab Empire" + ww1_hejaz.7.a:0 "Break the Ottoman rule!" + ww1_hejaz.7.d:0 "Negotiations with the British have been largely successful. The Revolt has now begun in earnest. A great Arab state will come!" + ww1_hejaz.7.t:0 "The Great Arab Revolt" + ww1_hejaz.8.a:0 "He'll be helpful" + ww1_hejaz.8.d:0 "In order to coordinate British operations with Arab revolters, the United Kingdom has sent a young officer, Captain Thomas Edward Lawrence. Though perhaps not on the same level as a hardened trench rat from the Western Front, he should still give us some advantage and help our fight against the Turks." + ww1_hejaz.8.t:0 "T.E. Lawrence arrives" + ww1_mexico.100:0 "Mexican Revolution" + ww1_mexico.100.d:0 "The Mexican Revolution was a major armed struggle in 1910–1920 that radically transformed Mexican culture and government. Although recent research has focused on local and regional aspects of the Revolution, it was a genuinely national revolution. Its outbreak in 1910 resulted from the failure of the 35 years long regime of Porfirio Díaz to find a managed solution to the presidential succession. This meant there was a political crisis among competing elites and the opportunity for agrarian insurrection. Wealthy landowner Francisco I. Madero challenged Díaz in 1910 presidential election, and following the rigged results revolted under the Plan of San Luis Potosí. Armed conflict ousted Díaz from power and a new election was held in 1911, bringing Madero to the presidency." + ww1_montenegro.1.a:0 "To War!" + ww1_montenegro.1.d:0 "At the first invasion of Serbia by the Austro-Hungarian armies, Montenegro lost no time in declaring war against the Central Powers, on August 6 1914, despite the promises of Austrian diplomacy that Shkoder will be awarded to Montenegro if it remains neutral." + ww1_montenegro.1.t:0 "War with Montenegro" + ww1_nepal.1.a:0 "Tribhuhvan is now King!" + ww1_nepal.1.d:0 "King Prithvi has died. Tribhuhvan is now King" + ww1_nepal.1.t:0 "King Prithvi Dies!" + ww1_newzealand.1.a:0 "The Lord Islington is now Governor-General of New Zealand!" + ww1_newzealand.1.d:0 "The Lord Islington is now Governor-General of New Zealand" + ww1_newzealand.1.t:0 "William Plunket Replaced!" + ww1_newzealand.2.a:0 "Arthur Foljambe is now Governor-General of New Zealand!" + ww1_newzealand.2.d:0 "Arthur Foljambe is now Governor-General of New Zealand" + ww1_newzealand.2.t:0 "The Lord Islington Replaced!" + ww1_oman.1.a:0 "Taimur bin Feisal is now Sultan!" + ww1_oman.1.d:0 "Faisal bin Turki has died. Taimur bin Feisal is now Sultan" + ww1_oman.1.t:0 "Faisal bin Turki Dies!" + ww1_ottoman.2.a:0 "Okay" + ww1_ottoman.2.d:0 "The German military had already operated in the Ottoman Empire for decades. The first German military mission was active from 1882 to 1895 to reorganize the Ottoman army. After that a military attaché office was established, but its influence was much less than that of the mission. Only the disastrous defeat in the First Balkan War in 1913 motivated the Ottoman army to request again German help for reforming the army. After months of negotiations, the second German military mission arrived in Constantinople in December 1913 under the leadership of Otto Liman von Sanders. Actually it was scheduled that the military mission would withdraw in case of war. With signing of the secret treaty between the German and the Ottoman Empire on 2nd August 1914 it was agreed that the mission should stay in Constantinople. It was promised that the mission would get a vast influence on the conduct of war of the Ottoman army. Many German officers would hold leadership positions. Numerous officers, specialists and troops were deployed during the war. It is estimated that approximately 25,000 men were in use for the military mission. The Ottoman army was supplied with weapons and aircrafts. Since the sea was locked, material and human support could only be sent overland to the Ottoman Empire. Since the German Empire was at war with Serbia, the supply could only be sent through neutral Romania, but this was not enough. However in mid-September 1914 Romania refused the transit permit and so the Ottoman Empire was cut off from support from the German Empire. Only with the occupation of Serbia, the Ottoman Empire was able to be supplied with war material again." + ww1_ottoman.2.t:0 "Extend military mission in the Ottoman Empire" + ww1_ottoman.3.a:0 "Excellent!" + ww1_ottoman.3.d:0 "The German military had already operated in the Ottoman Empire for decades. The first German military mission was active from 1882 to 1895 to reorganize the Ottoman army. After that a military attaché office was established, but its influence was much less than that of the mission. Only the disastrous defeat in the First Balkan War in 1913 motivated the Ottoman army to request again German help for reforming the army. After months of negotiations, the second German military mission arrived in Constantinople in December 1913 under the leadership of Otto Liman von Sanders. Actually it was scheduled that the military mission would withdraw in case of war. With signing of the secret treaty between the German and the Ottoman Empire on 2nd August 1914 it was agreed that the mission should stay in Constantinople. It was promised that the mission would get a vast influence on the conduct of war of the Ottoman army. Many German officers would hold leadership positions. Numerous officers, specialists and troops were deployed during the war. It is estimated that approximately 25,000 men were in use for the military mission. The Ottoman army was supplied with weapons and aircrafts. Since the sea was locked, material and human support could only be sent overland to the Ottoman Empire. Since the German Empire was at war with Serbia, the supply could only be sent through neutral Romania, but this was not enough. However in mid-September 1914 Romania refused the transit permit and so the Ottoman Empire was cut off from support from the German Empire. Only with the occupation of Serbia, the Ottoman Empire was able to be supplied with war material again." + ww1_ottoman.3.t:0 "Germany extends its military support" + ww1_ottoman.4.a:0 "Okay" + ww1_ottoman.4.d:0 "The 'Asienkorps' (Asia Corps) was a German expeditionary force in the Ottoman Empire. The first groups were stationed under the code name 'Pascha' on the Sinai front, where they arrived in March 1916. First commander was general Friedrich Kreß von Kressenstein.\nThe capture of Baghdad by the British on 11th March 1917 induced the German Empire to strengthen the 'Asienkorps'. The new groups (named 'Pascha II') reached the Ottoman Empire in August 1917. Colonel Werner von Frankenberg und Proschlitz was made commander of the 'Asienkorps'. In addition, in June 1917, the staff of the Ottoman Army Group F was completely replaced by German officers and renamed to 'Heeresgruppe Yildirim' (Army Group Thunderbolt). General Erich von Falkenhayn was made commander. To this army group there were assigned three Ottoman armies and the 'Asienkorps'.\nThe initial goal was the reconquest of Baghdad, which was abandoned in October 1917. The 'Asienkorps' was moved to Palestine to stabilize the front. In 1918, the 'Asienkorps' was strengthened again and achieved a strength of 16,000 men.\nTo the 'Asienkorps' also belonged 6 Fliegerabteilungen (flier detachements) and 1 Jagdstaffel (hunting squadron) with a total of about 70 aircrafts. Austria-Hungary was also involved with several artillery batteries.\nAfter the surrender of the Ottoman Empire in late October 1918, the troops of the 'Asienkorps' were interned in Constantinople and shipped home in January 1919." + ww1_ottoman.4.t:0 "Prepare the Asienkorps" + ww1_ottoman.5.a:0 "Excellent!" + ww1_ottoman.5.d:0 "The 'Asienkorps' (Asia Corps) was a German expeditionary force in the Ottoman Empire. The first groups were stationed under the code name 'Pascha' on the Sinai front, where they arrived in March 1916. First commander was general Friedrich Kreß von Kressenstein.\nThe capture of Baghdad by the British on 11th March 1917 induced the German Empire to strengthen the 'Asienkorps'. The new groups (named 'Pascha II') reached the Ottoman Empire in August 1917. Colonel Werner von Frankenberg und Proschlitz was made commander of the 'Asienkorps'. In addition, in June 1917, the staff of the Ottoman Army Group F was completely replaced by German officers and renamed to 'Heeresgruppe Yildirim' (Army Group Thunderbolt). General Erich von Falkenhayn was made commander. To this army group there were assigned three Ottoman armies and the 'Asienkorps'.\nThe initial goal was the reconquest of Baghdad, which was abandoned in October 1917. The 'Asienkorps' was moved to Palestine to stabilize the front. In 1918, the 'Asienkorps' was strengthened again and achieved a strength of 16,000 men.\nTo the 'Asienkorps' also belonged 6 Fliegerabteilungen (flier detachements) and 1 Jagdstaffel (hunting squadron) with a total of about 70 aircrafts. Austria-Hungary was also involved with several artillery batteries.\nAfter the surrender of the Ottoman Empire in late October 1918, the troops of the 'Asienkorps' were interned in Constantinople and shipped home in January 1919." + ww1_ottoman.5.t:0 "The Asienkorps has arrived" + ww1_ottoman.6.a:0 "Okay" + ww1_ottoman.6.d:0 "During the reign of Abdul Hamid II from 1876 to 1909, the Ottoman navy was hardly supported. This changed when the Young Turks came to power. The majority of the Young Turks was pro-British, so much that in 1909 not German but British experts were invited to expand and modernize the fleet. The head of the mission was also commander of the entire Ottoman fleet. The heads were admiral Douglas Gamble (1909-1910), followed by admiral Hugh Pigot Williams (1910-1911) and then by admiral Arthur Limpus (1912-1914).\nAs the transfer of the German ships 'Goeben' and 'Breslau' was almost completed, admiral Limpus was withdrawn from the supreme command of the fleet and shifted to the Ottoman ministry of navy. A month later on 9th September 1914, the German Admiral Souchon was appointed commander of the Ottoman navy and the British naval mission left the Ottoman Empire." + ww1_ottoman.6.t:0 "The British naval mission leaves the country" + ww1_ottoman.7.a:0 "Okay" + ww1_ottoman.7.d:0 "During the reign of Abdul Hamid II from 1876 to 1909, the Ottoman navy was hardly supported. This changed when the Young Turks came to power. The majority of the Young Turks was pro-British, so much that in 1909 not German but British experts were invited to expand and modernize the fleet. The head of the mission was also commander of the entire Ottoman fleet. The heads were admiral Douglas Gamble (1909-1910), followed by admiral Hugh Pigot Williams (1910-1911) and then by admiral Arthur Limpus (1912-1914).\nAs the transfer of the German ships 'Goeben' and 'Breslau' was almost completed, admiral Limpus was withdrawn from the supreme command of the fleet and shifted to the Ottoman ministry of navy. A month later on 9th September 1914, the German Admiral Souchon was appointed commander of the Ottoman navy and the British naval mission left the Ottoman Empire." + ww1_ottoman.7.t:0 "The naval mission returns home from the Ottoman Empire" + ww1_ottoman.8.a:0 "Okay" + ww1_ottoman.8.d:0 "On 16th August 1914 Enver Pasha demanded German support for the reorganization and the overhaul of coastal fortifications at the Dardanelles Strait. For this task, the retired vice-admiral Guido von Usedom was reactivated as 'Generalinspekteur der Küstenverteidigung an den Dardanellen' (Inspector General of the coastal defenses at the Dardanelles) on 25th August. Under his leadership, a dedicated team of 26 officers and 520 men, was sent to Constantinople. This team (known as Sonderkommando der Kaiserlichen Marine in der Türkei ['Special Detachment of the Imperial Navy in Turkey']) should also compensate the shortage of specialists caused by the discontinuation of the British naval mission. The repairs to the fortifications began in early September." + ww1_ottoman.8.t:0 "Overhaul coastal defence at the Dardanelles" + ww1_ottoman.9.a:0 "Okay" + ww1_ottoman.9.d:0 "On 16th August 1914 Enver Pasha demanded German support for the reorganization and the overhaul of coastal fortifications at the Dardanelles Strait. For this task, the retired vice-admiral Guido von Usedom was reactivated as 'Generalinspekteur der Küstenverteidigung an den Dardanellen' (Inspector General of the coastal defenses at the Dardanelles) on 25th August. Under his leadership, a dedicated team of 26 officers and 520 men, was sent to Constantinople. This team (known as Sonderkommando der Kaiserlichen Marine in der Türkei ['Special Detachment of the Imperial Navy in Turkey']) should also compensate the shortage of specialists caused by the discontinuation of the British naval mission. The repairs to the fortifications began in early September." + ww1_ottoman.9.t:0 "Overhaul of Dardanelles defense network completed" + ww1_ottoman.10.a:0 "Okay" + ww1_ottoman.10.d:0 "By the Treaty of Saint Petersburg (1907), the status of Tibet, Afghanistan and Persia were staked between the British and the Russian Empire. By this treaty the decades-long conflict (known as 'The Great Game') was resolved between the two empires and made the Triple Entente possible.\nExcept an area in the center ('neutral zone') Persia was divided between the two empires in economic zones. Persia itself was not involved in the negotiation of the treaty and was just informed after its signing in September 1907.\nAt the outbreak of the First World War Persia was hassled by the British and Russian Empire to declare war on the Ottoman Empire. The Persian government refused to do so and declared neutrality instead. Russia and Britain ignored this statement and occupied the country to campaign from there.\nParticularly the protection of Southern Persia was of the utmost importance for Britain. There were oilfields located which were run by the APOC ('Anglo-Persian Oil Company'). Since 1914 the APOC was responsible for the oil supply of the British fleet." + ww1_ottoman.10.t:0 "Protect the oil fields in southern Persia" + ww1_ottoman.11.a:0 "Damn!" + ww1_ottoman.11.d:0 "By the Treaty of Saint Petersburg (1907), the status of Tibet, Afghanistan and Persia were staked between the British and the Russian Empire. By this treaty the decades-long conflict (known as 'The Great Game') was resolved between the two empires and made the Triple Entente possible.\nExcept an area in the center ('neutral zone') Persia was divided between the two empires in economic zones. Persia itself was not involved in the negotiation of the treaty and was just informed after its signing in September 1907.\nAt the outbreak of the First World War Persia was hassled by the British and Russian Empire to declare war on the Ottoman Empire. The Persian government refused to do so and declared neutrality instead. Russia and Britain ignored this statement and occupied the country to campaign from there.\nParticularly the protection of Southern Persia was of the utmost importance for Britain. There were oilfields located which were run by the APOC ('Anglo-Persian Oil Company'). Since 1914 the APOC was responsible for the oil supply of the British fleet." + ww1_ottoman.11.t:0 "The British Empire occupies southern territories" + ww1_ottoman.12.a:0 "Okay" + ww1_ottoman.12.d:0 "By the Treaty of Saint Petersburg (1907), the status of Tibet, Afghanistan and Persia were staked between the British and the Russian Empire. By this treaty the decades-long conflict (known as 'The Great Game') was resolved between the two empires and made the Triple Entente possible.\nExcept an area in the center ('neutral zone') Persia was divided between the two empires in economic zones. Persia itself was not involved in the negotiation of the treaty and was just informed after its signing in September 1907.\nAt the outbreak of the First World War Persia was hassled by the British and Russian Empire to declare war on the Ottoman Empire. The Persian government refused to do so and declared neutrality instead. Russia and Britain ignored this statement and occupied the country to campaign from there.\nParticularly the protection of Southern Persia was of the utmost importance for Britain. There were oilfields located which were run by the APOC ('Anglo-Persian Oil Company'). Since 1914 the APOC was responsible for the oil supply of the British fleet." + ww1_ottoman.12.t:0 "Occupy northern Persia" + ww1_ottoman.13.a:0 "Damn!" + ww1_ottoman.13.d:0 "By the Treaty of Saint Petersburg (1907), the status of Tibet, Afghanistan and Persia were staked between the British and the Russian Empire. By this treaty the decades-long conflict (known as 'The Great Game') was resolved between the two empires and made the Triple Entente possible.\nExcept an area in the center ('neutral zone') Persia was divided between the two empires in economic zones. Persia itself was not involved in the negotiation of the treaty and was just informed after its signing in September 1907.\nAt the outbreak of the First World War Persia was hassled by the British and Russian Empire to declare war on the Ottoman Empire. The Persian government refused to do so and declared neutrality instead. Russia and Britain ignored this statement and occupied the country to campaign from there.\nParticularly the protection of Southern Persia was of the utmost importance for Britain. There were oilfields located which were run by the APOC ('Anglo-Persian Oil Company'). Since 1914 the APOC was responsible for the oil supply of the British fleet." + ww1_ottoman.13.t:0 "Russian Empire occupies northern territories" + ww1_ottoman.14.a:0 "Okay" + ww1_ottoman.14.d:0 "After end of the World War, the Russian- and British-occupied territories were returned to Persia gradually. After the signing of the Treaty of Brest-Litovsk in 1918 between the Russian Soviet Republic and the Central Powers Persia should regain sovereignty over its northern territories. However, these were still occupied by White Russian troops. In 1919 Britain tried to make Persia a protectorate by a bilateral treaty, but it did not materialize." + ww1_ottoman.14.t:0 "Leave southern Persia" + ww1_ottoman.15.a:0 "Okay" + ww1_ottoman.15.d:0 "After end of the World War, the Russian- and British-occupied territories were returned to Persia gradually. After the signing of the Treaty of Brest-Litovsk in 1918 between the Russian Soviet Republic and the Central Powers Persia should regain sovereignty over its northern territories. However, these were still occupied by White Russian troops. In 1919 Britain tried to make Persia a protectorate by a bilateral treaty, but it did not materialize." + ww1_ottoman.15.t:0 "Leave northern Persia" + ww1_ottoman.16.a:0 "Damn!" + ww1_ottoman.16.d:0 "General Otto Liman von Sanders, the head of the German military mission to the Ottoman Empire, has left our country today to return home, together with the other German military leaders." + ww1_ottoman.16.t:0 "The German military mission leaves the country" + ww1_ottoman.1.a:0 "Okay" + ww1_ottoman.1.d:0 "The presence of oil deposits around Mosul had been well known for a long time. At the beginning of the 20th century, oil was becoming more and more important with each day, but at that time the German Empire was completely dependent on oil imports from USA. For this reason Germany decided to fund the construction of the Baghdad railway, obtaining in exchange the concession to extract all raw materials near the railway. Historically the Germans didn't complete the railway section to Mosul." + ww1_ottoman.1.t:0 "Oil in Mosul" + ww1_ottoman.17.a:0 "Declare War" + ww1_ottoman.17.d:0 "The German military mission to the Ottoman Empire has returned home today. General Otto Liman von Sanders, the head of the mission, together with the other German military leaders, has just arrived in Berlin and is ready to receive his next assignment." + ww1_ottoman.17.t:0 "The military mission to the Ottoman Empire returns home" + ww1_ottoman.18.a:0 "Allow them to pass!" + ww1_ottoman.18.b:0 "Deny them access!" + ww1_ottoman.18.d:0 "The pursuit of Goeben and Breslau was a naval action that occurred in the Mediterranean Sea at the outbreak of the First World War, when elements of the British Mediterranean Fleet attempted to intercept the German Mittelmeerdivision comprising the battlecruiser SMS Goeben, and the light cruiser SMS Breslau. The German ships evaded the British fleet and passed through the Dardanelles to reach Constantinople, where their arrival was a catalyst that contributed to the Ottoman Empire joining the Central Powers by issuing a declaration of war against the Triple Entente." + ww1_ottoman.18.t:0 "Pursuit of Goeben and Breslau" + ww1_ottoman.19.a:0 "Keep Them!" + ww1_ottoman.19.b:0 "Sell Them!" + ww1_ottoman.19.d:0 "The Ottoman Empire has two dreadnoughts under construction in our dockyards. Should we allow them to purchase the vessels or keep them for our own use?" + ww1_ottoman.19.t:0 "Ottoman Dreadnoughts" + ww1_ottoman.20.a:0 "Sell Them!" + ww1_ottoman.20.d:0 "The Ottoman Empire has two dreadnoughts under construction in our dockyards." + ww1_ottoman.20.t:0 "Ottoman Dreadnoughts" + ww1_polishbolshevik.1.a:0 "Great!" + ww1_polishbolshevik.1.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.1.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.10.a:0 "Great!" + ww1_polishbolshevik.10.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.10.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.11.a:0 "Great!" + ww1_polishbolshevik.11.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.11.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.12.a:0 "Great!" + ww1_polishbolshevik.12.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.12.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.13.a:0 "Great!" + ww1_polishbolshevik.13.d:0 "All available citizen's are needed to defend the capital! More reinforcements will continue to arrive over coming weeks." + ww1_polishbolshevik.13.t:0 "Rally to Warsaw's Defence!" + ww1_polishbolshevik.14.a:0 "Great!" + ww1_polishbolshevik.14.d:0 "All available citizen's are needed to defend the capital! More reinforcements will continue to arrive over coming weeks." + ww1_polishbolshevik.14.t:0 "Rally to Warsaw's Defence!" + ww1_polishbolshevik.15.a:0 "Great!" + ww1_polishbolshevik.15.d:0 "The Poznan Garrison has been released to help save Poland." + ww1_polishbolshevik.15.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.16.a:0 "Great!" + ww1_polishbolshevik.16.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.16.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.17.a:0 "Great!" + ww1_polishbolshevik.17.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.17.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.18.a:0 "Great!" + ww1_polishbolshevik.18.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.18.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.19.a:0 "Great!" + ww1_polishbolshevik.19.d:0 "The Konarmiya (1st Cavalry Army) has arrived in the South West. You have these troops available until September approximately when they will be withdrawn from combat." + ww1_polishbolshevik.19.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.2.a:0 "Damn!" + ww1_polishbolshevik.2.d:0 "With the Polish attack in April 1920 large elements of Galacian's serving in the Bolshevik Army mutinied. They either deserted and caused significant disruption to supplies or they defected to support the Polish Army." + ww1_polishbolshevik.2.t:0 "Galacian Army Mutiny" + ww1_polishbolshevik.20.a:0 "Great!" + ww1_polishbolshevik.20.d:0 "TODO" + ww1_polishbolshevik.20.t:0 "Brusilov's appeal" + ww1_polishbolshevik.21.a:0 "Great!" + ww1_polishbolshevik.21.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.21.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.22.a:0 "Great!" + ww1_polishbolshevik.22.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.22.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.23.a:0 "Great!" + ww1_polishbolshevik.23.d:0 "Lithuanian reinforcements have arrived at the border to occupy disputed Lituanian cities of Wilno and later Suwali" + ww1_polishbolshevik.23.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.24.a:0 "Great!" + ww1_polishbolshevik.24.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.24.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.25.a:0 "Great!" + ww1_polishbolshevik.25.d:0 "The Latvian Garrison has arrived in the North." + ww1_polishbolshevik.25.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.26.a:0 "Great!" + ww1_polishbolshevik.26.d:0 "Our Airforce has arrived in Vitsyebsk. These can be used for scouting and ground attack to improve combat effectiveness in ground combat." + ww1_polishbolshevik.26.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.27.a:0 "Great!" + ww1_polishbolshevik.27.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.27.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.28.a:0 "Great!" + ww1_polishbolshevik.28.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.28.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.29.a:0 "Great!" + ww1_polishbolshevik.29.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.29.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.3.a:0 "Great!" + ww1_polishbolshevik.3.d:0 "With the Polish attack in April 1920 large elements of Galacian's serving in the Bolshevik Army mutinied. They either deserted and caused significant disruption to supplies or they defected to support the Polish Army." + ww1_polishbolshevik.3.t:0 "Galacian Army Mutiny" + ww1_polishbolshevik.30.a:0 "Great!" + ww1_polishbolshevik.30.d:0 "Reinforcements have arrived in the West or South West Fronts" + ww1_polishbolshevik.30.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.31.a:0 "Great!" + ww1_polishbolshevik.31.d:0 "The Latvian Garrison has arrived in the North." + ww1_polishbolshevik.31.t:0 "The Latvian Garrison Has Arrived" + ww1_polishbolshevik.32.a:0 "Great!" + ww1_polishbolshevik.32.d:0 "Lithuanian reinforcements have arrived at the border to occupy disputed Lituanian cities of Wilno and later Suwali" + ww1_polishbolshevik.32.t:0 "Lithuanian troops join the Bolsheviks" + ww1_polishbolshevik.33.a:0 "Great!" + ww1_polishbolshevik.33.d:0 "Lithuanian reinforcements have arrived at the border to occupy disputed Lituanian cities of Wilno and later Suwali" + ww1_polishbolshevik.33.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.34.a:0 "Damn!" + ww1_polishbolshevik.34.d:0 "Comrade General! The Konarmiya troops are urgently needed in the Crimea to fight the White Russians. All Konarmiya units will be removed in about 2 weeks so prepare for their withdrawl. You will receive more reserves to replace them." + ww1_polishbolshevik.34.t:0 "Bolshevik troops have been ordered to withdraw" + ww1_polishbolshevik.35.a:0 "Damn!" + ww1_polishbolshevik.35.d:0 "The Konarmiya troops are going to the Crimea now!" + ww1_polishbolshevik.35.t:0 "Bolshevik troops have been ordered to withdraw" + ww1_polishbolshevik.36.a:0 "Great!" + ww1_polishbolshevik.36.d:0 "Urgent reinforcements have arrived in the West or South West Fronts to deal with the crisis These reinforcements will continue periodically while Polish troops threaten our cities" + ww1_polishbolshevik.36.t:0 "Emergency reinforcements have arrived" + ww1_polishbolshevik.37.a:0 "Damn!" + ww1_polishbolshevik.37.d:0 "During the course of the war Danzig dock workers went on long strikes delaying crucial arms shipments. Eventually the British Army was brought in to unload supplies for Poland." + ww1_polishbolshevik.37.t:0 "Danzig dock workers strike" + ww1_polishbolshevik.38.a:0 "Great!" + ww1_polishbolshevik.38.d:0 "We now have control of both Kiev and Lvov. The Ukrainian army has now defected from the other side and some elements have joined our army." + ww1_polishbolshevik.38.t:0 "The Ukraine is now under our control" + ww1_polishbolshevik.39.a:0 "Great!" + ww1_polishbolshevik.39.d:0 "Ukrainian reinforcements have arrived in Lwow or Kiev" + ww1_polishbolshevik.39.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.4.a:0 "Great!" + ww1_polishbolshevik.4.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.4.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.40.a:0 "Great!" + ww1_polishbolshevik.40.d:0 "We now have control of both Kiev and Lvov. The Ukrainian army has now defected from the other side and some elements have joined our army." + ww1_polishbolshevik.40.t:0 "The Ukraine is now under our control" + ww1_polishbolshevik.41.a:0 "Great!" + ww1_polishbolshevik.41.d:0 "Ukrainian reinforcements have arrived in Lwow or Kiev" + ww1_polishbolshevik.41.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.5.a:0 "Great!" + ww1_polishbolshevik.5.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.5.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.6.a:0 "Great!" + ww1_polishbolshevik.6.d:0 "Our Bristol F2B's have arrived in Warsaw. These can be used for scouting and ground attack to improve combat effectiveness in ground combat." + ww1_polishbolshevik.6.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.7.a:0 "Great!" + ww1_polishbolshevik.7.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.7.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.8.a:0 "Great!" + ww1_polishbolshevik.8.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.8.t:0 "Reinforcements Have Arrived" + ww1_polishbolshevik.9.a:0 "Great!" + ww1_polishbolshevik.9.d:0 "Reinforcements have arrived in Warsaw or Poznan" + ww1_polishbolshevik.9.t:0 "Reinforcements Have Arrived" + ww1_portugal.2.a:0 "German merchant ships impounded." + ww1_portugal.2.b:0 "German merchant ships have left Portugese ports." + ww1_portugal.2.d:0 "German and Austrian merchant ships have been sheltering in Portugese harbours beyond the conditions of the Haig convention. Britian is requesting Portugal to impound the ships or make them leave out ports. Impounding the ships will bring us into the Entente faction and likely to war." + ww1_portugal.2.t:0 "Impound German Merchant ships" + ww1_portugal.3.a:0 "Send our Expeditionary Army" + ww1_portugal.3.d:0 "After the impounding of the German and Austrian merchant ships in our ports Portugal is now at war with the Central Powers. We should send an Expeditionary Corps to the UK to help." + ww1_portugal.3.t:0 "Portugese Expeditionary Army" + ww1_qing.1.a:0 "Wansui!" + ww1_qing.1.d:0 "After the Boxer Rebellion the Qing Empire was forced to sign the Xinchou Treaty with the 11 Great Powers and had to pay a huge amount of indemnity.,This led to a considerable loss in the treasury and national sovereignty. Some revolutionaries took the opportunity to recruit members and spread their ideals.,'The Empire was already tottering., but there was still a ray of hope. Firstly, the leader of the Conservatives, Empress Dowager Cixi died in 1908.',' This allowed some ministers to gradually support limited modernising reforms including military, political and social.','Yuan Shikai, the most powerful Han minister at that time was relieved of all his posts and sent back to his homeland where he was unable to have any impact on the government for a short time.', Right now the most important thing is to strengthen the rule of the Manchus. The Yellow Dragon Flag must wave on this land forever." + ww1_qing.1.t:0 "Protect the Yellow Dragon Flag!" + ww1_qing.10.a:0 "They deserved it!" + ww1_qing.10.d:0 "Zhao Erfeng ordered soldiers to fire on protesters and killed several people. This action angered the protesters and members of Tongmenghui and Gelaohui tried to organize people in Sichuan and prepare them to fight against the government." + ww1_qing.10.t:0 "Bloodshed in Chengdu" + ww1_qing.11.a:0 "Let them come!" + ww1_qing.11.d:0 "After the Bloodshed in Chengdu members of Tongmenghui and Gelaohui formed a troop name Comrades' Army to besieg Chengdu. People in Sichuan and even some of Qing's soldiers joined voluntarily and attacked local the government." + ww1_qing.11.t:0 "Comrades' Army uprising!" + ww1_qing.12.a:0 "Tibet proclaims independence!" + ww1_qing.12.d:0 "Following the Xinhai Revolution and the downfall of the Qing Dynasty,' Tibetan militia launched a surprise attack on the Qing garrison stationed in Tibet. Afterwards the Qing officials in Lhasa were forced to sign the ''Three Point Agreement'' which provided for the surrender and expulsion of Qing forces in central Tibet. Chinas provisional President Yuan Shikai sent a telegram to the 13th Dalai Lama', restoring his earlier titles. The Dalai Lama spurned these titles,' replying that he ''intended to exercise both temporal and ecclesiastical rule in Tibet''." + ww1_qing.12.t:0 "Three Point Agreement" + ww1_qing.13.a:0 "Rise of a Dictator" + ww1_qing.13.d:0 "On January 1,1912, Sun officially declared the establishment of the Republic of China and was inaugurated in Nanjing as the first Provisional President. Power in Beijing already had passed to Yuan Shikai, who had effective control of the Beiyang Army, the most powerful military force in China at the time. To prevent civil war and possible foreign intervention from undermining the infant republic, Sun agreed to Yuan's demand that China be united under a Beijing government headed by Yuan. On March 10, in Beijing, Yuan Shikai was sworn in as the second Provisional President of the Republic of China. Although there were many political parties each vying for supremacy in the legislature, the revolutionists lacked an army, and the power of Yuan Shikai began to outstrip that of parliament. Yuan revised the constitution at will and became dictatorial." + ww1_qing.13.t:0 "Yuan Shikai's Consolidation of Power" + ww1_qing.14.a:0 "We did it!" + ww1_qing.14.d:0 "On 12 February 1912 the Xuantong Emperor abdicated. It is the first time that Chinese people can be the master of this country. The Qing Emperor would be treated by the government of the Republic with the protocol attached to a foreign monarch." + ww1_qing.14.t:0 "Abdication of the Xuantong Emperor" + ww1_qing.15.a:0 "We did it!" + ww1_qing.15.d:0 "On 12 February 1912 the Xuantong Emperor abdicated. It is the first time that Chinese people can be the master of this country. The Qing Emperor would be treated by the government of the Republic with the protocol attached to a foreign monarch." + ww1_qing.15.t:0 "Abdication of the Xuantong Emperor" + ww1_qing.16.a:0 "Good work!" + ww1_qing.16.d:0 " After a long term war the revolution had been destroyed. The peace was bitter we must always remember." + ww1_qing.16.t:0 "Failure of the revolution" + ww1_qing.2.a:0 "I got it!" + ww1_qing.2.d:0 "There are somethings you should note when you are playing. First do not delete or change the name of existing units as that will break the chain of events.,,'Second, it is recommended that you control the troops yourself, or you will regret your decision to let the AI control them.',Finally select the options of events carefully and make sure that the development of the Empire is on the right way." + ww1_qing.2.t:0 "Something you must keep in mind" + ww1_qing.3.a:0 "Crush the uprising quickly!" + ww1_qing.3.d:0 "On 27th April 1911 the Second Guangzhou uprising occurred and ended in disaster. On the eve of battle a revolutionary Lin Juemin wrote the legendary A Letter to my Wife which later became a Chinese literary masterpiece." + ww1_qing.3.t:0 "Second Guangzhou Uprising" + ww1_qing.4.a:0 "We need their money." + ww1_qing.4.d:0 "After the Opium war the Great Powers and America tried to get the most economic benefits from the Qing Empire. They were usually stopped by other Great Powers especially Japan.,'When they heard that the Qing Government wanted to build the Hankou-Guangdong Railway and wanted to ask for a loan from Germany, the other Great Powers urged that they also wanted to loan money to the Qing Government.','Finally on 23rd May 1910 America, France, Great Britian and Germany formed the Four Powers Consortium and decided to loan money to the Qing Government together." + ww1_qing.4.t:0 "Four Powers Consortium" + ww1_qing.5.a:0 "Excellent!" + ww1_qing.5.d:0 "On 9th May 1911 Sheng Xuanhuai the Minister of Posts and Communications ordered the nationalization of all locally-controlled railway projects. This dissatisfied many people and soon caused some protest." + ww1_qing.5.t:0 "The Nationalization of Railway Projects" + ww1_qing.6.a:0 "Excellent!" + ww1_qing.6.d:0 "On 20th May 1911the Qing government signed a loan agreement with the Four Powers Consortium pledging the rights to operate the Sichuan-Hankou and Hankou-Guangdong Railway in exchange for a 6 million pound loan." + ww1_qing.6.t:0 "Sichuan-Hankou and Hankou-Guangdong Railway Agreement" + ww1_qing.7.a:0 "Damn it!" + ww1_qing.7.d:0 "On 17th June 1911 people in Sichuan formed The Railway Protection League and Pu Dianjun became their leader. There were more than a hundred thousand people who joined this league. They orgainized public protests and speeches petitioning the Qing government to stop selling out the sovereignty of the country." + ww1_qing.7.t:0 "The Railway Protection League" + ww1_qing.8.a:0 "We have to take some action." + ww1_qing.8.d:0 "On 24th August 1911 students merchants and workers organized a series of strikes and boycotts in Chengdu and people in Sichuan showed their anger by refusing to pay taxes at the same time." + ww1_qing.8.t:0 "Strikes and Boycotts in Chengdu" + ww1_qing.9.a:0 "Suppress them!" + ww1_qing.9.b:0 "Fine...release them..." + ww1_qing.9.d:0 "On 7th September 1911 the Governor-General of Sichuan Zhao Erfeng arrested Pu Dianjun and some leaders of the Railway Protection League. Thousands of protesters demanded to release Pu Dianjun and marched on the Governor-General's office in Chengdu. We have to decide what to do now!" + ww1_qing.9.t:0 "Arrest Pu Dianjun!" + ww1_roc.1.a:0 "Beiyang Government" + ww1_roc.1.d:0 "Beiyang Government" + ww1_roc.1.t:0 "Beiyang Government" + ww1_roc.10.a:0 "Monarchy must be destroyed!" + ww1_roc.10.d:0 "Shortly after Yuan proclaimed himself Emperor, military leaders Cai E and Tang Jiyao of Yunnan Province declared independence on December 25 in the provincial capital, Kunming. They organized the National Protection Army and began an expedition against Yuan." + ww1_roc.10.t:0 "National Protection War start" + ww1_roc.11.a:0 "OK" + ww1_roc.11.d:0 "After a rough fight, Yuan has destroyed all the opponents..." + ww1_roc.11.t:0 "Yuan won!" + ww1_roc.12.a:0 "Fine, I know how to do..." + ww1_roc.12.d:0 "The power of Yuan is getting weak, his generals find that he can't controll this country anymore, so it is time to make our own decision..." + ww1_roc.12.t:0 "The press from Generals" + ww1_roc.13.a:0 "Good!" + ww1_roc.13.d:0 "Faced with surmounting pressure, Yuan Shikai was forced to abandon the empire on March 22 and died soon after on June 6. The National Protection War was proclaimed a success, with the provinces rescinding their declarations of independence." + ww1_roc.13.t:0 "National Protection Army won" + ww1_roc.14.a:0 "Beiyang Government" + ww1_roc.14.d:0 "Yuan is dead..." + ww1_roc.14.t:0 "Yuan is dead..." + ww1_roc.2.a:0 "This is real Democracy!" + ww1_roc.2.d:0 "In December 1912 to January 1913, the Assembly election was held first time in china. And finally KMT led by Song Jiaoren won the election and to become the Premier." + ww1_roc.2.t:0 "KMT win the first election campaign" + ww1_roc.3.a:0 "We have to do something..." + ww1_roc.3.d:0 "Though KMT has won the election, but Yuan feel the threat from democracy. he would never let the power be taken by those people..." + ww1_roc.3.t:0 "The threat from KMT" + ww1_roc.4.a:0 "To catch bandits,first catch the ringleader..." + ww1_roc.4.b:0 "Take it easy..." + ww1_roc.4.d:0 "It is time to make decision..." + ww1_roc.4.t:0 "The reaction of Yuan" + ww1_roc.5.a:0 "It's a stinking mean low trick!" + ww1_roc.5.d:0 "While traveling with a group of colleagues to the Parliament in Beijing, Song Jiaoren was shot twice at close range by a lone gunman, Ying Kuicheng, at a Shanghai railway station on March 20, 1913, and died two days later in hospital." + ww1_roc.5.t:0 "Song Jiaoren was killed" + ww1_roc.6.a:0 "Let's fight!" + ww1_roc.6.d:0 "After Yuan Shikai plotted the assassination in 1913 of Song Jiaoren, a prominent leader of the Kuomintang, Sun Yat-sen launched the Second Revolution against Yuan." + ww1_roc.6.t:0 "Second Revolution" + ww1_roc.7.a:0 "OK" + ww1_roc.7.d:0 "Second Revolution failed" + ww1_roc.7.t:0 "Second Revolution failed" + ww1_roc.8.a:0 "I will think about it..." + ww1_roc.8.b:0 "I think that is not a good idea..." + ww1_roc.8.d:0 "After Yuan's power secure, many of Yuan's supporters, notably monarchist Yang Du, advocated for a revival of the monarchy, asking Yuan to take on the title of Emperor. That could be the best way for all chinese people." + ww1_roc.8.t:0 "Yang Du support for a return of a monarchy" + ww1_roc.9.a:0 "I will think about it..." + ww1_roc.9.d:0 "On 12 December, Yuan, supported by his son Yuan Keding, declared the Empire of China with himself as the "Great Emperor of the Chinese Empire". It is good for our people!" + ww1_roc.9.t:0 "Empire of China" + ww1_siam.1.a:0 "Rama VI is king" + ww1_siam.1.d:0 "October 23 – Vajiravudh (Rama VI) is crowned King of Siam, after the death of his father, King Chulalongkorn (Rama V)." + ww1_siam.1.t:0 "King Chulalongkorn dies" + ww1_siam.2.a:0 "Great!" + ww1_siam.2.d:0 "After the resumption of German Submarine attacks Siam joined the war on the side of the Entente and immediately impounded 12 German merchant ships. We should send an Expeditionary Corps to the UK to help and gain favour in the peace talks." + ww1_siam.2.t:0 "Siamese Expeditionary Army" + ww1_southafrica.1.a:0 "Join the Entente" + ww1_southafrica.1.b:0 "We shall remain neutral" + ww1_southafrica.1.d:0 "When World War 1 broke out in 1914 the South African government chose to join the war on the side of the Entente ,and faced widespread Afrikaner opposition to fighting alongside Great Britian so soon after the Second Boer War. ,'They had to put down a Boer revolt before they could send an expeditionary force of some 67,000 troops to invade German South West Africa." + ww1_southafrica.1.t:0 "The Union of South Africa decides" + ww1_southafrica.2.a:0 "Great!" + ww1_southafrica.2.d:0 "Boers in in the Transvaal have rebelled against South Africa's decision to join the Entente. They stand ready to fight South Africa" + ww1_southafrica.2.t:0 "Boer Rebellion against South Africa" + ww1_soviet.1.a:0 "Fight!" + ww1_soviet.1.b:0 "No!" + ww1_soviet.1.d:0 "The Polish–Soviet War was an armed conflict between the Republic of Poland and the Ukrainian People's Republic on one side and Soviet Russia and Soviet Ukraine on the other. The Treaty of Versailles had not defined the frontiers between Poland and Soviet Russia. Moreover, Poland wanted to expand its borders as far east as feasible whereas Lenin saw Poland as the bridge the Red Army had to cross to assist other communist movements and bring about other European revolutions. A conflict was inevitable." + ww1_soviet.1.t:0 "Polish–Soviet War" + ww1_soviet.10.a:0 "Okay" + ww1_soviet.10.d:0 "The laws sanctioned the co-existence of private and public sectors such as middle class people, which were incorporated in the NEP, which on the other hand was a state oriented 'mixed economy'.\nThe state, after starting to use the NEP, migrated away from Communist ideals and started the modernizing of the economy, but this time, with a more free-minded way of doing things. The Soviet Union stopped upholding the idea of nationalizing certain parts of industries. Some kinds of foreign investments were expected by the Soviet Union under the NEP, in order to fund industrial and developmental projects with foreign exchange or technology requirements.\nThe move towards modernization rested on one main issue, transforming the Soviet Union into a modern industrialized society, but to do so the Soviet Union had to reshape its preexisting structures, namely its agricultural system and the class structure that surrounded it." + ww1_soviet.10.t:0 "New Economy Policy" + ww1_soviet.11.a:0 "Okay" + ww1_soviet.11.d:0 "The Council of People's Commissars decided to form the Red Army. Their conception was that it should be 'formed from the class-conscious and best elements of the working classes'. All citizens of the Russian republic over the age of 18 were eligible. Its specific role was the defense of the achievements of the October Revolution, the Soviet Power and Socialism. Enlistment was conditional upon 'guarantees being given by a military or civil committee functioning within the territory of the Soviet Power or by Party or Trade Union committees or, in extreme cases, by two persons belonging to one of the above organizations'. In the event of an entire unit wanting to join the Red Army, a collective guarantee and the affirmative vote of all its members would be necessary." + ww1_soviet.11.t:0 "Creation of the Red Army" + ww1_soviet.12.a:0 "Okay" + ww1_soviet.12.d:0 "Our revolutionary army badly needs good and efficient commanders, but most of our military leaders are good only for political meetings and street revolts, they don't know how to lead a real front-scale warfare. According to comrade Trotsky, it could be useful for our newborn Red Army to use former Tsarist officers and generals as specialist personnel and instructors for our staffs. However, a lot of talented commanders won't agree to join the army of the Revolution." + ww1_soviet.12.t:0 "Order N.228" + ww1_soviet.13.a:0 "Okay" + ww1_soviet.13.d:0 "Socialistic Motherland is in danger, how comrade Lenin said. Red Army needs more manpower to be ready for battle. We don't have enough volunteers to form normal-sized divisions and corps. Comrades from the Sovnarkom believe, that the only chance to make the Red Army competent is to start a mass levy campaign amongst the workers and peasants of our country." + ww1_soviet.13.t:0 "Mass levy" + ww1_soviet.14.a:0 "Okay" + ww1_soviet.14.d:0 "The peasants always were quite conservative and counter-revolutional, but now they show their true face. Revolution is in danger and we have to behave quite brutally to save our Motherland, but these peasants can't understand that Prodrazvyorstka, mass levies and military communism policy is vital for our industry. They want to keep their bread and they want to make money on it. Kulaks' scum leaders raised massive rebellions in Tambov region and the other central governorates. The Red Army will crush these speculant bastards!" + ww1_soviet.14.t:0 "Peasants' rebellion" + ww1_soviet.15.a:0 "Okay" + ww1_soviet.15.d:0 "Tambov peasants, led by an SR activist Ilya Antonov, launched a disastrous rebellion against the Soviet power. Antonovschina (Antonov's supporters) became a nightmare for our country. Comrade Trotsky believes that we shouldn't have any mercy to these kulaks who killed so many Soviet officials and participated in a full-scale counter-revolutionary act. Antonov and his peasant army will be destroyed by any means, even if we have to use poisonous gases (like comrade Tukhachevsky wants), we will crush this riot. No one will escape from our punishment, Tambov will become Soviet once again!" + ww1_soviet.15.t:0 "Tambov rebellion" + ww1_soviet.16.a:0 "Okay" + ww1_soviet.16.d:0 "Russian seamen always were a powerhouse of the revolutionary movement - since the rebellion on Potemkin battleship in 1905. During the February and October revolution the seamen from Baltic fleet were our main armed unit in Petrograd. But they always were too anarchistic to follow the right path to communism, which made them very unstable. The seamen of Kronstadt became corrupted by SR propaganda and decided to depose our legitimate Soviet government by force. Currently their base, Kronstadt, a little island in St. Petersburg's bay, is in flames of this dangerous revolt, and the rebels are trying to enter the capital! We cannot agree with their demands - the rebellion should be smashed immediately!" + ww1_soviet.16.t:0 "Kronstadt rebellion" + ww1_soviet.17.a:0 "He will be missed" + ww1_soviet.17.d:0 "Our nation mourns as one of our ministers passed away. Even now, our nation and the minister's office have to move onward. A new minister has to be put in office." + ww1_soviet.17.t:0 "One of our ministers has died" + ww1_soviet.18.a:0 "He will be missed" + ww1_soviet.18.d:0 "Among his comrades, Lenin was notable for working almost ceaselessly, fourteen to sixteen hours daily, occupied with minor, major, and routine matters. However, the mental strains of leading a revolution, governing, and fighting a civil war aggravated the physical debilitation consequent to the two bullet wounds that he suffered in 1918 from two attempted assassinations.\nIn May 1922, Lenin suffered the first of three strokes, which left him unable to speak for weeks, but he managed to recover in a few months. However, in December 1922 he suffered a second stroke that partly paralyzed his right side and forced him to withdraw from active politics. In March 1923, he suffered the third stroke that rendered him mute and bed-ridden until his death. Lenin finally died on 21 January 1924, at 53 years of age." + ww1_soviet.18.t:0 "Lenin withdraws from politics" + ww1_soviet.19.a:0 "Okay" + ww1_soviet.19.d:0 "On December 29,1922, a conference of delegations from the Russian SFSR, the Transcaucasian SFSR, the Ukrainian SSR and the Byelorussian SSR approved the Treaty of Creation of the USSR and the Declaration of the Creation of the USSR. These two documents were confirmed by the 1st Congress of Soviets of the USSR and signed by heads of delegations on December 30, 1922.\nThe Treaty on the Creation of the USSR legalized the creation of a union of several Soviet republics in the form of the Union of Soviet Socialist Republics, or Soviet Union. On the 31st of January 1924, the Second Congress of Soviets of the Soviet Union ratified the 1924 Soviet Constitution which legitimated the December 1922 Treaty on the Creation of the USSR." + ww1_soviet.19.t:0 "Foundation of USSR" + ww1_soviet.2.a:0 "Reds in power!" + ww1_soviet.2.d:0 "Traditionally, a government is a council of ministers nominated by a ruler or by a president, but the Bolsheviks saw this as a bourgeois institution, and wanted to create what they thought a new government of workers and peasants, a 'soviet' government. The role and structure of the Sovnarkom was formalized in the 1918 Constitution of the RSFSR. The Sovnarkom of the RSFSR was responsible to the Congress of Soviets for the 'general administration of the affairs of the state'. The constitution enabled the Sovnarkom to issue decrees carrying the full force of law when the Congress was not in session. The Congress then routinely approved these decrees at its next session. Each People's Commissar was head of a commissariat and had several deputies and a collegium which functioned as a deliberative body to advise the commissar. The Chairman of the Council of People's Commissars, also elected by the Congress, had a function similar to that of a prime minister. The first Chairman of the Sovnarkom was Vladimir Lenin." + ww1_soviet.2.t:0 "Sovnarkom formed" + ww1_soviet.20.a:0 "Damn!" + ww1_soviet.20.d:0 "Some counter-revolutionary politicians set up an independent government in Arkhangelsk." + ww1_soviet.20.t:0 "The Arkhangelsk Government" + ww1_soviet.21.a:0 "Damn!" + ww1_soviet.21.d:0 "With British support, white Admiral Koltchak raised troops and seized the Far East." + ww1_soviet.21.t:0 "Admiral Koltchak" + ww1_soviet.22.a:0 "Damn!" + ww1_soviet.22.d:0 "Don Cossacks, under the rule of Hetman Krasnov, rose against the Bolsheviks and allied with Alexeyev." + ww1_soviet.22.t:0 "Cossacks' Uprising" + ww1_soviet.23.a:0 "War is war" + ww1_soviet.23.d:0 "Mass Terror is a necessary weapon of the Proletarian Dictatorship. Used by generals, local populations or the Tcheka (Secret Services), the Terror targets White activists or partisan. In fact, entire villages were targeted, even if a single person was guilty or accused of being a white partisan. Such policies, which aimed at scaring populations, had often the opposite effect." + ww1_soviet.23.t:0 "Red Terror" + ww1_soviet.3.a:0 "Damn!" + ww1_soviet.3.d:0 "Most of factories are without work, as all workers are participating in the revolution and don't want to get back to their duty. Former Imperial discipline and industrial connections are now ruined, a lot of factories and plants are destroyed by the rebels, so now our economy is in a one huge collapse, and it would be very difficult to find any solution against this problem." + ww1_soviet.3.t:0 "The economy is collapsing!" + ww1_soviet.4.a:0 "Okay" + ww1_soviet.4.d:0 "It was thus clear that, dominated by Right SRs who thought Russia unready for Soviet power, the Constituent Assembly was opposed to Soviet government and would not agree to new elections. In a recess, a special meeting of the Bolsheviks and Left SRs decided to dissolve the Assembly. The Deputy People's Commissar for Naval Affairs Fyodor Raskolnikov read a prepared statement and the Bolsheviks and Left SRs walked out. Around 4 a.m., the Commandant of the Tauride Palace, an Anarchist sailor called A. G. Zheleznyakov, approached Chernov and said: 'The guard is tired. I propose that you close the meeting and let everybody go home'." + ww1_soviet.4.t:0 "Dissolution of the Constituent Assembly" + ww1_soviet.5.a:0 "Okay" + ww1_soviet.5.d:0 "(1) Landed proprietorship is abolished forthwith without any compensation.\n(2) The landed estates, as also all crown, monastery, and church lands, with all their livestock, implements, buildings and everything pertaining thereto, shall be placed at the disposal of the volost land committees and the uyezd Soviets of Peasants' Deputies pending the convocation of the Constituent Assembly.\n(3) All damage to confiscated property, which henceforth belongs to the whole people, is proclaimed a grave crime to be punished by the revolutionary courts. The uyezd Soviets of Peasants' Deputies shall take all necessary measures to assure the observance of the strictest order during the confiscation of the landed estates, to determine the size of estates, and the particular estates subject to confiscation, to draw up exact inventories of all property confiscated and to protect in the strictest revolutionary way all agricultural enterprises transferred to the people, with all buildings, implements, livestock, stocks of produce, etc.\n(4) The following peasant Mandate, compiled by the newspaper Izvestia Vserossiiskogo Soveta Krestyanskikh Deputatov from 242 local peasant mandates and published in No. 88 of that paper (Petrograd, No. 88, August 19, 1917), shall serve everywhere to guide the implementation of the great land reforms until a final decision on the latter is taken by the Constituent Assembly." + ww1_soviet.5.t:0 "Decrees on Land" + ww1_soviet.6.a:0 "Okay" + ww1_soviet.6.d:0 "War communism was the economic and political system that was adopted by the Bolsheviks with the aim of keeping towns and the Red Army supplied with weapons and food, in conditions in which all normal economic mechanisms and relations were being destroyed by the war. We're approaching the first phase of war communism to reindustrialize our country and return at least 25percent of our industrial and military might." + ww1_soviet.6.t:0 "War communism - phase one" + ww1_soviet.7.a:0 "Okay" + ww1_soviet.7.d:0 "In 1918, the center of the Soviet Russia was cut off from the most important agricultural regions of the country. The reserves of bread were running short, causing hunger among the urban population, where support for the Bolshevik government was strongest. In order to satisfy the minimal food needs, the Soviet government introduced a strict control over the food surpluses of the prosperous rural households. Since many peasants were extremely unhappy with this policy and tried to resist it, they were branded as 'saboteurs' of the bread monopoly of the state and advocates of the free 'predatory', 'speculative' trade. Lenin believed that prodrazvyorstka was the only possible way to procure sufficient amounts of bread and other agricultural products for the population of the cities during the war." + ww1_soviet.7.t:0 "Prodrazvyorstka" + ww1_soviet.8.a:0 "Okay" + ww1_soviet.8.d:0 "War communism was the economic and political system that was adopted by the Bolsheviks with the aim of keeping towns and the Red Army supplied with weapons and food, in conditions in which all normal economic mechanisms and relations were being destroyed by the war. We're approaching the second phase of war communism, which of course will be unpopular. But it will allow us to continue fighting well in the Civil War, to supply our Army and keep our economy stable. We all should sacrifice something for the Revolution!" + ww1_soviet.8.t:0 "War communism - phase two" + ww1_soviet.9.a:0 "Okay" + ww1_soviet.9.d:0 "War communism was the economic and political system that was adopted by the Bolsheviks with the aim of keeping towns and the Red Army supplied with weapons and food, in conditions in which all normal economic mechanisms and relations were being destroyed by the war. We're approaching the third phase of this policy - a final one, which will be a last step to the victory of Bolshevism! We should have no mercy or sentiments when our industry needs resources and our army needs supplies. We will make our industry strong!" + ww1_soviet.9.t:0 "War communism - phase three" + ww1_usa.1.a:0 "Protect our Citizens! " + ww1_usa.1.b:0 "The Mexican Rebels are no threat - Stand down. " + ww1_usa.1.d:0 "US President William Howard Taft lost confidence in the ability of the Díaz forces to protect lives and property along the Texas frontier. On 6th March 1911 ,President Taft ordered US Army troops to mass on the Mexican border and at the same time a powerful US Navy force held maneuvers off the Pacific coast of Mexico. This helped to destabilise the Diaz Governments support from the people." + ww1_usa.1.t:0 "Protect American lives from the Mexican Revolutionaries" + ww1_usa.10.a:0 "President Wilson won't be happy!" + ww1_usa.10.d:0 "After several days of disorganised resistance from towns people and a small number of federal troops Veracruz has been sucessfully occupied. The S.S. Ypiranga has been fined but delivered the cargo to another port anyway." + ww1_usa.10.t:0 "Veracruz is captured " + ww1_usa.11.a:0 "Great!" + ww1_usa.11.d:0 "On the 20th May 1914 the ABC Powers of Argentina Brazil and Chile reached a successful agreement at the Niagara peace conference that avoided war between the USA and Mexico.,A plan was formed in June for the US troops to withdraw from Veracruz after General Huerta surrendered the reins of his government to a new regime and Mexico assured the United States that it would receive no indemnity for its losses in the recent chaotic events." + ww1_usa.11.t:0 "Niagara peace conference" + ww1_usa.12.a:0 "Leave Veracruz" + ww1_usa.12.d:0 "As a result of the successful peace conference on 27th May 1914 war between the USA and Mexico was avoided. The USA agreed to return Veracruz to Mexican control after Huerta surrenders the presidency of Mexico." + ww1_usa.12.t:0 "Leave Veracruz" + ww1_usa.13.a:0 "Okay" + ww1_usa.13.d:0 "Anti-American violence in the country of Haiti is threatening US business interests especially considering that the local German community controls most of the Haitian industries., We must act quickly to preserve our economic dominance over Haiti." + ww1_usa.13.t:0 "Occupation of Haiti" + ww1_usa.14.a:0 "Okay" + ww1_usa.14.d:0 "The recent coup in the Dominican Republic is threatening US business interests. Dominican Republic's Secretary of War Desiderio Arias recently seized power from President Juan Isidro Jimenes Pereyra, democratically elected two years earlier. We must act quickly to preserve our economic dominance over the Dominican Republic." + ww1_usa.14.t:0 "Occupation of the Dominican Republic" + ww1_usa.15.a:0 "Start the hunt for Villa" + ww1_usa.15.d:0 "The US Army and aircraft are being dispatched into Mexico to hunt down Pancho Villa Dead or Alive!" + ww1_usa.15.t:0 "Punitive Expedition against Pancho Villa" + ww1_usa.16.a:0 "Great!" + ww1_usa.16.d:0 "The US Army that was dispatched into Mexico to hunt down Pancho Villa has succeeded in taking him at the battle of San Geronimo Ranch. Our troops can return to the US now." + ww1_usa.16.t:0 "Pancho Villa caught!" + ww1_usa.17.a:0 "Okay" + ww1_usa.17.d:0 "The US Army that was dispatched into Mexico to hunt down Pancho Villa has not caught him. We have more important issues to deal with at home. Our troops can return to the US now." + ww1_usa.17.t:0 "End the Punitive Expedition" + ww1_usa.18.a:0 "This is not our war!" + ww1_usa.18.d:0 "When the war began the United States proclaimed a policy of strict neutrality—'in thought and deed', as President Woodrow Wilson put it. His goal was to broker a peace and he sent his top aide Colonel House on repeated missions to the belligerents, but they were so confident of victory that the peace was ignored." + ww1_usa.18.t:0 "US Declaration of Neutrality" + ww1_usa.19.a:0 "Fight for Democracy!" + ww1_usa.19.d:0 "The Preparedness Movement in the USA lead by many leading Industrialists and Financiers encouraged and aided many thousands of American citizens to join the war fighting in Canadian Army units. " + ww1_usa.19.t:0 "US Volunteers for Canada" + ww1_usa.2.a:0 "Strengthen the peace and security of the continent." + ww1_usa.2.d:0 "At the Fourth International Conference of American States (Buenos Aires, 1910), the name of the organization was changed to the 'Union of American Republics' and the Bureau became the 'Pan American Union'. The Pan American Union (building) was constructed in 1910, on Constitution Avenue, Northwest, Washington, D.C." + ww1_usa.2.t:0 "Organization of American States" + ww1_usa.20.a:0 "Don't give them our support!" + ww1_usa.20.d:0 "A Chemical Weapons factory has been built and detected. The USA does not approve of this! " + ww1_usa.20.t:0 "Chemical Weapons Factory detected" + ww1_usa.21.a:0 "Outraged American citizens!" + ww1_usa.21.d:0 "On 10 April 1915 the British steamer Harpalyce clearly marked as a Belgian relief ship was torpedoed without warning by SM UB-4 just outside the zone declared safe by von Pohl. The ship had been en route for America to collect food for starving Belgians and its sinking outraged American citizens.," + ww1_usa.21.t:0 "The sinking of the steamer Harpalyce" + ww1_usa.22.a:0 "Send ultimatum to STOP unrestricted submarine warfare to Germany!" + ww1_usa.22.d:0 "RMS Lusitania, a civilian ship carrying passengers between England and the United States was sunk by a German submarine this morning. 123 Americans died. Neither the Germans nor the Americans learned that this ship was carrying weapons and supplies. The Congress of the United States is slowly drifting towards intervention." + ww1_usa.22.t:0 "The sinking of the Lusitania" + ww1_usa.23.a:0 "We need a bigger fleet - Approval Granted" + ww1_usa.23.d:0 "May 31st 1916 and the German High Seas Fleet tries to engage a portion of the British Grand Fleet off Norway,in an effort to break the British blockade of German merchant shipping. The Royal Navy had 155 ships fighting against 99 ships of the German High Sea Fleet and turned them back but losing more ships than Germany.," + ww1_usa.23.t:0 "Battle of Jutland" + ww1_usa.24.a:0 "US public are furious!" + ww1_usa.24.d:0 "Suspected German saboteurs destroyed a major US munitions dump in New Jersey at Black Tom Pier" + ww1_usa.24.t:0 "Black Tom explosion" + ww1_usa.25.a:0 "US public are furious!" + ww1_usa.25.d:0 "Suspected German saboteurs destroyed a major Canadian munitions dump in New Jersey at Kingsland" + ww1_usa.25.t:0 "Kingsland explosion" + ww1_usa.26.a:0 "We have a Cause for War!" + ww1_usa.26.d:0 "A German Telegram to their Mexican Legation has been intercepted. This proves to the American public and politicians alike that Germany, is intentionally resuming a Ruthless Submarine campaign against merchant shipping and are trying to encourage Mexico to declare war on the United States.," + ww1_usa.26.t:0 "Zimmermann Telegram Intercepted" + ww1_usa.27.a:0 "Great!" + ww1_usa.27.d:0 "News of the Russian Tsar's abdication was welcome news in the United States where the Russian absolute monarchy was almost held in such low esteem it was nearly as bad as that,of Germany. With the Tsar gone there was no reason left why the United States could not join the war since they would not be seen any longer as supporting the Russian monarchy.," + ww1_usa.27.t:0 "Tsar Nicholas Abdicates!" + ww1_usa.28.a:0 "Great!" + ww1_usa.28.d:0 "While our army traditionally consits of a small, professional force, now that we are at war the recruiting stations are overflowing with volunteers eager to join the cause." + ww1_usa.28.t:0 "A Surge of Volunteers" + ww1_usa.3.a:0 "Support the replacement of Madero" + ww1_usa.3.b:0 "Stay out of Mexican politics!" + ww1_usa.3.d:0 "The Madero government in Mexico is weak and unstable. They have failed to bring the rebels under control and American interests in the region are jeopardised.,We couldsend our Ambassador Henry Wilson to intervene and help replace Madero with a better leader." + ww1_usa.3.t:0 "The Madero Government of Mexican must go!" + ww1_usa.4.a:0 "Increase our sphere of influence!" + ww1_usa.4.b:0 "Annexation shall protect our interests" + ww1_usa.4.c:0 "Occupation will suffice" + ww1_usa.4.d:0 "The United States occupation of Nicaragua was part of the larger conflict known as the Banana Wars. The formal occupation began in 1912, although several other operations were conducted before the full scale invasion. United States military interventions in Nicaragua were intended to prevent the construction of the Nicaraguan Canal by any nation but the United States. Nicaragua assumed a quasi-protectorate status under the 1916 Chamorro-Bryan Treaty. The occupation ended as Augusto César Sandino, a Nicaraguan revolutionary, led guerrilla armies against U.S. troops. The onset of the Great Depression made it costly for the U.S. government to maintain the occupation so a withdrawal was ordered in 1933." + ww1_usa.4.t:0 "Occupation of Nicaragua" + ww1_usa.5.a:0 " This shall stabilize the nation." + ww1_usa.5.d:0 " In 1912 Woodrow Wilson ran on the platform of 'New Freedom' which denounced what Wilson perceived as both Theodore Roosevelt's more paternalistic and collectivist New Nationalism as well as William Howard Taft's conservatism. A 'Bouban Democrat' Wilson promised lower tariffs, free trade, and trust breaking in his speeches, though the Progressive movement would encourage him to enact a more moderate form of Roosevet's proposals through the creation of a Federal Reserve and supprt for the income tax. While some of these policies might be costly in the short term in the long term they would both help keep consumers protected from economic recessions and make goods less expensive,' satisfying the populace for the moment." + ww1_usa.5.t:0 " America chooses New Freedom" + ww1_usa.6.t:0 " America chooses New Nationalism" + ww1_usa.6.d:0 " In 1912 Theodore Roosevelt ran and his Progressive Party ran on a platform of 'New Nationalism', which promised large scale government reforms and a more progressive social policy. This platform would involve a democratic government in economic and social affairs much more so than the Democrats 'New Freedom' platform and William Howard Taft's conservative policies. With promises of a single payer health care system, a minimum wage, social insurance, women's suffrage and other progressive measures many lower to middle class Americans supported the reforms feeling they would make life easier for the common person and that it would help unify the country,' though it might take some time to adjust to the new changes and some of the measures would be quite expensive to enact." + ww1_usa.6.a:0 "Teddy Wins!" + ww1_usa.7.a:0 "Great!" + ww1_usa.7.d:0 "The French started work on the canal in 1881 but had to stop work because of engineering problems and high mortality due to disease.,'The United States took over the project in 1904, and a decade later officially opened the Panama canal on August 15th 1914.','One of the largest and most difficult engineering projects ever undertaken, the Panama Canal shortcut greatly reduced the amount of time taken for ships to travel between the Atlantic and Pacific Oceans." + ww1_usa.7.t:0 "We did it! The Panama Canal is officially opened." + ww1_usa.8.a:0 "Okay" + ww1_usa.8.d:0 "American sailors landed in a restricted area near Tampico port to collect supplies. Language difficulties resulted in a diplomatic incident where the local Mexican authorities thought they were being invaded by the USA. This could get ugly if not resolved." + ww1_usa.8.t:0 "Tampico Incident" + ww1_usa.9.a:0 "Occupy Veracruz and stop the shipment " + ww1_usa.9.d:0 "The S.S. Ypiranga from Hamburg Germany has been identified as carrying an illegal weapons cargo bound for Vercruz in Mexico in defiance of the US weapons embargo. We are to occupy the port and customs terminals in Veracruz to prevent the shipment getting ashore." + ww1_usa.9.t:0 "Intercept Weapons shipment" + ww1_usa.30.t:0 "18th Amendment to the US Constitution" + ww1_usa.30.d:0 "Since the earliest days of the colonial period, the issue of alcoholic beverages has been a hotly debated topic in what would become the United States, with the religious roots of several of the thirteen colonies providing for a strong belief in the sinful nature of intoxicating liquors. The issue has evolved, and after numerous state bans and repeals, the time has come for the Congress of the United States to debate a proposed 18th Amendment to the United States Constitution as a federal solution, effectively permanently outlawing alcohol in the United States. Both the proposed ban and its opponents have strong bipartisan support, and the opinions of our national leader would go far towards swinging support in one direction or another." + ww1_usa.30.a:0 "Rid us of the scourge of alcohol!" + ww1_usa.30.b:0 "This assault on American liberty is unacceptable!" + ww1_usa.31.t:0 "Bootleggers" + ww1_usa.31.d:0 "Prohibition's passage in no way lessened the American public's demand for alcohol, and since that demand can no longer be legally filled, a variety of criminal organizations have stepped into the void. The Italian-American mafia, in particular, has become well-known for its involvement in tbe alcohol trade, as well as its role in the violence that is taking place between groups of gangsters." + ww1_usa.31.a:0 "These hoodlums and their violence have no place in a civilized society!" + ww1_usa.32.t:0 "Repeal of Prohibition" + ww1_usa.32.d:0 "Prohibition has been a disaster for its proponents. Alcohol is still being widely consumed, criminal organizations have grown wealthy and powerful supplying it, and the violence these gangasters are doing daily across America makes us question whether it is worth keeping prohibition in place. There is political momentum towards a new constitutional amendment to repeal Prohibition. Should we give it our support?" + ww1_usa.32.a:0 "Repeal!" + ww1_usa.32.b:0 "Stay the course!" + ww1_whiterussia.1.a:0 "Janin is the right man at the right place." + ww1_whiterussia.1.b:0 "Janin is the right man at the right place." + ww1_whiterussia.1.d:0 "General Janin, leading the Czechoslovak Legion, is not following orders of Koltchak's Staff, according to a report we received today. We have the choice : upset our allies if we maintain Janin, or upset our Staff if we call him back." + ww1_whiterussia.1.t:0 "Russians denounce Janin's behavior" + ww1_whiterussia.10.a:0 "Great!" + ww1_whiterussia.10.d:0 "Our allies listened to our complaint and called Janin back to France. They sent us a more competent officer to assist us." + ww1_whiterussia.10.t:0 "Janin is fired" + ww1_whiterussia.11.a:0 "The end begins" + ww1_whiterussia.11.d:0 "Omsk, the only viable capitol for Koltchak, has been seized by the Bolsheviks. The government, fleeing towards Vladivostok, is unable to rule the country anymore." + ww1_whiterussia.11.t:0 "Omsk is lost!" + ww1_whiterussia.12.a:0 "Sigh…" + ww1_whiterussia.12.d:0 "General Janin finally led his troop to treason. Without any order from his hierarchy, the French general decided to cease any cooperation with us. Rumors said he's negotiating with the Reds to obtain a safe route towards central Europe." + ww1_whiterussia.12.t:0 "The Czechoslovak Legion defects" + ww1_whiterussia.13.a:0 "Traitor 'till the end" + ww1_whiterussia.13.d:0 "Some soldiers of the Czechoslovak Legion put Admiral Koltchak under arrest. Janin negotiated with the reds, exchanging their freedom against Koltchak. As soon as he fell into Bolsheviks' hands, he was executed." + ww1_whiterussia.13.t:0 "Koltchak executed!" + ww1_whiterussia.14.a:0 "Go to Petrograd" + ww1_whiterussia.14.d:0 "Move to Petrograd to establish a powerful centralized power." + ww1_whiterussia.14.t:0 "Move capitol to Petrograd" + ww1_whiterussia.15.a:0 "Go to Moscow" + ww1_whiterussia.15.d:0 "Move to Moscow to establish a powerful centralized power." + ww1_whiterussia.15.t:0 "Move capitol to Moscow" + ww1_whiterussia.16.a:0 "Go to Petrograd" + ww1_whiterussia.16.d:0 "Move to Tsarystine to establish a powerful centralized power." + ww1_whiterussia.16.t:0 "Move capitol to Tsarystine" + ww1_whiterussia.17.a:0 "Go to Ekaterinburg" + ww1_whiterussia.17.d:0 "Move to Ekaterinburg to establish a powerful centralized power." + ww1_whiterussia.17.t:0 "Move capitol to Ekaterinburg" + ww1_whiterussia.18.a:0 "War is war" + ww1_whiterussia.18.d:0 "Mass Terror is a necessary weapon against the Proletarian Dictatorship. Used by generals, local populations or the Okhrana (Secret Services), the Terror targets Red activists or partisan. In fact, entire villages were targeted, even if a single person was guilty or accused of being a red partisan. Such policies, which aimed at scaring populations, had often the opposite effect." + ww1_whiterussia.18.t:0 "White Terror" + ww1_whiterussia.2.a:0 "Great!" + ww1_whiterussia.2.d:0 "With British support, white Admiral Koltchak raised troops and seized the Far East." + ww1_whiterussia.2.t:0 "Koltchak arrives!" + ww1_whiterussia.19.a:0 "Okay" + ww1_whiterussia.19.d:0 "The Basmachi movement rose in 1916 against the Tsarist rule. Some leaders allied with the Reds while others, considering Bolsheviks as enemies, fought them. Mohammed Alim Khan is one of them. He recruited nearly 30.000 troops to fight the soviets." + ww1_whiterussia.19.t:0 "The Basmachi" + ww1_whiterussia.3.a:0 "Go to Omsk" + ww1_whiterussia.3.d:0 "A meeting is planned at Omsk, where all states which rose against the Bolsheviks must decide actions to be taken against the Reds. An alliance can be sealed." + ww1_whiterussia.3.t:0 "Travel to Omsk" + ww1_whiterussia.4.a:0 "Organize the Coup" + ww1_whiterussia.4.d:0 "Once at Omsk, Koltchak realized that his new allies are far from being ready for war. They barely have any troops, their administration is incompetent and worse, corruption in these governments seems an incurable disease. The only solution is a coup d'Etat." + ww1_whiterussia.4.t:0 "Coup Omsk and Samara" + ww1_whiterussia.5.a:0 "United' against the Reds" + ww1_whiterussia.5.d:0 "The White Army is created by Alexeyev, leader of the Volunteers Army. This army gathers any troops opposed to the Bolshevik and has no other agenda that crushing the Revolution. At least Alexeyev says so. Joining this army means an alliance with him." + ww1_whiterussia.5.t:0 "Join the White Army" + ww1_whiterussia.6.a:0 "We'll keep an eye on him" + ww1_whiterussia.6.d:0 "The Czechoslovak Legion which operates in our army is led by the French general Janin, who disapproves Koltchak's recent Coup d'Etat in Samara and Omsk. He seems stubborn enough to ask his men not to follow us." + ww1_whiterussia.6.t:0 "Janin and the Czechoslovak Legion" + ww1_whiterussia.7.a:0 "Damn!" + ww1_whiterussia.7.d:0 "The Czechoslovak Legion which operates in our army is led by the French general Janin, who disapproves Koltchak's recent Coup d'Etat in Samara and Omsk. He seems stubborn enough to ask his men not to follow us." + ww1_whiterussia.7.t:0 "Problems with the Czechoslovak Legion" + ww1_whiterussia.8.a:0 "Send the report" + ww1_whiterussia.8.d:0 "Janin's behavior is hampering our efforts to crush the Reds. The only solution is to replace him, but this decision must be taken by the French. Our report may also displease them, as we are openly criticizing one of their officers." + ww1_whiterussia.8.t:0 "Report Janin's behavior to the French" + ww1_whiterussia.9.a:0 "Hell…" + ww1_whiterussia.9.d:0 "Despite our report, the French decided to leave Janin as the leader of the Czechoslovak Legion. We'll be facing troubles very soon." + ww1_whiterussia.9.t:0 "Janin remains in Russia" + ww1_xinhai.1.a:0 "Arrest them all!" + ww1_xinhai.1.d:0 "On 9th October 1911 a leader of Gongjinhui - Sun Wu - had an accidental explosion in Wuchang when he was making explosives. Governor-General of Hubei-Hunan Rui Cheng sent some soldiers to search the city and tried to find the cause of the explosion. ,At 21:00 they arrested five revolutionaries and killed three of them the next morning. The Government also got a name list of all the revolutionaries and Rui Cheng ordered the arrest of all of them and declared martial law in Wuchang." + ww1_xinhai.1.t:0 "Revolutionaries Name List" + ww1_xinhai.10.a:0 "Civil War!" + ww1_xinhai.10.d:0 "The Xinhai Revolution, named after the current year in the Chinese calendar, has begun. Hopeful Chinese Republicans are looking to overthrow the Qing Dynasty during its regency, and due to recent poor treatment towards citizens by the Manchurian dynasty's officials, they have garnered a large amount of popular support, especially in the south and west. Could this be the end of monarchy in China?" + ww1_xinhai.10.t:0 "Xinhai Revolution" + ww1_xinhai.11.a:0 "Good!" + ww1_xinhai.11.d:0 "Yichang-Hunan-Jiujiang uprising!" + ww1_xinhai.11.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.12.a:0 "Good!" + ww1_xinhai.12.d:0 "Shaanxi-Shanxi-Yunnan uprising!" + ww1_xinhai.12.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.13.a:0 "Good!" + ww1_xinhai.13.d:0 "Nanchang-Shanghai-Zhejiang-Jiangsu uprising!" + ww1_xinhai.13.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.14.a:0 "Good!" + ww1_xinhai.14.d:0 "Guizhou-Guangxi-Guangdong-Fujian-Sichuan uprising!" + ww1_xinhai.14.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.15.a:0 "Good!" + ww1_xinhai.15.d:0 "On 29th December 1911 in Nanjing representatives of the seventeen provinces voted Sun Yat-sen as provisional presidential. On 1st January 1912 Sun declared the official establishment of the Republic of China." + ww1_xinhai.15.t:0 "Republic of China provisional presidential election" + ww1_xinhai.16.a:0 "No more blood..." + ww1_xinhai.16.b:0 "We have to fight to last man!" + ww1_xinhai.16.d:0 "Peace Conference of Northern-Southern tried to solve the problem peacefully and Yuan Shikai told Provisional Government what he wanted be the Provisional President. Now we have to decide what is good for our peaple peace or war." + ww1_xinhai.16.t:0 "Peace Conference of Northern-Southern" + ww1_xinhai.17.a:0 "We just wait for good news!" + ww1_xinhai.17.d:0 "After a long time of negotiation Yuan Shikai had promised to bring peace to the people, so he would force Qing emperor to abdicate." + ww1_xinhai.17.t:0 "Yuan accepted" + ww1_xinhai.18.a:0 "God bless our people..." + ww1_xinhai.18.d:0 "Yuan rejected to stop the war." + ww1_xinhai.18.t:0 "Yuan rejected" + ww1_xinhai.19.a:0 "Cowards!" + ww1_xinhai.19.d:0 "Our useless soldiers were routed and most of them surrendered to the revolutionaries." + ww1_xinhai.19.t:0 "Our soldiers were routed!" + ww1_xinhai.2.a:0 "Support the Emperor!" + ww1_xinhai.2.d:0 "The Xinhai Revolution or Hsinhai Revolution was a revolution that overthrew Chinas last imperial dynasty, the Qing, and established the Republic of China. The revolution was named Xinhai because it occurred in 1911, the year of the Xinhai stem-branch in the sexagenary cycle of the Chinese calendar. The revolution consisted of many revolts and uprisings. The turning point is the Wuchang Uprising on October 10 1911, that was a result of the mishandling of the Railway Protection Movement. The revolution ended with the abdication of the Last Emperor Puyi on February 12 1912, that marked the end of over 2000 years of Imperial China and the beginning of China's Republican era." + ww1_xinhai.2.t:0 "Xinhai Revolution" + ww1_xinhai.2.b:0 "Side with the Rebels!" + qing_chosen:0 "Take control of the Imperial Armies" + roc_chosen:0 "Take control of the Rebel Armies" + ww1_xinhai.20.a:0 "Cowards!" + ww1_xinhai.20.d:0 "Our useless soldiers were routed and most of them surrendered to the revolutionaries." + ww1_xinhai.20.t:0 "Our soldiers were routed!" + ww1_xinhai.21.a:0 "Cowards!" + ww1_xinhai.21.d:0 "Our useless soldiers were routed and most of them surrendered to the revolutionaries." + ww1_xinhai.21.t:0 "Our soldiers were routed!" + ww1_xinhai.22.a:0 "Cowards!" + ww1_xinhai.22.d:0 "Our useless soldiers were routed and most of them surrendered to the revolutionaries." + ww1_xinhai.22.t:0 "Our soldiers were routed!" + ww1_xinhai.23.a:0 "Cowards!" + ww1_xinhai.23.d:0 "Our useless soldiers were routed and most of them surrendered to the revolutionaries." + ww1_xinhai.23.t:0 "Our soldiers were routed!" + ww1_xinhai.3.a:0 "Let them come!" + ww1_xinhai.3.d:0 "Yichang-Hunan-Jiujiang uprising!" + ww1_xinhai.3.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.4.a:0 "Fine ... just appoint him as G.G. Hubei-Hunan." + ww1_xinhai.4.b:0 "Never! We can handle this!" + ww1_xinhai.4.d:0 "After the Wuchang uprising our soldiers were routed and the revolutionaries are getting stronger. It is time to recall Yuan Shikai to deal with these rebels or we will lose the loyalty of our armies." + ww1_xinhai.4.t:0 "Return of Yuan Shikai" + ww1_xinhai.5.a:0 "Let them come!" + ww1_xinhai.5.d:0 "Shaanxi-Shanxi-Yunnan uprising!" + ww1_xinhai.5.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.6.a:0 "Let them come!" + ww1_xinhai.6.d:0 "Nanchang-Shanghai-Zhejiang-Jiangsu uprising!" + ww1_xinhai.6.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.7.a:0 "Just let him take what he wants..." + ww1_xinhai.7.d:0 "The ambition of Yuan Shikai was getting stronger he threatened Manchu nobility that he wanted to be prime minister and forced Empress Dowager Longyu to appoint him as prime minister so he could negotiate with revolutionaries secretly." + ww1_xinhai.7.t:0 "Yuan Shikai as prime minister" + ww1_xinhai.8.a:0 "Let them come!" + ww1_xinhai.8.d:0 "Guizhou-Guangxi-Guangdong-Fujian-Sichuan uprising!" + ww1_xinhai.8.t:0 "Qing Empire provinces rise up!" + ww1_xinhai.9.a:0 "Provisional President sounds great...but President is better..." + ww1_xinhai.9.b:0 "No! I have changed my mind!" + ww1_xinhai.9.d:0 "In the Peace Conference of Northern-Southern the Provisional Government accepted what Yuan Shikai wanted and Yuan also promised to bring peace, but saying and doing are two different things because we have the initiative." + ww1_xinhai.9.t:0 "Peace Conference of Northern-Southern" + + ww1_usa.29.t:0 "Mexico joins the Central Powers" + ww1_usa.29.d:0 "The Mexican government has announced today that they are joining the Central Powers in their war effort. Congress has overwhelmingly voiced their support for an immediate declaration of war on the state. After all, only the United States is allowed to join alliances!" + + + ################################################################### + + # RUSSIA + ww1_russia.1.a:0 "Name Change!" # Can't change state name for now... Hardcoded feature + ww1_russia.1.d:0 "Saint Petersburg, the glorious capital of Imperial Russia, has a long and prestigous history. However, its Russian name of Sankt-Peterburg has too much German influence. ''Petrograd'', conversely, is as Russian as Fish Pirogi! Hopefully, the new name will catch on." + ww1_russia.1.t:0 "Petrograd" + + ww1_russia.2.a:0 "Sounds interesting!" # Rework Event + ww1_russia.2.b:0 "Sounds expensive." + ww1_russia.2.d:0 "The Sikorsky Ilya Muromets, designed by Igor Sikorsky himself, seems to be a capable platform for a revolutionary new concept- a Four-Engine Bomber. Though expensive and uncertain, this could be a great weapon to use in the course of the war. Should we outfit these aircraft for this, or simply rely on the good old zeppelins and twin-engines?" + ww1_russia.2.t:0 "Sikorsky Ilya Muromets" + + ww1_russia.3.t:0 "Rasputin Murdered!" + ww1_russia.3.d:0 "Rasputin, healer and confidant of the Tsarina as well as one of the top advisors to the Tsar himself, has been killed by Prince Yusupov. He didn't go easy- it took 6 shots for him to go down- but he is dead nontheless." + ww1_russia.3.a:0 "We must avenge him!" + + ww1_russia.4.t:0 "Tsar Nicholas Abdicates!" + ww1_russia.4.d:0 "Demonstrations have forced the poor Tsar into official abdication. Though the Tsar has named Grand Duke Michael as his successor, the Duke has declined this offer.\nthe appointment of a weak Provisional Government, which shared power with the Petrograd Soviet socialists, led to confusion and chaos both at the front and at home. The army became increasingly ineffective." + ww1_russia.4.a:0 "What happens now?" + + ww1_russia.5.t:0 "The October Revolution is Crushed" + ww1_russia.5.d:0 "Thar Nikolai II was forced into official abdication. With the October Revolution crushed, Tsarists have regained control on the Russian Empire and are now organizing the transition to bring back the rightful Tsar Nikolai II in power." + ww1_russia.5.a:0 "The Tsar Rules Again" + + ww1_russia.6.t:0 "Treaty of Brest-Litovsk" + ww1_russia.6.d:0 "Due to a combination of political instability, defeats in battle, and war weariness, we can no longer stand up to the Central Powers. A peace treaty has been drafted in Brest-Litovsk, which allows us to completely annul our Entente membership and exit the war at the cost of free Finnish, Ukrainian, Caucasian, Baltic, and Belarussian states, as well as typical war indemnities to the victorious powers. A terrible peace, but far better than the alternative." + ww1_russia.6.a:0 "Russia lives in its darkest hour" + + ww1_russia.7.t:0 "Troops Head Home" + ww1_russia.7.d:0 "After the treaty of Brest-Litovsk, most soldiers simply abandoned their posts and went home. Many of our troops have disbanded, with no central authority remaining to keep them fed and paid." + ww1_russia.7.a:0 "Very well" + + ww1_russia.8.t:0 "Honour the Brest-Litovsk Treaty" + ww1_russia.8.d:0 "We must honour the Brest-Litovsk Treaty we signed with the Central Powers and release the Baltics Countries" + ww1_russia.8.a:0 "Do it" + + ww1_russia.9.t:0 "Honour the Brest-Litovsk Treaty" + ww1_russia.9.d:0 "We must honour the Brest-Litovsk Treaty we signed with the Central Powers and give some of our western territories to the German Empire and cede Bessarabia to Romania." + ww1_russia.9.a:0 "Do it" + + ww1_russia.10.t:0 "Honour the Brest-Litovsk Treaty" + ww1_russia.10.d:0 "We must honour the Brest-Litovsk Treaty we signed with the Central Powers and release Ukraine." + ww1_russia.10.a:0 "Do it" + + ww1_russia.20.t:0 "The Russian Civil War" + ww1_russia.20.d:0 "The Russian Civil War, which broke out shortly after the revolution, brought death and suffering to millions of people. The war was fought mainly between the Red Army, consisting of the uprising majority led by the Bolshevik minority, and the Whites — army officers and cossacks, the bourgeoisie, and political groups ranging from the far Right to the Socialist Revolutionaries who opposed the drastic restructuring championed by the Bolsheviks. The Whites had backing from nations such as Great Britain, France, USA and Japan, while the Reds sported internal, domestic support which proved to be much more effective." + ww1_russia.20.a:0 "Whites VS Reds" + + # ROMANIA + ww1_romania.1.t:0 "Carol I of Romania had Died" + ww1_romania.1.d:0 "The long rule of Carol I of Romania helped the quick development of the Romanian state.\n\nDuring his reign, Carol I personally led Romanian troops during the Russo-Turkish War and assumed command of the Russo-Romanian army during the siege of Plevna. The country achieved internationally recognized independence via the Treaty of Berlin in 1878." + ww1_romania.1.a:0 "Ferdinand is the new King" + + # GERMANY + ww1_germany.16.t:0 "Schutztruppe Deployment" + ww1_germany.16.d:0 "We have assembled new regiments dubbed the Schutztruppe in Africa. Irregulars led by second-rate volunteers, they're no expert fighting force, but they should be easily able to keep order in the area, and repel light attacks." + ww1_germany.16.a:0 "Gut" + + ww1_germany.21.t:0 "Give Military Access to the German Empire" + ww1_germany.21.d:0 "The German Empire has asked us to give them a Military Access.\nShould we give them this chance?" + ww1_germany.21.a:0 "We should" + ww1_germany.21.b:0 "We shouldn't" + + ww1_germany.22.t:0 "Invitation to Join the Central Powers" + ww1_germany.22.d:0 "The German Empire is asking us to join the Central Powers in exchange for finally being able to recover our Finnish territory. With Finnish nationalism on the rise, this could be our last opportunity to do so. \n Should we accept?" + ww1_germany.22.a:0 "Accept the Offer" + ww1_germany.22.b:0 "Refuse the Offer" + + # BULGARIA + ww1_bulgaria.1.t:0 "Invitation to Join the Central Powers" + ww1_bulgaria.1.d:0 "The German Empire has accepted Bulgaria's demand for formal claims on Macedonia, Thrace, and Dobruja, in exchange for us joining the Central Powers. Popular support for this move is massive. Should we accept?" + ww1_bulgaria.1.a:0 "Accept the Offer" + ww1_bulgaria.1.b:0 "Refuse the Offer" + + # ENGLAND + ww1_england.100.t:0 "Edward VII est Mort" + ww1_england.100.d:0 ">>> Traduction Manquante <<<\n\nPour prendre part à l'Effort de Guerre et permettre la traduction complète du Mod, rendez-vous sur:\n\ngithub.com/Wolferos/Hearts-of-Iron-IV-The-Great-War " + ww1_england.100.a:0 "George V est le Nouveau Roi" + ww1_england.100.b:0 "Longue Vie au Roi!" + + ww1_england.101.t:0 "South Africa Act" + ww1_england.101.d:0 "South Africa has joined Canada, Australia, and New Zealand as a more autonomous dominion of the United Kingdom. An act of Parliament unified the Cape of Good Hope, Natal, Orange River Colony, and Transvaal into the Union of South Africa, which was allotted the same quasi-independent state and set of privileges as the rest of the British commonwealth." + ww1_england.101.a:0 "Great, another puppet for the British Empire." + ww1_england.101.b:0 "The Union is formed!" + + ww1_england.102.t:0 "Sinking of the Titanic" + ww1_england.102.d:0 "The RMS Titanic, thought to be unsinkable, has met its end in one of the largest maritime disasters in history, with over 1500 dead. Already, debates are cropping up from local coffee shops all the way up to the parliaments throughout Europe and North America as to why the ship was not properly equipped with enough life rafts, why the comm system was disabled, and why exactly the ship crashed into an iceberg to begin with. This tragedy has attracted international attention and spurred a massive overhaul in maritime safety standards." + ww1_england.102.a:0 "Women and children first!" + ww1_england.102.b:0 "Women and children first!" + + # JAPAN + ww1_japan.100.t:0 "Japan–Korea Annexation Treaty" + ww1_japan.100.d:0 "The Korean Empire, a Japanese puppet state since the assassination of Queen Min in 1895, has just signed a treaty with the Japanese government that resulted in full annexation. Though the Russian Empire and United States are complaining about this measure, no official actions have been taken against Japan yet. It seems that Korea's long legacy will go out with nothing more than a whimper." + ww1_japan.100.a:0 "Oh well." + ww1_japan.100.b:0 "More land for the sun to rise on!" + + # PORTUGAL + ww1_portugal.1.t:0 "Join the Entente?" + ww1_portugal.1.d:0 "The British have asked us to impound German and Austrian ships currently harbored in Portugal. If we accept, we will inevitably be drawn into the war. Should we do so?" + ww1_portugal.1.a:0 "Join the Entente!" + ww1_portugal.1.b:0 "Not now" + + ww1_portugal.100.t:0 "Portugal becomes a Republic" + ww1_portugal.100.d:0 "Mirroring their former colony, Brazil, the Republicans of Portugal have couped the monarchy. A string of blunders by the Monarchy, mostly concerning the colonies and technological development, provoked a very small band of rebels to come together, which quickly earned the support of nearly the entire military. Though the issues the Monarchy faced are unlikely to be easily solved any time soon, at least the anger of the public is quenched, for now." + ww1_portugal.100.a:0 "The Portuguese Republic is proclaimed" + + # ALBANIA + ww1_albania.100.t:0 "Battle of Deçiq" + ww1_albania.100.d:0 "The Albanians have scored an upset victory over Turksih forces today. After a surprise attack on a much numerically superior Ottoman force, the Albanians lured the pursuing Turks into the nearby town of Tuzi, where, joined by rebels from Montenegro, they overwhelmed the bottlenecked forces into a retreat. The Turkish authority in the Balkans has fallen further into question as a result." + ww1_albania.100.a:0 "The Balkans further destabilize." + ww1_albania.100.b:0 "A Great Day for Albania!" + + # FRANCE + ww1_france.100.t:0 "Agadir Crisis" + ww1_france.100.d:0 "Provoked by the increasing power of France over the state, Moroccan citizens have begun a rebellion against Sultan Abdelhamid! As the French are preparing to lift the siege on the palace in Fez, the Germans have sent the SMS Panther to the port of Agadir, in support of the rebels, claiming to be protecting German mercantile interests in the region, presuming that in the event of rebel failure, Morocco will pass to direct control by France. If nothing is done in this situation, war could break out in Europe!" + ww1_france.100.a:0 "The Tension is Growing" + + # ITALY + ww1_italy.6.t:0 "Honor the Triple Alliance." + ww1_italy.6.d:0 "Since 1882, Italy has been a member of the Triple Alliance with Germany and Austria-Hungary. Nominally, we're obligated to join their current war effort. However, we can frame this as a technically offensive war, which would excuse us from joining. What should we do?" + ww1_italy.6.a:0 "Honor the Alliance" + ww1_italy.6.b:0 "Don't Honor the Alliance" + + ww1_italy.7.t:0 "Italy Decided to Honor their Alliance" + ww1_italy.7.d:0 "Unexpectedly, Italy has joined up with the Central Powers during their war effort. This is a major diplomatic issue for the Entente, who now face a major additional rival." + ww1_italy.7.a:0 "Ok" + + # LUXEMBOURG + ww1_luxembourg.1.a:0 "Marie-Adélaïde is now Grand Duchess!" + ww1_luxembourg.1.d:0 "Grand Duke William IV of Luxembourg, the second independent ruler of the country and its first Catholic monarch, has died today after 5 years of regency due to poor health and old age. Marie-Adélaïde has ascended to the throne and is expected to carry on his legacy." + ww1_luxembourg.1.t:0 "Grand Duke William IV Dies!" + + # JAPAN + ww1_japan.3.t:0 "Germany accepts our conditions" + ww1_japan.3.d:0 "Surprisingly, Germany accepted our conditions. We can honor our promise to stay neutral now, which will no doubt anger the United Kingdom, join the Entente anyway, which will displease the United States, or, most interestingly, use this as colateral to join with the Central Powers entirely. What shall we do?" + ww1_japan.3.a:0 "Honor our promise" + ww1_japan.3.b:0 "Help our allies" + ww1_japan.3.c:0 "Join the Central Powers" + + ww1_japan.4.t:0 "Japanese Ultimatum" + ww1_japan.4.d:0 "Japan, allied to United Kingdom, proposes to stay neutral in exchange of all our Pacific and Chinese possessions. Is such a deal worth it to oppose such a faraway adversary?" + ww1_japan.4.a:0 "Don't even bother to answer" + ww1_japan.4.b:0 "Agree" + + ww1_japan.5.t:0 "Emperor Meiji dies" + ww1_japan.5.d:0 "On June 30th, 1912, the Meiji-jidai came to an end. Japan's greatest emperor, Meiji, after 44 long years in power, finally could rule no more. Already, a grand shrine, the Meiji Jingu, is under construction in Tokyo. His son, Yoshihito, has taken office." + ww1_japan.5.a:0 "Tennou heika banzai!" + + ww1_japan.6.t:0 "Japan–Korea Annexation Treaty" + ww1_japan.6.d:0 "The Japan–Korea Treaty has been signed. The Empire of Korea, formerly our puppet state, has been annexed directly into Japan. The public, already being used to Japanese dominance, has hardly even made many complaints. This will be the launching point for Japanese expansion!" + ww1_japan.6.a:0 "Wonderful!" + + ww1_japan.1.t:0 "Ultimatum on Germany" + ww1_japan.1.d:0 "With the recent war that sparked between Germany and our British allies, we can negotiate our neutrality with the German Empire. The price for neutrality is all Germany's Pacific possessions as well as Qingdao." + ww1_japan.1.a:0 "Send the Ultimatum" + ww1_japan.1.b:0 "Ask also for New Guinea, Samoa and Bismarck Archipelago!" + + ww1_japan.2.t:0 "Germany did not answer" + ww1_japan.2.d:0 "Germany did not care for our ultimatum. Our diplomats did not receive any answer. We're obligated to go to war! But we can put it off for a bit if we really need to..." + ww1_japan.2.b:0 "Back down" + ww1_japan.2.a:0 "Declare war" + + # KiS NEWS + kis_news.100.t:0 "South Pole Reached" + kis_news.100.d:0 "On December 14, 1911 Roald Amundsen and four others arrived at the pole, five weeks ahead of a British party led by Robert Falcon Scott as part of the Terra Nova Expedition. Amundsen and his team returned safely to their base, and later learned that Scott and his four companions had died on their return journey." + kis_news.100.a:0 "Perhaps we'll establish colonies..." + + kis_news.101.t:0 "Machu Picchu Uncovered" + kis_news.101.d:0 "Machu Picchu, the grand estate of the Incan king Pachacuti, has been found. Last inhabited around 1550, it has rested nearly untouched by the world community until its rediscovery by American explorer Hiram Bingham. The Peruvian government is gleefully preparing for an influx of easily taxed tourists." + kis_news.101.a:0 "Next stop: Nazca" + + kis_news.102.t:0 "Mass Production" + kis_news.102.d:0 "Something amazing is happening at a factory on Piquette Avenue. Henry Ford's ambitious desire to make an automobile affordable for any consumer has inspired the Assembly Line production scheme. Though the assembly line has been in use since as far back as Roman times, Henry Ford's clever use of moving conveyor belts, specialized machines, and more specifically skilled workers is close to making his dream a reality." + kis_news.102.a:0 "I hope they have one in black" + + kis_news.103.t:0 "Suffragette Demonstrations" + kis_news.103.d:0 "After being disenfranchised for years, women have begun to take to the streets of Washington D.C. and London demanding their right to vote. The American President in particular, perhaps on the suggestion of his wife, has already signed their voting rights into law, and the Prime Minister of the United Kingdom does not seem long behind." + kis_news.103.a:0 "What next?" + + kis_news.104.t:0 "Mata Hari Executed!" + kis_news.104.d:0 "The Dutch courtesian Margaretha MacLeod, better known by the public as Mata Hari, has been tried and executed for espionage by France. Though found guilty easily, complaints of a fixed trial from the defense attorney and seemingly exaggerated charges- such as responsibility for the deaths of 50,000 French soldiers- are arousing whispers of the so-called master spy being nothing more than a scapegoat for the Army's failings." + kis_news.104.a:0 "She staked her life!" + + kis_news.105.t:0 "Spanish Flu" + kis_news.105.d:0 "The H1N1 influenza virus, better known as the Spanish Flu, is spreading like wildfire. Currently, up to 500 million people across the world, including even those on remote Pacific islands and in the Arctic, have been confirmed infected, and 50 to 100 million of them are dead, presumably of the virus. Considering the events of the last few years, perhaps mankind is simply being punished for what it has done." + kis_news.105.a:0 "Disaster!" + + kis_news.106.t:0 "The Olympic Games" + kis_news.106.d:0 "The Olympic Games in Stockholm have opened. New events that will be included this year include art competitions, the decathlon, and even some of the first physical events for Women. Will we attend the ceremonies?" + kis_news.106.a:0 "We will attend" + + kis_news.107.a:0 "This had better not effect the price of tea!" # Xinhai Revolution + + kis_news.108.t:0 "The Balkan League" + kis_news.108.d:0 "In a surprising move, several Balkan countries- including rival states Serbia and Bulgaria- have come together to form the Balkan League, a military alliance stated to have been built up against Austria-Hungary. Though the alliance target is the Hapsburgs, it seems far more likely that the state that divides these four nations would be their target." + kis_news.108.a:0 "The league is formed!" + + kis_news.109.t:0 "Jaurès Assassination" + kis_news.109.d:0 "Jean Jaurès of France was assassinated in the Parisian café, "Le Croissant 146 rue Montmartre", by aptly-named Raoul Villain, a 29 year old French nationalist. Jaurès was scheduled to appear at one of the Internationale's conferences to deliver a protest against the seemingly-impending war, and with his death, the last major social obstacle to French involvement in the coming fight has passed." + kis_news.109.a:0 "Tough luck for him." + + kis_news.110.t:0 "Opening of Panama Canal" + kis_news.110.d:0 "After years of construction, the Panama Canal opened today, estbalishing a more direct connection from Atlantic to Pacific, which will no doubt be a boon to trade in the region, as well as make the area an important strategic location. American Engineers have stunned the world with this amazing feat- with the exceptions, of course, of the British and Germans, who both insist that their canals are better." + kis_news.110.a:0 "Great!" + + kis_news.111.t:0 "Mona Lisa has been stolen" + kis_news.111.d:0 "Last night, a thief has stolen the famous Mona Lisa from the Louvre! This morning, Louis Béroud walked into the Salon Carré portion of the museum, where the Mona Lisa had been on display for five years, only to find four iron pegs on the wall. Local guards claimed the art was being photographed, which turned out to be untrue. Currently, the museum is closed for investigation." + kis_news.111.a:0 "He just walked away with it?" + + kis_news.112.t:0 "The Ottoman Empire joined the Central Powers" + kis_news.112.d:0 "Germany and the Ottoman Empire have had a vaguely close relationship since the end of the Napoleonic Wars, but in recent times, it seems that their bond has become unbreakable. The Ottoman Empire has formally joined the Central Powers." + kis_news.112.a:0 "Ottoman-German Alliance is Ratified" + + kis_news.114.t:0 "Serbia accepted Austrian Demands" + kis_news.114.d:0 "After the assassination of Franz Ferdinand, Austria sent a list of demands to the Serbian government, which, surprising the world, they actually accepted. Serbia is now little more than an Austrian puppet state, which has left most Entente countries fuming, both at this turn of events, and at the loss of an easy opportunity to go after the Habsburg Monarchy." + kis_news.114.a:0 "What are they doing?" + + kis_news.115.t:0 "Should the 1916 Olympic be Canceled?" + kis_news.115.d:0 "Pierre de Coubertin expressed his feelings concerning the 1916 Berlin Games in a letter to the Associated Press, echoing the sentiments of many that the 1916 Olympic Games may be an impractical, impossible event. Though many U.S. Cities have offered to host the games instead, the International Olympic Committee must abide by its own rules and keep the site in Berlin. Perhaps there will simply be no games this years." + kis_news.115.a:0 "The committe wins gold in poor foresight." + + kis_news.116.t:0 "Italy joined the Entente" + kis_news.116.d:0 "Italy today has officially backstabbed its former allies in the Central Powers to join the Entente, at the behest of France. Though this move is not unexpected, or unprecedented for Italy, the Italian state may find itself unprepared for war with their former allies. Of course, it goes without saying that if they lose now, they'll not like the result." + kis_news.116.a:0 "What's to stop them doing it again?" + + kis_news.117.t:0 "Italy joined the Central Powers" + kis_news.117.d:0 "Italy, a former member of the Triple Alliance, the predecessor of the Central Powers, has formally joined the new version of their alliance. French observers are outraged that their attempts to bring them to their side failed, and promise Italy hell to pay." + kis_news.117.a:0 "That's almost surprising." + + kis_news.118.t:0 "First Flight across Mediterranean Sea" + kis_news.118.d:0 "Today, the locals of Bizerte, Tunisia noticed a strange flying object, which was revealed to be Roland Garros, a French professional pilot, in his Morane-Saulnier monoplane. This journey marks the first crossing of the Mediterranean Sea by air, an astounding landmark for the young science of Aviation. Local sailors were reportedly not impressed." + kis_news.118.a:0 "So what? It's just a fad." + + kis_news.119.t:0 "End of the Xinhai Revolution" + kis_news.119.d:0 "The civil war in China has ended. The Qing dynasty has fallen, and a new Republic has been proclaimed in its place. Though the new government was initially viewed with skepticism, the Great Powers have been guaranteed continuing trade in China, and the leases on the various port cities on the Coastline have been renewed. The transition to the new Republic is, therefore, expected to be smooth." + kis_news.119.a:0 "Thank god, the tea is safe!" + + # Trialism has been adopted in Austria-Hungary + kis_news.120.t:0 "Trialism has been adopted in Austria-Hungary" + kis_news.120.d:0 "The Trialism movement originated in the 1880s in aristocratic and clerical circles of the Empire as a reaction to Hungarian nationalism has finaly been adopted. Archduke Franz Ferdinand, the actual Royal Prince of Hungary and of Bohemia, is now at the head of the Kingdom of Hungary and his nephew, Carl I, is in charge of the Kingdom of Croatia." + kis_news.120.a:0 "Will the Balkans finally calm down?" + + + # First Balkan War + ww1_firstbalkan.1.t:0 "The Balkan League" + ww1_firstbalkan.1.d:0 "Though the Tsar of Bulgaria is no friend of Serbia, he has approached us with an interesting offer: Pull together, send out for the rest of the Balkan states, and launch an invasion of the Ottoman Empire to recover the rest of our lost territories. Though in our government are warning of the dangers of a deal with the devil, it's highly unlikely we will recover southern Serbia any other way. Should we accept?" + ww1_firstbalkan.1.a:0 "Accept" + ww1_firstbalkan.1.b:0 "Refuse" + + ww1_firstbalkan.2.t:0 "The Balkan League" + ww1_firstbalkan.2.d:0 "Balkan Countries have come together to form the Balkan League, a military alliance stated to have been built up against Austria-Hungary. Though the alliance target is the Hapsburgs, it seems far more likely that the state that divides these four nations would be their target." + ww1_firstbalkan.2.a:0 "The league is formed!" + + ww1_firstbalkan.3.t:0 "Join the Balkan League" + ww1_firstbalkan.3.d:0 "Serbia is forming the Balkan League and asks us if we'd like to join them.\n\nShould we accept?" + ww1_firstbalkan.3.a:0 "Accept to join the Balkan League" + ww1_firstbalkan.3.b:0 "Refuse to join the Balkan League" + + ww1_firstbalkan.4.t:0 "The War Begins" + ww1_firstbalkan.4.d:0 "The Balkan League has simultaniously begun an invasion of the Ottoman Empire's Balkan region, in an attempte to overwhelm the forces of the Sultan, who have been recovering from their recent military defeats. In addition, Albanians have been rising against local authorities in an attempt to join the fight. Could this be the end of the Turkish presence in Europe?" + ww1_firstbalkan.4.a:0 "Liberate the Balkans!" + + ww1_firstbalkan.5.t:0 "We are beaten" + ww1_firstbalkan.5.d:0 "This war has been a disaster! We have lost effective control over any part of the Balkans, aside from Istanbul and the immediate area around it. We have been forced to surrender almost all of our European territory. Thankfully, if nothing else, we have survived." + ww1_firstbalkan.5.a:0 "Send the Offer" + + ww1_firstbalkan.6.t:0 "Ottomans Offer Terms" + ww1_firstbalkan.6.d:0 "Our victories over the Ottoman Empire have pushed them to the point of surrender. After over 500 years, the Balkans are finally free again!" + ww1_firstbalkan.6.a:0 "Victory!" + + ww1_firstbalkan.100.t:0 "War in the Balkans" + ww1_firstbalkan.100.d:0 "Taking advantage of the weakness of the Ottoman Empire following the Italo-Turkish War, the members of the Balkan League declared War against the Ottoman Empire. Will the Ottoman Empire survive this attack?" + ww1_firstbalkan.100.a:0 "The Balkan League Declared War on the Ottomans" + + ww1_firstbalkan.101.t:0 "Treaty of London" + ww1_firstbalkan.101.d:0 "The Balkan League took advantage of the weakness of the Ottomans and forced them to conced some territories. It's a Victory for the Balkan League and maybe the End of the Ottoman Empire." + ww1_firstbalkan.101.a:0 "The Balkan League is Victorious" + + # Second Balkan War + ww1_secondbalkan.1.t:0 "Claim our rightful territories" + ww1_secondbalkan.1.d:0 "We are not happy with the results of the Balkan War. Despite being promised large amounts of territory, the other members of the Balkan League turned out to be completely unwilling to give up our claims in Macedonia. In repsonse, we should begin an invasion with a surprise attack." + ww1_secondbalkan.1.a:0 "For Greated Bulgaria" + + ww1_secondbalkan.2.t:0 "Romanian Intervention" + ww1_secondbalkan.2.d:0 "Dobruja has been split between Romanian and Bulgarian rule since the Congress of Berlin. The entire territory contains a near-equal part Romanian and Bulgarian population, with a mix of Turks as well. With Bulgaria swamped in its own war, who would stop Romania from taking the rest of the region?" + ww1_secondbalkan.2.a:0 "Punish Bulgaria" + ww1_secondbalkan.2.b:0 "Let it go" + + ww1_secondbalkan.3.t:0 "We are beaten" + ww1_secondbalkan.3.d:0 "The invasion of Macedonia has failed. All of the Macedonian region, as well as Dobruja and the Adrianople area, have fallen into the hands of our enemies. We'll be back for them later- perhaps with friends..." + ww1_secondbalkan.3.a:0 "Send the Offer" + + ww1_secondbalkan.100.t:0 "The Second Balkan War" + ww1_secondbalkan.100.d:0 ""Bulgaria was not happy with the results of the Balkan War. Despite being promised large amounts of territory, Serbia and Greece turned out to be completely unwilling to give up the Bulgarian claims in Macedonia. In repsonse, Bulgaria began an invasion of Serbia with a surprise attack, and then themselves were surprised to find a Greco-Serbian alliance had brewed for this exact situation. Bulgaria is in a tough position- could this ruin the stability of the region forever?"" + ww1_secondbalkan.100.a:0 "Here we go again" + + ww1_secondbalkan.101.t:0 "Treaty of Bucharest" + ww1_secondbalkan.101.d:0 "The Treaty was concluded in the aftermath of the Second Balkan War and amended the previous Treaty of London, which ended the First Balkan War. About one month later, the Bulgarians signed a separate border treaty (the Treaty of Constantinople) with the Ottomans, who had regained some territory west of the Enos-Midia Line during the second war." + ww1_secondbalkan.101.a:0 "Peace at last..." + + ww1_secondbalkan.102.t:0 "Romanian Intervention" + ww1_secondbalkan.102.d:0 "Dobruja has been split between Romanian and Bulgarian rule since the Congress of Berlin. The entire territory contains a near-equal part Romanian and Bulgarian population, with a mix of Turks as well. With Bulgaria swamped in its own war, who would stop Romania from taking the rest of the region?" + ww1_secondbalkan.102.a:0 "Romania is at War with Bulgaria" + + ww1_secondbalkan.103.t:0 "Ottoman Empire joined the Second Balkan War" + ww1_secondbalkan.103.d:0 "Following the Start of The Second Balkan War, the Ottoman Empire decided to take advantage of this situation to try to reclaims some of their lost lands to Bulgaria" + ww1_secondbalkan.103.a:0 "Ottoman Empire is at War with Bulgaria" + + # Alternative History + ww1_alternativehistory.1.t:0 "Instability and Uncertain Future in the Balkans" + ww1_alternativehistory.1.d:0 "Every day, more harrowing news comes in from the Austro-Serbian border. Another German storefront with a bomb thrown in, another attack on a Hapsburg official, more vandalism, more looting. Almost all of the arrested criminals have ties to Serbia, and some even allege government instruction. Serbia has been instructed to use its military to keep the peace, but they have done no such thing, and even seem to continue urging these crimes. Kaiser Franz-Josef has sent out to the Serbian Government, demanding full military cooperation with the Austrian army until this issue is resolved. /n/n Or else." + ww1_alternativehistory.1.a:0 "Hopefully, this fixes things" + ww1_alternativehistory.1.b:0 "How dare they?!" + ww1_alternativehistory.1.c:0 "Those Austrians are going to start a war!" + + ww1_alternativehistory.2.t:0 "Austrian Demands" + ww1_alternativehistory.2.d:0 "Spurred on by crimes in the border region, Austria has sent an order to the Serbian government demanding ''full cooperation'' with Austrian military officials, which would effectively make Serbia a puppet state. Don't they know supporting a glorious South Slavic state would solve these problems? /n/n Still, Serbia is in a tricky situation. If we decline outright, the European community will likely not take it well, and we may be isolated. If we acede to the demands, however, we may end up a puppet state in a situation it will be difficult to change. The Austrian ambassador is waiting for a response. How shall we greet him?" + ww1_alternativehistory.2.a:0 "We won't! (Declare War)" + ww1_alternativehistory.2.b:0 "We shall kneel for him." + + ww1_alternativehistory.3.t:0 "Serbia has accepted Austrian Demands" + ww1_alternativehistory.3.d:0 "Spurred by recent crimes in Serbia, Austria-Hungary has demanded full military cooperation by the Serbians, which would effectively make them a puppet state. Due to their isolation, they have chosen to comply, and are now barely independent from the Hapsburg throne. /n/n When posed the choice of death or dishonor, the Serbians have chosen dishonor." + ww1_alternativehistory.3.a:0 "Serbia lost its Sovereignty" + + ww1_alternativehistory.4.t:0 "Serbia has refused Austrian Demands" + ww1_alternativehistory.4.d:0 "Spurred by recent crimes in Serbia, Austria-Hungary has demanded full military cooperation by the Serbians, which would effectively make them a puppet state. Serbia, despite a lack of international support from any major country, has fully declined this demand, and now finds itself at war with the Kaiser-und-König. /n/n When posed the choice of death or dishonor, the Serbians have chosen death." + ww1_alternativehistory.4.a:0 "Serbia fights for its Sovereignty" + + ww1_alternativehistory.5.t:0 "Fight for Serbian Liberation" + ww1_alternativehistory.5.d:0 "Spurred by recent crimes in Serbia, Austria-Hungary has demanded full military cooperation by the Serbians, which would effectively make them a puppet state, which the Serbs have complied with. This is a major issue for the Russian Empire. If we attack Austria-Hungary now to liberate Serbia, we will be blamed for starting trouble over a defused situation, and be downright vilified if we lose. On the other hand, if we are to stay out of things, we risk further instability, due to the anger of the Panslav lobby currently controlling our government. Which is the lesser evil?" + ww1_alternativehistory.5.a:0 "Liberate Serbian Nation" + ww1_alternativehistory.5.b:0 "Abandon Serbian Nation" + + ww1_alternativehistory.6.t:0 "Fight for Serbian Sovereignty" + ww1_alternativehistory.6.d:0 "Spurred by recent crimes in Serbia, Austria-Hungary has demanded full military cooperation by the Serbians, which would effectively make them a puppet state, which the Serbs have refused. This is a major issue for the Russian Empire. If we attack Austria-Hungary now to assist Serbia, we will be blamed for intervening in matters out of our business, and be downright vilified if we lose. On the other hand, if we are to stay out of things, we risk further instability, due to the anger of the Panslav lobby currently controlling our government. Which is the lesser evil?" + ww1_alternativehistory.6.a:0 "Fight for Serbian Sovereignty" + ww1_alternativehistory.6.b:0 "Abandon Serbian Nation" + + ww1_alternativehistory.7.t:0 "Russia Declares War on Austria" + ww1_alternativehistory.7.d:0 "The Russian Empire has opted for war against the Austro-Hungarian Empire, allegedly in an attempt to assist Serbia. Despite seemingly good intentions, almost all powers of Europe agree that this is simple Russian expansionism into Hapsburg territory, and most have withdrawn their support for the Tsar, though it's rumored that France may still yet join in this war. It seems Otto von Bismarck's prediction of the next great European war has come true." + ww1_alternativehistory.7.a:0 "It won't be without consequences" + + ww1_alternativehistory.8.t:0 "Fight for Serbian Sovereignty" + ww1_alternativehistory.8.d:0 "The Russians have failed to support Serbia in their recent time of crisis, surprising many French observers. Despite this, we have just enough justification to do the job ourselves, and declare war on Austria in support of Serbia. It IS a quite flimsy excuse, so the international community will not look kindly upon the attempt, especially our allies, who will no doubt accuse us of warmongering. Still, an opportunity is an opportunity..." + ww1_alternativehistory.8.a:0 "Fight for Serbian Sovereignty" + ww1_alternativehistory.8.b:0 "Abandon Serbian Nation" + + ww1_alternativehistory.9.t:0 "France Declares War on Austria" + ww1_alternativehistory.9.d:0 "France has declared war on Austria-Hungary over the standings of Serbia, a move which has shocked many spectators. Though the obvious logistical issues of attacking Austria are present, it is thought that these will be solved with the entry of Austria's allies, the German Empire and Italy, into the war. France stands virtually isolated against some of the greatest powers of Europe- could this be the end of her republic?" + ww1_alternativehistory.9.a:0 "This war won't be so great after all." + + ww1_alternativehistory.10.t:0 "Austrian Intervention in the Balkans" + ww1_alternativehistory.10.d:0 "The Austrians have demanded an immediate end to the conflict in the Balkans, not wishing to see the region become any more destabilized than it already stands. With the German Empire and Italy both supporting this call, we have no choice but to back off...for now." + ww1_alternativehistory.10.a:0 "We have no other choice" + + # Franz Ferdinand + ww1_franzferdinand.1.t:0 "Franz Ferdinand is dead!" + ww1_franzferdinand.1.d:0 "Franz Ferdinand, the esteemed Archduke of Austria-Este, and crown prince of the Austro-Hungarian Empire, lies dead. His noble wife rests beside him. Franz Josef has lost another heir, and to the damned, vile, sons of bastards that are the Serbians. The Serbian government officially denies involvement with assassin Gavrilo Princip, blaming the Black Hand, though few believe a lack of government involvement. We have sent compensation demands to the Serbians. If they decline, they'll have hell to pay." + ww1_franzferdinand.1.a:0 "They'll ALL pay!" + + ww1_franzferdinand.2.t:0 "Austrian Demands" + ww1_franzferdinand.2.d:0 "Austria has sent the Serbian government a series of demands after Gavrilo Princip, who assassinated Archduke Ferdinand, implicated us. These demands would render us little more than a puppet state. Thankfully, the Russians and French are backing us up to completely deny any compensation to those old Habsburgs at all. What we do here could change the world. What is your response?" + ww1_franzferdinand.2.b:0 "Serbia accepts." + ww1_franzferdinand.2.a:0 "Serbia will fight!" + + ww1_franzferdinand.3.t:0 "July Crisis" + ww1_franzferdinand.3.d:0 "First our beloved Kronprinz is shot by some hot-headed anarchist. Then, the Serbians, emboldended by their ties to Russia, decline our list of very simple and reasonable demands for compensation. So be it. If Serbia will not accept Austrian rule in Bosnia, and will fire off at any government official until the spoiled brats get their way, then Austria will simply extend rule over their own territory, and ensure no so-called ''independent assassin'' ever gets another attempt again!" + ww1_franzferdinand.3.a:0 "So it all begins. (Declare War)" + ww1_franzferdinand.3.b:0 "Can we talk about this?" + + ww1_franzferdinand.4.t:0 "Mobilize against Austria Hungary" + ww1_franzferdinand.4.d:0 "The Austrians have declared war on the Serbians. Perfect. The Russian bear shall have a great feast of the Slavic lands in Austria, and tear our old rival to shreds! Of course, a protracted war will likely lead to outright revolution, especially if that unpatriotic commoner Lenin is sent back here. But what are the chances of that?" + ww1_franzferdinand.4.a:0 "None! (Declare War) " + ww1_franzferdinand.4.b:0 "It's just too risky." + + ww1_franzferdinand.5.t:0 "Dual Alliance" + ww1_franzferdinand.5.d:0 "Russia, that land of drunkards and jingoists, has declared war on our brotherly empire of Austria-Hungary on the almost insulting grounds of protecting that criminal state Serbia, which isn't even theirs to protect. Obviously, this means war!" + ww1_franzferdinand.5.a:0 "For the Reich! (Declare War)" + + ww1_franzferdinand.6.t:0 "Honour the Triple Alliance?" + ww1_franzferdinand.6.d:0 "Our allies, Germany and Austria-Hungary are now at war. Of course, Italy isn't truly prepared for conflict either way. Luckily, we have a way out: We can technically decry this as a war of aggression, non-binding to the Triple Alliance, and sneak out of the conflict. What will Italy do?" + ww1_franzferdinand.6.a:0 "Grazie Dio, a way out." + ww1_franzferdinand.6.b:0 "Honor the Alliance! (Declare War)" + + ww1_franzferdinand.7.t:0 "Support our Ally Serbia" + ww1_franzferdinand.7.d:0 "War has broken out between Austria-Hungary and our ally Serbia! The Entente is backing Serbia, while Germany backs the Austrians. While this war could be huge, and result in the end of our territory, are we not obliged to help Serbia as they have helped us so often before?" + ww1_franzferdinand.7.a:0 "Of course we are! (Declare War)" + ww1_franzferdinand.7.b:0 "Not this time. Sorry." + + ww1_franzferdinand.8.d:0 "We have tried negotiations with France to keep them out of the war between our alliance and the Russians, but such actions have failed. The only response is a preemptive strike! The Schlieffen Plan condones an attack through Belgium, though this would be relieved if we additionally invaded through the Netherlands. The United Kingdom nominally backs Belgium, however, surely those cowards won't actually declare war on us in case of invasion. What should we do, Seiner Majestät?" + ww1_franzferdinand.8.t:0 "Schlieffen Plan" + ww1_franzferdinand.8.a:0 "Execute the Schlieffen-Moltke Plan" + ww1_franzferdinand.8.b:0 "Execute the 1905 Schlieffen Plan" + ww1_franzferdinand.8.c:0 "We are not Ready yet" + + ww1_franzferdinand.102.t:0 "Serbia Refused Austrian Demands" + ww1_franzferdinand.102.d:0 "Serbia's refusal of the Austrian demands led to a declaration of war, which will no doubt be followed by countless others. Here begins the downward spiral into world war!" + ww1_franzferdinand.102.a:0 "Dear God, what have we done?" + + ww1_franzferdinand.101.t:0 "General Mobilization Throughout Europe" + ww1_franzferdinand.101.d:0 "All Major European Countries, as well as most minor ones, have ordered full-fledged military mobilization. The last chance for peace has passed, with the explosion of the powder keg. The Great War has begun." + ww1_franzferdinand.101.a:0 "Pray for survival!" + + # Zimmermann Telegram + ww1_zimmermanntelegram.1.t:0 "Send the Zimmermann Telegram" + ww1_zimmermanntelegram.1.d:0 "From Kaiser Wilhelm II to the Mexican president :\n\n'We intend to begin on the first of February unrestricted submarine warfare. We shall endeavor in spite of this to keep the United States of America neutral. In the event of this not succeeding, we make Mexico a proposal of alliance on the following basis: make war together, make peace together, generous financial support and an understanding on our part that Mexico is to reconquer the lost territory in Texas, New Mexico, and Arizona." + ww1_zimmermanntelegram.1.a:0 "Send the Telegram to Mexico" + + ww1_zimmermanntelegram.2.t:0 "British Intelligence Intercepted The Zimmermann Telegram" + ww1_zimmermanntelegram.2.d:0 "We intercepted this telegram in Mexico with the help of one of our Agent.\n\nFrom Kaiser Wilhelm II to the Mexican president : \nWe intend to begin on the first of February unrestricted submarine warfare. We shall endeavor in spite of this to keep the United States of America neutral. In the event of this not succeeding, we make Mexico a proposal of alliance on the following basis: make war together, make peace together, generous financial support and an understanding on our part that Mexico is to reconquer the lost territory in Texas, New Mexico, and Arizona." + ww1_zimmermanntelegram.2.a:0 "Release it in the Press" + + ww1_zimmermanntelegram.3.t:0 "British Intelligence Intercepted The Zimmermann Telegram" + ww1_zimmermanntelegram.3.d:0 "British Intelligence Intercepted this Telegram in Mexico:\n\nFrom Kaiser Wilhelm II to the Mexican president : \nWe intend to begin on the first of February unrestricted submarine warfare. We shall endeavor in spite of this to keep the United States of America neutral. In the event of this not succeeding, we make Mexico a proposal of alliance on the following basis: make war together, make peace together, generous financial support and an understanding on our part that Mexico is to reconquer the lost territory in Texas, New Mexico, and Arizona." + ww1_zimmermanntelegram.3.a:0 "It's worrying" + + ww1_zimmermanntelegram.4.t:0 "We Received a Telegram" + ww1_zimmermanntelegram.4.d:0 "From Kaiser Wilhelm II to the Mexican president : \nWe intend to begin on the first of February unrestricted submarine warfare. We shall endeavor in spite of this to keep the United States of America neutral. In the event of this not succeeding, we make Mexico a proposal of alliance on the following basis: make war together, make peace together, generous financial support and an understanding on our part that Mexico is to reconquer the lost territory in Texas, New Mexico, and Arizona." + ww1_zimmermanntelegram.4.a:0 "Accept the Offer" + ww1_zimmermanntelegram.4.b:0 "Refuse the Offer" + + ww1_zimmermanntelegram.5.t:0 "Meixco Accepted the German Offer" + ww1_zimmermanntelegram.5.d:0 "Arthur Zimmerman has authorized a diplomatic offer to Mexico, asking for Mexican support against the Entente in exchange for German support in the case of American intervention and, of course, territorial compensation in the latter case.\n\nMexico has agreed to this agreement" + ww1_zimmermanntelegram.5.a:0 "What does it mean for USA?" + + ww1_zimmermanntelegram.6.t:0 "Meixco Refused the German Offer" + ww1_zimmermanntelegram.6.d:0 "Arthur Zimmerman has authorized a diplomatic offer to Mexico, asking for Mexican support against the Entente in exchange for German support in the case of American intervention and, of course, territorial compensation in the latter case.\n\nMexico has refused this agreement" + ww1_zimmermanntelegram.6.a:0 "Will they remain neutral?" + + # Agadir Crisis + ww1_morocco.1.t:0 "La Crise d'Agadir" + ww1_morocco.1.d:0 "The Agadir Crisis, also called the Second Moroccan Crisis, was the international tension sparked by the deployment of the German gunboat Panther, to the Moroccan port of Agadir on July 1 1911. A rebellion broke out in Morocco against the Sultan. By early April 1911 the Sultan was besieged in his palace in Fez and the French prepared to send troops to help put down the rebellion under the pretext of protecting European lives and property, the French dispatched a flying column at the end of April 1911. On 5 June 1911 the Spanish occupied Larache and Ksar-el-Kebir. On 1 July 1911 the German gunboat Panther arrived at the port of Agadir, there was an immediate reaction from the French and the British. Franco-German negotiations initiated on July 9 in 1911 toward the Treaty of Fez led to a convention under which Germany accepted Frances position in Morocco in return for territory in the French Equatorial African colony of Middle Congo." + ww1_morocco.1.a:0 "The Moroccan Crises" + + ww1_morocco.2.t:0 "La Crise d'Agadir" + ww1_morocco.2.d:0 "The Agadir Crisis, also called the Second Moroccan Crisis, was the international tension sparked by the deployment of the German gunboat Panther, to the Moroccan port of Agadir on July 1 1911. A rebellion broke out in Morocco against the Sultan. By early April 1911 the Sultan was besieged in his palace in Fez and the French prepared to send troops to help put down the rebellion under the pretext of protecting European lives and property, the French dispatched a flying column at the end of April 1911. On 5 June 1911 the Spanish occupied Larache and Ksar-el-Kebir. On 1 July 1911 the German gunboat Panther arrived at the port of Agadir, there was an immediate reaction from the French and the British. Franco-German negotiations initiated on July 9 in 1911 toward the Treaty of Fez led to a convention under which Germany accepted Frances position in Morocco in return for territory in the French Equatorial African colony of Middle Congo." + ww1_morocco.2.a:0 "The Moroccan Crises" + + ww1_morocco.3.t:0 "La Crise d'Agadir" + ww1_morocco.3.d:0 "The Agadir Crisis, also called the Second Moroccan Crisis, was the international tension sparked by the deployment of the German gunboat Panther, to the Moroccan port of Agadir on July 1 1911. A rebellion broke out in Morocco against the Sultan. By early April 1911 the Sultan was besieged in his palace in Fez and the French prepared to send troops to help put down the rebellion under the pretext of protecting European lives and property, the French dispatched a flying column at the end of April 1911. On 5 June 1911 the Spanish occupied Larache and Ksar-el-Kebir. On 1 July 1911 the German gunboat Panther arrived at the port of Agadir, there was an immediate reaction from the French and the British. Franco-German negotiations initiated on July 9 in 1911 toward the Treaty of Fez led to a convention under which Germany accepted Frances position in Morocco in return for territory in the French Equatorial African colony of Middle Congo." + ww1_morocco.3.a:0 "The Moroccan Crises" + + ww1_morocco.4.t:0 "Traité de Fez" + ww1_morocco.4.d:0 "France officially established a protectorate over Morocco with the Treaty of Fez, From a strictly legal point of view, the treaty did not deprive Morocco of its status as a sovereign state. The Sultan reigned but did not rule, Sultan Abdelhafid abdicated in favor of his brother Yusef after signing the treaty. On April 17 1912, Moroccan infantrymen mutinied in the French garrison in Fez. The Moroccans were unable to take the city and were defeated by a French relief force. In late May 1912, Moroccan forces again unsuccessfully attacked the enhanced French garrison at Fez, ending what remained of the country's de facto independence" + ww1_morocco.4.a:0 "Establish a protectorate!" + + ww1_morocco.5.t:0 "Treaty de Fez" + ww1_morocco.5.d:0 "France officially established a protectorate over Morocco with the Treaty of Fez, From a strictly legal point of view, the treaty did not deprive Morocco of its status as a sovereign state. The Sultan reigned but did not rule, Sultan Abdelhafid abdicated in favor of his brother Yusef after signing the treaty. On April 17 1912, Moroccan infantrymen mutinied in the French garrison in Fez. The Moroccans were unable to take the city and were defeated by a French relief force. In late May 1912, Moroccan forces again unsuccessfully attacked the enhanced French garrison at Fez, ending what remained of the country's de facto independence" + ww1_morocco.5.a:0 "Establish a protectorate!" + + ww1_morocco.6.t:0 "Morocco is Ours!" + ww1_morocco.6.d:0 "The rebels, backed by our military presence, have overthrown the Sultan and accepted protection from the German Empire. On top of that, the French have unexpectedly began to withdraw from the region, drawing their troops back to the border of Algeria. Morocco is now unquestionaly German, and gunboat diplomacy has prevailed!" + ww1_morocco.6.a:0 "Wunderbar!" + + ww1_morocco.7.t:0 "France Offers Cameroon Concession" + ww1_morocco.7.d:0 "As the Agadir Crisis begins to boil over, the French have come to us with a proposition: German merchants can stay in Morocco, and we get part of the French Congo, in exchange for recognizing French control over the region. The territory is not particularly useful land by any means, but it would be a good way to save face without a declaration of war. Of course, if you want the territory so bad, Meine Kaiser, we could always fight for it..." + ww1_morocco.7.a:0 "It is best to save face." + ww1_morocco.7.b:0 "No, war it is!" + + # Italian-Turkish War + ww1_italianturkish.1.t:0 "Italo-Turkish War" + ww1_italianturkish.1.d:0 "The Italians have been denied a colony in Tunisia, and thus must seek any territory available to her. The Turks are isolated and weak, and seem to be the best possible target to ''liberate'' new Italian colonies from. We could even, perhaps, earn some more territory in the course of the war! Italia combatterà!" + ww1_italianturkish.1.a:0 "Claim Libya!" + + ww1_italianturkish.2.t:0 "Italo-Turkish War" + ww1_italianturkish.2.d:0 "Those godless Italians have mounted an invasion of our territory, trying to steal it for their own! They seem to be after Libya specifically, and our defense of the area seems to be a long shot at best. Still, nothing the Sublime Sultanate can't stand, surely! Libyan volunteers have already been rallied, and Regulars are on their way from the contiguous empire!" + ww1_italianturkish.2.a:0 "Mobilise Libyian volunteers to the defense!" + + ww1_italianturkish.3.t:0 "We are Losing!" + ww1_italianturkish.3.d:0 "While Libya is a nice piece of land, and the only true Turkish colony, it seems to be a better idea to give it up than lose our empire. Should we send for peace?" + ww1_italianturkish.3.a:0 "Cut our Losses!" + ww1_italianturkish.3.b:0 "No surrender!" + + ww1_italianturkish.4.t:0 "Ottomans Offer Terms" + ww1_italianturkish.4.d:0 "The Turks have been pushed to the point of surrender. They are offering us Libya and a temporary occupation of the Dodecanese islands, though no doubt we can make that permenant. These are great terms for a short war. We can push for more, but perhaps this peace is enough?" + ww1_italianturkish.4.a:0 "Take Libya and the Dodecanese" + ww1_italianturkish.4.b:0 "Nothing but total victory!" + + ww1_italianturkish.5.t:0 "Italians Refuse" + ww1_italianturkish.5.d:0 "The Italians have foolishly declined to take our offer of peace." + ww1_italianturkish.5.a:0 "Fight to the Death!" + + # Treaty of Versailles + ww1_armistice.3.t:0 "Armistice with the Allies" + ww1_armistice.3.d:0 "The situation in Germany has become far too much to bear. With the Entente creeping further to our borders and our people in a state of unquenchable anger, despite any gains, we must simply quit out. Many in the General Staff are furious, but at least have an outlet for their anger: the inevitable Civil War expected to follow shortly. This is the hell all Germans feared." + ww1_armistice.3.a:0 "You haven't heard the last of us!" + + ww1_armistice.1.t:0 "L'Armistice de Compiègne" + ww1_armistice.1.d:0 "A German delegation headed by Matthias Erzberger has returned from a meeting with Marshal Foch aboard a train near Compiègne, with full notice of German surrender. The war is over, and now the winners will recieve their spoils. A German state will survive, but little else is certain as of now." + ww1_armistice.1.a:0 "Finally, the war is over." + + ww1_armistice.2.t:0 "Traité de Versailles" + ww1_armistice.2.d:0 "The Entente- now referring to themselves as the ''Allies''- have thrown a series of crushing demands on the back of the German state in the wake of the war's end. Notable stipulations include full German acceptance as harbinger of the war- whether or not they actually started it- a Demilitarized Zone in the Rheinland, and massive reparations, on top of the expected territorial losses and disarmament. Spectators were shocked at the cruelty of the treaty, and few expect it to last particularly long." + ww1_armistice.2.a:0 "Uh-oh, here we go again..." + + + # GENERIC + generic.2.t:0 "Choose your difficulty" + generic.2.d:0 "lorem ipsum" + generic.2.a:0 "Let me choose" + + generic.3.t:0 "Bienvenue sur The Great War" + generic.3.d:0 "Vous êtes un joueur expérimenté sur Hearts of Iron et vous voulez du Challenge ? Ça tombe bien, nous avons ajouté de nouvelles difficultés.\n\nChoissisez parmis ces 4 options pour voir de quel bois vous êtes fait !" + generic.3.a:0 "Tinky Winki Eh-Ho!" + generic.3.b:0 "Non, pas aujourd'hui" + generic.3.c:0 "I've got Balls of Steel" + generic.3.e:0 "Nous dînerons en Enfer ce soir ! HA-OOH!" diff --git a/mod/thegreatwar/localisation/ww1_factions_l_french.yml b/mod/thegreatwar/localisation/ww1_factions_l_french.yml new file mode 100755 index 000000000..9d323fee6 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_factions_l_french.yml @@ -0,0 +1,5 @@ +l_french: + entente:0 "Entente" + central_powers:0 "Empires Centraux" + anti_bulg_league:0 "Ligue Anti-Bulgare" + balkan_league:0 "Ligue Balkanique" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_focus_l_french.yml b/mod/thegreatwar/localisation/ww1_focus_l_french.yml new file mode 100755 index 000000000..7c8629399 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_focus_l_french.yml @@ -0,0 +1,868 @@ +l_french: + + uk_japan_focus:0 "Japanese Alliance" + uk_japan_focus_desc:0 "TODO" + uk_cyprus_focus:0 "Seize Cyprus" + uk_turkey_friend_focus:0 "Befriend Ottomans" + uk_resadiye_focus:0 "Ottoman Dreadnoughts" + uk_greece_friend_focus:0 "Befriend Greece" + uk_thessaloniki_focus:0 "Seize Thessaloniki" + uk_romania_focus:0 "Befriend Romania" + uk_portugal_focus:0 "Befriend Portugal" + uk_conscription_focus:0 "Enact Conscription" + uk_glorious_isolation:0 "Glorious Isolation" + uk_ireland_release:0 "Release Ireland" + uk_ireland_crush:0 "Crush The Irish" + uk_lawrence_focus:0 "Send T.E. Lawrence" + uk_arab_focus:0 "Arab Uprising" + uk_soviet_focus:0 "Russian Intervention" + uk_cyprus_focus_desc:0 "TODO" + uk_turkey_friend_focus_desc:0 "TODO" + uk_resadiye_focus_desc:0 "TODO" + uk_greece_friend_focus_desc:0 "TODO" + uk_thessaloniki_focus_desc:0 "TODO" + uk_romania_focus_desc:0 "TODO" + uk_portugal_focus_desc:0 "TODO" + uk_conscription_focus_desc:0 "TODO" + uk_glorious_isolation_desc:0 "TODO" + uk_ireland_release_desc:0 "TODO" + uk_ireland_crush_desc:0 "TODO" + uk_lawrence_focus_desc:0 "TODO" + uk_arab_focus_desc:0 "TODO" + uk_soviet_focus_desc:0 "TODO" + GER_strat_bombing:0 "Zeppelin Campaign" + GER_diplomatic_effort:0 "Diplomatic Effort" + GER_triple_alliance:0 "Triple Alliance" + GER_place_in_the_sun:0 "A Place in the Sun" + GER_test_entente:0 "Test Entente Resolve" + GER_bulgaria:0 "Befriend Bulgaria" + GER_back_austria:0 "Support Austrian Expansionism" + GER_strat_bombing_desc:0 "TODO" + GER_diplomatic_effort_desc:0 "TODO" + GER_triple_alliance_desc:0 "TODO" + GER_place_in_the_sun_desc:0 "TODO" + GER_test_entente_desc:0 "TODO" + GER_bulgaria_desc:0 "TODO" + GER_back_austria_desc:0 "TODO" + GER_army_innovation_3:0 "Army Innovations III" + GER_army_innovation_4:0 "Army Innovations IV" + GER_army_innovation_3_desc:0 "TODO" + GER_army_innovation_4_desc:0 "TODO" + GER_baghdad:0 "Berlin-Baghdad Railway" + GER_baghdad_desc:0 "TODO" + GER_japan_pacific:0 "Japanese Pacific Gambit" + GER_japan_pacific_desc:0 "TODO" + TUR_army_effort:0 "Army Effort" + TUR_equipment_effort:0 "Equipment Effort" + TUR_doctrine_effort:0 "Doctrine Effort" + TUR_equipment_effort_2:0 "Equipment Effort II" + TUR_doctrine_effort_2:0 "Doctrine Effort II" + TUR_equipment_effort_3:0 "Equipment Effort III" + TUR_armor_effort:0 "Armor Effort" + TUR_special_forces:0 "Special Forces" + TUR_aviation_effort:0 "Aviation Effort" + TUR_fighter_focus:0 "Fighter Focus" + TUR_bomber_focus:0 "Bomber Focus" + TUR_aviation_effort_2:0 "Aviation Effort II" + TUR_CAS_effort:0 "CAS Effort" + TUR_NAV_effort:0 "NAV Effort" + TUR_naval_effort:0 "Naval Effort" + TUR_flexible_navy:0 "Flexible Navy" + TUR_large_navy:0 "Large Navy" + TUR_submarine_effort:0 "Submarine Effort" + TUR_cruiser_effort:0 "Cruiser Effort" + TUR_destroyer_effort:0 "Destroyer Effort" + TUR_capital_ships_effort:0 "Capital Ship Effort" + TUR_industrial_effort:0 "Industrial Effort" + TUR_construction_effort:0 "Construction Effort" + TUR_production_effort:0 "Armament Effort" + TUR_construction_effort_2:0 "Construction Effort II" + TUR_production_effort_2:0 "Armament Effort II" + TUR_infrastructure_effort:0 "Infrastructure Effort" + TUR_production_effort_3:0 "Armament Effort III" + TUR_infrastructure_effort_2:0 "Infrastructure Effort II" + TUR_construction_effort_3:0 "Construction Effort III" + TUR_extra_tech_slot:0 "Extra Research Slot" + TUR_extra_tech_slot_2:0 "Extra Research Slot II" + TUR_dreadnoughts:0 "Order Dreadnoughts" + TUR_german_advisors:0 "German Advisors" + TUR_british_advisors:0 "British Advisors" + TUR_baghdad:0 "Berlin-Baghdad Railway" + TUR_albania:0 "Albanian Independence" + TUR_russian_ports:0 "Shell Russian Ports" + TUR_second_balkan:0 "Recover Lost Territory" + TUR_mosul_oil:0 "Mosul Oilfields" + TUR_fortify_gallipoli:0 "Fortify Gallipoli" + TUR_asienkorps:0 "Asienkorps" + TUR_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + TUR_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + TUR_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + TUR_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + TUR_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + TUR_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + TUR_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + TUR_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + TUR_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + TUR_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + TUR_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + TUR_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + TUR_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + TUR_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + TUR_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + TUR_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + TUR_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + TUR_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + TUR_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + TUR_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + TUR_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + TUR_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + TUR_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + TUR_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + TUR_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + TUR_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + TUR_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + TUR_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + TUR_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + TUR_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + TUR_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + TUR_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + TUR_dreadnoughts_desc:0 "TODO" + TUR_german_advisors_desc:0 "TODO" + TUR_british_advisors_desc:0 "TODO" + TUR_baghdad_desc:0 "TODO" + TUR_albania_desc:0 "TODO" + TUR_russian_ports_desc:0 "TODO" + TUR_second_balkan_desc:0 "TODO" + TUR_mosul_oil_desc:0 "TODO" + TUR_fortify_gallipoli_desc:0 "TODO" + TUR_asienkorps_desc:0 "TODO" + TUR_cp:0 "Ottoman-German Alliance" + TUR_cp_desc:0 "TODO" + ITA_libyan_claims:0 "Libyan Claims" + ITA_dodecanese:0 "Claim Adriatic Islands" + ITA_end_ottoman:0 "End Ottoman Conflict" + ITA_tunisia:0 "Claim Tunisia" + ITA_tyrol:0 "Claim Tyrol" + ITA_albanian_protectorate:0 "Albanian Protectorate" + ITA_triple_alliance:0 "Reaffirm Triple Alliance" + ITA_neutrality_focus:0 "Leave Triple Alliance" + ITA_entente:0 "Join The Entente" + ITA_trieste:0 "Claim Trieste" + ITA_french_claims:0 "Claims on France" + ITA_jubaland:0 "Demand Jubaland" + ITA_german_africa:0 "Claims on German Africa" + ITA_egypt:0 "Claim Egypt" + ITA_fascism_focus:0 "Fascist Tendencies" + ITA_communism_focus:0 "Communist Tendencies" + ITA_libyan_claims_desc:0 "TODO" + ITA_dodecanese_desc:0 "TODO" + ITA_end_ottoman_desc:0 "TODO" + ITA_tunisia_desc:0 "TODO" + ITA_tyrol_desc:0 "TODO" + ITA_albanian_protectorate_desc:0 "TODO" + ITA_triple_alliance_desc:0 "TODO" + ITA_neutrality_focus_desc:0 "TODO" + ITA_entente_desc:0 "TODO" + ITA_trieste_desc:0 "TODO" + ITA_french_claims_desc:0 "TODO" + ITA_jubaland_desc:0 "TODO" + ITA_german_africa_desc:0 "TODO" + ITA_egypt_desc:0 "TODO" + ITA_fascism_focus_desc:0 "TODO" + ITA_communism_focus_desc:0 "TODO" + ITA_alpine_forts:0 "Alpine Fortifications" + ITA_alpine_forts_desc:0 "TODO" + FRA_fascist_focus:0 "Fascist Coup" + FRA_national_mobilization_2:0 "National Mobilization" + FRA_greece:0 "Pressure Greece" + FRA_greece_friend:0 "Befriend Greece" + FRA_russia:0 "Strengthen Russian Ties" + FRA_agadir:0 "Annex Morocco" + FRA_fascist_focus_desc:0 "TODO" + FRA_national_mobilization_2_desc:0 "TODO" + FRA_greece_desc:0 "TODO" + FRA_greece_friend_desc:0 "TODO" + FRA_russia_desc:0 "TODO" + FRA_agadir_desc:0 "TODO" + FRA_alsace:0 "Reclaim Alsace-Lorraine" + FRA_alsace_desc:0 "TODO" + RUS_army_effort:0 "Army Effort" + RUS_equipment_effort:0 "Equipment Effort" + RUS_doctrine_effort:0 "Doctrine Effort" + RUS_equipment_effort_2:0 "Equipment Effort II" + RUS_doctrine_effort_2:0 "Doctrine Effort II" + RUS_equipment_effort_3:0 "Equipment Effort III" + RUS_armor_effort:0 "Armor Effort" + RUS_special_forces:0 "Special Forces" + RUS_aviation_effort:0 "Aviation Effort" + RUS_fighter_focus:0 "Fighter Focus" + RUS_bomber_focus:0 "Bomber Focus" + RUS_aviation_effort_2:0 "Aviation Effort II" + RUS_CAS_effort:0 "CAS Effort" + RUS_NAV_effort:0 "NAV Effort" + RUS_naval_effort:0 "Naval Effort" + RUS_flexible_navy:0 "Flexible Navy" + RUS_large_navy:0 "Large Navy" + RUS_submarine_effort:0 "Submarine Effort" + RUS_cruiser_effort:0 "Cruiser Effort" + RUS_destroyer_effort:0 "Destroyer Effort" + RUS_capital_ships_effort:0 "Capital Ship Effort" + RUS_industrial_effort:0 "Industrial Effort" + RUS_construction_effort:0 "Construction Effort" + RUS_production_effort:0 "Armament Effort" + RUS_construction_effort_2:0 "Construction Effort II" + RUS_production_effort_2:0 "Armament Effort II" + RUS_infrastructure_effort:0 "Infrastructure Effort" + RUS_production_effort_3:0 "Armament Effort III" + RUS_infrastructure_effort_2:0 "Infrastructure Effort II" + RUS_construction_effort_3:0 "Construction Effort III" + RUS_extra_tech_slot:0 "Extra Research Slot" + RUS_extra_tech_slot_2:0 "Extra Research Slot II" + RUS_political_effort:0 "Political Effort" + RUS_collectivist_ethos:0 "Collectivist Ethos" + RUS_nationalism_focus:0 "Nationalism Focus" + RUS_internationalism_focus:0 "Internationalism Focus" + RUS_liberty_ethos:0 "Liberty Ethos" + RUS_militarism:0 "Militarism" + RUS_political_correctness:0 "Political Correctness" + RUS_neutrality_focus:0 "Neutrality Focus" + RUS_interventionism_focus:0 "Interventionism Focus" + RUS_military_youth:0 "Military Youth" + RUS_deterrence:0 "Deterrence" + RUS_volunteer_corps:0 "Volunteer Corps" + RUS_paramilitarism:0 "Paramilitarism" + RUS_indoctrination_focus:0 "Indoctrination" + RUS_foreign_expeditions:0 "Foreign Expeditions" + RUS_why_we_fight:0 "Why We Fight" + RUS_political_commissars:0 "Political Commissars" + RUS_ideological_fanaticism:0 "Ideological Fanaticism" + RUS_technology_sharing:0 "Technology Sharing" + RUS_heilongjiang:0 "Annex Heilongjiang" + RUS_persia:0 "Persian Zone of Influence" + RUS_japan:0 "Avenge Tsushima" + RUS_neutral:0 "Withdraw from Entente" + RUS_entente:0 "Reaffirm Entente" + RUS_slavic_guarantee:0 "Guarantee Slavic Independence" + SER_army_effort:0 "Army Effort" + SER_equipment_effort:0 "Equipment Effort" + SER_doctrine_effort:0 "Doctrine Effort" + SER_equipment_effort_2:0 "Equipment Effort II" + SER_doctrine_effort_2:0 "Doctrine Effort II" + SER_equipment_effort_3:0 "Equipment Effort III" + SER_armor_effort:0 "Armor Effort" + SER_special_forces:0 "Special Forces" + SER_aviation_effort:0 "Aviation Effort" + SER_fighter_focus:0 "Fighter Focus" + SER_bomber_focus:0 "Bomber Focus" + SER_aviation_effort_2:0 "Aviation Effort II" + SER_CAS_effort:0 "CAS Effort" + SER_NAV_effort:0 "NAV Effort" + SER_naval_effort:0 "Naval Effort" + SER_flexible_navy:0 "Flexible Navy" + SER_large_navy:0 "Large Navy" + SER_submarine_effort:0 "Submarine Effort" + SER_cruiser_effort:0 "Cruiser Effort" + SER_destroyer_effort:0 "Destroyer Effort" + SER_capital_ships_effort:0 "Capital Ship Effort" + SER_industrial_effort:0 "Industrial Effort" + SER_construction_effort:0 "Construction Effort" + SER_production_effort:0 "Armament Effort" + SER_construction_effort_2:0 "Construction Effort II" + SER_production_effort_2:0 "Armament Effort II" + SER_infrastructure_effort:0 "Infrastructure Effort" + SER_production_effort_3:0 "Armament Effort III" + SER_infrastructure_effort_2:0 "Infrastructure Effort II" + SER_construction_effort_3:0 "Construction Effort III" + SER_extra_tech_slot:0 "Extra Research Slot" + SER_extra_tech_slot_2:0 "Extra Research Slot II" + SER_political_effort:0 "Political Effort" + SER_collectivist_ethos:0 "Collectivist Ethos" + SER_nationalism_focus:0 "Nationalism Focus" + SER_internationalism_focus:0 "Internationalism Focus" + SER_liberty_ethos:0 "Liberty Ethos" + SER_militarism:0 "Militarism" + SER_political_correctness:0 "Political Correctness" + SER_neutrality_focus:0 "Neutrality Focus" + SER_interventionism_focus:0 "Interventionism Focus" + SER_military_youth:0 "Military Youth" + SER_deterrence:0 "Deterrence" + SER_volunteer_corps:0 "Volunteer Corps" + SER_paramilitarism:0 "Paramilitarism" + SER_indoctrination_focus:0 "Indoctrination" + SER_foreign_expeditions:0 "Foreign Expeditions" + SER_why_we_fight:0 "Why We Fight" + SER_political_commissars:0 "Political Commissars" + SER_ideological_fanaticism:0 "Ideological Fanaticism" + SER_technology_sharing:0 "Technology Sharing" + SER_balkan_league:0 "Balkan League" + SER_first_balkan:0 "Liberer les Balkans" + SER_second_balkan:0 "Punir la Bulgarie" + SER_form_yugoslavia:0 "Former la Yougoslavie" + BUL_army_effort:0 "Army Effort" + BUL_equipment_effort:0 "Equipment Effort" + BUL_doctrine_effort:0 "Doctrine Effort" + BUL_equipment_effort_2:0 "Equipment Effort II" + BUL_doctrine_effort_2:0 "Doctrine Effort II" + BUL_equipment_effort_3:0 "Equipment Effort III" + BUL_armor_effort:0 "Armor Effort" + BUL_special_forces:0 "Special Forces" + BUL_aviation_effort:0 "Aviation Effort" + BUL_fighter_focus:0 "Fighter Focus" + BUL_bomber_focus:0 "Bomber Focus" + BUL_aviation_effort_2:0 "Aviation Effort II" + BUL_CAS_effort:0 "CAS Effort" + BUL_NAV_effort:0 "NAV Effort" + BUL_naval_effort:0 "Naval Effort" + BUL_flexible_navy:0 "Flexible Navy" + BUL_large_navy:0 "Large Navy" + BUL_submarine_effort:0 "Submarine Effort" + BUL_cruiser_effort:0 "Cruiser Effort" + BUL_destroyer_effort:0 "Destroyer Effort" + BUL_capital_ships_effort:0 "Capital Ship Effort" + BUL_industrial_effort:0 "Industrial Effort" + BUL_construction_effort:0 "Construction Effort" + BUL_production_effort:0 "Armament Effort" + BUL_construction_effort_2:0 "Construction Effort II" + BUL_production_effort_2:0 "Armament Effort II" + BUL_infrastructure_effort:0 "Infrastructure Effort" + BUL_production_effort_3:0 "Armament Effort III" + BUL_infrastructure_effort_2:0 "Infrastructure Effort II" + BUL_construction_effort_3:0 "Construction Effort III" + BUL_extra_tech_slot:0 "Extra Research Slot" + BUL_extra_tech_slot_2:0 "Extra Research Slot II" + BUL_political_effort:0 "Political Effort" + BUL_collectivist_ethos:0 "Collectivist Ethos" + BUL_nationalism_focus:0 "Nationalism Focus" + BUL_internationalism_focus:0 "Internationalism Focus" + BUL_liberty_ethos:0 "Liberty Ethos" + BUL_militarism:0 "Militarism" + BUL_political_correctness:0 "Political Correctness" + BUL_neutrality_focus:0 "Neutrality Focus" + BUL_interventionism_focus:0 "Interventionism Focus" + BUL_military_youth:0 "Military Youth" + BUL_deterrence:0 "Deterrence" + BUL_volunteer_corps:0 "Volunteer Corps" + BUL_paramilitarism:0 "Paramilitarism" + BUL_indoctrination_focus:0 "Indoctrination" + BUL_foreign_expeditions:0 "Foreign Expeditions" + BUL_why_we_fight:0 "Why We Fight" + BUL_political_commissars:0 "Political Commissars" + BUL_ideological_fanaticism:0 "Ideological Fanaticism" + BUL_technology_sharing:0 "Technology Sharing" + BUL_balkan_league:0 "Balkan League" + BUL_second_balkan:0 "Demand More Territory" + BUL_central_powers:0 "Join The Central Powers" + BUL_greater_bulgaria:0 "Greater Bulgaria" + GRE_army_effort:0 "Army Effort" + GRE_equipment_effort:0 "Equipment Effort" + GRE_doctrine_effort:0 "Doctrine Effort" + GRE_equipment_effort_2:0 "Equipment Effort II" + GRE_doctrine_effort_2:0 "Doctrine Effort II" + GRE_equipment_effort_3:0 "Equipment Effort III" + GRE_armor_effort:0 "Armor Effort" + GRE_special_forces:0 "Special Forces" + GRE_aviation_effort:0 "Aviation Effort" + GRE_fighter_focus:0 "Fighter Focus" + GRE_bomber_focus:0 "Bomber Focus" + GRE_aviation_effort_2:0 "Aviation Effort II" + GRE_CAS_effort:0 "CAS Effort" + GRE_NAV_effort:0 "NAV Effort" + GRE_naval_effort:0 "Naval Effort" + GRE_flexible_navy:0 "Flexible Navy" + GRE_large_navy:0 "Large Navy" + GRE_submarine_effort:0 "Submarine Effort" + GRE_cruiser_effort:0 "Cruiser Effort" + GRE_destroyer_effort:0 "Destroyer Effort" + GRE_capital_ships_effort:0 "Capital Ship Effort" + GRE_industrial_effort:0 "Industrial Effort" + GRE_construction_effort:0 "Construction Effort" + GRE_production_effort:0 "Armament Effort" + GRE_construction_effort_2:0 "Construction Effort II" + GRE_production_effort_2:0 "Armament Effort II" + GRE_infrastructure_effort:0 "Infrastructure Effort" + GRE_production_effort_3:0 "Armament Effort III" + GRE_infrastructure_effort_2:0 "Infrastructure Effort II" + GRE_construction_effort_3:0 "Construction Effort III" + GRE_extra_tech_slot:0 "Extra Research Slot" + GRE_extra_tech_slot_2:0 "Extra Research Slot II" + GRE_political_effort:0 "Political Effort" + GRE_collectivist_ethos:0 "Collectivist Ethos" + GRE_nationalism_focus:0 "Nationalism Focus" + GRE_internationalism_focus:0 "Internationalism Focus" + GRE_liberty_ethos:0 "Liberty Ethos" + GRE_militarism:0 "Militarism" + GRE_political_correctness:0 "Political Correctness" + GRE_neutrality_focus:0 "Neutrality Focus" + GRE_interventionism_focus:0 "Interventionism Focus" + GRE_military_youth:0 "Military Youth" + GRE_deterrence:0 "Deterrence" + GRE_volunteer_corps:0 "Volunteer Corps" + GRE_paramilitarism:0 "Paramilitarism" + GRE_indoctrination_focus:0 "Indoctrination" + GRE_foreign_expeditions:0 "Foreign Expeditions" + GRE_why_we_fight:0 "Why We Fight" + GRE_political_commissars:0 "Political Commissars" + GRE_ideological_fanaticism:0 "Ideological Fanaticism" + GRE_technology_sharing:0 "Technology Sharing" + GRE_balkan_league:0 "Balkan League" + GRE_dreadnoughts:0 "Buy American Battleships" + GRE_crete:0 "Annex Crete" + GRE_second_balkan:0 "Punish Bulgaria" + GRE_korce:0 "Take Korce" + GRE_east_thrace:0 "Claim Eastern Thrace" + GRE_smyrna:0 "Claim Smyrna" + AUH_army_effort:0 "Army Effort" + AUH_equipment_effort:0 "Equipment Effort" + AUH_doctrine_effort:0 "Doctrine Effort" + AUH_equipment_effort_2:0 "Equipment Effort II" + AUH_doctrine_effort_2:0 "Doctrine Effort II" + AUH_equipment_effort_3:0 "Equipment Effort III" + AUH_armor_effort:0 "Armor Effort" + AUH_special_forces:0 "Special Forces" + AUH_aviation_effort:0 "Aviation Effort" + AUH_fighter_focus:0 "Fighter Focus" + AUH_bomber_focus:0 "Bomber Focus" + AUH_aviation_effort_2:0 "Aviation Effort II" + AUH_CAS_effort:0 "CAS Effort" + AUH_NAV_effort:0 "NAV Effort" + AUH_naval_effort:0 "Naval Effort" + AUH_flexible_navy:0 "Flexible Navy" + AUH_large_navy:0 "Large Navy" + AUH_submarine_effort:0 "Submarine Effort" + AUH_cruiser_effort:0 "Cruiser Effort" + AUH_destroyer_effort:0 "Destroyer Effort" + AUH_capital_ships_effort:0 "Capital Ship Effort" + AUH_industrial_effort:0 "Industrial Effort" + AUH_construction_effort:0 "Construction Effort" + AUH_production_effort:0 "Armament Effort" + AUH_construction_effort_2:0 "Construction Effort II" + AUH_production_effort_2:0 "Armament Effort II" + AUH_infrastructure_effort:0 "Infrastructure Effort" + AUH_production_effort_3:0 "Armament Effort III" + AUH_infrastructure_effort_2:0 "Infrastructure Effort II" + AUH_construction_effort_3:0 "Construction Effort III" + AUH_extra_tech_slot:0 "Extra Research Slot" + AUH_extra_tech_slot_2:0 "Extra Research Slot II" + AUH_political_effort:0 "Political Effort" + AUH_collectivist_ethos:0 "Collectivist Ethos" + AUH_nationalism_focus:0 "Nationalism Focus" + AUH_internationalism_focus:0 "Internationalism Focus" + AUH_liberty_ethos:0 "Liberty Ethos" + AUH_militarism:0 "Militarism" + AUH_political_correctness:0 "Political Correctness" + AUH_neutrality_focus:0 "Neutrality Focus" + AUH_interventionism_focus:0 "Interventionism Focus" + AUH_military_youth:0 "Military Youth" + AUH_deterrence:0 "Deterrence" + AUH_volunteer_corps:0 "Volunteer Corps" + AUH_paramilitarism:0 "Paramilitarism" + AUH_indoctrination_focus:0 "Indoctrination" + AUH_foreign_expeditions:0 "Foreign Expeditions" + AUH_why_we_fight:0 "Why We Fight" + AUH_political_commissars:0 "Political Commissars" + AUH_ideological_fanaticism:0 "Ideological Fanaticism" + AUH_technology_sharing:0 "Technology Sharing" + AUH_franz_ferdinand:0 "Avenge Franz Ferdinand" + ROM_army_effort:0 "Army Effort" + ROM_equipment_effort:0 "Equipment Effort" + ROM_doctrine_effort:0 "Doctrine Effort" + ROM_equipment_effort_2:0 "Equipment Effort II" + ROM_doctrine_effort_2:0 "Doctrine Effort II" + ROM_equipment_effort_3:0 "Equipment Effort III" + ROM_armor_effort:0 "Armor Effort" + ROM_special_forces:0 "Special Forces" + ROM_aviation_effort:0 "Aviation Effort" + ROM_fighter_focus:0 "Fighter Focus" + ROM_bomber_focus:0 "Bomber Focus" + ROM_aviation_effort_2:0 "Aviation Effort II" + ROM_CAS_effort:0 "CAS Effort" + ROM_NAV_effort:0 "NAV Effort" + ROM_naval_effort:0 "Naval Effort" + ROM_flexible_navy:0 "Flexible Navy" + ROM_large_navy:0 "Large Navy" + ROM_submarine_effort:0 "Submarine Effort" + ROM_cruiser_effort:0 "Cruiser Effort" + ROM_destroyer_effort:0 "Destroyer Effort" + ROM_capital_ships_effort:0 "Capital Ship Effort" + ROM_industrial_effort:0 "Industrial Effort" + ROM_construction_effort:0 "Construction Effort" + ROM_production_effort:0 "Armament Effort" + ROM_construction_effort_2:0 "Construction Effort II" + ROM_production_effort_2:0 "Armament Effort II" + ROM_infrastructure_effort:0 "Infrastructure Effort" + ROM_production_effort_3:0 "Armament Effort III" + ROM_infrastructure_effort_2:0 "Infrastructure Effort II" + ROM_construction_effort_3:0 "Construction Effort III" + ROM_extra_tech_slot:0 "Extra Research Slot" + ROM_extra_tech_slot_2:0 "Extra Research Slot II" + ROM_political_effort:0 "Political Effort" + ROM_collectivist_ethos:0 "Collectivist Ethos" + ROM_nationalism_focus:0 "Nationalism Focus" + ROM_internationalism_focus:0 "Internationalism Focus" + ROM_liberty_ethos:0 "Liberty Ethos" + ROM_militarism:0 "Militarism" + ROM_political_correctness:0 "Political Correctness" + ROM_neutrality_focus:0 "Neutrality Focus" + ROM_interventionism_focus:0 "Interventionism Focus" + ROM_military_youth:0 "Military Youth" + ROM_deterrence:0 "Deterrence" + ROM_volunteer_corps:0 "Volunteer Corps" + ROM_paramilitarism:0 "Paramilitarism" + ROM_indoctrination_focus:0 "Indoctrination" + ROM_foreign_expeditions:0 "Foreign Expeditions" + ROM_why_we_fight:0 "Why We Fight" + ROM_political_commissars:0 "Political Commissars" + ROM_ideological_fanaticism:0 "Ideological Fanaticism" + ROM_technology_sharing:0 "Technology Sharing" + ROM_dobruja:0 "Claim Southern Dobruja" + ROM_entente:0 "Join The Entente" + ROM_cp:0 "Join The Central Powers" + ROM_greater_romania:0 "Greater Romania" + RUS_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + RUS_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + RUS_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + RUS_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + RUS_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + RUS_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + RUS_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + RUS_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + RUS_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + RUS_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + RUS_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + RUS_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + RUS_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + RUS_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + RUS_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + RUS_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + RUS_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + RUS_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + RUS_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + RUS_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + RUS_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + RUS_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + RUS_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + RUS_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + RUS_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + RUS_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + RUS_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + RUS_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + RUS_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + RUS_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + RUS_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + RUS_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + RUS_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + RUS_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + RUS_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + RUS_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + RUS_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + RUS_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + RUS_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + RUS_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + RUS_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + RUS_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + RUS_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + RUS_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + RUS_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + RUS_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + RUS_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + RUS_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + RUS_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + RUS_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + RUS_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + RUS_heilongjiang_desc:0 "TODO" + RUS_persia_desc:0 "TODO" + RUS_japan_desc:0 "TODO" + RUS_neutral_desc:0 "TODO" + RUS_entente_desc:0 "TODO" + RUS_slavic_guarantee_desc:0 "TODO" + SER_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + SER_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + SER_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + SER_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + SER_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + SER_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + SER_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + SER_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + SER_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + SER_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + SER_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + SER_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + SER_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + SER_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + SER_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + SER_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + SER_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + SER_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + SER_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + SER_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + SER_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + SER_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + SER_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + SER_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + SER_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + SER_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + SER_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + SER_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + SER_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + SER_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + SER_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + SER_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + SER_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + SER_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + SER_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + SER_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + SER_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + SER_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + SER_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + SER_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + SER_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + SER_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + SER_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + SER_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + SER_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + SER_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + SER_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + SER_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + SER_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + SER_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + SER_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + SER_balkan_league_desc:0 "TODO" + SER_first_balkan_desc:0 "TODO" + SER_second_balkan_desc:0 "TODO" + SER_form_yugoslavia_desc:0 "TODO" + BUL_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + BUL_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + BUL_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + BUL_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + BUL_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + BUL_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + BUL_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + BUL_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + BUL_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + BUL_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + BUL_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + BUL_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + BUL_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + BUL_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + BUL_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + BUL_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + BUL_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + BUL_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + BUL_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + BUL_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + BUL_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + BUL_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + BUL_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + BUL_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + BUL_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + BUL_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + BUL_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + BUL_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + BUL_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + BUL_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + BUL_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + BUL_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + BUL_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + BUL_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + BUL_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + BUL_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + BUL_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + BUL_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + BUL_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + BUL_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + BUL_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + BUL_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + BUL_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + BUL_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + BUL_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + BUL_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + BUL_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + BUL_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + BUL_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + BUL_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + BUL_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + BUL_balkan_league_desc:0 "TODO" + BUL_second_balkan_desc:0 "TODO" + BUL_central_powers_desc:0 "TODO" + BUL_greater_bulgaria_desc:0 "TODO" + GRE_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + GRE_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + GRE_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + GRE_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + GRE_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + GRE_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + GRE_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + GRE_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + GRE_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + GRE_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + GRE_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + GRE_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + GRE_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + GRE_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + GRE_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + GRE_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + GRE_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + GRE_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + GRE_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + GRE_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + GRE_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + GRE_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + GRE_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + GRE_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + GRE_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + GRE_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + GRE_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + GRE_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + GRE_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + GRE_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + GRE_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + GRE_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + GRE_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + GRE_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + GRE_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + GRE_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + GRE_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + GRE_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + GRE_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + GRE_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + GRE_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + GRE_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + GRE_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + GRE_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + GRE_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + GRE_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + GRE_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + GRE_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + GRE_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + GRE_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + GRE_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + GRE_balkan_league_desc:0 "TODO" + GRE_dreadnoughts_desc:0 "TODO" + GRE_crete_desc:0 "TODO" + GRE_second_balkan_desc:0 "TODO" + GRE_korce_desc:0 "TODO" + GRE_east_thrace_desc:0 "TODO" + GRE_smyrna_desc:0 "TODO" + AUH_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + AUH_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + AUH_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + AUH_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + AUH_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + AUH_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + AUH_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + AUH_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + AUH_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + AUH_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + AUH_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + AUH_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + AUH_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + AUH_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + AUH_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + AUH_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + AUH_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + AUH_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + AUH_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + AUH_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + AUH_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + AUH_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + AUH_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + AUH_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + AUH_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + AUH_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + AUH_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + AUH_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + AUH_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + AUH_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + AUH_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + AUH_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + AUH_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + AUH_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + AUH_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + AUH_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + AUH_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + AUH_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + AUH_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + AUH_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + AUH_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + AUH_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + AUH_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + AUH_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + AUH_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + AUH_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + AUH_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + AUH_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + AUH_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + AUH_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + AUH_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + AUH_franz_ferdinand_desc:0 "TODO" + ROM_army_effort_desc:0 "Despite the increasing possibilities of aerial and naval warfare, ground combat is still key in tomorrow's wars. With preparation, we can avoid reliving the hell of the trenches." + ROM_equipment_effort_desc:0 "The limits for what equipment can be carried by infantry are constantly being pushed. We will focus on giving our troops the best tools available." + ROM_doctrine_effort_desc:0 "The military doctrines that defined ground combat in the Great War are outdated. We must put our greatest minds to the task of shaping the military thought of tomorrow." + ROM_equipment_effort_2_desc:0 "We will continue our efforts to ensure our infantry and support troops are armed with the best possible equipment of our time." + ROM_doctrine_effort_2_desc:0 "The battlefield has changed not just in the interbellum years, but over the course of recent conflicts. We must continuously reevaluate our doctrines to reflect this." + ROM_equipment_effort_3_desc:0 "Instead of imitating or buying foreign equipment, we should aim to become world-leading in infantry weapons." + ROM_armor_effort_desc:0 "Applying what we have learned from mechanizing our infantry, we can improve our armored vehicles as well." + ROM_special_forces_desc:0 "We have need of elite forces; mountain troops and paratroopers should be our priority." + ROM_aviation_effort_desc:0 "Nowhere is technological advances more rapid than in aerial warfare. Aviation is a field any modern nation must master." + ROM_fighter_focus_desc:0 "We have not seen that last of dogfights in the Great War. Keeping ahead in the development of fighter planes will give us an edge in the future." + ROM_bomber_focus_desc:0 "When people of the future speak of the horror to today's wars, fire raining from the skies will prominently feature. We will do our best to ensure those stories are told by our enemies." + ROM_aviation_effort_2_desc:0 "Further advances in aviation will be necessary to integrate our air force well with other branches of the military." + ROM_CAS_effort_desc:0 "A modern army needs support from vehicles not only on the ground, but also in the air." + ROM_NAV_effort_desc:0 "Just as the new naval warfare takes place in part beneath the water's surface, part of it takes place in the air above the waters." + ROM_naval_effort_desc:0 "The expansion of our navy should be our first priority. Assign all available resources to new Dockyards and research into light surface ships." + ROM_flexible_navy_desc:0 "Reinventing naval warfare to account for the advances in submarine technology will allow us to strike efficiently against enemy convoys." + ROM_large_navy_desc:0 "Adapting our naval doctrines to accommodate large ships and ensuring the safety of our trade convoys will teach us much about what sort of ships we need." + ROM_submarine_effort_desc:0 "Submarine warfare is the most exciting naval development since the invention of the torpedo boat. We would do well to not just protect against submarines, but also use them against enemy shipping." + ROM_cruiser_effort_desc:0 "Before making forays into advanced battleship research, the smaller cruisers are in need of replacement." + ROM_destroyer_effort_desc:0 "Studying the design and strategic use of submarines, we have also learned how to counter those strategies. Destroyers will be crucial for this." + ROM_capital_ships_effort_desc:0 "The nation with the most battleships will rule the oceans. Battleships and carriers represent the old and the new in naval superiority." + ROM_industrial_effort_desc:0 "Focus all our political efforts on building up the civilian industry in a great leap forward." + ROM_construction_effort_desc:0 "Civilian industrial capacity must not be underestimated even when war looms over the world." + ROM_production_effort_desc:0 "If you can build tractors, you can build tanks! We must not allow our military production capacity to lag behind." + ROM_construction_effort_2_desc:0 "Continuing to expand our factories will allow us to speed up production of goods for trade and further construction efforts." + ROM_production_effort_2_desc:0 "Trying to adapt civilian factories to produce military equipment is inefficient. We should focus on preparing military production now." + ROM_infrastructure_effort_desc:0 "A country without proper infrastructure cannot pursue advanced projects or constructions." + ROM_production_effort_3_desc:0 "Continued efforts to expand our military factories are necessary to meet the demands for new equipment." + ROM_infrastructure_effort_2_desc:0 "Extending our infrastructure further will enable the transports and communications necessary for high-tech clandestine projects." + ROM_construction_effort_3_desc:0 "With our new infrastructural network, we have new opportunities for manufacturing." + ROM_extra_tech_slot_desc:0 "Our industrial expansion and other recent advances might allow us to conduct more R&D in parallel." + ROM_extra_tech_slot_2_desc:0 "The rapid industrialization of our nation has opened up new opportunities in R&D that we should pursue." + ROM_political_effort_desc:0 "To bring about change in the world, we need to be able to bring about change in our own country. Strengthening our political position should come first." + ROM_collectivist_ethos_desc:0 "Our enemies may divide and conquer lesser nations, but our people will stand united. All for one and one for all." + ROM_nationalism_focus_desc:0 "Our nation is unique, and our political achievements could only have happened here. We must fight for it at any cost." + ROM_internationalism_focus_desc:0 "Ideology knows no borders. Another nation may call itself sovereign, but our convictions are above such claims." + ROM_liberty_ethos_desc:0 "In this time of ideological fanatics who seek to suffocate the human spirit, we will safeguard individual liberties and freedom." + ROM_militarism_desc:0 "Those who view the military as a necessary evil are doomed to hesitate in the face of war. We will ingrain militarism into our culture to become a people of soldiers." + ROM_political_correctness_desc:0 "People holding mildly controversial or otherwise embarrassing opinions appear to be concerned that there is a wide-reaching conspiracy against them. This seems like an excellent idea." + ROM_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + ROM_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + ROM_military_youth_desc:0 "Organizations to promote discipline and political education of young people in our nation will foster loyalty and self-sacrifice early." + ROM_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + ROM_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + ROM_paramilitarism_desc:0 "Military principles have applications outside of the military. With the development of semi-militarized units to complement our armed forces, more people will have military training." + ROM_indoctrination_focus_desc:0 "Having established our ideology as based on the truth, it may be taught as truth. Education and media must reflect this lesson." + ROM_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + ROM_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + ROM_political_commissars_desc:0 "To ensure that our policies are followed in military practice, we will introduce politically appointed officials into military ranks." + ROM_ideological_fanaticism_desc:0 "Our politically established values and goals are worth dying for as much as any ancient faith. Any follower should be prepared to face death, and those who stray better be prepared to face death." + ROM_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + ROM_dobruja_desc:0 "TODO" + ROM_entente_desc:0 "TODO" + ROM_cp_desc:0 "TODO" + ROM_greater_romania_desc:0 "TODO" + JAP_claim_islands:0 "Claim Pacific Islands" + JAP_cp:0 "Join The Central Powers" + JAP_entente:0 "Join The Entente" + JAP_china:0 "Punish The Chinese" + JAP_us_agreement:0 "US Diplomatic Push" + JAP_korea:0 "Annex Korea" + JAP_rcw:0 "Russian Intervention" + USA_USVI:0 "Buy Danish Virgin Islands" + JAP_claim_islands_desc:0 "TODO" + JAP_cp_desc:0 "TODO" + JAP_entente_desc:0 "TODO" + JAP_china_desc:0 "TODO" + JAP_us_agreement_desc:0 "TODO" + JAP_korea_desc:0 "TODO" + JAP_rcw_desc:0 "TODO" + USA_USVI_desc:0 "TODO" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_ideas_l_french.yml b/mod/thegreatwar/localisation/ww1_ideas_l_french.yml new file mode 100755 index 000000000..9a4b3507d --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_ideas_l_french.yml @@ -0,0 +1,529 @@ +l_french: + + +#KiS + idea_oppression_minorities:0 "Minorités opprimées" + + + albanian_shipyard:0 "Albanian Shipyard" + afne:0 "AFNE" + astilleros_alianza_sa:0 "Astilleros Alianza S.A." + tandanor_shipyard:0 "Tandanor Shipyard" + cockatoo_island_shipyard:0 "Cockatoo Island Shipyard" + williamstown_dockyards:0 "Williamstown Dockyards" + stt:0 "STT" + arsenal_de_marinha:0 "Arsenal de Marinha" + guangzhou_shipyard:0 "Guangzhou Shipyard" + jiangnan_shipyard_group_b:0 "Jiangnan Shipbuilding Works" + jiangnan_machine_manufacturer:0 "Jiangnan Machine Manufacturer" + jiangnan_shipyard_group_a:0 "Jiangnan Dock and Engineering Works" + mingsong_dock_and_engineering_works_d:0 "Mingsong Dock and Engineering Works" + dagu_shipyard_d:0 "Dagu Shipyard" + astillero_naval_de_punta_arenas:0 "Astillero Naval de Punta Arenas" + astillero_de_valparaiso:0 "Astillero de Valparaíso" + split_naval_yard:0 "Split Naval Yard" + compania_transatlantica:0 "Compañia Transatlantica" + neptun_werft_rostock:0 "Neptun Werft Rostock" + orlogsvaerftet:0 "Orlogsværftet" + blohm_and_voss:0 "Blohm & Voss" + barahona_dockyard:0 "Barahona Dockyard" + guyaquil_puerto_maritimo:0 "Guyaquil Puerto Maritimo" + docks_of_alexandria:0 "Docks of Alexandria" + wm_beardmore_and_co:0 "WM Beardmore & Co." + chantiers_de_penhoet:0 "Chantiers de Penhoët" + arsenal_de_brest:0 "Arsenal de Brest" + a_c_de_la_loire:0 "A C de la Loire" + salamis_naval_yard:0 "Salamis Naval Yard" + industries_navales_de_port_au_prince:0 "Industries Navales de Port-au-Prince" + koninklijke_maatschappij:0 "Koninklijke Maatschappij" + rijkswerf_amsterdam:0 "Rijkswerf Amsterdam" + icelandic_navy_dockyards:0 "Icelandic Navy Dockyards" + garden_reach_workshop:0 "Garden Reach Workshop" + mazagon_dock_limited:0 "Mazagon Dock Limited" + jakarta_shipyard:0 "Jakarta Shipyard" + dublin_shipbuilding_yards:0 "Dublin Shipbuilding Yards" + ansaldo_navale:0 "Ansaldo Navale" + cantieri_navali_riuniti:0 "Cantieri Navali Riuniti" + daewoo_shipbuilding:0 "Daewoo Shipbuilding" + tripoli_dockyard:0 "Tripoli Dockyard" + blue_sea_shipping_company:0 "Blue Sea Shipping Company" + budva_dockyard:0 "Budva Dockyard" + kvaerner:0 "Kvaerner" + new_zealand_dockyard:0 "New Zealand Dockyard" + tersane_i_amire_istanbul:0 "Tersane-i Amire Istanbul" + karachi_shipyard_and_engineering_works:0 "Karachi Shipyard & Engineering Works" + pakistan_navy_dockyard:0 "Pakistan Navy Dockyard" + panama_canal_yards:0 "Panama Canal Yards" + lisbon_dockyard:0 "Lisbon Dockyard" + arsenal_da_marinha:0 "Arsenal da Marinha" + ministry_of_shipping:0 "Ministry of Shipping" + el_callao:0 "El Callao" + pacific_steam_navigation_company:0 "Pacific Steam Navigation Company" + cantieri_ansaldo:0 "Cantieri Ansaldo" + central_research_institute_of_shipbuilding_technology:0 "Central Research Institute of Shipbuilding Technology" + rubin_marine_engineering:0 "Rubin Marine Engineering" + baltic_shipyard:0 "Baltic Shipyard" + puerto_de_acajutla:0 "Puerto de Acajutla" + beogradsko_brodogradiliste:0 "Beogradsko Brodogradiliste" + bangkok_dockyard:0 "Bangkok Dockyard" + komarnanske_lodenice:0 "Komarnanske Lodenice" + secn_a:0 "Sociedad Española de Construcción Naval" + echevarrieta_y_larrinaga_a:0 "Echevarrieta y Larrinaga" + echevarrieta_y_larrinaga:0 "Echevarrieta y Larrinaga" + latakia_dockyard:0 "Latakia Dockyard" + kaiserliche_werft_wilhelmshaven:0 "Kaiserliche Werft Wilhelmshaven" + vulcan_werke_ag:0 "Vulcan-Werke AG" + stabilimento_tecnico_triestino:0 "Stabilimento Tecnico Triestino" + ganz_and_co:0 "Ganz & Co." + mingsong_dock_and_engineering_works:0 "Mingsong Dock and Engineering Works" + dagu_shipyard:0 "Dagu Shipyard" + mingsong_dock_and_engineering_works_c:0 "Mingsong Dock and Engineering Works" + jiangnan_shipyard_group_c:0 "Jiangnan Dock and Engineering Works" + dagu_shipyard_c:0 "Dagu Shipyard" + kommunara_nikolayev_shipyards:0 "61 Kommunara Nikolayev Shipyards" + chernomorsky_shipbuilding_yard:0 "Chernomorsky Shipbuilding Yard" + montevideo_dockyard:0 "Montevideo Dockyard" + philadelphia_naval_shipyard:0 "Philadelphia Naval Shipyard" + cac:0 "CAC" + fma:0 "FMA" + de_havilland_AST:0 "de Havilland" + pt_cook_airbase:0 "Pt Cook Airbase" + aviatik:0 "Aviatik" + cbsa:0 "CBSA" + scadta:0 "SCADTA" + junkers_DDR:0 "Junkers" + nielsen_and_winther_as:0 "Nielsen & Winther A/S" + messerschmitt_DFR:0 "Messerschmitt" + sopwith_aviation_co:0 "Sopwith Aviation Co." + short_brothers:0 "Short Brothers" + handley_page_ltd:0 "Handley Page Ltd." + nieuport:0 "Nieuport" + voisin:0 "Voisin" + industries_militaires_de_port_au_prince:0 "Industries Militaires de Port-au-Prince" + fokker_HOL:0 "Fokker" + spyker_trompenburg:0 "Spyker-Trompenburg" + societa_anonima_nieuport_macchi:0 "Società Anonima Nieuport-Macchi" + kawasaki_air:0 "Kawasaki Hikoki" + tnca:0 "TNCA" + arma_de_aviacion_militar:0 "Arma de Aviacion Militar" + haerens_flyvemaskinfabrik:0 "Haerens Flyvemaskinfabrik" + de_havilland_NZL:0 "de Havilland" + vecihi_hurkush:0 "Vecihi Hürkush" + oficinas_gerais_de_material_aeronautico:0 "Oficinas Gerais de Material Aeronáutico" + ministry_of_air_transport:0 "Ministry of Air Transport" + set:0 "SET" + cerchez_and_co:0 "Cerchez & Co" + macchi_RSI:0 "Macchi" + igor_sikorsky:0 "Igor Sikorsky" + zhukovsky_air_force_academy:0 "Zhukovsky Air Force Academy" + acad:0 "ACAD" + ekw:0 "EKW" + hafeli_air_works:0 "Häfeli Air Works" + mihailo_marcep_airplane_workshop:0 "Mihailo Marcep Airplane Workshop" + ministry_of_defence:0 "Ministry of Defence" + hispano_suiza_SPA:0 "Hispano-Suiza" + hispano_suiza:0 "Hispano Suiza" + ab_enoch_thulins_aeroplansfabrik:0 "AB Enoch Thulins Aeroplansfabrik" + luftschiffbau_zeppelin:0 "Luftschiffbau Zeppelin" + allgemeine_elektricitats_gesellschaft:0 "Allgemeine Elektricitäts-Gesellschaft" + albatros_flugzeugwerke_gmbh:0 "Albatros Flugzeugwerke GmbH" + gothaer_waggonfabrik:0 "Gothaer Waggonfabrik" + osterreichische_aviatik:0 "Österreichische Aviatik" + kuk_militar_aeronautischen_anstalt:0 "k.u.k. Militär-Aeronautischen Anstalt" + kuk_fliegerarsenal_fischamend:0 "k.u.k. Fliegerarsenal Fischamend" + tnca_MXC:0 "TNCA" + motor_sich:0 "Motor-Sich" + tupolev_design_bureau_UKR:0 "Tupolev Design Bureau" + curtiss_wright:0 "Curtiss-Wright" + ikarus_YUG:0 "Ikarus" + challona_tank_assembly_shops:0 "Challona Tank Assembly Shops" + steyr_daimler_puch_AUS:0 "Austro-Daimler" + fosters_of_lincoln:0 "Fosters of Lincoln" + rolls_royce:0 "Rolls-Royce" + fiat_RSI:0 "FIAT" + vyatka_factory_design_bureau:0 "Vyatka Factory Design Bureau" + daimler_motoren_gesellschaft:0 "Daimler-Motoren-Gesellschaft" + albanian_army_industries:0 "Albanian Army Industries" + esteban_de_luca_arsenal:0 "Esteban de Luca Arsenal" + ejercito_argentino:0 "Ejército Argentino" + ford_motors:0 "Ford Motors" + australian_army_factories:0 "Australian Army Factories" + vickers_armstrong_ltd:0 "Vickers-Armstrong Ltd." + steyr:0 "Steyr" + skoda_AUS:0 "Skoda Werke" + fonderie_royale_de_canons:0 "Fonderie Royale de Canons" + ejercito_de_bolivia:0 "Ejercito de Bolivia" + fabrica_presidente_vargas:0 "Fábrica Presidente Vargas" + arsenal_da_forca_publica:0 "Arsenal da Força Pública" + kazanlak_state_military_factory:0 "Kazanlak State Military Factory" + vereinigte_rottweiler_pulverfabriken:0 "Vereinigte Rottweiler Pulverfabriken" + canadian_enfield_arsenal:0 "Canadian Enfield Arsenal" + leyland_motors_CAN:0 "Leyland Motors" + vickers_armstrong:0 "Vickers-Armstrong" + canadian_car_and_foundry:0 "Canadian Car & Foundry" + guangdong_arsenal_CGX:0 "Guangdong Arsenal" + guangzhou_diesel_engine_factory_CGX:0 "Guangzhou Diesel Engine Factory" + general_armament_department:0 "General Armament Department" + hanyang_arsenal_CHC:0 "Hanyang Arsenal" + hanyang_arsenal_CHI:0 "Hanyang Arsenal" + chang_an_factory_CHI:0 "Chang'an Factory" + taiyuan_arsenal_CHI:0 "Taiyuan Arsenal" + guangdong_arsenal_CHI:0 "Guangdong Arsenal" + guangzhou_diesel_engine_factory_CHI:0 "Guangzhou Diesel Engine Factory" + yunnan_ordnance_companies_CHI:0 "Yunnan Ordnance Companies" + ejercito_de_chile:0 "Ejército de Chile" + fnc:0 "FNC" + idc:0 "IDC" + zagreb_military_arsenal:0 "Zagreb Military Arsenal" + taiyuan_arsenal_CSX:0 "Taiyuan Arsenal" + yunnan_ordnance_companies:0 "Yunnan Ordnance Companies" + skoda_CZE:0 "Skoda" + ceska_zbrojovka:0 "Ceská Zbrojovka" + veb_ernst_thalmann_suhl:0 "VEB Ernst Thälmann Suhl" + compagnie_madsen_as:0 "Compagnie Madsen A/S" + mauser_DFR:0 "Mauser Werke" + rheinmetall_DFR:0 "Rheinmetall" + volkswagen:0 "Volkswagen" + santo_domingo_military_arsenal:0 "Santo Domingo Military Arsenal" + ejercito_de_ecuador:0 "Ejercito de Ecuador" + ministry_of_military_production:0 "Ministry of Military Production" + leyland_motors:0 "Leyland Motors" + gemgiabiet:0 "Gemgiabiet" + finnish_army:0 "Finnish Army" + atelier_de_construction_de_puteaux:0 "Atelier de Construction de Puteaux" + artillery_ballistics_school:0 "Artillery Ballistics School" + hellenic_army:0 "Hellenic Army" + daf:0 "DAF" + dsm:0 "DSM" + feg:0 "FEG" + reykjavik_arsenal:0 "Reykjavik Arsenal" + defence_research_and_development_organisation:0 "Defence Research & Development Organisation" + jakarta_arsenal:0 "Jakarta Arsenal" + leyland:0 "Leyland" + irish_republican_army:0 "Irish Republican Army" + irish_volunteers:0 "Irish Volunteers" + baghdad_arsenal:0 "Baghdad Arsenal" + israel_military_industries:0 "Israel Military Industries" + armaments_development_authority:0 "Armaments Development Authority" + alfa_romeo:0 "Alfa Romeo" + ansaldo:0 "Ansaldo" + kijiro_nambu:0 "Kijiro Nambu" + amman_arsenal:0 "Amman Arsenal" + defense_construction_agency:0 "Defense Construction Agency" + beirut_arsenal:0 "Beirut Arsenal" + mukden_arsenal:0 "Mukden Arsenal" + hohhot_arsenal:0 "Hohhot Arsenal" + kalgan_central_academy:0 "Kalgan Central Academy" + manuel_mondragon:0 "Manuel Mondragón" + podgorica_arsenal:0 "Podgorica Arsenal" + montenegrin_army:0 "Montenegrin Army" + nssl:0 "NSSL" + kongsberg_vaabenfabrik:0 "Kongsberg Vaabenfabrik" + wellington_arsenal:0 "Wellington Arsenal" + general_motors_wellington:0 "General Motors Wellington" + tophane_i_amire:0 "Tophane-i Amire" + pakistan_ordnance_factories:0 "Pakistan Ordnance Factories" + tannin_industry:0 "Tannin Industry" + compania_bloom_sa:0 "Compañía Bloom S.A." + asuncion_arsenal:0 "Asunción Arsenal" + ejercito_de_paraguay:0 "Ejercito de Paraguay" + zaklady_starachowickie:0 "Zaklady Starachowickie" + pzinz:0 "PZInz" + gerlach_and_pulst:0 "Gerlach & Pulst" + cws:0 "CWS" + fabrica_militar_de_santa_clara:0 "Fábrica Militar de Santa Clara" + ejercito_de_peru:0 "Ejercito de Peru" + udr_factories:0 "UDR Factories" + bucharest_army_arsenal:0 "Bucharest Army Arsenal" + caile_ferate_romane:0 "Caile Ferate Romane" + targoviste_army_arsenal:0 "Targoviste Army Arsenal" + beretta_RSI:0 "Beretta" + lancia_RSI:0 "Lancia" + va_degtyarev_plant:0 "V.A. Degtyarev Plant" + obukhov_plant:0 "Obukhov plant" + lido_industrias:0 "Lido Industrias" + furrer:0 "Furrer" + maschinenfabrik_oerlikon:0 "Maschinenfabrik Oerlikon" + oederlin_metallwaren:0 "Oederlin Metallwaren" + sig:0 "SIG" + waffenfabrik_bern:0 "Waffenfabrik Bern" + barutana_obilicevo:0 "Barutana Obilicevo" + topolivnica_kragujevac:0 "Topolivnica Kragujevac" + bangkok_arsenal:0 "Bangkok Arsenal" + tula_arms_plant_SOV:0 "Tula Arsenal" + fabrica_nacional_de_canones_de_trubia:0 "Fábrica Nacional de Cañones de Trubia" + esperanza_y_unceta:0 "Esperanza y Unceta" + fabrica_nacional_de_armas_portatiles_de_oviedo:0 "Fábrica Nacional de Armas Portátiles de Oviedo" + esperanza_and_unceta:0 "Esperanza & Unceta" + fabrica_de_armas_de_trubia:0 "Fábrica de Armas de Trubia" + landsverk_ab:0 "Landsverk AB" + aleppo_arsenal:0 "Aleppo Arsenal" + royal_ordnance:0 "Royal Ordnance" + osterreichische_waffenfabriksgesellschaft:0 "Österreichische Waffenfabriksgesellschaft" + kuk_munitionsfabrik_wollersdorf:0 "k.u.k. Munitionsfabrik Wöllersdorf" + fabrica_nacional_armas_MXC:0 "Fábrica Nacional de Armas" + hacienda_de_atlihuayan:0 "Hacienda de Atlihuayán" + hanyang_arsenal:0 "Hanyang Arsenal" + changan_factory:0 "Chang'an Factory" + taiyuan_arsenal:0 "Taiyuan Arsenal" + hanyang_arsenal_ROC:0 "Hanyang Arsenal" + chang_an_factory_ROC:0 "Chang'an Factory" + taiyuan_arsenal_ROC:0 "Taiyuan Arsenal" + winchester_repeating_arms_co:0 "Winchester Repeating Arms Co." + caracas_military_arsenal:0 "Caracas Military Arsenal" + ejercito_de_venezuela:0 "Ejercito de Venezuela" + zastava_arms_YUG:0 "Zastava Arsenal" + opium_growing_and_trade:0 "Opium Growing and Trade" + tirana_industrial_combine:0 "Tirana Industrial Combine" + albanian_narrow_guage_railways:0 "Albanian Narrow-Guage Railways" + albanian_agriculture_machines:0 "Albanian Agriculture Machines" + buenos_aires_railway_company:0 "Buenos Aires Railway Company" + ypf:0 "YPF" + bunge_y_borne:0 "Bunge y Borne" + siam_di_tella:0 "Siam di Tella" + comodoro_rivadavia_oil_exploitation:0 "Comodoro Rivadavia Oil Exploitation" + yacimientos_petroliferos_fiscales:0 "Yacimientos Petrolíferos Fiscales" + victorian_railways:0 "Victorian Railways" + new_south_wales_state_railways:0 "New South Wales State Railways" + gebruder_bohler_and_cie:0 "Gebrüder Böhler & Cie" + gevaert_and_co:0 "Gevaert & Co" + solvay:0 "Solvay" + forges_de_clabecq:0 "Forges de Clabecq" + la_brugeoise:0 "La Brugeoise" + union_miniere:0 "Union Miniere" + bolivian_oil:0 "Bolivian Oil" + corporacion_minera_de_bolivia:0 "Corporación Minera de Bolivia" + empresa_nacional_de_ferrocarriles:0 "Empresa Nacional de Ferrocarriles" + hochschild:0 "Hochschild" + patinos:0 "Patinos" + antofagasta_and_bolivia_railway_company:0 "Antofagasta and Bolivia Railway Company" + organizacao_henrique_lage:0 "Organizacão Henrique Lage" + estrada_de_ferro_central_do_brasil:0 "Estrada de Ferro Central do Brasil" + industrias_matarazzo:0 "Industrias Matarazzo" + pernik_complex:0 "Pernik Complex" + imperial_oil:0 "Imperial Oil" + canadian_pacific_railway:0 "Canadian Pacific Railway" + montreal_locomotive_works:0 "Montreal Locomotive Works" + bell_canada:0 "Bell Canada" + kaiping_coal_mine_CGX:0 "Kaiping Coal Mine" + kailan_mining_administration__CGX:0 "Kailan Mining Administration " + han_ye_ping_coal_and_iron_company:0 "Han-Ye-Ping Coal and Iron Company" + kaiping_coal_mine_CHI:0 "Kaiping Coal Mine" + kailan_mining_administration__CHI:0 "Kailan Mining Administration " + zhong_xing_coal_company_CHI:0 "Zhong Xing Coal Company" + tianjin_belgian_tram_and_electric_co_CHI:0 "Tianjin Belgian Tram & Electric Co." + zhili_industrial_bureau_CHI:0 "Zhili Industrial Bureau" + electric_traction_company_of_hong_kong__CHI:0 "Electric Traction Company of Hong Kong " + hong_kong_tramways_ltd__CHI:0 "Hong Kong Tramways Ltd " + hong_kong_electric_co_ltd__CHI:0 "Hong Kong Electric Co. Ltd " + shanghai_international_tram_authority_CHI:0 "Shanghai International Tram Authority" + yunnan_tin_company_CHI:0 "Yunnan Tin Company" + yunnan_vietnam_railway_authority_CHI:0 "Yunnan-Vietnam Railway Authority" + agua_santa_nitrate_railways:0 "Agua Santa Nitrate Railways" + williamson_balfour_company:0 "Williamson-Balfour Company" + transandine_construction_company:0 "Transandine Construction Company" + antofagasta_and_bolivia_railway:0 "Antofagasta & Bolivia Railway" + compania_de_lota_y_coronel:0 "Compañía de Lota y Coronel" + compania_minera_e_industrial_de_chile:0 "Compañía Minera e Industrial de Chile" + ifi:0 "IFI" + colombia_railways_company:0 "Colombia Railways Company" + united_fruit_company_COL:0 "United Fruit Company" + bancolombia:0 "Bancolombia" + telephone_colombian_company:0 "Telephone Colombian Company" + tropical_oil_company:0 "Tropical Oil Company" + costa_rican_oil:0 "Costa Rican Oil" + minas_d_oro_de_cdc:0 "Minas d'Oro de CDC" + united_fruit_company_COS:0 "United Fruit Company" + croatian_state_railroads:0 "Croatian State Railroads" + osijek_industrial_combine:0 "Osijek Industrial Combine" + united_railways:0 "United Railways" + arechalaba_industries:0 "Arechalaba Industries" + united_fruit_company_CUB:0 "United Fruit Company" + yunnan_tin_company:0 "Yunnan Tin Company" + yunnan_vietnam_railway_authority:0 "Yunnan-Vietnam Railway Authority" + c_k_d:0 "C-K-D" + eisenacher_motorenwerke:0 "Eisenacher Motorenwerke" + leuna_werke:0 "Leuna Werke" + fl_smidt:0 "F.L. Smidt" + sadolin_and_holmblad_as:0 "Sadolin & Holmblad A/S" + danske_statsbaner:0 "Danske Statsbaner" + krupp_DFR:0 "Krupp" + siemens_DFR:0 "Siemens" + corde:0 "CORDE" + ideal:0 "IDEAL" + anglo_ecuadorian_oilfields:0 "Anglo-Ecuadorian Oilfields" + ecuadorian_agriculture:0 "Ecuadorian Agriculture" + egyptian_railways:0 "Egyptian Railways" + suez_canal_company:0 "Suez Canal Company" + marconi:0 "Marconi" + british_westinghouse:0 "British Westinghouse" + eesti_petro:0 "Eesti Petro" + suomen_gummitehdas_oy:0 "Suomen Gummitehdas Oy" + fiskars:0 "Fiskars" + astrom:0 "Åström" + kuhlmann:0 "Kuhlmann" + saint_gobain:0 "Saint-Gobain" + oasa:0 "OASA" + spap:0 "SPAP" + laurium_smelting_works:0 "Laurium Smelting Works" + caucho_semillero_sa:0 "Caucho Semillero S.A." + mahler_fruta_sa:0 "Mahler Fruta S.A." + united_fruit_company_GUA:0 "United Fruit Company" + compagnie_ciment_varreux:0 "Compagnie Ciment Varreux" + huilerie_nationale_sa:0 "Huilerie Nationale S.A." + societe_nationale_d_investissement:0 "Societé Nationale d'Investissement" + shell:0 "Shell" + philips:0 "Philips" + frits_zernike:0 "Frits Zernike" + banco_honduras_sa:0 "Banco Honduras S.A." + united_fruit_company_HON:0 "United Fruit Company" + budapest_chemical_works:0 "Budapest Chemical Works" + ganz:0 "Ganz" + tungsram:0 "Tungsram" + reykjavik_industrial_combine:0 "Reykjavik Industrial Combine" + indian_government_railways:0 "Indian Government Railways" + jrd_tata:0 "J.R.D. Tata" + tata_steel:0 "Tata Steel" + bengal_chemicals_and_pharmaceuticals:0 "Bengal Chemicals and Pharmaceuticals" + indonesian_state_railway_system:0 "Indonesian State Railway System" + goulding_chemicals:0 "Goulding Chemicals" + lennox_chemicals:0 "Lennox Chemicals" + gsandwr:0 "GS&WR" + alliance_and_dublin_consumers__gas_company:0 "Alliance and Dublin Consumers' Gas Company" + mcmullan_bros_ltd:0 "McMullan Bros Ltd" + iraq_petroleum_company:0 "Iraq Petroleum Company" + societa_montecatini:0 "Societá Montecatini" + mitsui:0 "Mitsui" + komatsu:0 "Komatsu" + nippon_electric_company:0 "Nippon Electric Company" + tokyo_gas_and_electric_industry:0 "Tokyo Gas and Electric Industry" + mitsubishi_jukogyo:0 "Mitsubishi Jukogyo" + hyundai_heavy_industries:0 "Hyundai Heavy Industries" + arab_bank:0 "Arab Bank" + firestone_tire_and_rubber_company:0 "Firestone Tire & Rubber Company" + cci:0 "CCI" + lithuanian_railways:0 "Lithuanian Railways" + samlfs:0 "SAMLFS" + arbed:0 "ARBED" + south_manchuria_railway_co:0 "South Manchuria Railway Co." + manchuria_colonial_development_organization:0 "Manchuria Colonial Development Organization" + manchukwo_zaibatsu_empire:0 "Manchukwo Zaibatsu Empire" + showa_steel_works:0 "Showa Steel Works" + mengkukuo_railway_co:0 "Mengkukuo Railway Co." + hsingan_bureau:0 "Hsingan bureau" + mengkukuo_colonial_co:0 "Mengkukuo Colonial Co." + mengkukuo_zaibatsu_empire:0 "Mengkukuo Zaibatsu Empire" + compania_metalurgica_mexicana:0 "Compañía Metalúrgica Mexicana" + cemento_cruz_azul:0 "Cemento Cruz Azul" + nalayh_coal_mine:0 "Nalayh Coal Mine" + choybalsan_industrial_combine:0 "Choybalsan Industrial Combine" + moroccan_railways_company:0 "Moroccan Railways Company" + national_railways_of_montenegro:0 "National Railways of Montenegro" + bar_railway:0 "Bar Railway" + montenegrin_agriculture:0 "Montenegrin Agriculture" + golcha_organisations:0 "Golcha Organisations" + biratnagar:0 "Biratnagar" + nicaraguan_oil:0 "Nicaraguan Oil" + united_fruit_company_NIC:0 "United Fruit Company" + oman_international_transport_company:0 "Oman International Transport Company" + mkek:0 "MKEK" + pakistan_machine_tool_factory:0 "Pakistan Machine Tool Factory" + panama_canal_company:0 "Panama Canal Company" + united_fruit_company_PAN:0 "United Fruit Company" + shell_oil_company:0 "Shell Oil Company" + paraguayan_agriculture:0 "Paraguayan Agriculture" + anglo_iranian_oil:0 "Anglo-Iranian Oil" + jahanbin_constructing:0 "Jahanbin Constructing" + sarcheshmeh_copper_mines:0 "Sarcheshmeh Copper Mines" + trans_iranian_railway_co:0 "Trans-Iranian Railway Co." + benguet_consolidated_mining_company:0 "Benguet Consolidated Mining Company" + elizalde_and_co:0 "Elizalde & Co." + manila_electric_company:0 "Manila Electric Company" + manila_railway_company:0 "Manila Railway Company" + centralny_okreg_przemyslowy:0 "Centralny Okreg Przemyslowy" + caminhos_de_ferro_portugueses:0 "Caminhos de Ferro Portugueses" + companhia_uniao_fabril:0 "Companhia União Fabril" + empresa_industria_portugesa:0 "Empresa Industria Portugesa" + ministry_of_agriculture:0 "Ministry of Agriculture" + ministry_of_chemical_industry:0 "Ministry of Chemical Industry" + cooperacion_del_peru:0 "Cooperación del Peru" + transporte_de_picos_sa:0 "Transporte de Picos SA" + southern_and_central_railroads:0 "Southern and Central Railroads" + sapolio:0 "Sapolio" + steaua_romana_refineries:0 "Steaua Romana Refineries" + nicolae_malaxa_factories:0 "Nicolae Malaxa Factories" + societa_montecatini_RSI:0 "Societá Montecatini" + machine_building_plant_mzik:0 "Machine-Building Plant-MZiK" + kharkov_locomotive_factory:0 "Kharkov Locomotive Factory" + south_africa_railways:0 "South Africa Railways" + compania_d_oro_de_divisadero:0 "Compañía d'Oro de Divisadero" + compania_imberton:0 "Compañía Imberton" + ferreteria_ferrominera:0 "Ferretería Ferrominera" + standard_oil_california_SAU:0 "Standard Oil of California" + la_roche:0 "La Roche" + sandoz:0 "Sandoz" + sulzer:0 "Sulzer" + schweizerische_kreditanstalt:0 "Schweizerische Kreditanstalt" + memorandum_teleoptik:0 "Memorandum Teleoptik" + serbian_state_railways:0 "Serbian State Railways" + sartid_smederevo:0 "Sartid Smederevo" + siam_cement:0 "Siam Cement" + siam_electricity_company:0 "Siam Electricity Company" + soviet_sinkiang_trading_company:0 "Soviet-Sinkiang Trading Company" + dubnica_machines_plant:0 "Dubnica Machines Plant" + apollo_refinery:0 "Apollo refinery" + ironworks_pobrezova:0 "Ironworks Pobrezova" + moscow_institute_of_railway_engineering:0 "Moscow Institute of Railway Engineering" + laboratorio_quimico_del_ebro:0 "Laboratorio Químico del Ebro" + instituto_quimico_de_sarria:0 "Instituto Químico de Sarriá" + compania_espanola_de_petroleos:0 "Compañía Española de Petróleos" + instituto_quimico_de_sarria_SPR:0 "Instituto Químico de Sarriá" + ab_lm_ericsson_and_co:0 "AB. LM. Ericsson & Co" + skf:0 "SKF" + aga:0 "AGA" + munktells_mekaniska_verkstads_ab:0 "Munktells Mekaniska Verkstads AB" + tuvan_mining_company:0 "Tuvan Mining Company" + oberschlesien_eisen_industrie_ag:0 "Oberschlesien Eisen-Industrie AG" + hejaz_railway:0 "Hejaz Railway" + ferrocarriles_nacionales_de_mexico:0 "Ferrocarriles Nacionales de México" + ingenio_azucarero__la_abeja_:0 "Ingenio Azucarero 'La Abeja'" + zhong_xing_coal_company:0 "Zhong Xing Coal Company" + tianjin_belgian_tram_and_electric_co:0 "Tianjin Belgian Tram & Electric Co." + zhili_industrial_bureau:0 "Zhili Industrial Bureau" + zhong_xing_coal_company_ROC:0 "Zhong Xing Coal Company" + tianjin_belgian_tram_and_electric_co_ROC:0 "Tianjin Belgian Tram & Electric Co." + zhili_industrial_bureau_ROC:0 "Zhili Industrial Bureau" + electric_traction_company_of_hong_kong_:0 "Electric Traction Company of Hong Kong " + hong_kong_tramways_ltd_:0 "Hong Kong Tramways Ltd " + hong_kong_electric_co_ltd_:0 "Hong Kong Electric Co. Ltd " + shanghai_international_tram_authority:0 "Shanghai International Tram Authority" + ferrocarriles_y_tranvias_del_estado:0 "Ferrocarriles y Tranvías del Estado" + uruguayan_agriculture:0 "Uruguayan Agriculture" + usinas_y_trasmisiones_electricas:0 "Usinas y Trasmisiones Eléctricas" + texas_oil_company:0 "Texas Oil Company" + jfpn:0 "JFPN" + venezuelan_oil:0 "Venezuelan Oil" + instituto_autonomo_ferrocarriles_del_estado:0 "Instituto Autónomo Ferrocarriles del Estado" + venezuelan_railways:0 "Venezuelan Railways" + memorandum_teleoptik_YUG:0 "Memorandum Teleoptik" + yugoslavian_state_railroads:0 "Yugoslavian State Railroads" + + RUS_ww1_orthodox_church:0 "Église Orthodoxe" + RUS_ww1_orthodox_church_desc:0 "The majority of Eastern Orthodox Christians live in Greece, Eastern Europe, the Caucasus and Russia." + RUS_ww1_tsushima_humiliation:0 "L'Humiliation de Tsushima" + RUS_ww1_tsushima_humiliation_desc:0 "The Battle of Tsushima was humiliating for Russia, which lost all its battleships and most of its cruisers and destroyers. The battle effectively ended the Russo-Japanese War in Japan's favour." + RUS_ww1_mixed_railways:0 "Infrastructure ferroviaire limitée" + RUS_ww1_mixed_railways_desc:0 "Due in part to the poor financial state of the Tsarist government and their inability to finance railroad construction, by the early 1880s all railroads were private companies. But then as private railroads got into financial difficultly, the government took over some of them, resulting in mixed system of private and government railways." + + FRA_ww1_Revanchism:0 "Revanchisme" + FRA_ww1_Revanchism_desc:0 "In the aftermath of the Franco-Prussian War of 1870, a lot of nationalists wanted to avenge the French defeat and reclaim the lost territories of Alsace-Lorraine." + + AUH_ww1_Trialism:0 "Trialisme" + AUH_ww1_Trialism_desc:0 "In the history of the Austria-Hungary Trialism refers to the political movement that aimed to reorganize the bipartite Empire into a tripartite one, creating a Croatian state equal in status to Austria and Hungary." + + prohibition_accepted:0 "Prohibition Enforced" + prohibition_accepted_desc:0 "With the ratification of the 18th Amendment and corresponding legislation, the production, sale, or transport of alcohol inside, into, or out of the USA is now illegal. A lack of alcohol will cause a decline in the demand for consumer alcoholic goods, but this great political crusade will make future political decisions much more divisive." + prohibition_rejected:0 "Prohibition Rejected" + prohibition_rejected_desc:0 "Despite vast support amongst Christian organizations and numerous women's rights groups, the latest attempt to eliminate alcohol in the United States has failed. This will certainly split public opinion and cause the public to turn towards materialism to take their mind off things." + bootleggers:0 "Bootleggers" + bootleggers_desc:0 "The prohibition of alcohol in the USA has had a major unforseen and highly negative side effect: the growth of criminal syndicates that meet the public's insastiable demand for liqour. The incredible levels of violence assocaited with these gangsters is hurting this country, and the vast sums of money involved are corrupting America's conciousness and politics, perhaps forever." \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_national_spirit_l_french.yml b/mod/thegreatwar/localisation/ww1_national_spirit_l_french.yml new file mode 100755 index 000000000..a1637040d --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_national_spirit_l_french.yml @@ -0,0 +1,30 @@ +l_french: + + #-------------------------------------------------------------- + AUH_ww1_Multinational_State:0 "État plurinational" + AUH_ww1_Multinational_State_desc:0 "Unlike most countries of this period, the Austro-Hungarian Empire is not a nationalistically-organized state, but instead a relic of old marriages and throne inheritances, which have given the empire a cultural patchwork of territories. In recent times, many of the subject nationalities of the Empire have begun a push for independence, hurting the Austrian state." + #-------------------------------------------------------------- + ITA_ww1_Risorgimento:0 "Risorgimento" + ITA_ww1_Risorgimento_desc:0 "Risorgimento (also known as the Italian Unification) was the political and social movement that consolidated different states of the Italian peninsula into the single state of the Kingdom of Italy. The memory of this event, as well as the Irridentism that followed, is a driving force in both Italian unity and politics." + #-------------------------------------------------------------- + ww1_Faith_Allah:0 "Foi en Allah" + ww1_Faith_Allah_desc:0 "In the Qur’an, Allah commands believers to be united, to join ranks in faith, to regard and love one another as brothers, to be forgiving and protective and to strongly avoid fragmentation, division and dispersal. Ottoman hegemony in Mecca, as well as the Sultan's title as the Caliph os Islam, proves their government's faith." + #-------------------------------------------------------------- + ww1_Scramble_for_Africa:0 "Rivalités coloniales" + ww1_Scramble_for_Africa_desc:0 "The rivalry between Britain, France, Germany, and the other European powers accounts for much of the tension between the Great Powers in this era. With only fragments of territory left unclaimed, the demands of annexing foreign colonies are already starting to echo in our streets." + #-------------------------------------------------------------- + AUH_ww1_House_Habsburg_Lorraine:0 "Maison de Habsbourg-Lorraine" + AUH_ww1_House_Habsburg_Lorraine_desc:0 "The House of Habsburg-Lorraine is one of the most influential Royal Houses of Europe, and the ruling dynasty of Austria-Hungary. The long legacy of this family on the throne of the Empire gives them much of the necessary legitimacy to maintain their rule, so long as they can maintain it." + #-------------------------------------------------------------- + GER_ww1_North_German_Confederation:0 "Héritage de la Confédération de l'Allemagne du Nord" + GER_ww1_North_German_Confederation_desc:0 "After years of being the secondary player in the German sphere, Prussia formed the North German Confederation, establishing itself as the foremost power in Germany, before finally unifying the empire. With this event still in living memory, the laws and pride of our people are still reflective of this monumental event." + #-------------------------------------------------------------- + ww1_difficulty_tinkywinki:0 "Tinky Winki Eh-Ho" + ww1_difficulty_tinkywinki_desc:0 "''Why don't we send some flowers to the Kaiser, and then we'll all be home in time for tea!''" + ww1_difficulty_nottoday:0 "Pas aujourd'hui" + ww1_difficulty_nottoday_desc:0 "''What will you say when they ask ''Daddy, what did you do in the Great War?''''" + ww1_difficulty_ballsofsteel:0 "I've got Balls of Steel" + ww1_difficulty_ballsofsteel_desc:0 "''My centre is giving way, my right is retreating, situation excellent, I am attacking.''" + ww1_difficulty_spartans:0 "Nous dînerons en Enfer ce soir ! HA-OOH!" + ww1_difficulty_spartans_desc:0 "''War declared by all! Ottoman Empire almost declares war on itself!''" + diff --git a/mod/thegreatwar/localisation/ww1_nf_auh_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_auh_l_french.yml new file mode 100755 index 000000000..22b586ffe --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_auh_l_french.yml @@ -0,0 +1,425 @@ +l_french: + +#-------------------------------------------------------------- +# [AUSTRIA-HUNGARIAN EMPIRE] Army Effort +#========================================================================= +AUH_ww1_army_effort:0 "Landstreitkräfte Österreich-Ungarns" +AUH_ww1_army_effort_desc:0 "Austria-Hungary's army is actually split into three jurisdictions: An Austrian force, a Hungarian force, and a joint unified force, all of which operate with their own officers and staff. Modernization of such a force is a tall order, but possible, and will inevitably lead to a more effective armed force." + +AUH_ww1_trenchwarfare:0 "Trench Warfare Focus" +AUH_ww1_trenchwarfare_desc:0 "Since Gatling and Maxim introduced their unholy weapons of warfare, our nation has been keenly interested in strategies based around the defense of Trench lines, which were first seen as far back as the American Civil War. We must seek experts in this theory- both field and armchair generals- in order to advance our knowledge in tomorrow's Land Doctrines." + +AUH_ww1_artillery_effort_1:0 "Artillery Effort" +AUH_ww1_artillery_effort_1_desc:0 "One step to expand our young military modernization program is further development of our Artillery batteries. Seeking out designers for new weapons is a logical first step, and once our project is completed, we expect to reap the benefits of an easily-designed new Artillery piece." + +AUH_ww1_artillery_effort_2:0 "Artillery Effort II" + +AUH_ww1_artillery_effort_2_desc:0 "Now that we have gathered some accomplished Artillery designers, it seems logical to support their endeavors with their own factories. By assigning these men as full-time designers and engineers, and putting workers under them, we can easily make advancements in the field of Artillery." + +AUH_ww1_artillery_effort_3:0 "Artillery Effort III" +AUH_ww1_artillery_effort_3_desc:0 "Field tests are proving a major issue with our artillery pieces: The wide variety of calibers we're using for various ranges and models of Artillery is proving a costly endeavor, and reducing the effectiveness of our cannons on the field. By enforcing a few standard sizes for our guns, we can produce new models of Artillery that give us, quite literally, more bang for our buck." + +AUH_ww1_artillery_effort_4:0 "Artillery Effort IV" +AUH_ww1_artillery_effort_4_desc:0 "Though the direct-fire Field Gun was thought to be on its way out from the battlefield, our quartermasters are actually beginning to request more and more of these light pieces, instead of just demanding more of the Howitzers and Siege Guns. Focusing our efforts on new direct-fire guns, and perhaps more rounds to compensate, will not only inevitably lead to superior models, but perhaps lead to some unexpected advantages elsewhere as well..." + +AUH_ww1_special_forces:0 "Special Forces Focus" +AUH_ww1_special_forces_desc:0 "For all of its horror, Chemical Warfare has, by sheer accident, introduced us to a class of incredibly disciplined troops with lightning reaction times, superior to the other groups in our army. These men seem quite useful to act as Marines, Mountain troops, and other hardy classes of Infantry which are above the caliber of the standard Rifleman. Seeking out these men and good officers for them could lead to some much more effective Special Forces. If only there were a way for them to get to the battle faster, like the Cavalry of the old days..." + +AUH_ww1_army_motorization_focus:0 "Motorization Focus" +AUH_ww1_army_motorization_focus_desc:0 "Some of our geniuses in the General Staff- or perhaps just men fed up with the stalemates of Trench Wafare- have proposed mass-producing vehicles specifically for troop transportation, which would allow our men to get to and from battlefields faster- and, perhaps, around it as well. Of course, even this simple act requires specific equipment and training, which means an investment- though one that could easily pay off." + +AUH_ww1_doctrine_effort:0 "Doctrine Effort" +AUH_ww1_doctrine_effort_desc:0 "Though the era of the General Staff consisting of the princes of the realm has long ended, several of our Generals and other high-ranking officers were chosen for our armies not because of skill, but for connections or family ties. Though this keeps them loyal, other nations are beginning to become more serious and competitive with their own top brass. We must begin appointments for merit- though still, hopefully, not let too much of the common riff-raff into the esteemed General Staff..." + +AUH_ww1_doctrine_effort_2:0 "Doctrine Effort II" +AUH_ww1_doctrine_effort_2_desc:0 "Though our General Staff has now been made thoroughly merit-based, perhaps they aren't the only ones who can assist in our military doctrines. A class of men who have been mostly dormant since the early 1800s- straight military theorists- are beginning to appear once again. Though many of these men have limited combat experience, their study in war cannot be ignored. Integrating them into our staff could prove beneficial for our military tactics." + +AUH_ww1_doctrine_effort_3:0 "Doctrine Effort III" +AUH_ww1_doctrine_effort_3_desc:0 "One of our critical elements of warfare has largely been ignored up to now: Logistics. With so much focus on the capability of troops in combat, we must ensure they get there in a timely fashion, and have, at least, food, water, and a weapon. Giving experts on this subject a voice, as well as more training for supply vehicle drivers, would have immediate benefits for our land doctrines, but perhaps future additional benefits as well." + +AUH_ww1_equipment_effort:0 "Equipment Effort" +AUH_ww1_equipment_effort_desc:0 "Our generals are not the only old guard keeping our military in the last century. Our Quartermasters still have some of the 19th century Military issues of corruption and disconnection behind them. By selecting the most well-liked and in-tune officers, we can, most importantly, learn the faults of our current weapons, allowing us to produce corrected and improved designs more quickly- as well as ensure that these men don't get TOO popular!" + +AUH_ww1_equipment_effort_2:0 "Equipment Effort II" +AUH_ww1_equipment_effort_2_desc:0 "Our new Quartermasters have taken to us with requests for not simply newer rifles, but newer support weapons as well. Experience with this new-pattern army has led to ideas like lighter machine guns, trench mortars, and rifle grenades, which all seem quite useful, so long as we can get the right people on designing them and manufacturing them." + +AUH_ww1_equipment_effort_3:0 "Equipment Effort III" +AUH_ww1_equipment_effort_3_desc:0 "The Quartermasters have sent a letter of demands for more rifles equipped for the conditions of trenches- those able to launch rifle grenades, attach bayonets or scopes, and more carbines. Though we could simply produce more straight up, it seems like a logical move is to bring our rifles to the standard of being able to do all of these things- which means a new, improved design." + +AUH_ww1_equipment_effort_4:0 "Equipment Effort IV" +AUH_ww1_equipment_effort_4_desc:0 "Our Quartermasters have, unfortunately, sent us yet another list of demands. Luckily, we have instructed our postmasters to ignore any further mail from them. Their last demand is new equipment for our Engineer corps- new models of Carbine, new tools, and perhaps those new Flamethrowers, which will be commissioned as soon as possible. Of course, expanding the Engineer corps as such could provide for some unseen benefits..." + +AUH_ww1_armor_effort_1:0 "Panzer Effort" +AUH_ww1_armor_effort_1_desc:0 "Our prior investments have paid off! Artillery designers, Engineers, and vehicle designers have proposed to us a brand new type of vehicle- a heavily armored tractor with a direct fire gun. Though early designs are clearly not battle ready, this concept has strong promise- particularly in the field of ending the Trench stalemate in our favor, if these landships can stand up to machine gun fire, as is claimed." + +AUH_ww1_armor_effort_2:0 "Panzer Effort II" +AUH_ww1_armor_effort_2_desc:0 "Our experiments with armor have been a rousing success! However, we cannot be complacent with our current designs. Engineers have been proposing interesting concepts like rotating gun turrets, specific engine compartments, and a hatch for use by a commander, which cannot be ignored. If we are to be the first to make these ideas a reality, perhaps we could become unstoppable!" + +AUH_ww1_gasmask_focus:0 "Chemical Warfare Focus" +AUH_ww1_gasmask_focus_desc:0 "Some of our chemists have proposed the use of a new, incredibly deadly agent- poisonous gas, delivered by our artillery and trench mortars. Though chemical warfare has been frowned on for roughly a century, what choice do we have if we are to win the war? Beyond investing in these, it's also likely for the best to develop countermeasures quickly- it would be unfortunate for such an advancement to turn on us!" +#-------------------------------------------------------------- + + +# [AUSTRIA-HUNGARIAN EMPIRE] Aviation Effort +#========================================================================= +AUH_ww1_aviation_effort:0 "Form K.u.K. Luftfahrtruppen" +AUH_ww1_aviation_effort_desc:0 "These new Aeroplanes are interesting toys, and perhaps hold some military value. Civilian pilots could easily be attracted to our military, experts could teach us how to use these newfangled contraptions, and if this project bears fruit, we may earn ourselves a decisive advantage over our opponents who fall behind in this field- particularly in the doctrines of these aircraft." + +AUH_ww1_fighter_focus:0 "Fighter Focus" +AUH_ww1_fighter_focus_desc:0 "The value of the Fighter is unquestionable. If we focus our aviation efforts on the ddsign and use of these air craft, our nation's planes may one day flood the sky, destroying all enemy aircraft that even try to oppose them, which could provide a major advantage. Of course, the Bomber lobby has interesting proposals as well, so perhaps we should not put all of our eggs into one basket..." + +AUH_ww1_bomber_focus:0 "Bomber Focus" +AUH_ww1_bomber_focus_desc:0 "The Bomber is a simple, practical machine. Focusing our production and designers on this specific class of aircraft would be a good way to ensure that we can use the Air Force as a ground support tool, able to help the infantry gain ground by destroying enemy defenses and positions. Of course, fighters should still be produced, but these bombers may win us the war." + +AUH_ww1_airship_focus:0 "Zeppelin Focus" +AUH_ww1_airship_focus_desc:0 "The Balloon is our oldest aircraft, and even now, experts are predicting that it may not have a long future on the battlefield. This is no excuse to slack on the designs of such craft, especially in a time when they may be an effective way to drop large bomb payloads onto our foes. By bringing out-of-work Hot Air Balloon and Zeppelin manufacturers under the state's wing, we could squeeze the most out of this design while we still can." + +AUH_ww1_aviation_effort_2:0 "Aviation Effort" +AUH_ww1_aviation_effort_2_desc:0 "Now that we have formally established an Air Force, we have made some interesting advances. Most notably, our aircraft designers have been proposing designs for specific roles, rather than simply arming a generic model. Getting effective use out of these planes, which will be designed with roles like attacking enemy aircraft or dropping bombs in mind, will require extensive testing and research, but will no doubt prove beneficial." +AUH_ww1_aviation_effort_3:0 "Aviation Effort II" +AUH_ww1_aviation_effort_3_desc:0 "The development of the Synchronised Machine Gun has changed the rules of the Aircraft game. Fighters are now far more effective, our Zeppelins might be seeing their last flights, and we need innovative thinkers to help keep us on pace with this extreme development. If we become the master of this new development, which will perhaps change the air war as much as ground warfare, we will be well on our way to Air Superiority." +AUH_ww1_aviation_effort_4:0 "Aviation Effort III" +AUH_ww1_aviation_effort_4_desc:0 "Our Air Force, which was established only recently, has now integrated itself completely into the rest of our armed forces. This brings us the obvious benefit of a pool of theorists, engineers, designers, and experts still at our door- as well as a new class of ''Ace'' pilots, who are even becoming minor celebrities. Hiring on these people certainly can't hurt us, and will lead to nice developments in our field." +AUH_ww1_aviation_effort_5:0 "Aviation Effort IV" +AUH_ww1_aviation_effort_5_desc:0 "With the development of brand new types of aircraft, such as the Tactical and Strategic Bomber, we have yet more testing and theorycrafting to do on exactly the best way to get use out of this influx of new models. Some are already speculating that bombers may be a wonder weapon capable of deciding a war. What poppycock!" + +AUH_ww1_pilotformation_1:0 "Pilot Formation" +AUH_ww1_pilotformation_1_desc:0 "Currently, Aircraft fly solo- distant from each other, and engaging in one-on-one duels with any enemies they might encounter. However, with more and more machines in the sky, it's becoming clear that this is no longer the most viable way to engage in air combat. Some of our physicists may be valuable in helping us to determine new formations for our pilots to use." + +AUH_ww1_pilotformation_2:0 "Pilot Formation II" +AUH_ww1_pilotformation_2_desc:0 "The new formations we have established have indeed been a boon to us in combat. However, ensuring people stick to the formations is a different story entirely. Encouraging our top aces to put out a manual for our pilots on air tactics and formation will ensure our pilots stick to doing what's best- and perhaps, these sorts of writings will help spread new tricks and doctrines." + +AUH_ww1_aircraftprod_1:0 "Aircraft Production" +AUH_ww1_aircraftprod_1_desc:0 "Though Engineers have been making aircraft for us on a decent scale, it is simply time to introduce factories outright to the concept. Putting planes into mass production will help us flood the sky with friendly craft- and, more importantly, help us deprive our enemies of the same advantage. On top of that, who knows? Maybe some of these factory engineers may have some good ideas for aircraft designs..." + +AUH_ww1_aircraftprod_2:0 "Aircraft Production II" +AUH_ww1_aircraftprod_2_desc:0 "The new formations we have established have indeed been a boon to us in combat. However, ensuring people stick to the formations is a different story entirely. Encouraging our top aces to put out a manual for our pilots on air tactics and formation will ensure our pilots stick to doing what's best- and perhaps, these sorts of writings will help spread new tricks and doctrines." + +AUH_ww1_airbomb_1:0 "Air Bombing Effort" +AUH_ww1_airbomb_1_desc:0 "While the tactics of our fighters are improving with formations, our bombers are still very basic machines with very basic doctrines. Some of our old airship bombers possess now essentially unused expertise, which could help the latter as time solves the former. By utilizing these men, we can ensure that the old lessons of bombing are not lost on newer craft." +AUH_ww1_airbomb_2:0 "Air Bombing Effort II" +AUH_ww1_airbomb_2_desc:0 "All of the recent developments to air warfare, both in theory and in practice, have given birth to a golden age of aircraft development. From pilots down to the plane mechanics, it seems that everyone has something to improve and potentially offer, which we can use on a national level. Perhaps one day, Aircraft may be the most important weapon in war...nah, probably not." + +AUH_ww1_air_innovation:0 "Air Innovation Focus" +AUH_ww1_air_innovation_desc:0 "One of our aspiring, mid-level air officers recently displayed the conclusion of a project he had been working on in secret. A seaplane was launched from a static ship, dropped a bomb onto one of our old scrappers, sinking the poor old vessel, before the plane returned and docked once again. Though most of our high command was unimpressed, attention from the head of state could certainly give this ambition a boost." + +AUH_ww1_navalair:0 "Naval Bombing Effort" +AUH_ww1_navalair_desc:0 "One of our aspiring, mid-level air officers recently displayed the conclusion of a project he had been working on in secret. A seaplane was launched from a static ship, dropped a bomb onto one of our old scrappers, sinking the poor old vessel, before the plane returned and docked once again. Though most of our high command was unimpressed, attention from the head of state could certainly give this ambition a boost." +#-------------------------------------------------------------- + + +# [AUSTRIA-HUNGARIAN EMPIRE] Industrial Effort +#========================================================================= +AUH_ww1_industrial_effort:0 "Industrial Effort" +AUH_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_construction_effort:0 "Construction Effort" +AUH_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_construction_effort_2:0 "Construction Effort II" +AUH_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_construction_effort_3:0 "Construction Effort III" +AUH_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_production_effort:0 "Armament Effort" +AUH_ww1_production_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_production_effort_2:0 "Armament Effort II" +AUH_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_production_effort_3:0 "Armament Effort III" +AUH_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_dockyard_effort_1:0 "Dockyard Expansion" +AUH_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +AUH_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +AUH_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +AUH_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_airfield_expansion_1:0 "Airfield Expansion" +AUH_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +AUH_ww1_airfield_expansion_2:0 "Airfield Expansion II" +AUH_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_airfield_expansion_3:0 "Airfield Expansion III" +AUH_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_infrastructure_effort:0 "Infrastructure Effort" +AUH_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +AUH_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +AUH_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +AUH_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +AUH_ww1_extra_tech_slot:0 "Extra Research Slot" +AUH_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +AUH_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +AUH_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [AUSTRIA-HUNGARIAN EMPIRE] Naval Effort +#========================================================================= +AUH_ww1_naval_effort:0 "Reinforce K.u.K. Kriegsmarine" +AUH_ww1_naval_effort_desc:0 "Though Austria hasn't been landlocked since the 14th Century, our empire has never boasted a particularly fearsome navy. However, it is better late than never. A large modernization program to back our construction of brand new ships will hopefully give us a naval force capable of competing in the harsh Mediterranean Sea." + +AUH_ww1_newnavalcanons_1:0 "Naval Gun Effort" +AUH_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + +AUH_ww1_newnavalcanons_2:0 "Naval Gun Effort II" +AUH_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + +AUH_ww1_newnavalcanons_3:0 "Naval Gun Effort III" +AUH_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + +AUH_ww1_dreadnought_effort:0 "Dreadnought Effort" +AUH_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_flexible_navy:0 "Flexible Navy" +AUH_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + +AUH_ww1_large_navy:0 "Large Navy" +AUH_ww1_large_navy_desc:0 "" #KAISER_ANONY + +AUH_ww1_navyreform:0 "Navy Deployment" +AUH_ww1_navyreform_desc:0 "" #KAISER_ANONY + +AUH_ww1_submarine_effort:0 "Submarine Effort" +AUH_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_cruiser_effort:0 "Cruiser Effort" +AUH_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_destroyer_effort:0 "Destroyer Effort" +AUH_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_capital_ships_effort:0 "Capital Ship Effort" +AUH_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_carrier_focus:0 "Carrier Effort" +AUH_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + +AUH_ww1_antisubmarine:0 "Anti-Submarine Warfare" +AUH_ww1_antisubmarine_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + +# [AUSTRIA-HUNGARIAN EMPIRE] Political Effort +#========================================================================= +AUH_ww1_political_effort:0 "Political Effort" +AUH_ww1_political_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_sovereignist_ethos:0 "Centralization" +AUH_ww1_sovereignist_ethos_desc:0 "" #KAISER_ANONY + +AUH_ww1_support_kaiser:0 "Reinforce Emperor's Authority" +AUH_ww1_support_kaiser_desc:0 "His royal majesty the Kaiser und Konig has wisely ruled over our nation for a long time, but threats to his rule have been brewing. From Nationalists trying to break out to Federalists trying to form into a regionalist democracy, the throne has earned many enemies internally. We must conduct an image reworking campaign for the K.u.K. to help secure his power." + +AUH_ww1_contest_kaiser:0 "Contest Emperor's Authority" +AUH_ww1_contest_kaiser_desc:0 "Perhaps Monarchy is no way to rule a multinationalist state anymore. The Kaiser und Konig is harshly unpopular outside of Austria itself, and has many enemies within his own home part of the Empire. If we weaken his authority from within, what chance does he have to retain his rule? More powerful parties can then take his place." + +AUH_ww1_internationalism_focus:0 "Internationalism Focus" +AUH_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + +AUH_ww1_militarism:0 "Militarism" +AUH_ww1_militarism_desc:0 "" #KAISER_ANONY + +AUH_ww1_indoctrination_focus:0 "Indoctrination" +AUH_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + +AUH_ww1_political_commissars:0 "Political Commissars" +AUH_ww1_political_commissars_desc:0 "" #KAISER_ANONY + +AUH_ww1_paramilitarism:0 "Paramilitarism" +AUH_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + +AUH_ww1_political_correctness:0 "Political Correctness" +AUH_ww1_political_correctness_desc:0 "" #KAISER_ANONY + +AUH_ww1_military_youth:0 "Military Youth" +AUH_ww1_military_youth_desc:0 "" #KAISER_ANONY + +AUH_ww1_student_movement_focus:0 "Student Movement" +AUH_ww1_student_movement_focus_desc:0 "The youth of our country are bright indeed, and that can help us for our research, particularly in the field of Land Doctrines." #KAISER_ANONY + +AUH_ww1_monarchy:0 "Authoritarianism Focus" +AUH_ww1_monarchy_desc:0 "" #KAISER_ANONY + +AUH_ww1_democracy:0 "Democratism Focus" +AUH_ww1_democracy_desc:0 "" #KAISER_ANONY + +AUH_ww1_centralizedpower:0 "Bureaucracy" +AUH_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + +AUH_ww1_freespeech:0 "Free Speech" +AUH_ww1_freespeech_desc:0 "" #KAISER_ANONY + +AUH_ww1_reorganization_act:0 "Reorganization Act" +AUH_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + +AUH_ww1_leave_central_power:0 "Leave Central Powers" +AUH_ww1_leave_central_power_desc:0 "The Germans were once our best bet for survival, but Austria now must go her own way. Maybe one day, if Germany's government would reflect ours or if, perhaps, necessity forced it, we would ally again. Alas, for now, we must bid our brothers to the north goodbye, and wish them well." #KAISER_ANONY + +AUH_ww1_limited_rearmament:0 "Limited Rationing" +AUH_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + +AUH_ww1_full_rearmament:0 "Harsh Rationing" +AUH_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + +AUH_ww1_unitedpeople:0 "Unify the Realm" +AUH_ww1_unitedpeople_desc:0 "A curious change in the pace of Austrian politics has taken place. Perhaps the people of the non-Austrian segments of the population have accepted their place here, or perhaps they are simply tired of the yammering on of the bleeding-heart nationalists." + +AUH_ww1_massive_effort:0 "Massive Effort" +AUH_ww1_massive_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_fortify_city:0 "Civil Fortifications" +AUH_ww1_fortify_city_desc:0 "" #KAISER_ANONY + +AUH_ww1_fortify_coast:0 "Coastal Defense" +AUH_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + +AUH_ww1_leave_central_power:0 "Leave Central Powers" +AUH_ww1_leave_central_power_desc:0 "The Germans were once our best bet for survival, but Austria now must go her own way. Maybe one day, if Germany's government would reflect ours or if, perhaps, necessity forced it, we would ally again. Alas, for now, we must bid our brothers to the north goodbye, and wish them well." + +AUH_ww1_install_communism:0 "Proletarian Revolution" +AUH_ww1_install_communism_desc:0 "The people have had enough of the Austrian elitists who are controlling and oppressing the people in the farms and factories. From now on, the citizens of the Danube will stand together in the face of aristocratic oppression!" + +AUH_ww1_install_democracy:0 "Free Elections" +AUH_ww1_install_democracy_desc:0 "For the first time, the men of the Danube will have a say in their government. With the old Monarchy now a thing of the past, a federal republic can be proclaimed, which can listen and attend to every part of the nation state. No longer shall we be Austrian, or Hungarian, or anything more or less than citizens." + +AUH_ww1_end_dual_monarchy_emperor:0 "End Dual Monarchy" +AUH_ww1_end_dual_monarchy_emperor_desc:0 "Hungary has only served to drive Austria down. By renouncing the Hungarian throne as one of our core titles, and instead relegating it to subject of Austria, we will remind everyone who is in charge here. Some of those moustachioed barbarians may complain, but what does that matter? We beat them in 1846, we can do it again if need be." + +AUH_ww1_oppression_minorities:0 "Oppress Minorities" +AUH_ww1_oppression_minorities_desc:0 "The best way to ensure loyalty from minority groups is to make them avoid identifying with each other. By making publications in other languages illegal, punishing citizens who fail to confirm to our culture, and enforcing local inferiority, we can fool some into thinking they are one of us, and keep the others from speaking out against us." + +AUH_ww1_autrichian_lead:0 "Austrian HQ" +AUH_ww1_autrichian_lead_desc:0 "With the end of the Dual Monarchy and the centralization of the realm under Austria, the Military has once again become a unified organization, with Austrian military leaders at the top. Though the officers of other nationalities are protesting, having a solid, cohesive military again has provided benefits to our doctrine and its spread." + +AUH_ww1_same_language:0 "Ban Minority Languages" +AUH_ww1_same_language_desc:0 "German is the only language you're allowed to speak. This isn't the German version of this mod, so don't tell anyone you're reading this description, or that you heard it from me." + +AUH_ww1_dismantle_auh:0 "Dismantle Austria-Hungary" +AUH_ww1_dismantle_auh_desc:0 "The dream of a united Austro-Hungarian monarchy lies broken. Perhaps we should cast aside our dreams of multinationalism, and pursue our own destiny." + +AUH_ww1_make_concessions:0 "Make Concessions" +AUH_ww1_make_concessions_desc:0 "The Aristocrats are growing increasingly concerned that the Kaiser is giving out too many favorable rights too quickly, and may pass the throne over. What do they know?" + + +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Diplomatic Effort +#========================================================================= + +AUH_ww1_diplomatic_effort:0 "Effort Diplomatique" +AUH_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +AUH_ww1_triple_alliance:0 "Célébrer la Triplice" +AUH_ww1_triple_alliance_desc:0 "The Triple Alliance is, quite bluntly, the only thing keeping us on the map. We would be downright fools not to continue to seek accord with its signators, and continue to ensure and validate the alliance to this day." + +AUH_ww1_back_ger:0 "Strengthen Ties with Germany" +AUH_ww1_back_ger_desc:0 "Though some of the Austrian aristocrats are still bitter about the German unification process, they are our brothers, and one of the few friendly states to our government still left these days." + +AUH_ww1_military_advisors:0 "Military Expertise from Germany" +AUH_ww1_military_advisors_desc:0 "They say that Prussia was hatched from a cannonball, and while they may not call the country that anymore, the axiom still holds true. Accepting the help of Germany to modernize our military would be an easy benefit to reap from this alliance." + +AUH_ww1_back_italy:0 "Securing Italian Loyalty" +AUH_ww1_back_italy_desc:0 "The Italians are, to say the least, not exactly on the friendliest terms with us. We should start negotiations with them, in order to establish more amicable relations, if we hope to keep them in our alliance. Of course, if we go through with this, we'll probably end up losing territory..." + +AUH_ww1_give_italy_territories:0 "Give South Tyrol and Istria" +AUH_ww1_give_italy_territories_descn:0 "The Italians have made their demands clear: The historically Italian region of Istria, as well as a concession around the city of Split on the Dalmatian coast. Unfortunately, this is all coastal territory, but it might be a price worth paying to keeep Italy aligned with the Central Powers." + +AUH_ww1_italy_honnor_pact:0 "Call Italy to War" +AUH_ww1_italy_honnor_pact_desc:0 "Italy is now essentially forced to join up in a war with us. If we've send them territory and promised them more from France for nothing, their people will give the government hell. Now that things have broken out, it's time to collect our dues for handing out some of our prized regions." + + + AUH_ww1_assert_position_east:0 "Assert Position in the East " + AUH_ww1_assert_position_east_desc:0 "The position of the Central Powers in the East is the same- weaken Russia, and build hegemony in the region. As war with Russia in particular seems to be nearly inevitable, due to the Balkan situation, this is an effective course of action to take, though will drive France and Russia closer, which could prove to be an issue." + + AUH_ww1_anti_ru:0 "Anti-Russian Policy" + AUH_ww1_anti_ru_desc:0 "To make good on our position, we shall sever most diplomatic ties with Russia, and begin to publicly work against them. This will likely do little but anger them for now, but it will open to us a host of options to deal with them in the future." + + AUH_ww1_anti_ru_limit_trade:0 "Limit Trade with Russia" + AUH_ww1_anti_ru_limit_trade_desc:0 "Russia is one of our major trade partners, and we are in a fortunate position where they need us more than we need them. By placing sanctions and tariffs on Russian products, we can ensure that we get an edge over them economically." + + AUH_ww1_rom:0 "Se Rapprocher de la Roumanie" + AUH_ww1_rom_desc:0 "The Romanians are a thorn in our side. We control a large portion of their territory, and though they're officially a minor member of the Triple Alliance, there is no doubt that they eye our territory with envy. We should extend good tidings out to them, to try and get them back closer to the winning team. Of course, to truly win them over might take concession..." + + AUH_ww1_rom_give_bucovina:0 "Offrir la Bucovine à la Roumanie" + AUH_ww1_rom_give_bucovina_desc:0 "Bucovina is not a significant amount of territory, but it's some of the most Romanian land in the Austro-Hungarian Empire. Conceding this territory is not guaranteed to win their heart, but it's certainly worth making an offer- we're a lot better off with a solid ally than a few inches of land." + + AUH_ww1_rom_honnor_pact:0 "Call Romania to War" + AUH_ww1_rom_honnor_pact_desc:0 "Since Romania accepted our offer of Bucovina, we are in a good position to call them into the current conflict. There is no doubt that if they decline, their people will be most displeased with them." + + AUH_ww1_oirganization_realm:0 "Organize the Realm" + AUH_ww1_oirganization_realm_desc:0 "Austria-Hungary, as a collection of parts of old kingdoms, is not in a great defensive position. Despite this, however, we can fortify and entrench our troops, to try and hold back the brunt of an offense on any of our broad borders." + + AUH_ww1_fortify_russian_borders:0 "Fortify Russian Borders" + AUH_ww1_fortify_russian_borders_desc:0 "The Galician region is one of keen strategic interest, and keeping the Russians out is important if we want to keep an advantage in the East. A fortification line in that region will help beat back the bear." + + AUH_ww1_airport_russian_borders:0 "Build Airports near Russian Borders" + AUH_ww1_airport_russian_borders_desc:0 "The advent of combat aeroplanes may very well be a deciding factor in the war in the East. If we build airstrips out this way early and well, we can host more planes in the region, making it a more likely prospect to break enemy air superiority and, by extension, win crucial battles in the region." + + AUH_ww1_fortify_italian_borders:0 "Fortify Italian Borders" + AUH_ww1_fortify_italian_borders_desc:0 "The Italian border is long and oddly curved, making it difficult for units to support each other. Worse yet, the Italians themselves are entrenched at the bottoms of mountain chains and in fortified urban areas. Since we are unlikely to break into it any time soon, we must be sure that we can at the very least defend from that direction." + + AUH_ww1_fortify_bosnia_borders:0 "Fortify Balkans Borders" + AUH_ww1_fortify_bosnia_borders_desc:0 "It is highly unlikely that the Balkans will give us serious issues, but it is always better to be safe than sorry, lest French marines arriving in the region give us a rude awakening. It will also deny Serbia and Montenegro the chance to attack into our territory to any degree, further making for a safe Balkan campaign." + + AUH_ww1_fortify_coast_dalmatia:0 "Fortify the Dalmatian Coast" + AUH_ww1_fortify_coast_dalmatia_desc:0 "Though we don't have a very strong navy, we still posess a long coastline, which must be defended if a front from the Balkans to Italy is not to be established, which would be a disaster for our war effort. Improving existing coastal forts and construction of new ones can help make sure that we never have to face that nightmare scenario." + + AUH_ww1_ready_country:0 "Recruitment Propaganda" + AUH_ww1_ready_country_desc:0 "According to Austria-Hungary, the Austro-Hungarian army is the most prestigous employer in the world. By circulating positive news and information about our country and armed forces, we can build enthusiasm in otherwise apathetic men, helping our military out." + + AUH_ww1_polnische_wehrmacht:0 "Polnische Wehrmacht" + AUH_ww1_polnische_wehrmacht_desc:0 "If we promise the Poles their own nationstate after the war, perhaps the residents of our part of Poland will be more willing to join in on the action. Whether we cede the territory or not is, of course, a matter to be decided yet, but for now, we can enjoy the influx of able-bodied men without thinking of the consequences." + + AUH_ww1_military_harmonization:0 "Military Harmonization" + AUH_ww1_military_harmonization_desc:0 "An army with 3 subdivisions in its land forces alone is no easy thing to keep in check, but lately our officers have become more accustomed to dealing with the intricacies of such a force. As our military begins to operate more organically and in a more unified fashion, more ideas are coming to the top level, which is beneficial to our doctrine." + + AUH_ww1_balkans_policy:0 "Balkans Policy" + AUH_ww1_balkans_policy_desc:0 "Since acquiring and annexing Bosnia, we have sought to keep our stake in the Balkans safe, and, admittedly, keep expanding in that area if we get an easy, cheap opportunity to. By establishing our argument on the world stage, we can become more actively involved in the politics of the Balkan region." + + AUH_ww1_balkans_policy_intervene:0 "First Balkan War Reaction" + AUH_ww1_balkans_policy_intervene_desc:0 "The Balkan War was an interesting experience, particularly from showing the surprising potential strength of these Balkan states when unified. Though we were supporting the Ottoman Empire, it seems that their power in this region has eroded completely. Perhaps Austria needs to find a new nearby friend, if we are ever to keep what we have here?" + + AUH_ww1_balkans_bulgaria_friend:0 "Send Military Advisors" + AUH_ww1_balkans_bulgaria_friend_desc:0 "The Bulgarians are in a tough spot right now. Their war against Serbia has spilled over into a conflict with literally every single one of their neighbors. If we don't send at least advisors, it could be over for them. This is also, of course, an interesting opportunity to make friends with one of these Balkan states..." + + AUH_ww1_balkans_bulgaria_send_troops:0 "Send Troops to help Bulgaria" + AUH_ww1_balkans_bulgaria_send_troops_desc:0 "To ensure Bulgaria at least has a fighting chance not to get annexed, we can send in some of our own troops, nominally volunteers, to try and give Bulgaria at least some edge in the conflict. This will provide some much-needed experience, and keep pushing Bulgaria more into our corner." + + AUH_ww1_balkans_serbian_expansion:0 "Investigate Serbian Expansionism" + AUH_ww1_balkans_serbian_expansion_desc:0 "Though the Serbians were once allied to our state, since we've annexed Bosnia, things have been much less friendly betwen the Serbian government. Due to a sharp uptick in crime, especially from recent immigrants of Serbia right on the inside our borders, an investigation on Serbian activities in Austria must be carried out." + + AUH_ww1_balkans_serbian_ultimatum:0 "Send Ultimatum to Serbia" + AUH_ww1_balkans_serbian_ultimatum_desc:0 "So, the Serbian bastards WERE just trying to stir up rebellions to get their grubby hands on our South Slavic provinces! They should be punished for this clear breach of trust, and our good Kaiser has begun to prepare an ultimatum to the Serbian government, which they surely will be in no position to refuse." + + AUH_ww1_annex_BOS:0 "Total Annexation of Bosnia and Herzegovina" + AUH_ww1_annex_BOS_desc:0 "" #KAISER_ANONY + + AUH_ww1_Schutzkorps:0 "Form More Schutzkorps" + AUH_ww1_Schutzkorps_desc:0 "The Schutzkorps was an auxiliary volunteer militia established by Austro-Hungarian authorities in the newly annexed province of Bosnia and Herzegovina to track down Bosnian Serb opposition." + +#-------------------------------------------------------------- + +############################ NOT NF BUT DON'T MOVE CHANGE/THAT +kis_italy_accept_auh_offer:0 "Accepted the Austria-Hungaria Offer" +kis_romania_accept_auh_offer:0 "Accepted the Austria-Hungaria Offer" +second_balkan_war:0 "Second Balkan War" +kis_secondbalkan_war:0 "Second Balkan War" +kis_auh_unifyrealm_focus:0 "United Realm" diff --git a/mod/thegreatwar/localisation/ww1_nf_bulgaria_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_bulgaria_l_french.yml new file mode 100755 index 000000000..da7d8ec75 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_bulgaria_l_french.yml @@ -0,0 +1,474 @@ +l_french: + + #-------------------------------------------------------------- + # [Bulgaria] Army Effort + #========================================================================= + BUL_ww1_army_effort:0 "Reorganise Bulgarian Land Forces" +BUL_ww1_army_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_trenchwarfare:0 "Trench Warfare Focus" +BUL_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +BUL_ww1_artillery_effort_1:0 "Artillery Effort" +BUL_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_artillery_effort_2:0 "Artillery Effort II" + +BUL_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_artillery_effort_3:0 "Artillery Effort III" +BUL_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_artillery_effort_4:0 "Artillery Effort IV" +BUL_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +BUL_ww1_special_forces:0 "Special Forces Focus" +BUL_ww1_special_forces_desc:0 "" #KAISER_ANONY + +BUL_ww1_army_motorization_focus:0 "Motorization Focus" +BUL_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +BUL_ww1_doctrine_effort:0 "Doctrine Effort" +BUL_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_doctrine_effort_2:0 "Doctrine Effort II" +BUL_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_doctrine_effort_3:0 "Doctrine Effort III" +BUL_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_equipment_effort:0 "Equipment Effort" +BUL_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_equipment_effort_2:0 "Equipment Effort II" +BUL_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_equipment_effort_3:0 "Equipment Effort III" +BUL_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_equipment_effort_4:0 "Equipment Effort IV" +BUL_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +BUL_ww1_armor_effort_1:0 "Armor Effort" +BUL_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_armor_effort_2:0 "Armor Effort II" +BUL_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_gasmask_focus:0 "Chemical Warfare Focus" +BUL_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [Bulgaria] Aviation Effort + #========================================================================= + BUL_ww1_aviation_effort:0 "Form Bulgarian Air Force" + BUL_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_fighter_focus:0 "Fighter Focus" +BUL_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + +BUL_ww1_bomber_focus:0 "Bomber Focus" +BUL_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + +BUL_ww1_airship_focus:0 "Airship Focus" +BUL_ww1_airship_focus_desc:0 "" #KAISER_ANONY + +BUL_ww1_aviation_effort_2:0 "Aviation Effort" +BUL_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY +BUL_ww1_aviation_effort_3:0 "Aviation Effort II" +BUL_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY +BUL_ww1_aviation_effort_4:0 "Aviation Effort III" +BUL_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY +BUL_ww1_aviation_effort_5:0 "Aviation Effort IV" +BUL_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + +BUL_ww1_pilotformation_1:0 "Pilot Formation" +BUL_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_pilotformation_2:0 "Pilot Formation II" +BUL_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_aircraftprod_1:0 "Aircraft Production" +BUL_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_aircraftprod_2:0 "Aircraft Production II" +BUL_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_airbomb_1:0 "Air Bombing Effort" +BUL_ww1_airbomb_1_desc:0 "" #KAISER_ANONY +BUL_ww1_airbomb_2:0 "Air Bombing Effort II" +BUL_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_air_innovation:0 "Air Innovation Focus" +BUL_ww1_air_innovation_desc:0 "" #KAISER_ANONY + +BUL_ww1_navalair:0 "Naval Bombing Effort" +BUL_ww1_navalair_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [Bulgaria] Industrial Effort + #========================================================================= +BUL_ww1_industrial_effort:0 "Industrial Effort" +BUL_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_construction_effort:0 "Construction Effort" +BUL_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_construction_effort_2:0 "Construction Effort II" +BUL_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_construction_effort_3:0 "Construction Effort III" +BUL_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_production_effort:0 "Armament Effort" +BUL_ww1_production_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_production_effort_2:0 "Armament Effort II" +BUL_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_production_effort_3:0 "Armament Effort III" +BUL_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_dockyard_effort_1:0 "Dockyard Expansion" +BUL_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +BUL_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +BUL_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_airfield_expansion_1:0 "Airfield Expansion" +BUL_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +BUL_ww1_airfield_expansion_2:0 "Airfield Expansion II" +BUL_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_airfield_expansion_3:0 "Airfield Expansion III" +BUL_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_infrastructure_effort:0 "Infrastructure Effort" +BUL_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +BUL_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +BUL_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +BUL_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +BUL_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +BUL_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +BUL_ww1_extra_tech_slot:0 "Extra Research Slot" +BUL_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +BUL_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +BUL_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [Bulgaria] Naval Effort + #========================================================================= + BUL_ww1_naval_effort:0 "Reinforce Bulgarian Navy" + BUL_ww1_naval_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_newnavalcanons_1:0 "Naval Gun Effort" + BUL_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + BUL_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + BUL_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + BUL_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + BUL_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + BUL_ww1_dreadnought_effort:0 "Dreadnought Effort" + BUL_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_flexible_navy:0 "Flexible Navy" + BUL_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + BUL_ww1_large_navy:0 "Large Navy" + BUL_ww1_large_navy_desc:0 "" #KAISER_ANONY + + BUL_ww1_navyreform:0 "Navy Deployment" + BUL_ww1_navyreform_desc:0 "" #KAISER_ANONY + + BUL_ww1_submarine_effort:0 "Submarine Effort" + BUL_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_cruiser_effort:0 "Cruiser Effort" + BUL_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_destroyer_effort:0 "Destroyer Effort" + BUL_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_capital_ships_effort:0 "Capital Ship Effort" + BUL_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_carrier_focus:0 "Carrier Effort" + BUL_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + BUL_ww1_antisubmarine:0 "Anti-Submarine Warfare" + BUL_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [Bulgaria] Political Effort + #========================================================================= + BUL_ww1_political_effort:0 "Political Effort" +BUL_ww1_political_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_internationalism_focus:0 "Internationalism Focus" +BUL_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + BUL_ww1_militarism:0 "Militarism" +BUL_ww1_militarism_desc:0 "" #KAISER_ANONY + + BUL_ww1_indoctrination_focus:0 "Indoctrination" +BUL_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + BUL_ww1_political_commissars:0 "Political Commissars" +BUL_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + BUL_ww1_paramilitarism:0 "Paramilitarism" +BUL_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + BUL_ww1_political_correctness:0 "Political Correctness" +BUL_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + BUL_ww1_military_youth:0 "Military Youth" +BUL_ww1_military_youth_desc:0 "" #KAISER_ANONY + + BUL_ww1_student_movement_focus:0 "Student Movement" +BUL_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + BUL_ww1_monarchy:0 "Authoritarianism Focus" +BUL_ww1_monarchy_desc:0 "" #KAISER_ANONY + + BUL_ww1_democracy:0 "Democratism Focus" +BUL_ww1_democracy_desc:0 "" #KAISER_ANONY + + BUL_ww1_centralizedpower:0 "Bureaucracy" +BUL_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + BUL_ww1_freespeech:0 "Free Speech" +BUL_ww1_freespeech_desc:0 "" #KAISER_ANONY + + BUL_ww1_reorganization_act:0 "Reorganization Act" +BUL_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + BUL_ww1_limited_rearmament:0 "Limited Rearmament" +BUL_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + BUL_ww1_full_rearmament:0 "Full Rearmament" +BUL_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + BUL_ww1_military_youth:0 "Military Youth" + BUL_ww1_military_youth_desc:0 "" #KAISER_ANONY + + BUL_ww1_unitedpeople:0 "Patriotic Fervor" +BUL_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + BUL_ww1_massive_effort:0 "Massive Effort" +BUL_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + BUL_ww1_fortify_city:0 "Civil Fortifications" +BUL_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + BUL_ww1_fortify_coast:0 "Coastal Defense" +BUL_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + BUL_ww1_Reconciliation:0 "National Reconciliation" +BUL_ww1_Reconciliation_desc:0 "" #KAISER_ANONY + + BUL_ww1_SelectiveServiceAct:0 "Military Service" +BUL_ww1_SelectiveServiceAct_desc:0 "" #KAISER_ANONY + + BUL_ww1_BolshevikRevolution:0 "Acknowledge Bolshevik Revolution" +BUL_ww1_BolshevikRevolution_desc:0 "" #KAISER_ANONY + + BUL_ww1_MarxistIdeas:0 "Adopt Marxist Ideas" +BUL_ww1_MarxistIdeas_desc:0 "" #KAISER_ANONY + + BUL_ww1_SovietBulgaria:0 "Socialist Federal Republic of Bulgaria" +BUL_ww1_SovietBulgaria_desc:0 "" #KAISER_ANONY + + BUL_ww1_CommunistMenace:0 "The Communist Menace" +BUL_ww1_CommunistMenace_desc:0 "" #KAISER_ANONY + + BUL_ww1_InterventionSiberia:0 "Intervention in Siberia" +BUL_ww1_InterventionSiberia_desc:0 "" #KAISER_ANONY + + BUL_ww1_RedAlert:0 "Red Alert" +BUL_ww1_RedAlert_desc:0 "" #KAISER_ANONY + + BUL_ww1_SovietBulgaria:0 "People's Republic of Bulgaria" +BUL_ww1_SovietBulgaria_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + +# [SERBIA] Diplomatic Effort +#========================================================================= + +BUL_first_balkan:0 "Liberate the Balkans" +BUL_first_balkan_desc:0 "" #KAISER_ANONY + +BUL_ww1_diplomatic_effort:0 "Diplomatic Effort" +BUL_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_Pacifism:0 "Pacifism" +BUL_ww1_Pacifism_desc:0 "" #KAISER_ANONY + +BUL_ww1_return_Dobrudja:0 "Give Dobrudja to Romania" +BUL_ww1_return_Dobrudja_desc:0 "" #KAISER_ANONY + +BUL_ww1_friend_romania:0 "Bulgarian-Romanian Friendship" +BUL_ww1_friend_romania_desc:0 "" #KAISER_ANONY + +BUL_ww1_pro_fra:0 "Franco-Bulgarian Relations" +BUL_ww1_pro_fra_desc:0 "" #KAISER_ANONY + +BUL_ww1_pro_rus:0 "Russia-Bulgarian Relations" +BUL_ww1_pro_rus_desc:0 "" #KAISER_ANONY + +BUL_ww1_pro_ger:0 "German-Bulgarian Relations" +BUL_ww1_pro_ger_desc:0 "" #KAISER_ANONY + +BUL_ww1_pro_auh:0 "Austro-Bulgarian Relations" +BUL_ww1_pro_auh_desc:0 "" #KAISER_ANONY + +BUL_ww1_equip_fra:0 "Entente Arms Deliveries" +BUL_ww1_equip_fra_desc:0 "" #KAISER_ANONY + +BUL_ww1_equip_ger:0 "Central Powers Arms Deliveries" +BUL_ww1_equip_ger_desc:0 "" #KAISER_ANONY + +BUL_ww1_supportrussia:0 "Support Russia" +BUL_ww1_supportrussia_desc:0 "" #KAISER_ANONY + +BUL_ww1_military_reserve:0 "Military Reserve" +BUL_ww1_military_reserve_desc:0 "" #KAISER_ANONY + +BUL_ww1_EmbargoGermany:0 "Sanction Germany" +BUL_ww1_EmbargoGermany_desc:0 "" #KAISER_ANONY + +BUL_ww1_EmbargoAustria:0 "Sanction Austria-Hungary" +BUL_ww1_EmbargoAustria_desc:0 "" #KAISER_ANONY + +BUL_ww1_EmbargoFrance:0 "Sanction France" +BUL_ww1_EmbargoFrance_desc:0 "" #KAISER_ANONY + +BUL_ww1_EmbargoRussia:0 "Sanction Russia" +BUL_ww1_EmbargoRussia_desc:0 "" #KAISER_ANONY + +BUL_ww1_BalkansPolitics:0 "Balkans Politics" +BUL_ww1_BalkansPolitics_desc:0 "" #KAISER_ANONY + +BUL_ww1_ApeasementBalkans:0 "Appeasement in Balkans" +BUL_ww1_ApeasementBalkans_desc:0 "" #KAISER_ANONY + +BUL_ww1_RecognizeAlbania:0 "Recognize Albania's Sovereignty" +BUL_ww1_RecognizeAlbania_desc:0 "" #KAISER_ANONY + +BUL_ww1_ReleaseAlbania:0 "Release Albania" +BUL_ww1_ReleaseAlbania_desc:0 "" #KAISER_ANONY + +BUL_ww1_balkan_league:0 "Propose a Military Alliance to Serbia" +BUL_ww1_balkan_league_desc:0 "" #KAISER_ANONY + +BUL_ww1_join_entente:0 "Join Entente" +BUL_ww1_join_entente_desc:0 "" #KAISER_ANONY + +BUL_ww1_war_effort:0 "War Effort" +BUL_ww1_war_effort_desc:0 "" #KAISER_ANONY + +BUL_ww1_anti_ottoman:0 "Anti-Ottoman Policy" +BUL_ww1_anti_ottoman_desc:0 "" #KAISER_ANONY + +BUL_ww1_AntiBulgaria:0 "Anti-Bulgarian Policy" +BUL_ww1_AntiBulgaria_desc:0 "" #KAISER_ANONY + +BUL_ww1_anti_auh:0 "Anti-Austro-Hungarian Policy" +BUL_ww1_anti_auh_desc:0 "" #KAISER_ANONY + +BUL_ww1_BalkanLeagueMenace:0 "Balkan League Menace" +BUL_ww1_BalkanLeagueMenace_desc:0 "" #KAISER_ANONY + +BUL_ww1_GreeceFriend:0 "Alliance with Greece" +BUL_ww1_GreeceFriend_desc:0 "" #KAISER_ANONY + +BUL_ww1_serbia_first:0 "Bulgaria First" +BUL_ww1_serbia_first_desc:0 "" #KAISER_ANONY + +BUL_ww1_recognize_minorities:0 "Recognize Minorities" +BUL_ww1_recognize_minorities_desc:0 "" #KAISER_ANONY + +BUL_ww1_meet_croatian_leaders:0 "Meet Croatian Leaders" +BUL_ww1_meet_croatian_leaders_desc:0 "" #KAISER_ANONY + +BUL_ww1_support_croatia_revolt:0 "Support Croatian Revolt" +BUL_ww1_support_croatia_revolt_desc:0 "" #KAISER_ANONY + +BUL_ww1_assert_position_west:0 "Assert Position in Europe" +BUL_ww1_assert_position_west_desc:0 "" #KAISER_ANONY + +BUL_ww1_anti_fr:0 "Anti-French Policy" +BUL_ww1_anti_fr_desc:0 "" #KAISER_ANONY + +BUL_ww1_anti_uk:0 "Anti-British Policy" +BUL_ww1_anti_uk_desc:0 "" #KAISER_ANONY + +BUL_ww1_reinforce_ottoman_border:0 "Reinforce Ottoman Border" +BUL_ww1_reinforce_ottoman_border_desc:0 "" #KAISER_ANONY + +BUL_ww1_reinforce_dobrudja:0 "Reinforce Dobrudja" +BUL_ww1_reinforce_dobrudja_desc:0 "" #KAISER_ANONY + +BUL_ww1_reinforce_ports:0 "Develop our Dockyards" +BUL_ww1_reinforce_ports_desc:0 "" #KAISER_ANONY + +BUL_ww1_reinforce_austria_border:0 "Increase Sofia Defence" +BUL_ww1_reinforce_austria_border_desc:0 "" #KAISER_ANONY + +BUL_ww1_technology_sharing:0 "Technology Sharing" +BUL_ww1_technology_sharing_desc:0 "" #KAISER_ANONY + +BUL_ww1_assert_position_east:0 "Ministry of Internal Affairs" +BUL_ww1_assert_position_east_desc:0 "" #KAISER_ANONY + +BUL_ww1_italo_turkish_opportunity:0 "Italo-Turkish War Opportunity" +BUL_ww1_italo_turkish_opportunity_desc:0 "" #KAISER_ANONY + +BUL_ww1_ready_country:0 "Prepare for War" +BUL_ww1_ready_country_desc:0 "" #KAISER_ANONY + +BUL_ww1_develop_serbia:0 "Develop The Country" +BUL_ww1_develop_serbia_desc:0 "" #KAISER_ANONY + +BUL_ww1_LimitDemocracy:0 "Limited Freedom" +BUL_ww1_LimitDemocracy_desc:0 "" #KAISER_ANONY + +BUL_ww1_remove_claims_on_ottoman:0 "Remove Claims on Ottoman" +BUL_ww1_remove_claims_on_ottoman_desc:0 "" #KAISER_ANONY + +BUL_ww1_stop_support_albania:0 "Contest Albania's Sovereignty" +BUL_ww1_stop_support_albania_desc:0 "" #KAISER_ANONY + +BUL_ww1_stop_support_montenegro:0 "Montenegro is Weak" +BUL_ww1_stop_support_montenegro_desc:0 "" #KAISER_ANONY + +BUL_ww1_join_centralpower:0 "Join Central Powers" +BUL_ww1_join_centralpower_desc:0 "" #KAISER_ANONY + +BUL_ww1_balkan_war_propaganda:0 "Criticize London Peace Conference" +BUL_ww1_balkan_war_propaganda_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + + + diff --git a/mod/thegreatwar/localisation/ww1_nf_france_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_france_l_french.yml new file mode 100755 index 000000000..5ddbf6c48 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_france_l_french.yml @@ -0,0 +1,423 @@ +l_french: + + + #-------------------------------------------------------------- + # [FRENCH REPUBLIC] Army Effort + #========================================================================= + FRA_ww1_army_effort:0 "Armée de Terre Effort" +FRA_ww1_army_effort_desc:0 "Germany's army is larger, and worse, more experienced than our own, which is still stocked mostly with veterans from the last war we had against them. If France is to pose a serious threat to German interests, we must reverse this scenario, modernize our army, and hopefully modernize our leadership!" + +FRA_ww1_trenchwarfare:0 "Guerre de Tranchées" +FRA_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +FRA_ww1_artillery_effort_1:0 "Artillery Effort" +FRA_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_artillery_effort_2:0 "Artillery Effort II" + +FRA_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_artillery_effort_3:0 "Artillery Effort III" +FRA_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_artillery_effort_4:0 "Artillery Effort IV" +FRA_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +FRA_ww1_special_forces:0 "Special Forces Focus" +FRA_ww1_special_forces_desc:0 "" #KAISER_ANONY + +FRA_ww1_army_motorization_focus:0 "Motorization Focus" +FRA_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +FRA_ww1_doctrine_effort:0 "Doctrine Effort" +FRA_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_doctrine_effort_2:0 "Doctrine Effort II" +FRA_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_doctrine_effort_3:0 "Doctrine Effort III" +FRA_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_equipment_effort:0 "Equipment Effort" +FRA_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_equipment_effort_2:0 "Equipment Effort II" +FRA_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_equipment_effort_3:0 "Equipment Effort III" +FRA_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_equipment_effort_4:0 "Equipment Effort IV" +FRA_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +FRA_ww1_armor_effort_1:0 "Armor Effort" +FRA_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_armor_effort_2:0 "Armor Effort II" +FRA_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_gasmask_focus:0 "Chemical Warfare Focus" +FRA_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [FRENCH REPUBLIC] Aviation Effort + #========================================================================= + + + FRA_ww1_airship_focus:0 "Dirigeable Focus" + FRA_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + FRA_ww1_aviation_effort:0 "Aéronautique Militaire Française" + FRA_ww1_aviation_effort_desc:0 "While many of our Generals are not of the opinion that the war in the air will ever be of any significance, they have been wrong before. If we start developing infrastructure and recruiting designers for a French air force today, and they prove to be useful, we will be ready when the air war truly begins!" + +FRA_ww1_fighter_focus:0 "Fighter Focus" +FRA_ww1_fighter_focus_desc:0 "" #KAISER_ANONY +FRA_ww1_bomber_focus:0 "Bomber Focus" +FRA_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + +FRA_ww1_aviation_effort_2:0 "Aviation Effort" +FRA_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY +FRA_ww1_aviation_effort_3:0 "Aviation Effort II" +FRA_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY +FRA_ww1_aviation_effort_4:0 "Aviation Effort III" +FRA_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY +FRA_ww1_aviation_effort_5:0 "Aviation Effort IV" +FRA_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + +FRA_ww1_pilotformation_1:0 "Pilot Formation" +FRA_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_pilotformation_2:0 "Pilot Formation II" +FRA_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_aircraftprod_1:0 "Aircraft Production" +FRA_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_aircraftprod_2:0 "Aircraft Production II" +FRA_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_airbomb_1:0 "Air Bombing Effort" +FRA_ww1_airbomb_1_desc:0 "" #KAISER_ANONY +FRA_ww1_airbomb_2:0 "Air Bombing Effort II" +FRA_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_air_innovation:0 "Air Innovation Focus" +FRA_ww1_air_innovation_desc:0 "" #KAISER_ANONY + +FRA_ww1_navalair:0 "Naval Bombing Effort" +FRA_ww1_navalair_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [FRENCH REPUBLIC] Industrial Effort + #========================================================================= +FRA_ww1_industrial_effort:0 "Industrial Effort" +FRA_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_construction_effort:0 "Construction Effort" +FRA_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_construction_effort_2:0 "Construction Effort II" +FRA_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_construction_effort_3:0 "Construction Effort III" +FRA_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_production_effort:0 "Armament Effort" +FRA_ww1_production_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_production_effort_2:0 "Armament Effort II" +FRA_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_production_effort_3:0 "Armament Effort III" +FRA_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_dockyard_effort_1:0 "Dockyard Expansion" +FRA_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +FRA_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +FRA_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_airfield_expansion_1:0 "Airfield Expansion" +FRA_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +FRA_ww1_airfield_expansion_2:0 "Airfield Expansion II" +FRA_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_airfield_expansion_3:0 "Airfield Expansion III" +FRA_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_infrastructure_effort:0 "Infrastructure Effort" +FRA_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +FRA_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +FRA_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +FRA_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +FRA_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +FRA_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +FRA_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +FRA_ww1_extra_tech_slot:0 "Extra Research Slot" +FRA_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +FRA_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +FRA_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [FRENCH REPUBLIC] Naval Effort + #========================================================================= + FRA_ww1_naval_effort:0 "Renforcer la Marine Nationale" + FRA_ww1_naval_effort_desc:0 "The British having a grand Royal Navy is no excuse for France to be lacking with her own fleet. With our navy being partially a source of national pride and partially a way to ensure that the Mediterranean is secure no matter which way Italy goes, we cannot afford to fall behind the Germans, Italians, or Austrians when it comes to a modern, well-staffed fleet, with solid admirals." #KAISER_ANONY + + FRA_ww1_newnavalcanons_1:0 "Naval Gun Effort" + FRA_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + FRA_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + FRA_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + FRA_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + FRA_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + FRA_ww1_dreadnought_effort:0 "Dreadnought Effort" + FRA_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_flexible_navy:0 "Flexible Navy" + FRA_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + FRA_ww1_large_navy:0 "Large Navy" + FRA_ww1_large_navy_desc:0 "" #KAISER_ANONY + + FRA_ww1_navyreform:0 "Navy Deployment" + FRA_ww1_navyreform_desc:0 "" #KAISER_ANONY + + FRA_ww1_submarine_effort:0 "Submarine Effort" + FRA_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_cruiser_effort:0 "Cruiser Effort" + FRA_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_destroyer_effort:0 "Destroyer Effort" + FRA_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_capital_ships_effort:0 "Capital Ship Effort" + FRA_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_carrier_focus:0 "Carrier Effort" + FRA_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + FRA_ww1_antisubmarine:0 "Anti-Submarine Warfare" + FRA_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [FRENCH REPUBLIC] Political Effort + #========================================================================= + FRA_ww1_political_effort:0 "Effort Politique" + FRA_ww1_political_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_sovereignist_ethos:0 "Sovereignist Ethos" + FRA_ww1_sovereignist_ethos_desc:0 "" #KAISER_ANONY + + FRA_ww1_support_republic:0 "Reinforce the Republic's Authority" + FRA_ww1_support_republic_desc:0 "One of Napoleon's legacies was a strong, centralized Republic. In recent times, liberal views have given more checks and balances to weaken our glorious state. However, due to the rising tension, I'm sure the French public would understand if a few of those balances were rolled back. After all, anything for Alsase-Lorraine, right?" + + FRA_ww1_contest_republic:0 "Contest the Republic's Authority" + FRA_ww1_contest_republic_desc:0 "The Republic may be old, but our monarchy lasted even longer than that. France is not consigned to Republicanism- if we enable the opposition, perhaps we can even rid ourselves of such a system, before it's too late." + + FRA_ww1_internationalism_focus:0 "Internationalism Focus" + FRA_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + FRA_ww1_militarism:0 "Militarism" + FRA_ww1_militarism_desc:0 "" #KAISER_ANONY + + FRA_ww1_indoctrination_focus:0 "Indoctrination" + FRA_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + FRA_ww1_political_commissars:0 "Political Commissars" + FRA_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + FRA_ww1_paramilitarism:0 "Paramilitarism" + FRA_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + FRA_ww1_political_correctness:0 "Political Correctness" + FRA_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + FRA_ww1_military_youth:0 "Military Youth" + FRA_ww1_military_youth_desc:0 "" #KAISER_ANONY + + FRA_ww1_student_movement_focus:0 "Student Movement" + FRA_ww1_student_movement_focus_desc:0 "The youth of our country are bright indeed, and that can help us for our research, particularly in the field of Land Doctrines." #KAISER_ANONY + + FRA_ww1_monarchy:0 "Authoritarianism Focus" + FRA_ww1_monarchy_desc:0 "" #KAISER_ANONY + + FRA_ww1_democracy:0 "Democratism Focus" + FRA_ww1_democracy_desc:0 "" #KAISER_ANONY + + FRA_ww1_centralizedpower:0 "Bureaucracy" + FRA_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + FRA_ww1_freespeech:0 "Free Speech" + FRA_ww1_freespeech_desc:0 "" #KAISER_ANONY + + FRA_ww1_reorganization_act:0 "Reorganization Act" + FRA_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + FRA_ww1_limited_rearmament:0 "Limited Rearmament" + FRA_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + FRA_ww1_full_rearmament:0 "Full Rearmament" + FRA_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + FRA_ww1_unitedpeople:0 "Patriotic Fervor" + FRA_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + FRA_ww1_massive_effort:0 "Massive Effort" + FRA_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_fortify_city:0 "Fortifications Civiles" + FRA_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + FRA_ww1_fortify_coast:0 "Coastal Defense" + FRA_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + FRA_ww1_leave_triple_entente:0 "Quitter la Triple Entente" + FRA_ww1_leave_triple_entente_desc:0 "Since the direction of the French government has changed so drastically, we no longer have any significant connection, or national appeal for, an alliance with the United Kingdom and Russia. In fact, many of our citizens are already supporting a return to a rivalry with the former. This seems to be the end of the Triple Entente." + + FRA_ww1_install_communism:0 "Proletarian Revolution" + FRA_ww1_install_communism_desc:0 "Paris has always had a rebellious tendancy, and in today's enviornment, this is no different. Support for another Red rebellion is growing in the self-proclaimed ''Paris Commune''. If this time, the government forces drop their guns, France may become a Communist nation, among the first of its kind." + + #-------------------------------------------------------------- + + + # [FRENCH REPUBLIC] Diplomatic Effort + #========================================================================= + + FRA_ww1_diplomatic_effort:0 "Effort Diplomatique" +FRA_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + + FRA_ww1_triple_alliance:0 "Consolider la Triple Entente" +FRA_ww1_triple_alliance_desc:0 "The Triple Entente was formed for a direct reason- to oppose German interests. We must remind the U.K. and Russia that, for our squabbles, that is an aim we must stay true on, or else they might become too strong to oppose." + + FRA_ww1_back_uk:0 "Supporter le Royaume-Uni" +FRA_ww1_back_uk_desc:0 "The UK was France's worst enemy once, but that time has long gone. Supporting the UK further will perhaps sour our relations with the Russians just a bit, but solidly confirm to the UK that if they have the ships, we have the soldiers." + + FRA_ww1_back_russia:0 "Supporter la Russie" +FRA_ww1_back_russia_desc:0 "The Russians are a distant ally, seperated from us by the entirety of our rivals, the Central Powers! Yet, they are still the largest land army in Europe, if with some major supply issues, and are second only in ''true power'' to Germany themselves. We must focus our relations on them, even if it's at a slight cost in relations with Britain." + + FRA_ww1_send_diplomats:0 "Send French Diplomats" +FRA_ww1_send_diplomats_desc:0 "Everyone in Europe loves our diplomats, or so our diplomats say! Funnily enough, they have a tendancy to be sent back home to France a while earlier than we expect. Either way, bolstering the Diplomat core will take some time (Most men aren't simply born snooty enough for the job), but likely lead to closer relations with our partners." + + FRA_ww1_greece_friend:0 "Support Venizelos in Greece" + FRA_ww1_greece_friend_desc:0 "Though the Greek King supports the Central Powers, the Prime Minister and most popular man in the nation, Prime Minister Venizelos, is decidedly pro-Entente, mostly due to his single-minded desire to enact the Megali plan. If we officially support him- and perhaps in a few unofficial ways as well- we can bolster his power in the region." + + FRA_ww1_greece_puppet:0 "Puppet Greece" + FRA_ww1_greece_puppet_desc:0 "If Greece won't see the light and join with the Entente, they clearly aren't to be trusted enough to run their nation with full independence. Establishing a puppet state would be beneficial to all in the region, clearly. Of course, they might try to fight back, but who cares? They're just Greeks." + + FRA_ww1_allied_bases:0 "Allied Bases in Greece" + FRA_ww1_allied_bases_desc:0 "Setting up shop in Thessalonika, now that we have support in the area, will be a help to our plans to attack the Ottoman Empire. All we have to do is ensure that they're in good shape, and the Bulgarians and Ottomans will be out in no time!" + + FRA_ww1_armeeorient:0 "L'Armée d'Orient" + FRA_ww1_armeeorient_desc:0 "Now that Greece is on our side, we can send ''L'Armée d'Orient'', a volunteer group, to fight with the Serbians, and of course provide a model for the Serbs themselves to fight with. This will likely begin to tip the war in this region in our favor, at least to a degree." + + FRA_ww1_assert_position_west:0 "Assert French Position in Central Europe" + FRA_ww1_assert_position_west_desc:0 "5 words: ''We retake Alsace and Lorraine.''" + + FRA_ww1_anti_ger:0 "Politique Anti-Allemande" + FRA_ww1_anti_ger_desc:0 "The Germans are our natural rivals, which is a nearly undeniable fact. If we act on that judgement, we can begin to undermine them diplomatically far more easily." + + FRA_ww1_anti_ah:0 "Politique Anti-Autrichienne" + FRA_ww1_anti_ah_desc:0 "Any friend of Germany's is no friend of France. If we are to start working actively against Austria-Hungaryi instead of try to bring them over, we can spoil their plans of expansionism." + + FRA_ww1_italy_support:0 "Support Italian Claims" + FRA_ww1_italy_support_desc:0 "If we support Italy's claims in Austria, though they will not be immediately won over, we can at the very least begin the process of leading them away from the Central Powers and into the Entente, so long as they judge that territory more valuable than our own Italian territory..." + + FRA_ww1_italy_deny:0 "Stop Italian Expansionism" + FRA_ww1_italy_deny_desc:0 "Italy's presence in North Africa is a threat to French interests in the region. The only way to ensure protection is with pressure. Hold the knife to Italy's throat, and Tunisia and Algeria will surely be safe." + + FRA_ww1_assert_position_east:0 "Assert French Position in the East" + FRA_ww1_assert_position_east_desc:0 "The Russians seem to have lofty ambitions over the Ottoman Empire, which are echoed by British desire to establish control in the region. Perhaps we should invest, as well- maybe we can even score a colony!" + + FRA_ww1_anti_ottoman:0 "Anti-Ottoman Policy" + FRA_ww1_anti_ottoman_desc:0 "Due to the hostility against the Turks by most of the Entente members, it only makes sense to officially denounce the Ottoman Empire. This will allow more interesting methods of dealing with them in the future." + + FRA_ww1_support_romania:0 "Support Romanian claims" + FRA_ww1_support_romania_desc:0 "Austria-Hungary retains control over nearly half of the total Romanian claimed territory. If we are to encourage Romania to take what is theirs, they may just reward us by joiining the Entente." #KAISER_ANONY + + FRA_ww1_help_serbia:0 "Aider la Serbie" + FRA_ww1_help_serbia_desc:0 "Serbia is in a desperate place. If someone doesn't help them out, and soon, they might just crumble to the Austrians. Luckily, France is in the perfect position to lend a hand- we just need to organize our assistance." + + FRA_ww1_vivani:0 "Revoke the Vivani Administration" + FRA_ww1_vivani_desc:0 "Prime minister René Viviani is likely not the man at fault for the issues the French military has faced at this point in the war. However, he makes an excellent scapegoat, and isn't exactly too important to lose. Ending his administration will please military officials, and likely give at least a minor boost to the satisfaction of the population." + + FRA_ww1_agadir_crisis:0 "Crise d'Agadir" + FRA_ww1_agadir_crisis_desc:0 "Rebels are beginning to organize against our puppet, the Sultan of Morocco. While we could intervene immediately, letting him feel the heat for a bit would not only be the perfect pretext for annexation, but also be a good way to ensure that the local governments comply in it. The Germans may try to stick their nose into our affairs, but we do have a backup plan if such is the case." + + FRA_ww1_ready_country:0 "Se Preparer à la Guerre" + FRA_ww1_ready_country_desc:0 "As the world tension continues to rise, France must build up to resist any oncoming invasion. When these defense measures are complete, there will be no siege of Paris this time." + + FRA_ww1_alsaceloreaine_propaganda:0 "Propagande Revancharde" + FRA_ww1_alsaceloreaine_propaganda_desc:0 "So what if Alsace-Lorraine is German-speaking? It was once French, and as God himself has ordained, all land touched by the French is righfully our own. The only way to get it is with a military campaign against the Germans, which we will begin to start building up support for." + + FRA_ww1_alsaceloreaine_war:0 "Reprendre l'Alsace-Lorraine" + FRA_ww1_alsaceloreaine_war_desc:0 "Alsace-Lorraine belongs to France! We must get it back, whatever the cost!" + + FRA_ww1_defense_border:0 "Defend the border" + FRA_ww1_defense_border_desc:0 "Further expansion of prior defensive measures will make France a tough nut to crack, buying us time for our allies to pull their weight in the course of the war. If we can hold off from Germany while Russia hits them from the east, how would they ever resist?" + + FRA_ww1_release_asia:0 "Libérer Viêt Nam" + FRA_ww1_release_asia_desc:0 "Vietnam is no longer a valuable enough colony to keep, especially with all of the trouble caused by the natives making it increasingly not worth it. They'll be allowed to call themselves independent...for now." #KAISER_ANONY + + FRA_ww1_bureau_colonies:0 "Ministère des Colonies" + FRA_ww1_bureau_colonies_desc:0 "The Ministère des Colonies is the government department responsible for administering most of the French colonies and for the implementation of colonial policies. Delegating this ministry additional power could allow us to pursue major projects in our colonial regions." + + FRA_ww1_french_algeria_infra:0 "Develop Infrastructure in Africa" + FRA_ww1_french_algeria_infra_desc:0 "Africa is a huge continent that we control much of, but the roads there haven't seen significant improvement in years. If we develop the area, we can introduce more complicated economic centers to the area." + + FRA_ww1_french_algeria_civ:0 "North African Colonial Civilian Factories" + FRA_ww1_french_algeria_civ_desc:0 "Basic Civilian Industries in Africa are a good introduction of modern manufacturies to the continent. The goods produced there can help France as a whole, let alone the locals in the colonies." + + FRA_ww1_french_algeria_mil:0 "North African Colonial Military Factories" + FRA_ww1_french_algeria_mil_desc:0 "Establishing military industries in Africa will be no simple task, but nothing is impossible to the French! So long as we can get a solid power grid connection up, and train the locals, we can start military production in the region." + + FRA_ww1_french_algeria_mobilization:0 "Mobilize African Colonial Regiments" + FRA_ww1_french_algeria_mobilization_desc:0 "On top of being able to supply to France itself, having centers of industry in Africa means that we can straight up equip new troops there from the locally manufactured weapons. This will give us an advantage in defending our colonies, and perhaps taking places like Togo and Cameroon." + + FRA_ww1_french_indochina_infra:0 "Develop Infrastructure in Asia" + FRA_ww1_french_indochina_infra_desc:0 "The roads in Indochina are poor, and in many places, you are forced to travel by boat. A few bridges and a bit of pavement in the area would go a long way to making it easier to station troops in as well as build up an economy in." + + FRA_ww1_french_indochina_civ:0 "Develop Civil Industry in Asia" + FRA_ww1_french_indochina_civ_desc:0 "Civilian factories are simple, and not unknown in South East Asia. Developing some in Indochina now that we've improved the infrastructure should just prove a matter of investment and worker training, though it is quite a long way home from there..." + + FRA_ww1_french_indochina_mil:0 "Asian Colonial Military Factories" + FRA_ww1_french_indochina_mil_desc:0 "With Indochina being well, well away from anywhere the Central Powers could feasably attack, any factories there would be safe to produce weapons for the whole of the war." + + FRA_ww1_french_indochina_mobilization:0 "Mobilize Asian Colonial Regiments" + FRA_ww1_french_indochina_mobilization_desc:0 "Due to the sheer distance between Indochina and France, our colonial ministers in the area have encouraged us to train and equip some troops with the locally made weapons, to defend the colony, and perhaps, if needed, defend other colonies or France herself. New troops is never a bad thing, right?" + + #-------------------------------------------------------------- + + + + # [FRANCE] OTHERS + #========================================================================= + FRA_ww1_algerie_france_desc:0 "French Africa is one of the world's most significant colonies. Bolstering its infrastructure will not only allow us to defend it much more easily, but also establish some basic industries there." + + FRA_ww1_colonial_industry_desc:0 "While mainland France itself might be under fire, Africa is a mostly dormant front. Establishing civilian industry there could prove useful to the French war effort on the Mainland, while also giving the locals something of value to do." + + FRA_ww1_military_factories_desc:0 "The threat of the German Empire is growing every day. France, her public, and her military must work together to overcome this giant! New military factories will help us in that regard." + + FRA_ww1_colonial_military_factories:0 "Colonial Military Factories" + FRA_ww1_colonial_military_factories_desc:0 "Establishing more factories in our colonial regions will ensure that no matter what happens, we still have at least a few factories outside of our rowdy neighbor's hands." + + FRA_ww1_alone_or_peace_faction_tt:0 "is not in a faction, or is in a faction at peace with [FRA.GetNameDef]." + + #-------------------------------------------------------------- \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_nf_german_l_english.yml b/mod/thegreatwar/localisation/ww1_nf_german_l_english.yml index 92f0642a8..335832d76 100755 --- a/mod/thegreatwar/localisation/ww1_nf_german_l_english.yml +++ b/mod/thegreatwar/localisation/ww1_nf_german_l_english.yml @@ -314,6 +314,9 @@ GER_ww1_france_friend_desc:0 "France has been a rival to Germany since the end o GER_ww1_diplomatic_effort:0 "Diplomatic Effort" GER_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY +GER_ww1_free_BAV:0 "Bavarian Nationalism" +GER_ww1_free_BAV_desc:0 "Bavarian nationalism is a point of view that asserts that Bavarians are a nation and promotes the cultural unity of Bavarians. It has been a strong phenomenon since the incorporation of Bavaria into the state of Germany in 1871." + GER_ww1_takeposition:0 "Take Position" GER_ww1_takeposition_desc:0 "" #KAISER_ANONY @@ -446,9 +449,6 @@ GER_ww1_hol_militaryaccess_desc:0 "Obviously, a war in Belgium will be more favo GER_ww1_friend_sweden:0 "Invite Sweden to the Central Powers" GER_ww1_friend_sweden_desc:0 "While it's a long shot, Sweden may be persuaded to join with the Central Powers if we promise to restore their hold on Finland. Though it's not terribly likely for them to accept such a proposition, we need all the friends we can get, and we lose nothing by at the very least asking, right?" -GER_ww1_annex_BAV:0 "Consolidate Unification of Germany" -GER_ww1_annex_BAV_desc:0 "" #KAISER_ANONY - #-------------------------------------------------------------- ############################################################################################ diff --git a/mod/thegreatwar/localisation/ww1_nf_german_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_german_l_french.yml new file mode 100755 index 000000000..5887e5a12 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_german_l_french.yml @@ -0,0 +1,476 @@ +l_french: + +#-------------------------------------------------------------- +# [GERMAN EMPIRE] Army Effort +#========================================================================= +GER_ww1_army_effort:0 "Deutsches Heer Focus" +GER_ww1_army_effort_desc:0 "The German Army is a powerful force indeed. Numerically inferior only to the Russian army, but far more disciplined, trained, well led, and well equipped than the forces of the Bear, our land force is among the world's greatest- if not THE world's greatest. However, that does not mean we can stay comfortably in such a position. We must continue to improve our military, especially on theory and doctrine, to ensure we never fall behind." + +GER_ww1_trenchwarfare:0 "Trench Warfare Focus" +GER_ww1_trenchwarfare_desc:0 "Since Gatling and Maxim introduced their unholy weapons of warfare, our nation has been keenly interested in strategies based around the defense of Trench lines, which were first seen as far back as the American Civil War. We must seek experts in this theory- both field and armchair generals- in order to advance our knowledge in tomorrow's Land Doctrines." + +GER_ww1_artillery_effort_1:0 "Artillery Effort" +GER_ww1_artillery_effort_1_desc:0 "One step to expand our young military modernization program is further development of our Artillery batteries. Seeking out designers for new weapons is a logical first step, and once our project is completed, we expect to reap the benefits of an easily-designed new Artillery piece." + +GER_ww1_artillery_effort_2:0 "Artillery Effort II" + +GER_ww1_artillery_effort_2_desc:0 "Now that we have gathered some accomplished Artillery designers, it seems logical to support their endeavors with their own factories. By assigning these men as full-time designers and engineers, and putting workers under them, we can easily make advancements in the field of Artillery." + +GER_ww1_artillery_effort_3:0 "Artillery Effort III" +GER_ww1_artillery_effort_3_desc:0 "Field tests are proving a major issue with our artillery pieces: The wide variety of calibers we're using for various ranges and models of Artillery is proving a costly endeavor, and reducing the effectiveness of our cannons on the field. By enforcing a few standard sizes for our guns, we can produce new models of Artillery that give us, quite literally, more bang for our buck." + +GER_ww1_artillery_effort_4:0 "Artillery Effort IV" +GER_ww1_artillery_effort_4_desc:0 "Though the direct-fire Field Gun was thought to be on its way out from the battlefield, our quartermasters are actually beginning to request more and more of these light pieces, instead of just demanding more of the Howitzers and Siege Guns. Focusing our efforts on new direct-fire guns, and perhaps more rounds to compensate, will not only inevitably lead to superior models, but perhaps lead to some unexpected advantages elsewhere as well..." + +GER_ww1_special_forces:0 "Special Forces Focus" +GER_ww1_special_forces_desc:0 "For all of its horror, Chemical Warfare has, by sheer accident, introduced us to a class of incredibly disciplined troops with lightning reaction times, superior to the other groups in our army. These men seem quite useful to act as Marines, Mountain troops, and other hardy classes of Infantry which are above the caliber of the standard Rifleman. Seeking out these men and good officers for them could lead to some much more effective Special Forces. If only there were a way for them to get to the battle faster, like the Cavalry of the old days..." + +GER_ww1_army_motorization_focus:0 "Motorization Focus" +GER_ww1_army_motorization_focus_desc:0 "Some of our geniuses in the General Staff- or perhaps just men fed up with the stalemates of Trench Wafare- have proposed mass-producing vehicles specifically for troop transportation, which would allow our men to get to and from battlefields faster- and, perhaps, around it as well. Of course, even this simple act requires specific equipment and training, which means an investment- though one that could easily pay off." + +GER_ww1_doctrine_effort:0 "Doctrine Effort" +GER_ww1_doctrine_effort_desc:0 "Though the era of the General Staff consisting of the princes of the realm has long ended, several of our Generals and other high-ranking officers were chosen for our armies not because of skill, but for connections or family ties. Though this keeps them loyal, other nations are beginning to become more serious and competitive with their own top brass. We must begin appointments for merit- though still, hopefully, not let too much of the common riff-raff into the esteemed General Staff..." + +GER_ww1_doctrine_effort_2:0 "Doctrine Effort II" +GER_ww1_doctrine_effort_2_desc:0 "Though our General Staff has now been made thoroughly merit-based, perhaps they aren't the only ones who can assist in our military doctrines. A class of men who have been mostly dormant since the early 1800s- straight military theorists- are beginning to appear once again. Though many of these men have limited combat experience, their study in war cannot be ignored. Integrating them into our staff could prove beneficial for our military tactics." + +GER_ww1_doctrine_effort_3:0 "Doctrine Effort III" +GER_ww1_doctrine_effort_3_desc:0 "One of our critical elements of warfare has largely been ignored up to now: Logistics. With so much focus on the capability of troops in combat, we must ensure they get there in a timely fashion, and have, at least, food, water, and a weapon. Giving experts on this subject a voice, as well as more training for supply vehicle drivers, would have immediate benefits for our land doctrines, but perhaps future additional benefits as well." + +GER_ww1_equipment_effort:0 "Equipment Effort" +GER_ww1_equipment_effort_desc:0 "Our generals are not the only old guard keeping our military in the last century. Our Quartermasters still have some of the 19th century Military issues of corruption and disconnection behind them. By selecting the most well-liked and in-tune officers, we can, most importantly, learn the faults of our current weapons, allowing us to produce corrected and improved designs more quickly- as well as ensure that these men don't get TOO popular!" + +GER_ww1_equipment_effort_2:0 "Equipment Effort II" +GER_ww1_equipment_effort_2_desc:0 "Our new Quartermasters have taken to us with requests for not simply newer rifles, but newer support weapons as well. Experience with this new-pattern army has led to ideas like lighter machine guns, trench mortars, and rifle grenades, which all seem quite useful, so long as we can get the right people on designing them and manufacturing them." + +GER_ww1_equipment_effort_3:0 "Equipment Effort III" +GER_ww1_equipment_effort_3_desc:0 "The Quartermasters have sent a letter of demands for more rifles equipped for the conditions of trenches- those able to launch rifle grenades, attach bayonets or scopes, and more carbines. Though we could simply produce more straight up, it seems like a logical move is to bring our rifles to the standard of being able to do all of these things- which means a new, improved design." + +GER_ww1_equipment_effort_4:0 "Equipment Effort IV" +GER_ww1_equipment_effort_4_desc:0 "Our Quartermasters have, unfortunately, sent us yet another list of demands. Luckily, we have instructed our postmasters to ignore any further mail from them. Their last demand is new equipment for our Engineer corps- new models of Carbine, new tools, and perhaps those new Flamethrowers, which will be commissioned as soon as possible. Of course, expanding the Engineer corps as such could provide for some unseen benefits..." + +GER_ww1_armor_effort_1:0 "Panzer Effort" +GER_ww1_armor_effort_1_desc:0 "Our prior investments have paid off! Artillery designers, Engineers, and vehicle designers have proposed to us a brand new type of vehicle- a heavily armored tractor with a direct fire gun. Though early designs are clearly not battle ready, this concept has strong promise- particularly in the field of ending the Trench stalemate in our favor, if these landships can stand up to machine gun fire, as is claimed." + +GER_ww1_armor_effort_2:0 "Panzer Effort II" +GER_ww1_armor_effort_2_desc:0 "Our experiments with armor have been a rousing success! However, we cannot be complacent with our current designs. Engineers have been proposing interesting concepts like rotating gun turrets, specific engine compartments, and a hatch for use by a commander, which cannot be ignored. If we are to be the first to make these ideas a reality, perhaps we could become unstoppable!" + +GER_ww1_gasmask_focus:0 "Chemical Warfare Focus" +GER_ww1_gasmask_focus_desc:0 "Some of our chemists have proposed the use of a new, incredibly deadly agent- poisonous gas, delivered by our artillery and trench mortars. Though chemical warfare has been frowned on for roughly a century, what choice do we have if we are to win the war? Beyond investing in these, it's also likely for the best to develop countermeasures quickly- it would be unfortunate for such an advancement to turn on us!" +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Aviation Effort +#========================================================================= +GER_ww1_airship_focus:0 "Zeppelin Focus" +GER_ww1_airship_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_aviation_effort:0 "Form Luftstreitkräfte" +GER_ww1_aviation_effort_desc:0 "As one of the first nations to use a military airplane, we have a distinct advantage in the initial organization of a new Air branch of our armed forces. Despite this, there are still many yards of red tape, many debates, and many philosophical arguments to be had about this new branch's role and independence- which will inspire in itself advances in our doctrine." + +GER_ww1_fighter_focus:0 "Fighter Focus" + GER_ww1_fighter_focus_desc:0 "" #KAISER_ANONY +GER_ww1_bomber_focus:0 "Bomber Focus" + GER_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_aviation_effort_2:0 "Aviation Effort" +GER_ww1_aviation_effort_2_desc:0 "Now that we have formally established an Air Force, we have made some interesting advances. Most notably, our aircraft designers have been proposing designs for specific roles, rather than simply arming a generic model. Getting effective use out of these planes, which will be designed with roles like attacking enemy aircraft or dropping bombs in mind, will require extensive testing and research, but will no doubt prove beneficial." +GER_ww1_aviation_effort_3:0 "Aviation Effort II" +GER_ww1_aviation_effort_3_desc:0 "The development of the Synchronised Machine Gun has changed the rules of the Aircraft game. Fighters are now far more effective, our Zeppelins might be seeing their last flights, and we need innovative thinkers to help keep us on pace with this extreme development. If we become the master of this new development, which will perhaps change the air war as much as ground warfare, we will be well on our way to Air Superiority." +GER_ww1_aviation_effort_4:0 "Aviation Effort III" +GER_ww1_aviation_effort_4_desc:0 "Our Air Force, which was established only recently, has now integrated itself completely into the rest of our armed forces. This brings us the obvious benefit of a pool of theorists, engineers, designers, and experts still at our door- as well as a new class of ''Ace'' pilots, who are even becoming minor celebrities. Hiring on these people certainly can't hurt us, and will lead to nice developments in our field." +GER_ww1_aviation_effort_5:0 "Aviation Effort IV" +GER_ww1_aviation_effort_5_desc:0 "With the development of brand new types of aircraft, such as the Tactical and Strategic Bomber, we have yet more testing and theorycrafting to do on exactly the best way to get use out of this influx of new models. Some are already speculating that bombers may be a wonder weapon capable of deciding a war. What poppycock!" + +GER_ww1_pilotformation_1:0 "Pilot Formation" +GER_ww1_pilotformation_1_desc:0 "Currently, Aircraft fly solo- distant from each other, and engaging in one-on-one duels with any enemies they might encounter. However, with more and more machines in the sky, it's becoming clear that this is no longer the most viable way to engage in air combat. Some of our physicists may be valuable in helping us to determine new formations for our pilots to use." + +GER_ww1_pilotformation_2:0 "Pilot Formation II" +GER_ww1_pilotformation_2_desc:0 "The new formations we have established have indeed been a boon to us in combat. However, ensuring people stick to the formations is a different story entirely. Encouraging our top aces to put out a manual for our pilots on air tactics and formation will ensure our pilots stick to doing what's best- and perhaps, these sorts of writings will help spread new tricks and doctrines." + +GER_ww1_aircraftprod_1:0 "Aircraft Production" +GER_ww1_aircraftprod_1_desc:0 "Though Engineers have been making aircraft for us on a decent scale, it is simply time to introduce factories outright to the concept. Putting planes into mass production will help us flood the sky with friendly craft- and, more importantly, help us deprive our enemies of the same advantage. On top of that, who knows? Maybe some of these factory engineers may have some good ideas for aircraft designs..." + +GER_ww1_aircraftprod_2:0 "Aircraft Production II" +GER_ww1_aircraftprod_2_desc:0 "The new formations we have established have indeed been a boon to us in combat. However, ensuring people stick to the formations is a different story entirely. Encouraging our top aces to put out a manual for our pilots on air tactics and formation will ensure our pilots stick to doing what's best- and perhaps, these sorts of writings will help spread new tricks and doctrines." + +GER_ww1_airbomb_1:0 "Air Bombing Effort" +GER_ww1_airbomb_1_desc:0 "While the tactics of our fighters are improving with formations, our bombers are still very basic machines with very basic doctrines. Some of our old airship bombers possess now essentially unused expertise, which could help the latter as time solves the former. By utilizing these men, we can ensure that the old lessons of bombing are not lost on newer craft." +GER_ww1_airbomb_2:0 "Air Bombing Effort II" +GER_ww1_airbomb_2_desc:0 "All of the recent developments to air warfare, both in theory and in practice, have given birth to a golden age of aircraft development. From pilots down to the plane mechanics, it seems that everyone has something to improve and potentially offer, which we can use on a national level. Perhaps one day, Aircraft may be the most important weapon in war...nah, probably not." + +GER_ww1_air_innovation:0 "Air Innovation Focus" +GER_ww1_air_innovation_desc:0 "One of our aspiring, mid-level air officers recently displayed the conclusion of a project he had been working on in secret. A seaplane was launched from a static ship, dropped a bomb onto one of our old scrappers, sinking the poor old vessel, before the plane returned and docked once again. Though most of our high command was unimpressed, attention from the head of state could certainly give this ambition a boost." + +GER_ww1_navalair:0 "Naval Bombing Effort" +GER_ww1_navalair_desc:0 "One of our aspiring, mid-level air officers recently displayed the conclusion of a project he had been working on in secret. A seaplane was launched from a static ship, dropped a bomb onto one of our old scrappers, sinking the poor old vessel, before the plane returned and docked once again. Though most of our high command was unimpressed, attention from the head of state could certainly give this ambition a boost." +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Industrial Effort +#========================================================================= +GER_ww1_industrial_effort:0 "Industrial Effort" +GER_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_construction_effort:0 "Construction Effort" +GER_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_construction_effort_2:0 "Construction Effort II" +GER_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +GER_ww1_construction_effort_3:0 "Construction Effort III" +GER_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +GER_ww1_production_effort:0 "Armament Effort" +GER_ww1_production_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_production_effort_2:0 "Armament Effort II" +GER_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +GER_ww1_production_effort_3:0 "Armament Effort III" +GER_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +GER_ww1_dockyard_effort_1:0 "Dockyard Expansion" +GER_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +GER_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +GER_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +GER_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +GER_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +GER_ww1_airfield_expansion_1:0 "Airfield Expansion" +GER_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +GER_ww1_airfield_expansion_2:0 "Airfield Expansion II" +GER_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +GER_ww1_airfield_expansion_3:0 "Airfield Expansion III" +GER_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +GER_ww1_infrastructure_effort:0 "Infrastructure Effort" +GER_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +GER_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +GER_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +GER_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +GER_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +GER_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +GER_ww1_extra_tech_slot:0 "Extra Research Slot" +GER_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +GER_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +GER_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Naval Effort +#========================================================================= +GER_ww1_naval_effort:0 "Build Up the Kaiserliche Marine" +GER_ww1_naval_effort_desc:0 "As we already have the premier Army in Europe, our Navy must be attended to as well, to attempt to keep pace with the Royal Navy and ensure Germany can defend herself and her territory in any way she chooses. If we focus on continually building up in our arms race against the United Kingdom, we will be well on our way to naval dominance." + +GER_ww1_newnavalcanons_1:0 "Naval Gun Effort" +GER_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + +GER_ww1_newnavalcanons_2:0 "Naval Gun Effort II" +GER_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + +GER_ww1_newnavalcanons_3:0 "Naval Gun Effort III" +GER_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + +GER_ww1_dreadnought_effort:0 "Dreadnought Effort" +GER_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_flexible_navy:0 "Flexible Navy" +GER_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + +GER_ww1_large_navy:0 "Large Navy" +GER_ww1_large_navy_desc:0 "" #KAISER_ANONY + +GER_ww1_navyreform:0 "Navy Deployment" +GER_ww1_navyreform_desc:0 "" #KAISER_ANONY + +GER_ww1_submarine_effort:0 "Unterseeboot Effort" +GER_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_cruiser_effort:0 "Cruiser Effort" +GER_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_destroyer_effort:0 "Destroyer Effort" +GER_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_capital_ships_effort:0 "Capital Ship Effort" +GER_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_carrier_focus:0 "Carrier Effort" +GER_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_antisubmarine:0 "Anti-Submarine Warfare" +GER_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Political Effort +#========================================================================= +GER_ww1_political_effort:0 "Political Effort" +GER_ww1_political_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_sovereignist_ethos:0 "Centralization" +GER_ww1_sovereignist_ethos_desc:0 "" #KAISER_ANONY + +GER_ww1_support_kaiser:0 "Reinforce Kaiser's Authority" +GER_ww1_support_kaiser_desc:0 "Seine Majestät the Kaiser might be a very politically powerful man, but he still has several old constitutional checks in place, most stemming from the old days of Prussia. If we eliminate some of these loopholes and keep building our Kaiser's imperial powers, he will be able to exercize control more directly over the German empire." + +GER_ww1_contest_kaiser:0 "Contest Kaiser's Authority" +GER_ww1_contest_kaiser_desc:0 "Wilhelm II is a shadow of his predecessors, and completely unfit to play any role in the German government. Luckily, the higher-ups have already begun to draft plans to potentially depose him entirely if it means changing the system. This will lead to some instability short term, but significant change long term." + +GER_ww1_internationalism_focus:0 "Internationalism Focus" +GER_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_militarism:0 "Militarism" +GER_ww1_militarism_desc:0 "" #KAISER_ANONY + +GER_ww1_indoctrination_focus:0 "Indoctrination" +GER_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_political_commissars:0 "Political Commissars" +GER_ww1_political_commissars_desc:0 "" #KAISER_ANONY + +GER_ww1_paramilitarism:0 "Paramilitarism" +GER_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + +GER_ww1_political_correctness:0 "Political Correctness" +GER_ww1_political_correctness_desc:0 "" #KAISER_ANONY + +GER_ww1_military_youth:0 "Military Youth" +GER_ww1_military_youth_desc:0 "" #KAISER_ANONY + +GER_ww1_student_movement_focus:0 "Student Movement" +GER_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + +GER_ww1_monarchy:0 "Authoritarianism Focus" +GER_ww1_monarchy_desc:0 "" #KAISER_ANONY + +GER_ww1_democracy:0 "Democratism Focus" +GER_ww1_democracy_desc:0 "" #KAISER_ANONY + +GER_ww1_centralizedpower:0 "Bureaucracy" +GER_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + +GER_ww1_freespeech:0 "Free Speech" +GER_ww1_freespeech_desc:0 "" #KAISER_ANONY + +GER_ww1_reorganization_act:0 "Reorganization Act" +GER_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + +GER_ww1_limited_rearmament:0 "Limited Rearmament" +GER_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + +GER_ww1_full_rearmament:0 "Full Rearmament" +GER_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + +GER_ww1_unitedpeople:0 "Patriotic Fervor" +GER_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + +GER_ww1_massive_effort:0 "Massive Effort" +GER_ww1_massive_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_fortify_city:0 "Civil Fortifications" +GER_ww1_fortify_city_desc:0 "" #KAISER_ANONY + +GER_ww1_fortify_coast:0 "Coastal Defense" +GER_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + +GER_ww1_leave_central_power:0 "Leave Central Powers" +GER_ww1_leave_central_power_desc:0 "The Central Powers was the alliance of the old Germany. Now with the new direction our great country is taking, we stick out in our own alliance. One of our old members can frontline instead, and Germany will seek out a new course entirely." + +GER_ww1_install_communism:0 "Proletarian Revolution" +GER_ww1_install_communism_desc:0 "A fire that sparked in the south has begun to spread all over Germany. Workers are rising against their bosses, and the locals against the local aristocracy in charge. Germany shall become a communist republic, and bring terror to the burgoise of Europe!" #KAISER_ANONY + +GER_ww1_install_democracy:0 "Free Elections" +GER_ww1_install_democracy_desc:0 "The old Emperor and monarchy simply must go. For Germany to remain stable and peaceful, she must adopt a democracy patterned after that of her contemporaries. The ghost of 1848 will live once again!" + +GER_ww1_fascist_coup:0 "Fascist Coup" +GER_ww1_fascist_coup_desc:0 "Elements of our military have begun proposing the idea of an ultranationalistic state, with one of their own members taking autocratic power from the Kaiser. If they can pull this putsch off and seize everything for themselves, it could change the destiny of Europe as a whole, let alone the course of Germany." + +GER_ww1_oppression_minorities:0 "Oppress Minorities" +GER_ww1_oppression_minorities_desc:0 "The best way to ensure loyalty from minority groups is to make them avoid identifying with each other. By making publications in other languages illegal, punishing citizens who fail to confirm to our culture, and enforcing local inferiority, we can fool some into thinking they are one of us, and keep the others from speaking out against us." + +GER_ww1_france_friend:0 "Franco-German Friendship" +GER_ww1_france_friend_desc:0 "France has been a rival to Germany since the end of Charlemagne's empire. However, with our new government and our termination of the Central Powers, perhaps we can make amends? There are definitely awkward topics remaining, but a Franco-German Alliance may very well be possible in our day." + +#-------------------------------------------------------------- + + +# [GERMAN EMPIRE] Diplomatic Effort +#========================================================================= + +GER_ww1_diplomatic_effort:0 "Diplomatic Effort" +GER_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_free_BAV:0 "Bavarian Nationalism" +GER_ww1_free_BAV_desc:0 "Bavarian nationalism is a point of view that asserts that Bavarians are a nation and promotes the cultural unity of Bavarians. It has been a strong phenomenon since the incorporation of Bavaria into the state of Germany in 1871." + +GER_ww1_takeposition:0 "Take Position" +GER_ww1_takeposition_desc:0 "" #KAISER_ANONY + +GER_ww1_supportgermany:0 "Support Germany" +GER_ww1_supportgermany_desc:0 "" #KAISER_ANONY + +GER_ww1_supportfrance:0 "Support France" +GER_ww1_supportfrance_desc:0 "" #KAISER_ANONY + +GER_ww1_supportaustria:0 "Support Austria-Hungary" +GER_ww1_supportaustria_desc:0 "" #KAISER_ANONY + +GER_ww1_supportrussia:0 "Support Russia" +GER_ww1_supportrussia_desc:0 "" #KAISER_ANONY + +GER_ww1_military_reserve:0 "Military Reserve" +GER_ww1_military_reserve_desc:0 "" #KAISER_ANONY + +GER_ww1_embargo_germany:0 "Sanction Germany" +GER_ww1_embargo_germany_desc:0 "" #KAISER_ANONY + +GER_ww1_embargo_france:0 "Sanction France" +GER_ww1_embargo_france_desc:0 "" #KAISER_ANONY + +GER_ww1_sellweapons:0 "Sell Weapons" +GER_ww1_sellweapons_desc:0 "" #KAISER_ANONY + +GER_ww1_appeasement:0 "Appeasement" +GER_ww1_appeasement_desc:0 "" #KAISER_ANONY + +GER_ww1_aggressive_foreign_policy:0 "Aggressive Foreign Policy" +GER_ww1_aggressive_foreign_policy_desc:0 "" #KAISER_ANONY + +GER_ww1_joingermany:0 "Join Central Powers" +GER_ww1_joingermany_desc:0 "" #KAISER_ANONY + +GER_ww1_joinfrance:0 "Join Entente" +GER_ww1_joinfrance_desc:0 "" #KAISER_ANONY + +GER_ww1_war_effort:0 "War Effort" +GER_ww1_war_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_diplomatic_effort:0 "Diplomatic Effort" +GER_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +GER_ww1_triple_alliance:0 "Renew Triple Alliance" +GER_ww1_triple_alliance_desc:0 "Our old alliance with Austria-Hungary and Italy needs to be renewed again, and considering the climate of Europe, it's a hard case to argue not at least trying to do so. Italy in particular seems to be less and less dedicated to this alliance as time goes on, and special attention must be given to the area to ensure they don't betray us." + +GER_ww1_secret_alliance_rom:0 "Secret Alliance with Romania" +GER_ww1_secret_alliance_rom_desc:0 "Romania is ruled by a German, and a distant relative of the Royal Family no less. Due to this alone, if nothing else, they are in a position to have a stake in the Triple Alliance, even if not much, due to their claims on Austria. Still, placating them for a while may be strategically to our advantage, if a war with Russia breaks out." + +GER_ww1_italy_ally:0 "Support Italy" +GER_ww1_italy_ally_desc:0 "Beginning a diplomatic push to further ties with Italy will weaken our position with Austria-Hungary, though this may be a price worth paying to keep them at least slightly more loyal." + +GER_ww1_back_austria:0 "Support Austria-Hungary" +GER_ww1_back_austria_desc:0 "Beginning a diplomatic push to further ties with Austria-Hungary will alienate Italy to a degree, but perhaps they can learn from Austria-Hungary's level of loyalty in this case?" + +GER_ww1_send_advisor:0 "Send German Advisors" +GER_ww1_send_advisor_desc:0 "German advisors, particularly in the military, will be warmly recieved by both Italy and Austria-Hungary, and further our relations with both nations, while costing Germany little but finding men worthy of the task and putting them on a train out." + +GER_ww1_turkey_friend:0 "Befriend Ottomans" +GER_ww1_turkey_friend_desc:0 "The Ottoman Empire is in desperate need of more friends, and as it just so happens, so are we. Though their military has been rocked by some recent sound defeats, our neighbor France has already recovered from a far worse trouncing, so what's stopping them?" + +GER_ww1_zimmermann_telegram:0 "Send the Zimmermann Telegram" +GER_ww1_zimmermann_telegram_desc:0 "Mexico, as unstable as it is, could be the key to keeping the US out of the war. If we form a defensive alliance with Mexico, the US will be forced to think twice about declaring war on us, with a neighbor next door to contend with. Of course, we would look incredibly bad if the telegram was intercepted, particularly if it was mistranslated and exaggerated." + +GER_ww1_baghdad:0 "Berlin-Baghdad Railway" +GER_ww1_baghdad_desc:0 "The planned Berlin-Baghdad railway is an ambitious rail project seeking to connect the German capital to the Ottoman heartlands, where a good chunk of the Ottoman oil lies. " + +GER_asienkorps:0 "Asienkorps" +GER_asienkorps_desc:0 "" + +GER_ww1_assert_position_west:0 "Assert German Position in the West" +GER_ww1_assert_position_west_desc:0 "The Western front is a gloomy place for the Central Powers. France and the UK have bonded against us and our interests, which hurts the German future in Africa. Worse yet, Belgium doesn't seem quite so willing anymore to let German troops through to crush the French, who they no longer see as a threat. We must make the most of a bad situation if we are to stay afloat as a great power." + +GER_ww1_anti_fr:0 "Anti-French Policy" +GER_ww1_anti_fr_desc:0 "Since time immemorial, the Germans and the French have been enemies. If we act around this reality, it opens up new and interesting options to deal with them in the future." + +GER_ww1_anti_uk:0 "Anti-British Policy" +GER_ww1_anti_uk_desc:0 "While the Anglo-German friendship was nice while it lasted, Germany and the United Kingdom have come to bear with each other in recent years, and it seems like this won't be reversed any time soon. Acknowledging our rivalry outright will open up some options to circumvent them diplomatically." + +GER_ww1_support_boer:0 "Reinforce Deutsch-Südwestafrika" +GER_ww1_support_boer_desc:0 "DSWA, also known as Namibia, is one of Germany's most important colonies. Ensuring that it's defensible in an attack could serve to help out our nation's war efforts if it came down to it, and this would only take minor investment." + +GER_ww1_support_boer_war:0 "Boer Revolt" +GER_ww1_support_boer_war_desc:0 "The Boers of South Africa are still only recently conquered, and not adjusted to British rule quite yet. If we supply and train some of the Boers who seek independence from the UK, they may be able to rise up against South African officials, giving us a rare advantage in a mostly Entente-controlled region of the world." + +GER_ww1_agadir_crisis:0 "Agadir Crisis" +GER_ww1_agadir_crisis_desc:0 "With rebels organizing in Morocco, and just enough German interest in the region to proclaim them relevant, we can support their insurrection against the French goverment to try and seize Morocco for ourselves. While that goal in itself is unlikely, we can, if nothing else, shake down France for more reasonable territory if we grill them enough, though this may draw the UK even closer to them." + +GER_ww1_assert_position_east:0 "Assert German Position in the East" +GER_ww1_assert_position_east_desc:0 "The position of the Central Powers in the East is the same- weaken Russia, and build hegemony in the region. As war with Russia in particular seems to be nearly inevitable, due to the Balkan situation, this is an effective course of action to take, though will drive France and Russia closer, which could prove to be an issue." + +GER_ww1_anti_ru:0 "Anti-Russian Policy" +GER_ww1_anti_ru_desc:0 "Russia is no friend of ours, and perhaps never will be again, due to their extravagant claims on not only friendly territory but our own Polish land. Accepting this truth could lead to some new ways to deal with them down the line." + +GER_ww1_anti_serb:0 "Anti-Serbian Policy" +GER_ww1_anti_serb_desc:0 "The Serbians are rats, who would sell their own mother if it meant getting just a province out of Austrian Bosnia. If we face them as they truly are- an opposing state to us- we can prepare to stand against them in the future." + +GER_ww1_bulgaria_puppet:0 "Puppet Bulgaria" +GER_ww1_bulgaria_puppet_desc:0 "Bulgaria proved with its lackluster performances in the Balkan wars that it is of no true use as an ally. Enforcing a puppet state over them may alienate some outsiders, but what does it matter? It's simply another impoverished Balkan hellhole, just like all the others." + +GER_ww1_bulgaria_friend:0 "Befriend Bulgaria" +GER_ww1_bulgaria_friend_desc:0 "Bulgaria has much to gain in a war against Serbia, and another two of our potential enemies in Greece and Romania. If we promise them claims on Macedonia and Thrace, which Austria-Hungary doesn't even have any desire to contest them for, they could join us, opening up a second front to relieve our overstretched forces, and give us another source of much-needed manpower." + +GER_ww1_ready_country:0 "Prepare for War" +GER_ww1_ready_country_desc:0 "The Generals are anxious for a fight. They're starting to believe that the Entente forces are planning something horrible against us. We must prepare for combat, and we must be ready to make a preemptive strike, or else we may not survive a coming conflict." + +GER_ww1_strengthen_kaiser:0 "Strengthen the Kaiser" +GER_ww1_strengthen_kaiser_desc:0 "His majesty's rule over Germany must be unquestioned. Even in turbulent times, he is the best man to fall back on, and can support our empire through thick and thin. Therefore, any measure we can take, from constitutional amendments to new laws in the Reichstag, must be taken to keep Wilhelm powerful." + +GER_ww1_weaken_kaiser:0 "Weaken the Kaiser" +GER_ww1_weaken_kaiser_desc:0 "Wilhelm II has proven himself an...interesting leader, to say the least. Perhaps to ensure he does no further damage to the German Empire, it would be best to limit his control over the realm, and delegate more power to more capable hands." + +GER_ww1_restructure_ostafrika:0 "Restructure Deutsch-Ostafrika" +GER_ww1_restructure_ostafrika_desc:0 "East Africa is our foremost colony, but that doesn't mean we can't do more in the area. By expanding the role and administrative powers of the colonial government, they can effectively build up the region further for us." + +GER_ww1_train_ostafrika:0 "Schutztruppe Deployment" +GER_ww1_train_ostafrika_desc:0 "Our colonial administrators have reported a large amount of local East African men who are unemployed fighters, looking to serve in the German army. If we can find some volunteers to train and lead this group, we could, if nothing else, hold out against British forces in the area as long as possible." + +GER_ww1_war_with_france:0 "1915 Schlieffen Plan" +GER_ww1_war_with_france_desc:0 "It's finally time! France will be attacked through Belgium, and we will enter Paris while they're none the wiser! Our defenses in the east will be lackluster, but who cares? The troops from the west can be pulled in to help them! It must work! It WILL work, as the Kaiser wills it!" + +GER_ww1_polnische_wehrmacht:0 "Polnische Wehrmacht" +GER_ww1_polnische_wehrmacht_desc:0 "If we promise the Poles their own nationstate after the war, perhaps the residents of our part of Poland will be more willing to join in on the action. Whether we cede the territory or not is, of course, a matter to be decided yet, but for now, we can enjoy the influx of able-bodied men without thinking of the consequences." + +GER_ww1_hol_militaryaccess:0 "Ask The Netherlands for Military Access" +GER_ww1_hol_militaryaccess_desc:0 "Obviously, a war in Belgium will be more favorable for us if we can pass through the Netherlands, which would also give us an easy place to retreat to in case a battle went bad. Negotiations should prove successful, so long as we don't accidentally refer to their country as just ''Holland''. They hate that." #KAISER_ANONY + +GER_ww1_friend_sweden:0 "Invite Sweden to the Central Powers" +GER_ww1_friend_sweden_desc:0 "While it's a long shot, Sweden may be persuaded to join with the Central Powers if we promise to restore their hold on Finland. Though it's not terribly likely for them to accept such a proposition, we need all the friends we can get, and we lose nothing by at the very least asking, right?" + +#-------------------------------------------------------------- + +############################################################################################ + +##### DON'T MODIFY THAT - UNSORTED VARIABLES ########### + +authoritarianism:0 "Authoritarianism" +neutrality_drift:0 "Daily Authoritarianism Support" + + leaved_triple_entente:0 "Has leave the Triple Entente" + triple_alliance_opinion:0 "Diplomatic Bonus" + +kis_venizelists_flag:0 "National Schism in Greece" +kis_franzferdinand_murdered:0 "July Crisis" +kis_alternativehistory_5:0 "Russian Reaction" + + air_equipment:0 "Aircraft" + ger_auh_alliance_focus:0 "German-Austrian Alliance Focus" + ger_bul_alliance_focus:0 "German-Bulgarian Alliance Focus" + +usa_zimmermann_telegram:0 "The Zimmerman Telegram" + +SUPER_GLOBAL_Adios_Francisco_Madero_1913:0 "Military Coup in Mexico" + +############################################################################################ \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_nf_italy_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_italy_l_french.yml new file mode 100755 index 000000000..6094c76df --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_italy_l_french.yml @@ -0,0 +1,496 @@ +l_french: + + #-------------------------------------------------------------- + # [ITALY] Army Effort + #========================================================================= + ITA_ww1_army_effort:0 "Regio Esercito Effort" +ITA_ww1_army_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_trenchwarfare:0 "Trench Warfare Focus" +ITA_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +ITA_ww1_artillery_effort_1:0 "Artillery Effort" +ITA_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +ITA_ww1_artillery_effort_2:0 "Artillery Effort II" + +ITA_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_artillery_effort_3:0 "Artillery Effort III" +ITA_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_artillery_effort_4:0 "Artillery Effort IV" +ITA_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +ITA_ww1_special_forces:0 "Special Forces Focus" +ITA_ww1_special_forces_desc:0 "" #KAISER_ANONY + +ITA_ww1_army_motorization_focus:0 "Motorization Focus" +ITA_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +ITA_ww1_doctrine_effort:0 "Doctrine Effort" +ITA_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_doctrine_effort_2:0 "Doctrine Effort II" +ITA_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_doctrine_effort_3:0 "Doctrine Effort III" +ITA_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_equipment_effort:0 "Equipment Effort" +ITA_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_equipment_effort_2:0 "Equipment Effort II" +ITA_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_equipment_effort_3:0 "Equipment Effort III" +ITA_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_equipment_effort_4:0 "Equipment Effort IV" +ITA_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +ITA_ww1_armor_effort_1:0 "Armor Effort" +ITA_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +ITA_ww1_armor_effort_2:0 "Armor Effort II" +ITA_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_gasmask_focus:0 "Chemical Warfare Focus" +ITA_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [ITALY] Aviation Effort + #========================================================================= + ITA_ww1_fighter_focus:0 "Fighter Focus" +ITA_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_bomber_focus:0 "Bomber Focus" +ITA_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_airship_focus:0 "Dirigibile Focus" +ITA_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_aviation_effort:0 "Form Corpo Aeronautico Militare" +ITA_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_aviation_effort_2:0 "Aviation Effort" +ITA_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + ITA_ww1_aviation_effort_3:0 "Aviation Effort II" +ITA_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + + ITA_ww1_aviation_effort_4:0 "Aviation Effort III" +ITA_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + ITA_ww1_aviation_effort_5:0 "Aviation Effort IV" +ITA_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + + ITA_ww1_pilotformation_1:0 "Pilot Formation" +ITA_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + ITA_ww1_pilotformation_2:0 "Pilot Formation II" +ITA_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + ITA_ww1_aircraftprod_1:0 "Aircraft Production" +ITA_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + ITA_ww1_aircraftprod_2:0 "Aircraft Production II" +ITA_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + ITA_ww1_airbomb_1:0 "Air Bombing Effort" +ITA_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + ITA_ww1_airbomb_2:0 "Air Bombing Effort II" +ITA_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + ITA_ww1_air_innovation:0 "Air Innovation Focus" +ITA_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + ITA_ww1_navalair:0 "Naval Bombing Effort" + ITA_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [ITALY] Industrial Effort + #========================================================================= +ITA_ww1_industrial_effort:0 "Industrial Effort" +ITA_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_construction_effort:0 "Construction Effort" +ITA_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_construction_effort_2:0 "Construction Effort II" +ITA_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_construction_effort_3:0 "Construction Effort III" +ITA_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_production_effort:0 "Armament Effort" +ITA_ww1_production_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_production_effort_2:0 "Armament Effort II" +ITA_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_production_effort_3:0 "Armament Effort III" +ITA_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_dockyard_effort_1:0 "Dockyard Expansion" +ITA_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +ITA_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +ITA_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +ITA_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_airfield_expansion_1:0 "Airfield Expansion" +ITA_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +ITA_ww1_airfield_expansion_2:0 "Airfield Expansion II" +ITA_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_airfield_expansion_3:0 "Airfield Expansion III" +ITA_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_infrastructure_effort:0 "Infrastructure Effort" +ITA_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +ITA_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +ITA_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +ITA_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +ITA_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +ITA_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +ITA_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +ITA_ww1_extra_tech_slot:0 "Extra Research Slot" +ITA_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +ITA_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +ITA_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [ITALY] Naval Effort + #========================================================================= + ITA_ww1_naval_effort:0 "Reinforce Regia Marina" +ITA_ww1_naval_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_newnavalcanons_1:0 "Naval Gun Effort" +ITA_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + ITA_ww1_newnavalcanons_2:0 "Naval Gun Effort II" +ITA_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + ITA_ww1_newnavalcanons_3:0 "Naval Gun Effort III" +ITA_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + ITA_ww1_dreadnought_effort:0 "Dreadnought Effort" +ITA_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_flexible_navy:0 "Flexible Navy" +ITA_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + ITA_ww1_large_navy:0 "Large Navy" +ITA_ww1_large_navy_desc:0 "" #KAISER_ANONY + + ITA_ww1_navyreform:0 "Navy Deployment" +ITA_ww1_navyreform_desc:0 "" #KAISER_ANONY + + ITA_ww1_submarine_effort:0 "Submarine Effort" +ITA_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_cruiser_effort:0 "Cruiser Effort" +ITA_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_destroyer_effort:0 "Destroyer Effort" +ITA_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_capital_ships_effort:0 "Capital Ship Effort" +ITA_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_carrier_focus:0 "Carrier Effort" +ITA_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_antisubmarine:0 "Anti-Submarine Warfare" + ITA_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [ITALY] Political Effort + #========================================================================= + ITA_ww1_political_effort:0 "Political Effort" + ITA_ww1_political_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_sovereignist_ethos:0 "Sovereignist Ethos" + ITA_ww1_sovereignist_ethos_desc:0 "" #KAISER_ANONY + + ITA_ww1_support_republic:0 "Reinforce the Republic's Authority" + ITA_ww1_support_republic_desc:0 "" #KAISER_ANONY + + ITA_ww1_contest_republic:0 "Contest the Republic's Authority" + ITA_ww1_contest_republic_desc:0 "" #KAISER_ANONY + + ITA_ww1_internationalism_focus:0 "Internationalism Focus" + ITA_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_militarism:0 "Militarism" + ITA_ww1_militarism_desc:0 "" #KAISER_ANONY + + ITA_ww1_indoctrination_focus:0 "Indoctrination" + ITA_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_political_commissars:0 "Political Commissars" + ITA_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + ITA_ww1_paramilitarism:0 "Paramilitarism" + ITA_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + ITA_ww1_political_correctness:0 "Political Correctness" + ITA_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + ITA_ww1_military_youth:0 "Military Youth" + ITA_ww1_military_youth_desc:0 "" #KAISER_ANONY + + ITA_ww1_student_movement_focus:0 "Student Movement" + ITA_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_monarchy:0 "Authoritarianism Focus" + ITA_ww1_monarchy_desc:0 "" #KAISER_ANONY + + ITA_ww1_democracy:0 "Democratism Focus" + ITA_ww1_democracy_desc:0 "" #KAISER_ANONY + + ITA_ww1_centralizedpower:0 "Bureaucracy" + ITA_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + ITA_ww1_freespeech:0 "Free Speech" + ITA_ww1_freespeech_desc:0 "" #KAISER_ANONY + + ITA_ww1_organize_colony:0 "Minister of the Colonies" + ITA_ww1_organize_colony_desc:0 "" #KAISER_ANONY + + ITA_ww1_reorganization_act:0 "Reorganization Act" + ITA_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + ITA_ww1_limited_rearmament:0 "Limited Rearmament" + ITA_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + ITA_ww1_full_rearmament:0 "Full Rearmament" + ITA_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + ITA_ww1_unitedpeople:0 "Patriotic Fervor" + ITA_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + ITA_ww1_massive_effort:0 "Massive Effort" + ITA_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_fortify_city:0 "Civil Fortifications" + ITA_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + ITA_ww1_fortify_coast:0 "Coastal Defense" + ITA_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + ITA_ww1_leave_triple_entente:0 "Leave Entente" + ITA_ww1_leave_triple_entente_desc:0 "" #KAISER_ANONY + + ITA_ww1_leave_triple_alliance:0 "Leave Central Powers" + ITA_ww1_leave_triple_alliance_desc:0 "" #KAISER_ANONY + + ITA_ww1_install_communism:0 "Proletarian Revolution" + ITA_ww1_install_communism_desc:0 "" #KAISER_ANONY + + ITA_ww1_install_democracy:0 "Free Elections" + ITA_ww1_install_democracy_desc:0 "" #KAISER_ANONY + + ITA_ww1_fascist_coup:0 "Fascist Coup" + ITA_ww1_fascist_coup_desc:0 "" #KAISER_ANONY + + ITA_ww1_oppression_minorities:0 "Oppress Minorities" + ITA_ww1_oppression_minorities_desc:0 "" #KAISER_ANONY + + ITA_ww1_france_friend:0 "Franco-German Friendship" + ITA_ww1_france_friend_desc:0 "" #KAISER_ANONY + + ITA_ww1_review_options:0 "Review Options before leaving" + ITA_ww1_review_options_desc:0 "If we want to leave our faction, we need to review our options before." + + #-------------------------------------------------------------- + + + # [ITALY] Diplomatic Effort + #========================================================================= + + leaved_triple_entente:0 "Has leave the Entente" + + leaved_triple_alliance:0 "Has leave the Central Powers" + + triple_alliance_opinion:0 "Diplomatic Bonus" + + join_entente:0 "Joined Entente" + + join_centralpower:0 "Joined Central Powers" + + + + + + + ITA_Lib_War_End:0 "Italo-Turkish War is Over" + + ITA_ww1_diplomatic_effort:0 "Diplomatic Effort" + ITA_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + + ITA_ww1_europe_focus:0 "European Focus" + ITA_ww1_europe_focus_desc:0 "" #KAISER_ANONY + + ITA_ww1_recognize_albania:0 "Recognize Albania" + ITA_ww1_recognize_albania_desc:0 "" #KAISER_ANONY + + ITA_ww1_second_balkan_war_finished:0 "Acknowledge Treaty of Bucharest" + ITA_ww1_second_balkan_war_finished_desc:0 "" #KAISER_ANONY + + ITA_ww1_the_great_war_started:0 "War in Europe" + ITA_ww1_the_great_war_started_desc:0 "" #KAISER_ANONY + + ITA_ww1_triple_entente:0 "Join Entente" + ITA_ww1_triple_entente_desc:0 "" #KAISER_ANONY + + ITA_ww1_back_uk:0 "Support United Kindgom" + ITA_ww1_back_uk_desc:0 "" #KAISER_ANONY + + ITA_ww1_back_france:0 "Secret Deal with France" + ITA_ww1_back_france_desc:0 "" #KAISER_ANONY + + ITA_ww1_send_diplomats_entente:0 "Send Italian Diplomats" + ITA_ww1_send_diplomats_entente_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_ger:0 "Anti-German Policy" + ITA_ww1_anti_ger_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_ah:0 "Anti-Austria-Hungary Policy" + ITA_ww1_anti_ah_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_ottoman:0 "Anti-Ottoman Policy" + ITA_ww1_anti_ottoman_desc:0 "" #KAISER_ANONY + + ITA_ww1_tyrol:0 "Claim Tyrol" + ITA_ww1_tyrol_desc:0 "" #KAISER_ANONY + + ITA_ww1_trieste_tyrol:0 "Italian Claims" + ITA_ww1_trieste_tyrol_desc:0 "" #KAISER_ANONY + + ITA_ww1_german_africa:0 "Claim German Africa" + ITA_ww1_german_africa_desc:0 "" #KAISER_ANONY + + ITA_ww1_central_power:0 "Join Central Powers" + ITA_ww1_central_power_desc:0 "" #KAISER_ANONY + + ITA_ww1_back_ger:0 "Support Germany" + ITA_ww1_back_ger_desc:0 "" #KAISER_ANONY + + ITA_ww1_back_ah:0 "Support Austria-Hungary" + ITA_ww1_back_ah_desc:0 "" #KAISER_ANONY + + ITA_ww1_send_diplomats_alliance:0 "Send Italian Diplomats" + ITA_ww1_send_diplomats_alliance_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_fra:0 "Anti-French Policy" + ITA_ww1_anti_fra_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_uk:0 "Anti-British Policy" + ITA_ww1_anti_uk_desc:0 "" #KAISER_ANONY + + ITA_ww1_anti_ru:0 "Anti-Russian Policy" + ITA_ww1_anti_ru_desc:0 "" #KAISER_ANONY + + ITA_ww1_egypt:0 "Claim Egypt" + ITA_ww1_egypt_desc:0 "" #KAISER_ANONY + + ITA_ww1_french_claims:0 "Claim Savoy" + ITA_ww1_french_claims_desc:0 "" #KAISER_ANONY + + ITA_ww1_tunisia:0 "Claim North Africa" + ITA_ww1_tunisia_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_development:0 "Italian Development" + ITA_ww1_italian_development_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_highways:0 "Italian Highways" + ITA_ww1_italian_highways_desc:0 "We need to expand our infrastructure to ensure easy mobility of troops throughout our empire. With enemies at every corner of the world this is a crucial part of being able to defend all Italian soil." + + ITA_ww1_fortification_effort_alliance:0 "West Alpine Fortification Effort" + ITA_ww1_fortification_effort_alliance_desc:0 "" #KAISER_ANONY + + ITA_ww1_fortification_effort_entente:0 "North Alpine Fortification Effort" + ITA_ww1_fortification_effort_entente_desc:0 "" #KAISER_ANONY + + ITA_ww1_fortification_effort_sardinia:0 "Fortify Sardinia" + ITA_ww1_fortification_effort_sardinia_desc:0 "" #KAISER_ANONY + + ITA_ww1_fortification_effort_sicily:0 "Fortify Sicily" + ITA_ww1_fortification_effort_sicily_desc:0 "" #KAISER_ANONY + + ITA_ww1_invest_military:0 "Invest in Military" + ITA_ww1_invest_military_desc:0 "" #KAISER_ANONY + + ITA_ww1_invest_civil:0 "Invest in Civilian" + ITA_ww1_invest_civil_desc:0 "" #KAISER_ANONY + + + ITA_ww1_ready_country:0 "Prepare for War" + ITA_ww1_ready_country_desc:0 "World Tension is increasing. We should prepare the Country for War. Let's build some defenses near our borders." + + ITA_ww1_defense_border:0 "Defend the border" + ITA_ww1_defense_border_desc:0 "World Tension is increasing and me wust make a final effort to get the country ready for the incomming War." + + ITA_ww1_diaz:0 "Armando Diaz" + + ITA_ww1_italian_expansionism:0 "Italian Expansionism" + ITA_ww1_italian_expansionism_desc:0 "" #KAISER_ANONY + + ITA_ww1_libyan_claims:0 "Libyan Claims" + ITA_ww1_libyan_claims_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_develop_tripoli:0 "Develop Tripoli" + ITA_ww1_italian_develop_cyrenaica:0 "Develop Cyrenaica" + + ITA_ww1_italian_fortify_tripoli:0 "Fortify Tripoli" + ITA_ww1_italian_fortify_tripoli_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_fortify_cyrenaica:0 "Fortify Cyrenaica" + ITA_ww1_italian_fortify_cyrenaica_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_military_tripoli:0 "Militarize Tripoli" + ITA_ww1_italian_military_tripoli_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_military_cyrenaica:0 "Militarize Cyrenaica" + ITA_ww1_italian_military_cyrenaica_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_civil_tripoli:0 "Civilian Industry Tripoli" + ITA_ww1_italian_civil_tripoli_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_civil_cyrenaica:0 "Civilian Industry Cyrenaica" + ITA_ww1_italian_civil_cyrenaica_desc:0 "" #KAISER_ANONY + + ITA_ww1_italian_askari:0 "Italian Askari" + ITA_ww1_italian_askari_desc:0 "" #KAISER_ANONY + + + + ITA_ww1_colonial_industry_desc:0 "We should focus our industry in Algier. Should tensions increase in Europe we will still have an industrial capacity outside the reach of enemy bombers." + ITA_ww1_military_factories_desc:0 "Our warmachine is falling behind in capacity. We need to focus on production of military equipment at home soil to make sure that our borders are constantly given new equipment." + ITA_ww1_colonial_military_factories:0 "Colonial Military Factories" + ITA_ww1_colonial_military_factories_desc:0 "Placing our military production outside Europe ensures that even if the enemy gains control of our airspace, we will maintain a constant flow of equipment to our frontline troops." + + italian_libya_war:0 "Start of the Italo-Turkish War" + ITA_Lib_War_End_Victory:0 "End of the Italo-Turkish War" + + #-------------------------------------------------------------- + + + diff --git a/mod/thegreatwar/localisation/ww1_nf_japan_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_japan_l_french.yml new file mode 100755 index 000000000..cfe1ad723 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_japan_l_french.yml @@ -0,0 +1,405 @@ +l_french: + + #-------------------------------------------------------------- + # [EMPIRE OF JAPAN] Army Effort + #========================================================================= + JAP_ww1_army_effort:0 "Reorganise Imperial Japanese Army" +JAP_ww1_army_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_trenchwarfare:0 "Trench Warfare Focus" +JAP_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +JAP_ww1_artillery_effort_1:0 "Artillery Effort" +JAP_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +JAP_ww1_artillery_effort_2:0 "Artillery Effort II" + +JAP_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_artillery_effort_3:0 "Artillery Effort III" +JAP_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_artillery_effort_4:0 "Artillery Effort IV" +JAP_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +JAP_ww1_special_forces:0 "Special Forces Focus" +JAP_ww1_special_forces_desc:0 "" #KAISER_ANONY + +JAP_ww1_army_motorization_focus:0 "Motorization Focus" +JAP_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +JAP_ww1_doctrine_effort:0 "Doctrine Effort" +JAP_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_doctrine_effort_2:0 "Doctrine Effort II" +JAP_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_doctrine_effort_3:0 "Doctrine Effort III" +JAP_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_equipment_effort:0 "Equipment Effort" +JAP_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_equipment_effort_2:0 "Equipment Effort II" +JAP_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_equipment_effort_3:0 "Equipment Effort III" +JAP_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_equipment_effort_4:0 "Equipment Effort IV" +JAP_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +JAP_ww1_armor_effort_1:0 "Armor Effort" +JAP_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +JAP_ww1_armor_effort_2:0 "Armor Effort II" +JAP_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_gasmask_focus:0 "Chemical Warfare Focus" +JAP_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [EMPIRE OF JAPAN] Aviation Effort + #========================================================================= + JAP_ww1_fighter_focus:0 "Fighter Focus" + JAP_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_bomber_focus:0 "Bomber Focus" + JAP_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_airship_focus:0 "Airship Focus" + JAP_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_aviation_effort:0 "Form Imperial Japanese Army Air Service" + JAP_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_aviation_effort_2:0 "Aviation Effort" + JAP_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + JAP_ww1_aviation_effort_3:0 "Aviation Effort II" + JAP_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + + JAP_ww1_aviation_effort_4:0 "Aviation Effort III" + JAP_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + JAP_ww1_aviation_effort_5:0 "Aviation Effort IV" + JAP_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + + JAP_ww1_pilotformation_1:0 "Pilot Formation" + JAP_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + JAP_ww1_pilotformation_2:0 "Pilot Formation II" + JAP_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + JAP_ww1_aircraftprod_1:0 "Aircraft Production" + JAP_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + JAP_ww1_aircraftprod_2:0 "Aircraft Production II" + JAP_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + JAP_ww1_airbomb_1:0 "Air Bombing Effort" + JAP_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + JAP_ww1_airbomb_2:0 "Air Bombing Effort II" + JAP_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + JAP_ww1_air_innovation:0 "Air Innovation Focus" + JAP_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + JAP_ww1_navalair:0 "Naval Bombing Effort" + JAP_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [EMPIRE OF JAPAN] Industrial Effort + #========================================================================= + #========================================================================= +JAP_ww1_industrial_effort:0 "Industrial Effort" +JAP_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_construction_effort:0 "Construction Effort" +JAP_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_construction_effort_2:0 "Construction Effort II" +JAP_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_construction_effort_3:0 "Construction Effort III" +JAP_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_production_effort:0 "Armament Effort" +JAP_ww1_production_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_production_effort_2:0 "Armament Effort II" +JAP_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_production_effort_3:0 "Armament Effort III" +JAP_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_dockyard_effort_1:0 "Dockyard Expansion" +JAP_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +JAP_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +JAP_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +JAP_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_airfield_expansion_1:0 "Airfield Expansion" +JAP_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +JAP_ww1_airfield_expansion_2:0 "Airfield Expansion II" +JAP_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_airfield_expansion_3:0 "Airfield Expansion III" +JAP_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_infrastructure_effort:0 "Infrastructure Effort" +JAP_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +JAP_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +JAP_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +JAP_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +JAP_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +JAP_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +JAP_ww1_extra_tech_slot:0 "Extra Research Slot" +JAP_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +JAP_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +JAP_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [EMPIRE OF JAPAN] Naval Effort + #========================================================================= + JAP_ww1_naval_effort:0 "Russo-Japanese War Legacy" + JAP_ww1_naval_effort_desc:0 "In 1904, Japan honorably defended the home islands from Russian aggression, and defeated their empire in one of the greatest upsets in the history of warfare. If we continue to expand and develop our navy, there is no doubt that we will achieve dominance in the Pacific." + + JAP_ww1_newnavalcanons_1:0 "Naval Gun Effort" + JAP_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + JAP_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + JAP_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + JAP_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + JAP_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + JAP_ww1_dreadnought_effort:0 "Reinforce Imperial Japanese Navy" + JAP_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_flexible_navy:0 "Flexible Navy" + JAP_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + JAP_ww1_large_navy:0 "Large Navy" + JAP_ww1_large_navy_desc:0 "" #KAISER_ANONY + + JAP_ww1_navyreform:0 "Navy Deployment" + JAP_ww1_navyreform_desc:0 "" #KAISER_ANONY + + JAP_ww1_submarine_effort:0 "Submarine Effort" + JAP_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_cruiser_effort:0 "Cruiser Effort" + JAP_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_destroyer_effort:0 "Destroyer Effort" + JAP_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_capital_ships_effort:0 "Capital Ship Effort" + JAP_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_carrier_focus:0 "Carrier Effort" + JAP_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_antisubmarine:0 "Anti-Submarine Warfare" + JAP_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [EMPIRE OF JAPAN] Political Effort + #========================================================================= + JAP_ww1_political_effort:0 "Political Effort" + JAP_ww1_political_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_support_republic:0 "Fukoku Kyōhei" + JAP_ww1_support_republic_desc:0 "Emperor Meiji overthrew the Shogun and began to steer our empire in a new direction, away from isolationism and to exercizing its might as a world power. What sort of nation would we be to turn our back on this move now? By continuing in this direction, Japan's place in the world would be solidified." + + JAP_ww1_contest_republic:0 "Democratic Reforms" + JAP_ww1_contest_republic_desc:0 "Japan is a monarchy, but it supports a wide base of people who need placating. By establishing a few democratic reforms, we can keep the people content without giving up a huge share of the power of the government." + + JAP_ww1_internationalism_focus:0 "Internationalism Focus" + JAP_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_militarism:0 "Militarism" + JAP_ww1_militarism_desc:0 "" #KAISER_ANONY + + JAP_ww1_indoctrination_focus:0 "Indoctrination" + JAP_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_political_commissars:0 "Political Commissars" + JAP_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + JAP_ww1_paramilitarism:0 "Paramilitarism" + JAP_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + JAP_ww1_political_correctness:0 "Political Correctness" + JAP_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + JAP_ww1_military_youth:0 "Military Youth" + JAP_ww1_military_youth_desc:0 "" #KAISER_ANONY + + JAP_ww1_student_movement_focus:0 "Student Movement" + JAP_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + JAP_ww1_monarchy:0 "Authoritarianism Focus" + JAP_ww1_monarchy_desc:0 "" #KAISER_ANONY + + JAP_ww1_democracy:0 "Democratism Focus" + JAP_ww1_democracy_desc:0 "" #KAISER_ANONY + + JAP_ww1_centralizedpower:0 "Bureaucracy" + JAP_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + JAP_ww1_freespeech:0 "Free Speech" + JAP_ww1_freespeech_desc:0 "" #KAISER_ANONY + + JAP_ww1_reorganization_act:0 "Reorganization Act" + JAP_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + JAP_ww1_free_Korea:0 "Korea Self-Determination" + JAP_ww1_free_Korea_desc:0 "Korea is of no use to Japan! Let them leave, and never return to soil our banner!" + + JAP_ww1_limited_rearmament:0 "Limited Rearmament" + JAP_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + JAP_ww1_full_rearmament:0 "Full Rearmament" + JAP_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + JAP_ww1_unitedpeople:0 "Patriotic Fervor" + JAP_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + JAP_ww1_massive_effort:0 "Massive Effort" + JAP_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + JAP_ww1_fortify_city:0 "Civil Fortifications" + JAP_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + JAP_ww1_fortify_coast:0 "Coastal Defense" + JAP_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + JAP_ww1_install_democracy:0 "Free Elections" + JAP_ww1_install_democracy_desc:0 "" #KAISER_ANONY + + JAP_ww1_fascist_coup:0 "Cede Power to Military" + JAP_ww1_fascist_coup_desc:0 "The Japanese military has taken keen notice of Europe's fascism. They believe that adopting it, to at least an official degree, will keep our people in line, and more importantly, working for the glory of Japan!" + + JAP_ww1_oppression_minorities:0 "Oppress Minorities" + JAP_ww1_oppression_minorities_desc:0 "Japan is a nation of many minorities. If we make sure that none of them get too far ahead in their localities or the government, aside from those completely loyal to our empire, and ban publications aside from those in Japanese, we can ensure we never have to deal with nationalistic rebellions." + + #-------------------------------------------------------------- + + + # [EMPIRE OF JAPAN] Diplomatic Effort + #========================================================================= + +JAP_ww1_diplomatic_effort:0 "Diplomatic Effort" +JAP_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +JAP_ww1_assert_position_pacific:0 "Assert Position in the Pacific" +JAP_ww1_assert_position_pacific_desc:0 "While the Pacific is rightfully ordained Japanese territory, there are technically enough islands to share with our so-called friends, for now. Japan's first focus will be the islands of our regional rivals, which we must expand into, at any cost." + +JAP_ww1_Support_USA:0 "Improve Relations with USA" +JAP_ww1_Support_USA_desc:0 "The Americans are on-again off-again friends of Japan. Sometimes, we are mutual allies trying to keep peace and go against Europe, and sometimes we are bitter rivals fighting each other for pacific influence. Today, to ensure that Entente war plans don't fall apart, we shall be friends." + +JAP_ww1_Support_Filipinos_Separatists:0 "Support Filipino Separatists" +JAP_ww1_Support_Filipinos_Separatists_desc:0 "The Yankees are no friend to us, and seem unlikely to play any real part in the war effort. If we help to arm and organize the Filipino rebels, a Filipino government may throw off American shackles- one that answers to Japan first and foremost, helping our presence in the region. Though, this may hurt our relationship with the United States." + +JAP_ww1_Diplomatic_Siam:0 "Send Diplomats to Siam" +JAP_ww1_Diplomatic_Siam_desc:0 "Siam is the only other independent, stable power in East or South-East Asia. They seem to be a natural ally, and it would be damned foolish for us not to try and make friends with them." + +JAP_ww1_ready_country:0 "Prepare for War" +JAP_ww1_ready_country_desc:0 "The tensions in Europe have reached a boiling point, to Japan's advantage. No matter who we face, we must first and foremost be ready to fight!" + +JAP_ww1_defense_border:0 "Fortress Japan" +JAP_ww1_defense_border_desc:0 "Japan is an island nation, which carries benefits and risks. The most dire risk being anyone who lands too close to the capital could simply oust our government, and our low landmass means that a few divisions may secure giant portions of our territory quickly. Japan must be unassailable, or it will not survive." + +JAP_ww1_Japan_Korea_Treaty:0 "Japan–Korea Annexation Treaty" +JAP_ww1_Japan_Korea_Treaty_desc:0 "Korea has been long a puppet state of our empire, but it would serve better as territory. If we force the puppet Emperor into an annexation agreement, we can knock it off the map in a fashion just seemingly diplomatic enough to keep Europe and the Americans off of our backs, which will establish our first territory on the Asian mainland." + +JAP_ww1_Japanese_Expansionism:0 "Japanese Expansionism" +JAP_ww1_Japanese_Expansionism_desc:0 "The most logical solution to Japan's issues of low amounts of natural resources and tenuous defensive position is simply to expand outwards. If we expand onto the Asian mainland and farther out into the Pacific, we will control the supplies we need, and the outposts we deserve." + +JAP_ww1_War_in_Europe_Opportunity:0 "War in Europe Opportunity" +JAP_ww1_War_in_Europe_Opportunity_desc:0 "The war in Europe is a grand opportunity for Japan! Though we are a nominal British ally, we could choose to join either side. Logically, the best thing to do would be to join the winning side, and profit from the spoils." + +JAP_ww1_Pro_German:0 "Pro-German Policy" +JAP_ww1_Pro_German_desc:0 "The Germans are much like the Japanese, in both their world position and military might. Beginning a push towards their side will align Japan closer to the Central Powers." + +JAP_ww1_Pro_British:0 "Pro-British Policy" +JAP_ww1_Pro_British_desc:0 "The British are technically allied to us, and were one of the few European nations to invest heavily in Japan's navy. Siding with them will, if nothing else, ensure we never have to face the fearsome Royal Navy until we're prepared." + +JAP_ww1_Claims_on_Pacific_Islands:0 "Claim Pacific Islands" +JAP_ww1_Claims_on_Pacific_Islands_desc:0 "The Pacific Islands are the most logical place for Japan to expand. If we seize larger parts of the pacific, we can ensure anyone who seeks to attack Japan from the east has a long way to go. Laying down claim to these islands now could pay off at a future peace conference." + +JAP_ww1_Join_Central_Power:0 "Join Central Powers" +JAP_ww1_Join_Central_Power_desc:0 "The weakness of the Entente, as well as easy and mostly defended targets in the east, have given Japan a grand opportunity to expand into the Pacific and Oceania. Joining the Central Powers will ensure a glorious Japanese empire for years to come!" + +JAP_ww1_Join_Entente:0 "Join Entente" +JAP_ww1_Join_Entente_desc:0 "The Central Powers are far too tied up in Europe to do anything about Japan's expansionism, luckily for us. By becoming a fully fledged member of the Entente, we can take control over the entire German Pacific, and quite easily to boot." + +JAP_ww1_Invade_Singapore:0 "Invade Singapore" +JAP_ww1_Invade_Singapore_desc:0 "Singapore is a major British port in Asia, in position to allow them to continue control over Hong Kong, help keep the Pacific secured, and other unfortunate benefits. If we simply oust them from the area- perhaps from the rest of Malaya as well- we can ensure that their ships will have no safe port so close to Japan." + +JAP_ww1_Siege_of_Tsingtao:0 "Siege of Tsingtao" +JAP_ww1_Siege_of_Tsingtao_desc:0 "Qingdao is one of Germany's most valuable, least protected colonies. Seizing the area now will ensure no Imperial ships raid our shores, and give Japan yet another solid territory on the Mainland of China." + +JAP_ww1_Xinhai_Revolution_Opportunity:0 "Xinhai Revolution Opportunity" +JAP_ww1_Xinhai_Revolution_Opportunity_desc:0 "With the Chinese nation in a state of heavy civil war, Japan can easily profit off of their misery. Perhaps, if we're lucky enough, we could even force them into the status of a puppet state!" + +JAP_ww1_Thirteen_Demands:0 "Thirteen Demands" +JAP_ww1_Thirteen_Demands_desc:0 "Though China would be in no position to resist Japan, the rest of the European powers as well as the United States are unified in threatening us with an embargo in the case of going too far with China. If we simply demand an inheiritance to the German economic sphere, we can expand our influence in China without damaging our position." + +JAP_ww1_Twenty_One_Demands:0 "Twenty-One Demands" +JAP_ww1_Twenty_One_Demands_desc:0 "Though the West may denounce us for it, China as a puppet state is a deal far too good to pass up. With their manpower and resources and our cunning and might, we would be an unstoppable force! Of course, if they reject our demands, we may have to either revise, or prepare for a war which would most certainly unify the dissenting powers..." + +JAP_ww1_Appeasement_China:0 "Appeasement with China" +JAP_ww1_Appeasement_China_desc:0 "China is in a position to give a little, but it would be better for us both to walk out saving face. If we seek the route of mutual appeasement, we will continue our influence growth in China, without necessarily putting ourselves in any sort of diplomatic danger." + +JAP_ww1_Pressure_China:0 "Pressure China" +JAP_ww1_Pressure_China_desc:0 "It is only a matter of time until Japan dominates East Asia. China is a crucial step to our brilliant master plan! If they do not acede to Japanese influence, perhaps the threat of gunboat diplomacy will get them closer in line...though this will create a dreadful crisis with the European powers." + +JAP_ww1_South_Manchuria_Railway_Zone:0 "South Manchuria Railway Zone" +JAP_ww1_South_Manchuria_Railway_Zone_desc:0 "We have controlled the South Manchuria Railway since 1905. However, with China too tied up in its civil war to resist, we can easily expand precisely what it means to control the railways and what is southern Manchuria, until we have near full control of the region. And due to the war, it's unlikely they'd ever be able to resist." + +JAP_ww1_Claim_Manchuria:0 "Claim Manchuria" +JAP_ww1_Claim_Manchuria_desc:0 "Now that the Manchurian Qing dynasty no longer exercizes effective control in China, we could garner a bit of local support for a Manchu government. This will nearly inevitably lead to conflict in war-torn China, but what could they possibly to do resist?" + +JAP_ww1_siberian_intervention:0 "Siberian Intervention" +JAP_ww1_siberian_intervention_desc:0 "With the Russian Civil War in full progress, Japan must intervene in Siberia. Though the White Russians are no friends of ours, they make a far better neighbor than the Soviet Union. Besides, who knows what we might pick up from the expidition?" + +JAP_ww1_Contest_Russian_Domination:0 "Contest Russian Domination" +JAP_ww1_Contest_Russian_Domination_desc:0 "The Russians hold themselves to be the Emperor of the East, the foremost authority in Eastern Asia. Have these fools forgotten already our last encounter? By adopting an Anti-Russian stance in the area and working against their authority, we will, of course, increase ours." + +JAP_ww1_Celebrate_Tsushima:0 "Celebrate Tsushima" +JAP_ww1_Celebrate_Tsushima_desc:0 "The battle of Tsushima was a devestating blow to the Russian fleet, and one of Japan's greatest moments. Ensuring we seal the legacy of the event forever will not only serve to inspire our own population, but will be yet another massive blow to Russia's prestige and morale." + +JAP_ww1_Russian_Revolution_Opportunity:0 "Russian Revolution Opportunity" +JAP_ww1_Russian_Revolution_Opportunity_desc:0 "The Russian Revolution has opened up a nice chance for Japan to earn yet more mainland territory. The port of Vladivolstok and the region formerly known as Outer Manchuria could easily be occupied, under the justification of course that we need it to continue the Siberian intervention. The westerners, as usual, may frown upon this." + +JAP_ww1_Leave_Entente:0 "Leave Entente" +JAP_ww1_Leave_Entente_desc:0 "The Entente has served its purpose to Japan, and it seems with recent events that it is no longer a group of friendly nations. It seems reasonable to assume, in fact, that Japan and the former Entente may one day be at odds with each other at war." + +JAP_ww1_war_sakhalin:0 "Sakhalin is Karafuto" +JAP_ww1_war_sakhalin_desc:0 "Sakhalin is a very improper name for a Japanese possession. ''Karafuto'' seems much more proper!" + +JAP_ww1_expeditionary_force_france:0 "Expeditionary Force to France" +JAP_ww1_expeditionary_force_france_desc:0 "Though the European war rages on far from Japanese shores, we would still be wise to assist our allies. By sending a small group to France, we can help make sure our friends actually win their part of the war." + +kis_xinhairenews:0 "Xinhai Revolution Occured" +kis_xinhaire_end:0 "End of Xinhai Revolution" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_nf_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_l_french.yml new file mode 100755 index 000000000..0748d9eb1 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_l_french.yml @@ -0,0 +1,341 @@ +l_french: + + #-------------------------------------------------------------- + # [Generic] Army Effort + + ww1_army_effort:0 "Military Modernization" + ww1_army_effort_desc:0 "Many of our rifles, cannons, tools, and, unfortunately, military leaders are relics of a bygone era. With the Maxim Gun now not only fabricated, but on a large scale, we simply have no choice but to get with the times. The quicker we bring these new weapons into circulation, and bring in experts who know how to use them, the quicker our military can become a modern, effective fighting force." + + ww1_trenchwarfare:0 "Trench Warfare Focus" + ww1_trenchwarfare_desc:0 "Since Gatling and Maxim introduced their unholy weapons of warfare, our nation has been keenly interested in strategies based around the defense of Trench lines, which were first seen as far back as the American Civil War. We must seek experts in this theory in order to advance our knowledge in tomorrow's Land Doctrines." + + ww1_artillery_effort_1:0 "Artillery Effort" + ww1_artillery_effort_1_desc:0 "One step to expand our young military modernization program is further development of our Artillery batteries. Seeking out designers for new weapons is a logical first step, and once our project is completed, we expect to reap the benefits of an easily-designed new Artillery piece." + + ww1_artillery_effort_2:0 "Artillery Effort II" + ww1_artillery_effort_2_desc:0 "Now that we have gathered some accomplished Artillery designers, it seems logical to support their endeavors with their own factories. By assigning these men as full-time designers and engineers, and putting workers under them, we can easily make advancements in the field of Artillery." + + ww1_artillery_effort_3:0 "Artillery Effort III" + ww1_artillery_effort_3_desc:0 "Field tests are proving a major issue with our artillery pieces: The wide variety of calibers we're using for various ranges and models of Artillery is proving a costly endeavor, and reducing the effectiveness of our pieces on the field. By enforcing a few standard sizes for our guns, we can produce new models of Artillery that give us, quite literally, more bang for our buck." + + ww1_artillery_effort_4:0 "Artillery Effort IV" + ww1_artillery_effort_4_desc:0 "Though the direct-fire Field Gun was thought to be on its way out from the battlefield, our quartermasters are actually beginning to request even more of these pieces. Focusing our efforts on new direct-fire guns, and perhaps more types of rounds, will not only inevitably lead to superior models, but perhaps lead to some unexpected advantages elsewhere as well..." + + ww1_special_forces:0 "Special Forces Focus" + ww1_special_forces_desc:0 "Chemical Warfare has, by sheer accident, introduced us to a class of excellent troops, superior to the other groups in our army. These men seem quite useful to act as classes of Infantry which are above the caliber of the standard Rifleman. Seeking out these men could lead to a boost to our special forces. If only there were some way to get them into battle faster..." + + ww1_army_motorization_focus:0 "Motorization Focus" + ww1_army_motorization_focus_desc:0 "Some of our geniuses in the General Staff- or perhaps just men fed up with the stalemates of Trench Wafare- have proposed mass-producing vehicles specifically for troop transportation, which would allow our men to get to and from battlefields faster- and, perhaps, around it as well. Of course, even this simple act requires specific equipment and training, which means an investment- though one that could easily pay off." + + ww1_doctrine_effort_1:0 "Doctrine Effort I" + ww1_doctrine_effort_1_desc:0 "Though the era of the General Staff consisting of the princes of the realm has long ended, several of our Generals and other officers were chosen for our armeis not for skill, but for connections or family ties. Though this keeps them loyal, it makes them uncompetitive. We must begin appointments for merit- though still, hopefully, not let too much of the common riff-raff into the esteemed General Staff..." + + ww1_doctrine_effort_2:0 "Doctrine Effort II" + ww1_doctrine_effort_2_desc:0 "Though our General Staff has now been made thoroughly merit-based, they aren't the only ones who can assist in our doctrines. A type of researchers who have been mostly dormant since the early 1800s- ''armchair generals''- have organized once again. Though these men have limited combat experience, their study in war cannot be ignored. Integrating them could prove beneficial for our military tactics." + + ww1_doctrine_effort_3:0 "Doctrine Effort III" + ww1_doctrine_effort_3_desc:0 "One of our critical elements of warfare has largely been ignored prior: Logistics. For troops to be useful in combat, we must ensure they arrive on time, and have, at least, food, water, and a weapon. Giving experts on this subject a voice, as well as training for supply vehicle drivers, would have immediate benefits for our land doctrines, but perhaps future additional benefits as well." + + ww1_equipment_effort_1:0 "Equipment Effort I" #Link me pls + ww1_equipment_effort_1_desc:0 "Our generals are not the only old guard keeping our military in the last century. Our Quartermasters still have some of the 19th century Military issues behind them. By selecting the most well-liked and in-tune officers, we can learn the faults of our current weapons, allowing us to produce corrected and improved designs quickly- as well as ensure that these men don't get TOO popular!" + + ww1_equipment_effort_2:0 "Equipment Effort II" #Link me pls + ww1_equipment_effort_2_desc:0 "Our new Quartermasters have taken to us with requests for not simply newer rifles, but newer support weapons as well. Experience with this new-pattern army has led to ideas like lighter machine guns, trench mortars, and rifle grenades, which all seem quite useful, so long as we can get the right people on designing them and manufacturing them." + + ww1_equipment_effort_3:0 "Equipment Effort III" + ww1_equipment_effort_3_desc:0 "The Quartermasters have sent a letter of demands for more rifles equipped for the conditions of trenches- those able to launch rifle grenades, attach bayonets or scopes, and more carbines. Though we could simply produce more straight up, it seems like a logical move is to bring our rifles to the standard of being able to do all of these things- which means a new, improved design." + + ww1_equipment_effort_4:0 "Equipment Effort IV" + ww1_equipment_effort_4_desc:0 "Our Quartermasters have, unfortunately, sent us yet another list of demands. Luckily, we have instructed our postmasters to ignore any further mail from them. Their last demand is new equipment for our Engineer corps- Carbines, tools, and those new Flamethrowers, which will be commissioned as soon as possible. Of course, expanding the Engineer corps as such could provide for some unseen benefits..." + + ww1_armor_effort_1:0 "Armor Effort" + ww1_armor_effort_1_desc:0 "Our prior investments have paid off! Artillery designers, Engineers, and vehicle designers have proposed to us a brand new type of vehicle- a heavily armored tractor with a direct fire gun. Though early designs are clearly not battle ready, this concept has strong promise- particularly in the field of ending the Trench stalemate in our favor, if these landships can stand up to machine gun fire, as is claimed." + + ww1_armor_effort_2:0 "Armor Effort II" + ww1_armor_effort_2_desc:0 "Our experiments with armor have been a rousing success! However, we cannot be complacent with our current designs. Engineers have been proposing interesting concepts like rotating gun turrets, specific engine compartments, and a hatch for use by a commander, which cannot be ignored. If we are to be the first to make these ideas a reality, perhaps we could become unstoppable!" + + ww1_gasmask_focus:0 "Chemical Warfare Focus" + ww1_gasmask_focus_desc:0 "Some of our chemists have proposed the use of a new, incredibly deadly agent- poisonous gas, delivered by our artillery and trench mortars. Though chemical warfare has been frowned on for roughly a century, what choice do we have if we are to win the war? Beyond investing in these, it's also likely for the best to develop countermeasures quickly- it would be unfortunate for such an advancement to turn on us!" + + + #-------------------------------------------------------------- + # [Generic] Aviation Effort + + ww1_form_air_force:0 "Form Air Force" #link me pls + ww1_form_air_force_desc:0 "These new Aeroplanes are interesting toys, and perhaps hold some military value. Civilian pilots could easily be attracted to our military, experts could teach us how to use these newfangled contraptions, and if this project bears fruit, we may earn ourselves a decisive advantage over our opponents who fall behind in this field- particularly in the doctrines of these aircraft." + + ww1_fighter_focus:0 "Fighter Focus" #link me pls + ww1_fighter_focus_desc:0 "The value of the Fighter is unquestionable. If we focus our aviation efforts on the design and use of these aircraft, our nation's planes may one day flood the sky, destroying all enemy planes that even try to oppose them, which could provide a major advantage. Of course, the Bomber lobby has interesting proposals as well, so perhaps we should not put all of our eggs into one basket..." + + ww1_bomber_focus:0 "Bomber Focus" #link me pls + ww1_bomber_focus_desc:0 "The Bomber is a simple, practical machine. Focusing our production and designers on this specific class of aircraft would be a good way to ensure that we can use the Air Force as a ground support tool, able to help the infantry gain ground by destroying enemy defenses and positions. Of course, fighters should still be produced, but these bombers may win us the war." + + ww1_airship_focus:0 "Airship Focus" + ww1_airship_focus_desc:0 "The Balloon is our oldest aircraft, and experts are predicting that it may not have a long future on the battlefield. This is no excuse to ignore the designs of such craft, especially when they may still be an effective way to deliver large bomb payloads. By bringing out-of-work Zeppelin manufacturers under the state's wing, we could squeeze the most out of this design while we still can." + + ww1_aviation_effort_1:0 "Aviation Effort I" #Link me pls + ww1_aviation_effort_1_desc: "Now that we have formally established an Air Force, we have made some interesting advances. Most notably, our aircraft designers have been proposing designs for specific roles, rather than simply arming generic models. Getting effective use out of these planes, designed with roles like attacking enemy aircraft or dropping bombs in mind, will require testing and research, but may prove beneficial." + + ww1_aviation_effort_2:0 "Aviation Effort II" + ww1_aviation_effort_2_desc:0 "Our efforts to create aircraft roles have resulted in a variety of vastly different aircraft, which do vastly different things. The Fighter class of aircraft in particular has attracted a great amount of youth to aircraft, some of whom are quite adept already, who have some interesting ideas for the future of our air force. Perhaps we should gather some of their ideas, for the good of our doctrines." + + ww1_aviation_effort_3:0 "Aviation Effort III" + ww1_aviation_effort_3_desc:0 "The development of the Synchronised MG has changed the rules of the Aircraft game. Fighters are now far more effective, Zeppelins might be seeing their last flights, and we need innovative thinkers to help keep us on pace with this development. If we become the master of this weapon, which will perhaps change the air war as much as ground war, we will be well on our way to Air Superiority." + + ww1_aviation_effort_4:0 "Aviation Effort IV" + ww1_aviation_effort_4_desc:0 "Our Air Force, which was established only recently, has now integrated itself completely into our armed forces. This brings us the obvious benefit of a pool of aviation experts, as well as a new class of ''Ace'' pilots, who are even becoming minor celebrities. Hiring on these people certainly can't hurt us, and will lead to nice developments in our field." + + ww1_aviation_effort_5:0 "Aviation Effort V" + ww1_aviation_effort_5_desc:0 "With the development of brand new types of aircraft, such as the Tactical and Strategic Bomber, we have yet more testing and theorycrafting to do on exactly the best way to get use out of this influx of new models. Some are already speculating that bombers may be a wonder weapon capable of deciding a war. What poppycock!" + + ww1_pilotformation_1:0 "Pilot Formation I" + ww1_pilotformation_1_desc:0 "Currently, Aircraft fly solo- distant from each other, and engaging in one-on-one duels with any enemies they might encounter. However, with more and more machines in the sky, it's clear that this is no longer the most viable way to engage in air combat. Some of our physicists may be valuable in helping us to determine new formations for our pilots to use." + + ww1_pilotformation_2:0 "Pilot Formation II" + ww1_pilotformation_2_desc:0 "The new formations we have established have indeed been a boon to us in combat. However, ensuring people stick to the formations is a different story entirely. Encouraging our top aces to put out a manual for our pilots on air tactics and formation will ensure our pilots stick to doing what's best- and perhaps, these sorts of writings will help spread new tricks and doctrines." + + ww1_aircraftprod_1:0 "Aircraft Production" + ww1_aircraftprod_1_desc:0 "Though Engineers have been making aircraft for us loyally, it is simply time to introduce factories outright to the concept. Putting planes into mass production will help us flood the sky with friendly craft- and, more importantly, help us deprive our enemies of the same advantage. Who knows? Maybe some of these factory engineers may have some good ideas for aircraft designs..." + + ww1_aircraftprod_2:0 "Aircraft Production II" + ww1_aircraftprod_2_desc:0 "While Aircraft have been produced at factories dedicated to vehicle production, specific manufacturies dedicated specifically to planes themselves have been established. Usually commandeered by experts, these new industries will most certainly help us in coming up with new designs, and streamlining those existing." + + ww1_airbomb_1:0 "Air Bombing Effort" + ww1_airbomb_1_desc:0 "While the tactics of our fighters are improving with formations, our bombers are still very basic machines with very basic doctrines. Some of our old airship bombers possess now essentially unused expertise, which could help the latter as time solves the former. By utilizing these men, we can ensure that the old lessons of bombing are not lost on newer craft." + + ww1_airbomb_2:0 "Air Bombing Effort II" + ww1_airbomb_2_desc:0 "One of the biggest issues with our air force currently is the fact that bombing is, for the most part, a guessing game, with the required geometrical calculations simply not viable methods mid-flight. With not just doctrine, but also standardized equipment and training for its use, we can turn bombing from a mildly threatening game of chance to a precise and deadly science." + + ww1_air_innovation:0 "Air Innovation Focus" + ww1_air_innovation_desc:0 "All of the recent developments to air warfare, both in theory and in practice, have given birth to a golden age of aircraft development. From pilots down to the plane mechanics, it seems that everyone has something to improve and potentially offer, which we can use on a national level. Perhaps one day, Aircraft may be the most important weapon in war...nah, probably not." + + ww1_navalair:0 "Naval Bombing Effort" + ww1_navalair_desc:0 "One of our aspiring, mid-level air officers recently displayed the conclusion of a project he had been working on in secret. A seaplane was launched from a static ship, dropped a bomb onto one of our old scrappers, sinking the poor old vessel. Though most of our high command was unimpressed, attention from the head of state could certainly give this ambition a boost." + + + #-------------------------------------------------------------- + # [Generic] Industrial Effort + + ww1_industrial_effort:0 "Industrial Effort" + ww1_industrial_effort_desc:0 "The Industrial Era is still well underway, and our nation still has work to do to stay ahead. Beginning some ambitious new projects to increase our industrial capacity will have short and long term benefits to our nation, not the least of which shall be our vastly improved ability to equip a military." + + ww1_construction_effort:0 "Construction Effort" + ww1_construction_effort_desc:0 "A foreign company from a nearby neutral nation has been acquired in a merger with one of our national industries. If we encourage the new branch to move their factories and jobs to our country, we will see an immediate boost to our Civilian manufacturing sector. Of course, we'll have to cover the construction of the new plants..." + + ww1_construction_effort_2:0 "Construction Effort II" + ww1_construction_effort_2_desc:0 "Sometimes, even in a free market, the state must become involved. If we are to start new companies on the Government's budget, and build up new factories appropriately, we can ensure that we stay competitive and independent of foreign products in a time when trade might become more and more difficult." + + ww1_construction_effort_3:0 "Construction Effort III" + ww1_construction_effort_3_desc:0 "Our Civilian Industrial expansion is nearly complete, but there's still more that we can do. Some extra land inside of a city we own can be sold to one of our corporations, under the agreement that they'll build a factory there. This will even further increase our Civilian goods output, and leave us with few options for more beyond simple construction." + + ww1_production_effort:0 "Armament Effort" + ww1_production_effort_desc:0 "The amount of weapons we have been purchasing has attracted the eye of a local Steel magnate, who wants to start a new firearm manufacturing company in our nation. If we sponsor this endeavor, by helping him acquire land, investors, and talent, we will reap the obvious benefit of a brand new Military factory." + + ww1_production_effort_2:0 "Armament Effort II" + ww1_production_effort_2_desc:0 "A car company which has been previously making military-grade vehicles for us is showing interest in creating a brand new factory simply for military production, in order to retain its ability to supply to the Civilian market. If we spring for construction of this plant, we could negotiate an exclusivity deal, which would simply mean a direct increase in our military equipment output." + + ww1_production_effort_3:0 "Armament Effort III" + ww1_production_effort_3_desc:0 "An Airplane designer and mechanic has approached us with a request to help him set up a brand new factory to produce his planes for our nation's air force. While he's not particularly tested, if worst comes to worst we can just have his factory produce our old designs instead. Funding his plant and helping him establish a new company will increase our military industrial capacity." + + ww1_dockyard_effort_1:0 "Dockyard Expansion" + ww1_dockyard_effort_1_desc:0 "By purchasing unused or underused seaside land and expanding on our existing infrastructure, we can expand our ship manufacturing capabilities." + + ww1_dockyard_effort_2:0 "Dockyard Expansion II" + ww1_dockyard_effort_2_desc:0 "Merchant sailors, Fishermen, and retired sailors from our own navy can use their talents from the sea to oversee brand new docks." + + ww1_dockyard_effort_3:0 "Dockyard Expansion III" + ww1_dockyard_effort_3_desc:0 "Some of our old commercial docks just aren't seeing much action anymore. With just a little refurbishing and investment, these could be easily converted for military use." + + ww1_airfield_expansion_1:0 "Airfield Expansion" + ww1_airfield_expansion_1_desc:0 "Airfields have the luxury of only requiring an open stretch of land near a road network. Establishing fields here is work in itself, but could pay off." + + ww1_airfield_expansion_2:0 "Airfield Expansion II" + ww1_airfield_expansion_2_desc:0 "Some of the civilian airstrips from the days before military aviation are still around and mostly abandoned. We could buy them up for next to nothing, and use them for our own means." + + ww1_airfield_expansion_3:0 "Airfield Expansion III" + ww1_airfield_expansion_3_desc:0 "Establishing proper airstrips near major cities can create easily supplied bases able to protect some of our most valuable areas." + + ww1_infrastructure_effort:0 "Infrastructure Effort" + ww1_infrastructure_effort_desc:0 "Along with the growth of our industry, the private sector is demanding we increase our investment in infrastructure to help the state economy out. Until we do so, we're unlikely to get any more special opportunities for factory construction. Of course, infrastructure helps our nation as well, by increasing the speed and supply flow of our troops, so investing might not be such a bad plan." + + ww1_infrastructure_effort_2:0 "Infrastructure Effort II" + ww1_infrastructure_effort_2_desc:0 "With our industries, dockyards, and airstrips continuing to expand, there is still more to invest in. Currently, the logical step forward is railways, which we have largely ignored up to now. Investing to modernize these will help move supplies and men, as well as open up new areas to invest in our economy." + + ww1_infrastructure_effort_3:0 "Infrastructure Effort III" + ww1_infrastructure_effort_3_desc:0 "With the threat of a great war, we must continaully invest in construction projects, to ensure our troops have the nicest looking railroads in the world." + + ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" + ww1_infrastructure_effort_4_desc:0 "Some civil engineers have proposed a very ambitious Highway system, designed to connect more directly some of our major cities and even military centers. Investing in this project will make our infrastructure the envy of the world! All roads shall lead to our capital!" + + ww1_extra_tech_slot:0 "Extra Research Slot" + ww1_extra_tech_slot_desc:0 "With a greatly expanded industrial sector and several of our country's leading minds at the helms of new manufacturies of both military and civil R&D inevitably will result. Some of the industries we have prior supported have produced and exposed some keen-minded individuals, who can develop interesting new technologies for our nation." + + ww1_extra_tech_slot_2:0 "Extra Research Slot II" + ww1_extra_tech_slot_2_desc:0 "Our great investment in infrastructure and industry has made our country smaller- not on the map, thank god, but in the sense of bring everyone together. Some bright minds from more obscure parts of our nation are visiting our capital more often, and it would not be particularly difficult to get them in the service of our nation." + + + #-------------------------------------------------------------- + # [Generic] Naval Effort + + ww1_naval_effort:0 "Modernize the Navy" #link me pls + ww1_naval_effort_desc:0 "Combustion-powered ships have begun to shine above their contemporaries, and have heralded yet another new era of naval warfare. Huge ships with equally large guns fighting at incredible engagement ranges is slated to be the order of the day. Due to this, a modernization program for our ships, as well as training in the new ways of warfare for our officers, is most certainly in order." + + ww1_newnavalcanons_1:0 "Naval Gun Effort" + ww1_newnavalcanons_1_desc:0 "While our ship designs themselves are constantly evolving, we cannot forget about the guns aboard our vessels. Though we've been standardizing calibers for over a century now, we still have far too many different variable gun sizes for far too many roles. By cutting the total amount of standards, and making each type of gun more general-purpose, we can streamline ship design." + + ww1_newnavalcanons_2:0 "Naval Gun Effort II" + ww1_newnavalcanons_2_desc:0 "Though we have now solved the problems of the guns themselves, we must also stay up to date with equipment that supports our naval batteries. Rangefinders are starting to become a common feature of our ships, and ensuring that our officers know how to use it, especially compared to our guns' maximum effective range, will make battling a much smoother process, and help us get more use out of our newer, better guns." + + ww1_newnavalcanons_3:0 "Naval Gun Effort III" + ww1_newnavalcanons_3_desc:0 "Analogue Fire Control is making a splash in the naval community, for its ability to guide all guns of a ship onto the same rough target. While still relatively primitive, obviously ship and gun designs with the ability to utilize such a feature are already in high demand. These new designs can further give us a techonological edge on the sea." + + ww1_dreadnought_effort:0 "Dreadnought Effort" + ww1_dreadnought_effort_desc:0 "Since the British first unveiled the Dreadnought-class, an arms race has been in progress between the major navies of the world to produce the biggest, best battleships. If our country is to stay relevant in today's naval war, we must bring out improved designs for these ships of our own." + + ww1_flexible_navy:0 "Flexible Navy" + ww1_flexible_navy_desc:0 "A great mass of ships is of no use to us if they're only patrolling a very small amount of the ocean. Building a fleet which can go anywhere, any time it's needed, with large amounts of screens supported by decent numbers of Battleships and Dreadnoughts, could help us control more of the sea and respond to a larger variety of threats, allowing us to project power all across the world." + + ww1_large_navy:0 "Large Navy" + ww1_large_navy_desc:0 "Having just Battleships and Dreadnoughts would be formidible on its own, but also creating a solid core of screens and battlecruisers can easily tip the seas in our favor from both the tactical options such crafts give us, as well as sheer number. If we build around this concept and study the doctrine to match, our fleet may just become unbeatable." + + ww1_navyreform:0 "Navy Deployment" + ww1_navyreform_desc:0 "It is not simply guns and ships that win a naval battle. The best vessel in the world is no good if it's not on the sea at the right time and at the right place. Investing in more direct communication channels both ship-to-ship and ship-to-port can help us ensure that a ship will be at precisely the right place at precisely the right time, assisting in our attempts at naval supremacy." + + ww1_cruiser_effort:0 "Cruiser Effort" + ww1_cruiser_effort_desc:0 "Our admirals desire a larger amount and investment in Cruisers, to give us medium-sized ships good for harassing smaller vessels, enemy cargo ships, and supporting larger warships. Sending out for shipwrights to propose and build advanced designs of this ship class will help us against any enemy with a large, Destroyer-focused fleet, and help our Submarines stay out of danger." + + ww1_destroyer_effort:0 "Destroyer Effort" + ww1_destroyer_effort_desc:0 "Our admirals have requested a larger amount and investment in Destroyers, to give us light ships good for taking out submarines, scouting for the rest of the fleet, and escorting Convoys. Ordering more and better Destroyers in our dockyards will help us keep our trade routes open, and Submarines well out and away." + + ww1_capital_ships_effort:0 "Capital Ship Effort" + ww1_capital_ships_effort_desc:0 "Our admirals have given a simple demand: More of these amazing Dreadnoughts, and bigger and better ones as well. Constructing these behemoth ships will help us take control of the waters, give fire support to troops fighting on the shores, and protect our naval invasions to start with. " + + ww1_carrier_focus:0 "Carrier Focus" + ww1_carrier_focus_desc:0 "A few radical minds have proposed a nearly unarmed ship, simply used for hosting an array of naval bombers. This is a very promising project, even if it is a bit hindered by the technology of today. If we are to pursue this project, perhaps planes will one day become a common sight even over the waters." + + ww1_antisubmarine:0 "Anti-Submarine Warfare" + ww1_antisubmarine_desc:0 "Submarines are a tricky vessel to catch, particularly when well-commandeered. If we don't intend to let all of our incoming cargo ships sink to the bottom of the ocean, our admirals have advised us to begin investing in depth charges, advanced torpedos, and other weapons that might be able to take out the unseen menace." + + + #-------------------------------------------------------------- + # [Generic] Political Effort + + ww1_political_effort:0 "Political Effort" #link me pls + ww1_political_effort_desc:0 "The time for reform is now. While the nation has been fine under the guidance of the system of old for years, these turbulent times require a government that is in position to respond to them. Whether we choose to change our ways as a nation, or bolster our existing government to stand up to new external threats, political change can do nothing but benefit our nation and people's future." + + + ww1_sovereignist_ethos:0 "Centralization" + ww1_sovereignist_ethos_desc:0 "The authority of the state has been too split for too long. By reducing the powers of our substates compared to our central government, we will overcome regionalism and factionalism to make a stronger nation, which will inevitably open the door to enact further measures." + + ww1_monarchy:0 "Authoritarianism Focus" + ww1_monarchy_desc:0 "The powers exercised by the parliament and people can be dangerous. The only true way to keep control of our nation, particularly in such trying times, would be to adopt a generally authoritarian position, and rule over our country as it's meant to be ruled." + + ww1_democracy:0 "Democratic Focus" + ww1_democracy_desc:0 "It is said that any ruler, at their core, derives their power from the people. If we make a move towards a more democratic society, even if we don't become one ourselves, we can at the very least fall into a much nicer position to trade with the various democratic nations around the world." + + ww1_centralizedpower:0 "Labor Program" + ww1_centralizedpower_desc:0 "In a time of war, or those immediately before or after, everyone has a job to do for their nation. If we put drifters, the homeless, and all of the other moochers who can't get a job to work on building for us, we can establish new manufacturies for nearly no cost, and the factory can even hire from the same labor pool if need be." + + ww1_freespeech:0 "Free Speech" + ww1_freespeech_desc:0 "By giving the people the right to free speech and demonstration, we ensure that, at the very least, people can get their anger and stances out in a more creative way. Anybody who shouts ''FIRE!'' in a crowded movie theater, or uses any explitive to describe the Head of State's mother, is still going to prison." + + ww1_reorganization_act:0 "Reorganization Act" + ww1_reorganization_act_desc:0 "Much of our territory has been under the possession of various groups and individuals since civilization came to our humble nation. Over hundreds of years, however, much of this territory has been inefficiently laid out or used. By reorganizing the land and owners of our nation, particularly those that have been dormant, we can squeeze some of the newly displaced people into our factories." + + ww1_limited_rearmament:0 "Limited Rationing" + ww1_limited_rearmament_desc:0 "With food shortages seemingly a fact of life in the near future, it's important that no one hogs more than their fair share of goods. Of course, with limited rationing, civilians will still be able to enjoy themselves- possibly at the expense of our military members, however." + + ww1_full_rearmament:0 "Harsh Rationing" + ww1_full_rearmament_desc:0 "With our brave heroes actively defending the nation, they should have top priority for food and materials! Of course, the civilian population may resort to literally counting their beans and we might have a more restless population on our hands because of it, but if nothing else, our boys in uniform won't go hungry anytime soon." + + + + ww1_collectivist_ethos:0 "Anti-Establishment Politics" #link me pls + ww1_collectivist_ethos_desc:0 "The old state is doomed to fall, taking our country with it unless we are to take extreme measures. By adopting a harsher stance, and moving our country towards a more extreme government form, we'll be able to protect ourselves and our national interests effectively in today's world." + + ww1_nationalism_focus:0 "Nationalism Focus" + ww1_nationalism_focus_desc:0 "National pride for our great home country is swelling thanks to recent events. Some of our country's political experts have even come up with a new form of government, known as Fascism, which may take root in our nation. Perhaps this government form could lead our esteemed empire to further glory!" + + ww1_militarism:0 "Militarism" + ww1_militarism_desc:0 "Our growing military is becoming more and more a part of our nation's daily life. Luckily, popular support is favoring our troops currently, seeing them as the heroes fighting for our banner that they are. This military culture we are establishing is only furthering the cause of our armed forces." + + ww1_military_youth:0 "Military Youth" + ww1_military_youth_desc:0 "Our militaristic culture must even be present with the children! By drilling respect for the military, and even offering training to the younger generations, we can ensure that they grow up to enlist to serve our glorious regime. Some might call this exploitation, but it sounds better when you say you're giving teenagers a bright future." + + ww1_paramilitarism:0 "Paramilitarism" + ww1_paramilitarism_desc:0 "Some nations are foolish enough to condemn armed civilian groups, for fear of rebellion. However, if we are careful to restrict these ad-hoc militias to loyalists to the regime, we can create yet another group of angry men with guns who support our nation, which could do us well in case of war." + + ww1_internationalism_focus:0 "Internationalism Focus" + ww1_internationalism_focus_desc:0 "The Communist Revolution cannot be stopped. It is better that our people embrace it and embrace it now, than have a civil war for it later. Once we openly begin our support for the Internationalist Communist Movement, we shall become as red as the blood of man." + + ww1_political_correctness:0 "Political Correctness" + ww1_political_correctness_desc:0 "Anyone who speaks out against our movement is clearly doing it as a hate crime towards the people we support with it. Therefore, anyone who speaks out the regime is to be closely watched, and, perhaps, unpersoned." + + ww1_indoctrination:0 "Indoctrination" + ww1_indoctrination_desc:0 "After many years of debate on how to get rowdy anti-communist citizens to finally support our wonderful new regime, some of the men on the Worker's Council suggested the establishment of a new ''Ministry of Love'', which, officially, humanely persuades people to understand why they should support our government. We don't talk about what happens unofficially in there." + + ww1_political_commissars:0 "Political Commissars" + ww1_political_commissars_desc:0 "The military, ironically, is a place where anti-communist support thrives. By ensuring that our loving government has eyes everywhere, we can root out the dissent from these groups before it can rise." + + ww1_unitedpeople:0 "Patriotic Fervor" + ww1_unitedpeople_desc:0 "A motivated populace can do great things! By inspiring our people to rally around our sacred banner, we can easily win their hearts and minds, and string them along for, well, anything we want to do, really, so long as we have a reasonable enough opposing force to look like the good guys." + + ww1_massive_effort:0 "Massive Effort" + ww1_massive_effort_desc:0 "Every man and woman must help our nation's efforts! With the spectre of the Great War floating over all, a great program has been undertaken to build up our industrial capacity to help us overcome our most hated rivals!" + + ww1_fortify_city:0 "Civil Fortifications" + ww1_fortify_city_desc:0 "When the fight comes to our borders, it's best to be prepared. By hiring construction workers to build up fortresses and bunkers on some of our outer provinces, we can safely hold off any enemy who dares attack us!" + + ww1_fortify_coast:0 "Coastal Defense" + ww1_fortify_coast_desc:0 "A coastline is not an easy thing to defend. With ships able to land troops nearly anywhere coastal in our nation, Coastal Forts, which can help against marine invasions, are no difficult building to construct, and will help throw our enemies back into the ocean from whence they came." + + + #-------------------------------------------------------------- + # [Generic] Diplomatic Effort + + ww1_diplomatic_effort:0 "Diplomatic Effort" + ww1_diplomatic_effort_desc:0 "It is becoming increasingly difficult to stay in the middle of the affairs in the world as it stands. Our diplomatic corps is already asking if we're to be involved in the coming power struggle, or if we are to stay out of things entirely. While we can't answer that question quite yet, we can easily expand our corps to be able to choose one of these options." + + ww1_takeposition:0 "Take Position" + ww1_takeposition_desc:0 "Our place in the world is tenuous at best. After all, with the great empires at each others' throats, what's to stop one from turning on us once they're through? We must bet on the winning horse, and quickly, to ensure ourselves a place at the council of victors instead of as a footnote in a history book." + + ww1_supportgermany:0 "Support Germany" + ww1_supportgermany_desc:0 "With the German Empire's massive industrial sector, they seem to be the clear-cut bet, even if they are diplomatically isolated. Showing public support to the Germans on even a few, non-key matters will send a message that we're moving closer to the Central Powers." + + ww1_supportfrance:0 "Support France" + ww1_supportfrance_desc:0 "Though France's industry can't compete with Germany's, they have far more friends, and we'd even be one more. By supporting France on in a few of the upcoming diplomatic issues, we may just win them over." + + ww1_supportaustria:0 "Support Austria-Hungary" + ww1_supportaustria_desc:0 "The old empire of Austria-Hungary has lived to see the rise of most of the major nations on the world map. So, surely, if we want to become seen as a more major nation, what better country to support? This will also help us draw closer to the Central Powers." + + ww1_supportrussia:0 "Support Russia" + ww1_supportrussia_desc:0 "The Russian Empire is in pretty dire need of international help. For the nation whose former leader coined the term ''Sick Man of Russia'', they cannot be particularly healthy themselves. Our support will, if nothing else, help them hang on long enough to do something decisive." + + ww1_military_reserve:0 "Military Reserve" + ww1_military_reserve_desc:0 "War could easily come to our borders at a moment's notice, and therefore, we have to be prepared for the worst. A Military Reserve of loosely trained conscripts will be of little true value in the case of a war, but these impressionable young men getting a taste of the army life may very easily convince them to join the real thing." + + ww1_embargo_germany:0 "Sanction Germany" + ww1_embargo_germany_desc:0 "Germany's illegal Submarine attacks are an insult to free trade! Though a sanction will draw us slightly further from neutrality, it will make us far harder to exploit by the merchants of the German Empire." + + ww1_embargo_france:0 "Sanction France" + ww1_embargo_france_desc:0 "France's diplomatic scheming and backstabbing are unforgivable! Though a sanction will make us appear and act far less neutral in the war situation, it's unlikely to spiral into anything bad, and more importantly, will ensure France cannot take advantage of us!" + + ww1_sellweapons:0 "Sell Weapons" + ww1_sellweapons_desc:0 "Though the tension of the world is the highest it's ever been, even this stormcloud has a silver lining. As we have no interest in joining the fight, we can easily hawk our weapons and weapon designs- even to both sides of a conflict, if we want- and make a killing off of the misfortunes of others. Their fault for starting the war." + + ww1_appeasement:0 "Appeasement" + ww1_appeasement_desc:0 "Sometimes, flattery is the best way to save your own skin. Appeasing the larger powers is no prestigous action to have in your playbook, but if used at the right time, simply giving another nation what it wants can be a far lot safer than seeing what happens if you don't...so long as you remember to draw the line somewhere." + + ww1_aggressive_foreign_policy:0 "Aggressive Foreign Policy" + ww1_aggressive_foreign_policy_desc:0 "Actually, you know what? On second thought, Neutrality is boring. To hell with it. We're ready to get involved in this war, and we're gonna come out swinging!" + + ww1_joingermany:0 "Join Central Powers" + ww1_joingermany_desc:0 "The Central Powers have long been a friend to our nation, and desperately need help in these most uncertain times. Joining them is a one-way ticket into the war on their side, and we better be in it to win it if we are, but we could turn the tides to a decisive victory on their part." + + ww1_joinfrance:0 "Join Entente" + ww1_joinfrance_desc:0 "The Entente currently seem to be in the better position to win the war, and we wouldn't want to be caught missing the peace conference once they do. Joining the Entente will definitely pull us into war, which could wind up disastrously, but at least we'll have allies to help, right?" + + ww1_war_effort:0 "War Effort" + ww1_war_effort_desc:0 "With the world in its current state, we can't afford to let other nations pass over our military. By expanding our industrial base, we can ensure we'll have enough guns and shells to come out on top." + + #-------------------------------------------------------------- diff --git a/mod/thegreatwar/localisation/ww1_nf_mexico_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_mexico_l_french.yml new file mode 100644 index 000000000..7d938d202 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_mexico_l_french.yml @@ -0,0 +1,416 @@ +l_french: + + #-------------------------------------------------------------- + # [Mexico] Army Effort + #========================================================================= +MEX_ww1_army_effort:0 "Restore the Mexican Army" +MEX_ww1_army_effort_desc:0 "After the revolution we were without any army to protect our nation. Making us weak and unlikely to control the country" + +MEX_ww1_trenchwarfare:0 "Trench Warfare Focus" +MEX_ww1_trenchwarfare_desc:0 "" ##### + +MEX_ww1_artillery_effort_1:0 "Artillery Effort" +MEX_ww1_artillery_effort_1_desc:0 "" ##### + +MEX_ww1_artillery_effort_2:0 "Artillery Effort II" + +MEX_ww1_artillery_effort_2_desc:0 "" ##### + +MEX_ww1_artillery_effort_3:0 "Artillery Effort III" +MEX_ww1_artillery_effort_3_desc:0 "" ##### + +MEX_ww1_artillery_effort_4:0 "Artillery Effort IV" +MEX_ww1_artillery_effort_4_desc:0 "" ##### + +MEX_ww1_special_forces:0 "Special Forces Focus" +MEX_ww1_special_forces_desc:0 "" ##### + +MEX_ww1_army_motorization_focus:0 "Motorization Focus" +MEX_ww1_army_motorization_focus_desc:0 "" ##### + +MEX_ww1_doctrine_effort:0 "Doctrine Effort" +MEX_ww1_doctrine_effort_desc:0 "" ##### + +MEX_ww1_doctrine_effort_2:0 "Doctrine Effort II" +MEX_ww1_doctrine_effort_2_desc:0 "" ##### + +MEX_ww1_doctrine_effort_3:0 "Doctrine Effort III" +MEX_ww1_doctrine_effort_3_desc:0 "" ##### + +MEX_ww1_equipment_effort:0 "Equipment Effort" +MEX_ww1_equipment_effort_desc:0 "" ##### + +MEX_ww1_equipment_effort_2:0 "Equipment Effort II" +MEX_ww1_equipment_effort_2_desc:0 "" ##### + +MEX_ww1_equipment_effort_3:0 "Equipment Effort III" +MEX_ww1_equipment_effort_3_desc:0 "" ##### + +MEX_ww1_equipment_effort_4:0 "Equipment Effort IV" +MEX_ww1_equipment_effort_4_desc:0 "" ##### + +MEX_ww1_armor_effort_1:0 "Armor Effort" +MEX_ww1_armor_effort_1_desc:0 "" ##### + +MEX_ww1_armor_effort_2:0 "Armor Effort II" +MEX_ww1_armor_effort_2_desc:0 "" ##### + +MEX_ww1_gasmask_focus:0 "Chemical Warfare Focus" +MEX_ww1_gasmask_focus_desc:0 "" ##### +#-------------------------------------------------------------- + + + # [Mexico] Aviation Effort + #========================================================================= + MEX_ww1_aviation_effort:0 "Founding the Mexican Air Force" + MEX_ww1_aviation_effort_desc:0 "The official predecessor of the Air Force was the Army's Auxiliary Aerial Militia Squadron, created during the Mexican Revolution in April 1913 by the Secretary of War and Navy General Manuel Mondragón, who authorized pilots Miguel Lebrija and Juan Guillermo Villasana to bomb targets on Campo de Balbuena, in Mexico City. On February 5, 1915, the leader of the Constitutionalist Army, Venustiano Carranza, founded the Arma de Aviación Militar, which would become the current air force." + + MEX_ww1_fighter_focus:0 "Fighter Focus" + MEX_ww1_fighter_focus_desc:0 "" ##### + + MEX_ww1_bomber_focus:0 "Bomber Focus" + MEX_ww1_bomber_focus_desc:0 "" ##### + + MEX_ww1_airship_focus:0 "Blimp Focus" + MEX_ww1_airship_focus_desc:0 "" ##### + + MEX_ww1_aviation_effort_2:0 "Aviation Effort" + MEX_ww1_aviation_effort_2_desc:0 "" ##### + + MEX_ww1_aviation_effort_3:0 "Aviation Effort II" + MEX_ww1_aviation_effort_3_desc:0 "" ##### + + MEX_ww1_aviation_effort_4:0 "Aviation Effort III" + MEX_ww1_aviation_effort_4_desc:0 "" ##### + + MEX_ww1_aviation_effort_5:0 "Aviation Effort IV" + MEX_ww1_aviation_effort_5_desc:0 "" ##### + + MEX_ww1_pilotformation_1:0 "Pilot Formation" + MEX_ww1_pilotformation_1_desc:0 "" ##### + + MEX_ww1_pilotformation_2:0 "Pilot Formation II" + MEX_ww1_pilotformation_2_desc:0 "" ##### + + MEX_ww1_aircraftprod_1:0 "Aircraft Production" + MEX_ww1_aircraftprod_1_desc:0 "" ##### + + MEX_ww1_aircraftprod_2:0 "Aircraft Production II" + MEX_ww1_aircraftprod_2_desc:0 "" ##### + + MEX_ww1_airbomb_1:0 "Air Bombing Effort" + MEX_ww1_airbomb_1_desc:0 "" ##### + + MEX_ww1_airbomb_2:0 "Air Bombing Effort II" + MEX_ww1_airbomb_2_desc:0 "" ##### + + MEX_ww1_air_innovation:0 "Air Innovation Focus" + MEX_ww1_air_innovation_desc:0 "" ##### + + MEX_ww1_navalair:0 "Naval Bombing Effort" + MEX_ww1_navalair_desc:0 "" ##### + + #-------------------------------------------------------------- + + + # [Mexico] Industrial Effort + #========================================================================= +MEX_ww1_industrial_effort:0 "Industrial Effort" +MEX_ww1_industrial_effort_desc:0 "" ##### + +MEX_ww1_construction_effort:0 "Construction Effort" +MEX_ww1_construction_effort_desc:0 "" ##### + +MEX_ww1_construction_effort_2:0 "Construction Effort II" +MEX_ww1_construction_effort_2_desc:0 "" ##### + +MEX_ww1_construction_effort_3:0 "Construction Effort III" +MEX_ww1_construction_effort_3_desc:0 "" ##### + +MEX_ww1_production_effort:0 "Armament Effort" +MEX_ww1_production_effort_desc:0 "" ##### + +MEX_ww1_production_effort_2:0 "Armament Effort II" +MEX_ww1_production_effort_2_desc:0 "" ##### + +MEX_ww1_production_effort_3:0 "Armament Effort III" +MEX_ww1_production_effort_3_desc:0 "" ##### + +MEX_ww1_dockyard_effort_1:0 "Dockyard Expansion" +MEX_ww1_dockyard_effort_1_desc:0 "" ##### + +MEX_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +MEX_ww1_dockyard_effort_2_desc:0 "" ##### + +MEX_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +MEX_ww1_dockyard_effort_3_desc:0 "" ##### + +MEX_ww1_airfield_expansion_1:0 "Airfield Expansion" +MEX_ww1_airfield_expansion_1_desc:0 "" ##### + +MEX_ww1_airfield_expansion_2:0 "Airfield Expansion II" +MEX_ww1_airfield_expansion_2_desc:0 "" ##### + +MEX_ww1_airfield_expansion_3:0 "Airfield Expansion III" +MEX_ww1_airfield_expansion_3_desc:0 "" ##### + +MEX_ww1_infrastructure_effort:0 "Infrastructure Effort" +MEX_ww1_infrastructure_effort_desc:0 "" ##### + +MEX_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +MEX_ww1_infrastructure_effort_2_desc:0 "" ##### + +MEX_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +MEX_ww1_infrastructure_effort_3_desc:0 "" ##### + +MEX_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +MEX_ww1_infrastructure_effort_4_desc:0 "" ##### + +MEX_ww1_extra_tech_slot:0 "Extra Research Slot" +MEX_ww1_extra_tech_slot_desc:0 "" ##### + +Mex_extra_tech_slot_2:0 "Extra Research Slot II" +Mex_extra_tech_slot_2_desc:0 "" ##### + #-------------------------------------------------------------- + + + # [Mexico] Naval Effort + #========================================================================= + MEX_ww1_naval_effort:0 "Rebuild Mexican Navy" + MEX_ww1_naval_effort_desc:0 "After the revolution our navy became obsolete. We must rebuild our navy in order to protect the Pacific and Atlantic seas." + + MEX_ww1_newnavalcanons_1:0 "Naval Gun Effort" + MEX_ww1_newnavalcanons_1_desc:0 "" ##### + + MEX_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + MEX_ww1_newnavalcanons_2_desc:0 "" ##### + + MEX_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + MEX_ww1_newnavalcanons_3_desc:0 "" ##### + + MEX_ww1_dreadnought_effort:0 "Dreadnought Effort" + MEX_ww1_dreadnought_effort_desc:0 "" ##### + + MEX_ww1_flexible_navy:0 "Flexible Navy" + MEX_ww1_flexible_navy_desc:0 "" ##### + + MEX_ww1_large_navy:0 "Large Navy" + MEX_ww1_large_navy_desc:0 "" ##### + + MEX_ww1_navyreform:0 "Navy Deployment" + MEX_ww1_navyreform_desc:0 "" ##### + + MEX_ww1_submarine_effort:0 "Submarine Effort" + MEX_ww1_submarine_effort_desc:0 "" ##### + + MEX_ww1_cruiser_effort:0 "Cruiser Effort" + MEX_ww1_cruiser_effort_desc:0 "" ##### + + MEX_ww1_destroyer_effort:0 "Destroyer Effort" + MEX_ww1_destroyer_effort_desc:0 "" ##### + + MEX_ww1_capital_ships_effort:0 "Capital Ship Effort" + MEX_ww1_capital_ships_effort_desc:0 "" ##### + + MEX_ww1_carrier_focus:0 "Carrier Effort" + MEX_ww1_carrier_focus_desc:0 "" ##### + + MEX_ww1_antisubmarine:0 "Anti-Submarine Warfare" + MEX_ww1_antisubmarine_desc:0 "" ##### + + #-------------------------------------------------------------- + + + # [mexico] Political Effort + #========================================================================= + mex_political_effort:0 "Political Effort" #link me pls + mex_political_effort_desc:0 "The time for reform is now. While the nation has been fine under the guidance of the system of old for years, these turbulent times require a government that is in position to respond to them. Whether we choose to change our ways as a nation, or bolster our existing government to stand up to new external threats, political change can do nothing but benefit our nation and people's future." + + mex_ww1_sovereignist_ethos:0 "Support Madero's democracy" + mex_ww1_sovereignist_ethos_desc:0 "The authority of the state has been too split for too long. By reducing the powers of our substates compared to our central government, we will overcome regionalism and factionalism to make a stronger nation, which will inevitably open the door to enact further measures." + + mex_ww1_Support_the_democracy:0 "Support the Democracy" + mex_ww1_Support_the_democracy_desc:0 "It is said that any ruler, at their core, derives their power from the people. If we make a move towards a more democratic society, even if we don't become one ourselves, we can at the very least fall into a much nicer position to trade with the various democratic nations around the world." + + mex_ww1_centralizedpower:0 "Labor Program" + mex_ww1_centralizedpower_desc:0 "In a time of war, or those immediately before or after, everyone has a job to do for their nation. If we put drifters, the homeless, and all of the other moochers who can't get a job to work on building for us, we can establish new manufacturies for nearly no cost, and the factory can even hire from the same labor pool if need be." + + mex_ww1_freespeech:0 "Free Speech" + mex_ww1_freespeech_desc:0 "By giving the people the right to free speech and demonstration, we ensure that, at the very least, people can get their anger and stances out in a more creative way. Anybody who shouts ''FIRE!'' in a crowded movie theater, or uses any explitive to describe the Head of State's mother, is still going to prison." + + mex_ww1_reorganization_act:0 "Reorganization Act" + mex_ww1_reorganization_act_desc:0 "Much of our territory has been under the possession of various groups and individuals since civilization came to our humble nation. Over hundreds of years, however, much of this territory has been inefficiently laid out or used. By reorganizing the land and owners of our nation, particularly those that have been dormant, we can squeeze some of the newly displaced people into our factories." + + mex_ww1_full_rearmament:0 "Harsh Rationing" + mex_ww1_full_rearmament_desc:0 "With our brave heroes actively defending the nation, they should have top priority for food and materials! Of course, the civilian population may resort to literally counting their beans and we might have a more restless population on our hands because of it, but if nothing else, our boys in uniform won't go hungry anytime soon." + + Mex_collectivist_ethos:0 "Supporting Other Revolutionary Leaders" #link me pls + Mex_collectivist_ethos_desc:0 "The old state is doomed to fall, taking our country with it unless we are to take extreme measures. By adopting a harsher stance, and moving our country towards a more extreme government form, we'll be able to protect ourselves and our national interests effectively in today's world." + + Mex_nationalism_focus:0 "Support Pancho Villa" + Mex_nationalism_focus_desc:0 "National pride for our great home country is swelling thanks to recent events. Some of our country's political experts have even come up with a new form of government, known as Fascism, which may take root in our nation. Perhaps this government form could lead our esteemed empire to further glory!" + + mex_militarism:0 "Militarism" + mex_militarism_desc:0 "Our growing military is becoming more and more a part of our nation's daily life. Luckily, popular support is favoring our troops currently, seeing them as the heroes fighting for our banner that they are. This military culture we are establishing is only furthering the cause of our armed forces." + +mex_military_youth:0 "Military Youth" +mex_military_youth_desc:0 "Our militaristic culture must even be present with the children! By drilling respect for the military, and even offering training to the younger generations, we can ensure that they grow up to enlist to serve our glorious regime. Some might call this exploitation, but it sounds better when you say you're giving teenagers a bright future." + +mex_paramilitarism:0 "Paramilitarism" +mex_paramilitarism_desc:0 "Some nations are foolish enough to condemn armed civilian groups, for fear of rebellion. However, if we are careful to restrict these ad-hoc militias to loyalists to the regime, we can create yet another group of angry men with guns who support our nation, which could do us well in case of war." + +mex_internationalism_focus:0 "Support Emiliano Zapata" +mex_internationalism_focus_desc:0 "The Communist Revolution cannot be stopped. It is better that our people embrace it and embrace it now, than have a civil war for it later. Once we openly begin our support for the Internationalist Communist Movement, we shall become as red as the blood of man." + +mex_political_correctness:0 "Political Correctness" +mex_political_correctness_desc:0 "Anyone who speaks out against our movement is clearly doing it as a hate crime towards the people we support with it. Therefore, anyone who speaks out the regime is to be closely watched, and, perhaps, unpersoned." + +mex_indoctrination_focus:0 "Indoctrination" +mex_indoctrination_focus_desc:0 "After many years of debate on how to get rowdy anti-communist citizens to finally support our wonderful new regime, some of the men on the Worker's Council suggested the establishment of a new ''Ministry of Love'', which, officially, humanely persuades people to understand why they should support our government. We don't talk about what happens unofficially in there." + +mex_political_commissars:0 "Political Commissars" +mex_political_commissars_desc:0 "The military, ironically, is a place where anti-communist support thrives. By ensuring that our loving government has eyes everywhere, we can root out the dissent from these groups before it can rise." + +mex_ww1_unitedpeople:0 "Patriotic Fervor" +mex_ww1_unitedpeople_desc:0 "A motivated populace can do great things! By inspiring our people to rally around our sacred banner, we can easily win their hearts and minds, and string them along for, well, anything we want to do, really, so long as we have a reasonable enough opposing force to look like the good guys." + +mex_ww1_massive_effort:0 "Massive Effort" +mex_ww1_massive_effort_desc:0 "Every man and woman must help our nation's efforts! With the spectre of the Great War floating over all, a great program has been undertaken to build up our industrial capacity to help us overcome our most hated rivals!" + +mex_ww1_fortify_city:0 "Civil Fortifications" +mex_ww1_fortify_city_desc:0 "When the fight comes to our borders, it's best to be prepared. By hiring construction workers to build up fortresses and bunkers on some of our outer provinces, we can safely hold off any enemy who dares attack us!" + +mex_ww1_fortify_coast:0 "Coastal Defense" +mex_ww1_fortify_coast_desc:0 "A coastline is not an easy thing to defend. With ships able to land troops nearly anywhere coastal in our nation, Coastal Forts, which can help against marine invasions, are no difficult building to construct, and will help throw our enemies back into the ocean from whence they came." + +mex_ww1_improve_our_puertos:0 "Improve Our Navy" +mex_ww1_improve_our_puertos_desc:0 "Being at war, our navy remains weak before the enemy. This will help defend our ports." + +mex_ww1_oppression_minorities:0 "Oppress Minorities" +mex_ww1_oppression_minorities_desc:0 "The best way to ensure loyalty from minority groups is to make them avoid identifying with each other. By making publications in other languages illegal, punishing citizens who fail to confirm to our culture, and enforcing local inferiority, we can fool some into thinking they are one of us, and keep the others from speaking out against us." + +mex_ww1_Unify_all_indigenous_languages:0 "Unify all the indigenous people" +mex_ww1_Unify_all_indigenous_languages_desc:0 "After we were colonized, many are still descendants of indigenous people this leaving many of the population. Unable to communicate or serve the country" + +mex_support_revolucionary_forces:0 "Support the revolutionary forces" +mex_support_revolucionary_forces_desc:0 "After a 31-year-old dictatorship, angry Mexicans fight against the federal government. Wanting to change the government." + +MEX_ww1_Strengthen_military_forces:0 "Strengthen military forces" +MEX_ww1_Strengthen_military_forces_desc:0 "" + +MEX_ww1_Recluting_the_rebels:0 "Recluting Rebels" +MEX_ww1_Recluting_the_rebels_desc:0 "After the revolution, there were several rebels. We should recruit them before they are against us." + +MEX_ww1_Rebuild_Mexico:0 "Rebuild Mexico" +MEX_ww1_Rebuild_Mexico_desc:0 "The revolution has left much shattered. We have to recover from this tragedy" + +MEX_ww1_Renew_the_republic:0 "Renew the republic" +MEX_ww1_Renew_the_republic_desc:0 "Support the government of Victoriano Huerta. Porfirio diaz's right hand" + +MEX_ww1_supress_the_rebels:0 "Suppress the rebels" +MEX_ww1_supress_the_rebels_desc:0 "We arrested rebels who had a copy of San Louis plan. We must take action and we can prevent a revolution" + +MEX_ww1_support_diaz:0 "Support Porfirio Diaz" +MEX_ww1_support_diaz_desc:0 "Our government has economic and military prosperity. But it is threatened by the rebels we have to kill them." + +mex_ww1_Save_Madero:0 "Save Madero" +mex_ww1_Save_Madero_desc:0 "We can save the president from being killed. And then support the government of Venustiano Carranza." + +mex_ww1_subjugate_UPCA:0 "Restore the first republic" +mex_ww1_subjugate_UPCA_desc:0 "The first Republic encompassed much of Central America that was stolen by traitors. Making it an unstable federation and dividing into small countries. We must take back what is ours !!!" + +mex_ww1_Lessons_of_war:0 "Lesssons of war" +mex_ww1_Lessons_of_war_desc:0 "After taking back what was ours, we have learned several tactics of war as well as strategic this will help us to maintain the wars and to defend us properly." + +mex_ww1_2nd_Mexican_American_war:0 "Retake Aztlan" +mex_ww1_2nd_Mexican_American_war_desc:0 "They used the name Aztlán to refer to the lands of Northern Mexico that were annexed by the United States as a result of the Mexican–American War. Aztlán became a symbol for mestizo activists who believe they have a legal and primordial right to the land. In order to exercise this right, some members of the Chicano movement propose that a new nation be created, a República del Norte" + +mex_ww1_Support_the_columbus_raid:0 "Support the Columbus Raid" +mex_ww1_Support_the_columbus_raid_desc:0 "The Pancho Villa Expedition now known officially in the United States as the Mexican Expedition but originally referred to as the Punitive Expedition, U.S. Army was a military operation conducted by the United States Army against the paramilitary forces of Mexican revolutionary,Pancho Villa during the Mexican Revolution 1910–1920.The expedition was launched in retaliation for Villa's attack on the town of Columbus, New Mexico." + +mex_ww1_demand_belice:0 "Demand Belice" +mex_ww1_demand_belice_desc:0 "After the union of Central American provinces separates from us. United kingdom I remove the zone of belize to Guatemala and part of Mexican territory. That's why it belongs to us!" + +mex_ww1_Reconquer_the_UPCA:0 "Reconquer the U.P.C.A" +mex_ww1_Reconquer_the_UPCA_desc:0 "Claim the United Provinces of Central America. Since we have a legitimate right as the official territory of the first Republic" + +mex_ww1_Plan_of_San_Diego:0 "Plan of San Diego" +mex_ww1_Plan_of_San_Diego_desc:0 "The plan called for things such as the killing of all adult Anglo males in the Southwestern states and the return of land to Native Americans, there were raids into Texas that began in July 1915. The raids were countered by Texas Rangers, the U.S. Army and local self-defense groups. In total, 30 raids into Texas destroyed large amounts of property and killed 21 Americans. It is not known who was responsible for drafting the Plan of San Diego, but there are theories that Mexican revolutionary leaders took part in sponsoring the plan." + +mex_ww1_Prepare_the_reconquista:0 "Prepare the Reconquista" +mex_ww1_Prepare_the_reconquista_desc:0 "After the humiliation of 1848 and 1846 we must retake the territory that belongs to us as legitimate. And restore the order and glory of Mexico" + +mex_ww1_Stabilize_the_country:0 "Stabilize the country" +mex_ww1_Stabilize_the_country_desc:0 "We have to stabilize the country politically and repair the damage that the revolution has caused" + #-------------------------------------------------------------- + + + # [mexico] Diplomatic Effort + #========================================================================= +mex_ww1_diplomatic_effort:0 "Diplomatic Effort" +mex_ww1_diplomatic_effort_desc:0 "It is becoming increasingly difficult to stay in the middle of the affairs in the world as it stands. Our diplomatic corps is already asking if we're to be involved in the coming power struggle, or if we are to stay out of things entirely. While we can't answer that question quite yet, we can easily expand our corps to be able to choose one of these options." + +mex_ww1_takeposition:0 "Take Position" +mex_ww1_takeposition_desc:0 "Our place in the world is tenuous at best. After all, with the great empires at each others' throats, what's to stop one from turning on us once they're through? We must bet on the winning horse, and quickly, to ensure ourselves a place at the council of victors instead of as a footnote in a history book." + +mex_ww1_supportgermany:0 "Support Germany" +mex_ww1_supportgermany_desc:0 "With the German Empire's massive industrial sector, they seem to be the clear-cut bet, even if they are diplomatically isolated. Showing public support to the Germans on even a few, non-key matters will send a message that we're moving closer to the Central Powers." + +mex_ww1_supportfrance:0 "Support France" +mex_ww1_supportfrance_desc:0 "Though France's industry can't compete with Germany's, they have far more friends, and we'd even be one more. By supporting France on in a few of the upcoming diplomatic issues, we may just win them over." + +mex_ww1_supportaustria:0 "Support Austria-Hungary" +mex_ww1_supportaustria_desc:0 "The old empire of Austria-Hungary has lived to see the rise of most of the major nations on the world map. So, surely, if we want to become seen as a more major nation, what better country to support? This will also help us draw closer to the Central Powers." + +mex_ww1_supportrussia:0 "Support Russia" +mex_ww1_supportrussia_desc:0 "The Russian Empire is in pretty dire need of international help. For the nation whose former leader coined the term ''Sick Man of Russia'', they cannot be particularly healthy themselves. Our support will, if nothing else, help them hang on long enough to do something decisive." + +mex_ww1_military_reserve:0 "Military Reserve" +mex_ww1_military_reserve_desc:0 "War could easily come to our borders at a moment's notice, and therefore, we have to be prepared for the worst. A Military Reserve of loosely trained conscripts will be of little true value in the case of a war, but these impressionable young men getting a taste of the army life may very easily convince them to join the real thing." + +mex_ww1_embargo_germany:0 "Sanction Germany" +mex_ww1_embargo_germany_desc:0 "Germany's illegal Submarine attacks are an insult to free trade! Though a sanction will draw us slightly further from neutrality, it will make us far harder to exploit by the merchants of the German Empire." + +mex_ww1_embargo_france:0 "Sanction France" +mex_ww1_embargo_france_desc:0 "France's diplomatic scheming and backstabbing are unforgivable! Though a sanction will make us appear and act far less neutral in the war situation, it's unlikely to spiral into anything bad, and more importantly, will ensure France cannot take advantage of us!" + +mex_ww1_sellweapons:0 "Sell Weapons" +mex_ww1_sellweapons_desc:0 "Though the tension of the world is the highest it's ever been, even this stormcloud has a silver lining. As we have no interest in joining the fight, we can easily hawk our weapons and weapon designs- even to both sides of a conflict, if we want- and make a killing off of the misfortunes of others. Their fault for starting the war." + +mex_ww1_joingermany:0 "Join Central Powers" +mex_ww1_joingermany_desc:0 "The Central Powers have long been a friend to our nation, and desperately need help in these most uncertain times. Joining them is a one-way ticket into the war on their side, and we better be in it to win it if we are, but we could turn the tides to a decisive victory on their part." + +mex_ww1_joinfrance:0 "Join Entente" +mex_ww1_joinfrance_desc:0 "The Entente currently seem to be in the better position to win the war, and we wouldn't want to be caught missing the peace conference once they do. Joining the Entente will definitely pull us into war, which could wind up disastrously, but at least we'll have allies to help, right?" + +mex_ww1_war_effort:0 "War Effort" +mex_ww1_war_effort_desc:0 "With the world in its current state, we can't afford to let other nations pass over our military. By expanding our industrial base, we can ensure we'll have enough guns and shells to come out on top." + +mex_ww1_equip_fra:0 "Entente Arms Deliveries" +mex_ww1_equip_fra_desc:0 "" + +mex_ww1_equip_ger:0 "Central Powers Arms Deliveries" +mex_ww1_equip_ger_desc:0 "" + +mex_neutrality_focus:0 "Neutrality Focus" +mex_neutrality_focus_desc:0 "While others may claim it takes bravery and wisdom to take sides in a global conflict, we know it takes more to refuse." + +mex_interventionism_focus:0 "Interventionism Focus" +mex_interventionism_focus_desc:0 "We value the freedom of all people, not only our own citizens. If preventing tyranny means war, then so be it." + +mex_deterrence:0 "Deterrence" +mex_deterrence_desc:0 "Standing alone, we rarely benefit from war. Fortunately, we know that the best defense is one so well-known you never have to put it to use." + +mex_volunteer_corps:0 "Volunteer Corps" +mex_volunteer_corps_desc:0 "Forcing our people to die for ideals of freedom would be an exercise in irony, but establishing means for those who wish to aid people abroad is not." + +mex_foreign_expeditions:0 "Foreign Expeditions" +mex_foreign_expeditions_desc:0 "With our enemies prepared to intervene in distant conflicts on behalf of their ideals, we must be ready to do the same for ours." + +mex_why_we_fight:0 "Why We Fight" +mex_why_we_fight_desc:0 "The world is growing increasingly unsafe. Our people need to see the atrocities being committed by those who crave power. It is time we rally the people to our cause and ensure everyone is ready to fight for our freedom." + +mex_technology_sharing:0 "Technology Sharing" +mex_technology_sharing_desc:0 "By sharing technological advances with our allies, our whole faction will be able to conduct wartime R&D more efficiently." + + #-------------------------------------------------------------- diff --git a/mod/thegreatwar/localisation/ww1_nf_ottoman_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_ottoman_l_french.yml new file mode 100755 index 000000000..a0cdb8b4f --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_ottoman_l_french.yml @@ -0,0 +1,465 @@ +l_french: + +#-------------------------------------------------------------- +# [OTTOMAN EMPIRE] Army Effort +#========================================================================= +TUR_ww1_army_effort:0 "Ottoman Military Reforms" +TUR_ww1_army_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_trenchwarfare:0 "Trench Warfare Focus" +TUR_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +TUR_ww1_artillery_effort_1:0 "Artillery Effort" +TUR_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_artillery_effort_2:0 "Artillery Effort II" + +TUR_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_artillery_effort_3:0 "Artillery Effort III" +TUR_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_artillery_effort_4:0 "Artillery Effort IV" +TUR_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +TUR_ww1_special_forces:0 "Special Forces Focus" +TUR_ww1_special_forces_desc:0 "" #KAISER_ANONY + +TUR_ww1_army_motorization_focus:0 "Motorization Focus" +TUR_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_doctrine_effort:0 "Doctrine Effort" +TUR_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_doctrine_effort_2:0 "Doctrine Effort II" +TUR_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_doctrine_effort_3:0 "Doctrine Effort III" +TUR_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_equipment_effort:0 "Equipment Effort" +TUR_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_equipment_effort_2:0 "Equipment Effort II" +TUR_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_equipment_effort_3:0 "Equipment Effort III" +TUR_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_equipment_effort_4:0 "Equipment Effort IV" +TUR_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +TUR_ww1_armor_effort_1:0 "Armor Effort" +TUR_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_armor_effort_2:0 "Armor Effort II" +TUR_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_gasmask_focus:0 "Chemical Warfare Focus" +TUR_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + +# [OTTOMAN EMPIRE] Aviation Effort +#========================================================================= +TUR_ww1_fighter_focus:0 "Fighter Focus" +TUR_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_bomber_focus:0 "Bomber Focus" +TUR_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_airship_focus:0 "Airship Focus" +TUR_ww1_airship_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_aviation_effort:0 "Ottoman Aviation Squadrons" +TUR_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_aviation_effort_2:0 "Aviation Effort" +TUR_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_aviation_effort_3:0 "Aviation Effort II" +TUR_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_aviation_effort_4:0 "Aviation Effort III" +TUR_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + +TUR_ww1_aviation_effort_5:0 "Aviation Effort IV" +TUR_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + +TUR_ww1_pilotformation_1:0 "Pilot Formation" +TUR_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_pilotformation_2:0 "Pilot Formation II" +TUR_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_aircraftprod_1:0 "Aircraft Production" +TUR_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_aircraftprod_2:0 "Aircraft Production II" +TUR_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_airbomb_1:0 "Air Bombing Effort" +TUR_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_airbomb_2:0 "Air Bombing Effort II" +TUR_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_air_innovation:0 "Air Innovation Focus" +TUR_ww1_air_innovation_desc:0 "" #KAISER_ANONY + +TUR_ww1_navalair:0 "Naval Bombing Effort" +TUR_ww1_navalair_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [OTTOMAN EMPIRE] Industrial Effort + #========================================================================= +TUR_ww1_industrial_effort:0 "Industrial Effort" +TUR_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_construction_effort:0 "Construction Effort" +TUR_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_construction_effort_2:0 "Construction Effort II" +TUR_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_construction_effort_3:0 "Construction Effort III" +TUR_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_production_effort:0 "Armament Effort" +TUR_ww1_production_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_production_effort_2:0 "Armament Effort II" +TUR_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_production_effort_3:0 "Armament Effort III" +TUR_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_dockyard_effort_1:0 "Dockyard Expansion" +TUR_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +TUR_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +TUR_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_airfield_expansion_1:0 "Airfield Expansion" +TUR_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_airfield_expansion_2:0 "Airfield Expansion II" +TUR_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_airfield_expansion_3:0 "Airfield Expansion III" +TUR_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_infrastructure_effort:0 "Infrastructure Effort" +TUR_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +TUR_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +TUR_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +TUR_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +TUR_ww1_extra_tech_slot:0 "Extra Research Slot" +TUR_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +TUR_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +TUR_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + +# [OTTOMAN EMPIRE] Naval Effort +#========================================================================= +TUR_ww1_naval_effort:0 "Reinforce Ottoman Fleet" +TUR_ww1_naval_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_newnavalcanons_1:0 "Naval Gun Effort" +TUR_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + +TUR_ww1_newnavalcanons_2:0 "Naval Gun Effort II" +TUR_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + +TUR_ww1_newnavalcanons_3:0 "Naval Gun Effort III" +TUR_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + +TUR_ww1_dreadnought_effort:0 "Dreadnought Effort" +TUR_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_flexible_navy:0 "Flexible Navy" +TUR_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + +TUR_ww1_large_navy:0 "Large Navy" +TUR_ww1_large_navy_desc:0 "" #KAISER_ANONY + +TUR_ww1_navyreform:0 "Navy Deployment" +TUR_ww1_navyreform_desc:0 "" #KAISER_ANONY + +TUR_ww1_submarine_effort:0 "Submarine Effort" +TUR_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_cruiser_effort:0 "Cruiser Effort" +TUR_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_destroyer_effort:0 "Destroyer Effort" +TUR_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_capital_ships_effort:0 "Capital Ship Effort" +TUR_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_carrier_focus:0 "Carrier Effort" +TUR_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_antisubmarine:0 "Anti-Submarine Warfare" +TUR_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [OTTOMAN EMPIRE] Political Effort +#========================================================================= +TUR_ww1_political_effort:0 "Political Effort" +TUR_ww1_political_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_ContestYoungTurksReforms:0 "Contest Young Turks Reforms" +TUR_ww1_ContestYoungTurksReforms_desc:0 "" #KAISER_ANONY + +TUR_ww1_SupportYoungTurksReforms:0 "Support Young Turks Reforms" +TUR_ww1_SupportYoungTurksReforms_desc:0 "" #KAISER_ANONY + +TUR_ww1_AbolishConstitution:0 "Abolish The Constitution" +TUR_ww1_AbolishConstitution_desc:0 "" #KAISER_ANONY + +TUR_ww1_liberty_ethos_focus:0 "Liberty Ethos" +TUR_ww1_liberty_ethos_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_abandon_claims:0 "Abandon Claims" +TUR_ww1_abandon_claims_desc:0 "" #KAISER_ANONY + +TUR_ww1_FreeLebanon:0 "Release Lebanon" +TUR_ww1_FreeLebanon_desc:0 "" #KAISER_ANONY + +TUR_ww1_PanIslamism:0 "Pan-Islamism" +TUR_ww1_PanIslamism_desc:0 "" #KAISER_ANONY + +TUR_ww1_WorldwideCaliphate:0 "Worldwide-Caliphate" +TUR_ww1_WorldwideCaliphate_desc:0 "" #KAISER_ANONY + +TUR_ww1_militarism:0 "Militarism" +TUR_ww1_militarism_desc:0 "" #KAISER_ANONY + +TUR_ww1_indoctrination_focus:0 "Indoctrination" +TUR_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + +TUR_ww1_paramilitarism:0 "Paramilitarism" +TUR_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + +TUR_ww1_military_youth:0 "Military Youth" +TUR_ww1_military_youth_desc:0 "" #KAISER_ANONY + +TUR_ww1_centralizedpower:0 "Bureaucracy" +TUR_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + +TUR_ww1_freespeech:0 "Free Speech" +TUR_ww1_freespeech_desc:0 "" #KAISER_ANONY + +TUR_ww1_reorganization_act:0 "Reorganization Act" +TUR_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + +TUR_ww1_limited_rearmament:0 "Limited Rearmament" +TUR_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + +TUR_ww1_full_rearmament:0 "Full Rearmament" +TUR_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + +TUR_ww1_unitedpeople:0 "Patriotic Fervor" +TUR_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + +TUR_ww1_massive_effort:0 "Massive Effort" +TUR_ww1_massive_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_fortify_city:0 "Civil Fortifications" +TUR_ww1_fortify_city_desc:0 "" #KAISER_ANONY + +TUR_ww1_fortify_coast:0 "Coastal Defense" +TUR_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + +TUR_ww1_install_democracy:0 "Free Elections" +TUR_ww1_install_democracy_desc:0 "" #KAISER_ANONY + +TUR_ww1_oppression_minorities:0 "Oppress Minorities" +TUR_ww1_oppression_minorities_desc:0 "" #KAISER_ANONY + +TUR_ww1_france_friend:0 "Franco-Turkish Agreement" +TUR_ww1_france_friend_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [OTTOMAN EMPIRE] Diplomatic Effort +#========================================================================= + +TUR_ww1_diplomatic_effort:0 "Diplomatic Effort" +TUR_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_takeposition:0 "Take Position" +TUR_ww1_takeposition_desc:0 "" #KAISER_ANONY + +TUR_ww1_supportgermany:0 "Support Germany" +TUR_ww1_supportgermany_desc:0 "" #KAISER_ANONY + +TUR_ww1_supportfrance:0 "Support France" +TUR_ww1_supportfrance_desc:0 "" #KAISER_ANONY + +TUR_ww1_supportaustria:0 "Support Austria-Hungary" +TUR_ww1_supportaustria_desc:0 "" #KAISER_ANONY + +TUR_ww1_supportrussia:0 "Support Russia" +TUR_ww1_supportrussia_desc:0 "" #KAISER_ANONY + +TUR_ww1_military_reserve:0 "Military Reserve" +TUR_ww1_military_reserve_desc:0 "" #KAISER_ANONY + +TUR_ww1_embargo_germany:0 "Sanction Germany" +TUR_ww1_embargo_germany_desc:0 "" #KAISER_ANONY + +TUR_ww1_embargo_france:0 "Sanction France" +TUR_ww1_embargo_france_desc:0 "" #KAISER_ANONY + +TUR_ww1_BalkansPolitics:0 "Balkans Politics" +TUR_ww1_BalkansPolitics_desc:0 "" #KAISER_ANONY + +TUR_ww1_ApeasementBalkans:0 "Appeasement in Balkans" +TUR_ww1_ApeasementBalkans_desc:0 "" #KAISER_ANONY + +TUR_ww1_RecognizeAlbania:0 "Recognize Albania's Sovereignty" +TUR_ww1_RecognizeAlbania_desc:0 "" #KAISER_ANONY + +TUR_ww1_ReleaseAlbania:0 "Release Albania" +TUR_ww1_ReleaseAlbania_desc:0 "" #KAISER_ANONY + +TUR_ww1_join_entente:0 "Join Entente" +TUR_ww1_join_entente_desc:0 "" #KAISER_ANONY + +TUR_ww1_war_effort:0 "War Effort" +TUR_ww1_war_effort_desc:0 "" #KAISER_ANONY + +TUR_ww1_AntiBulgaria:0 "Anti-Bulgarian Policy" +TUR_ww1_AntiBulgaria_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_ita:0 "Anti-Italian Policy" +TUR_ww1_anti_ita_desc:0 "" #KAISER_ANONY + +TUR_ww1_BalkanLeagueMenace:0 "Balkan League Menace" +TUR_ww1_BalkanLeagueMenace_desc:0 "" #KAISER_ANONY + +TUR_ww1_SecondBalkanWarOpportunity:0 "Second Balkan War Opportunity" +TUR_ww1_SecondBalkanWarOpportunity_desc:0 "" #KAISER_ANONY + +TUR_ww1_GreeceFriend:0 "Befriend Greece" +TUR_ww1_GreeceFriend_desc:0 "" #KAISER_ANONY + +TUR_ww1_back_austria:0 "Support Austria-Hungary" +TUR_ww1_back_austria_desc:0 "" #KAISER_ANONY + +TUR_ww1_baghdad:0 "Berlin-Baghdad Railway" +TUR_ww1_baghdad_desc:0 "" #KAISER_ANONY + +TUR_ww1_assert_position_west:0 "Assert Position in Europe" +TUR_ww1_assert_position_west_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_fr:0 "Anti-French Policy" +TUR_ww1_anti_fr_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_uk:0 "Anti-British Policy" +TUR_ww1_anti_uk_desc:0 "" #KAISER_ANONY + +TUR_ww1_assert_position_east:0 "Assert Position in Middle East" +TUR_ww1_assert_position_east_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_ru:0 "Anti-Russian Policy" +TUR_ww1_anti_ru_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_serb:0 "Anti-Serbian Policy" +TUR_ww1_anti_serb_desc:0 "" #KAISER_ANONY + +TUR_ww1_bulgaria_puppet:0 "Puppet Bulgaria" +TUR_ww1_bulgaria_puppet_desc:0 "" #KAISER_ANONY + +TUR_ww1_bulgaria_friend:0 "Befriend Bulgaria" +TUR_ww1_bulgaria_friend_desc:0 "" #KAISER_ANONY + +TUR_ww1_ready_country:0 "Prepare for War" +TUR_ww1_ready_country_desc:0 "" #KAISER_ANONY + +TUR_ww1_develop_arab:0 "Develop The Empire" +TUR_ww1_develop_arab_desc:0 "" #KAISER_ANONY + +TUR_ww1_peace_arab_revolt:0 "Negotiate with Rebels" +TUR_ww1_peace_arab_revolt_desc:0 "" #KAISER_ANONY + +TUR_ww1_free_hejaz:0 "Release Hejaz" +TUR_ww1_free_hejaz_desc:0 "" #KAISER_ANONY + +TUR_ww1_free_yemen:0 "Recognize Yemen & Asir" +TUR_ww1_free_yemen_desc:0 "" #KAISER_ANONY + +TUR_ww1_war_hejaz:0 "Fight Hejaz Revolt" +TUR_ww1_war_hejaz_desc:0 "" #KAISER_ANONY + +TUR_ww1_war_yemen:0 "Fight Yemen & Asir Revolts" +TUR_ww1_war_yemen_desc:0 "" #KAISER_ANONY + +TUR_ww1_support_libya:0 "Support Revolt in Libya" +TUR_ww1_support_libya_desc:0 "" #KAISER_ANONY + +TUR_ww1_support_oman:0 "Support Revolt in Oman" +TUR_ww1_support_oman_desc:0 "" #KAISER_ANONY + +TUR_ww1_support_egypt:0 "Support Revolt in Egypt" +TUR_ww1_support_egypt_desc:0 "" #KAISER_ANONY + +TUR_ww1_fight_arab_revolt:0 "Crush Arab Revolts" +TUR_ww1_fight_arab_revolt_desc:0 "" #KAISER_ANONY + +TUR_ww1_fight_saud:0 "Crush Al Saud Clan" +TUR_ww1_fight_saud_desc:0 "" #KAISER_ANONY + +TUR_ww1_friend_jabal:0 "Befriend with House of Rashid" +TUR_ww1_friend_jabal_desc:0 "" #KAISER_ANONY + +TUR_ww1_annex_jabal:0 "Annex Jabal Shammar" +TUR_ww1_annex_jabal_desc:0 "" #KAISER_ANONY + +TUR_ww1_friend_afghan:0 "Befriend with Afghanistan" +TUR_ww1_friend_afghan_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_persia:0 "Anti-Persian Policy" +TUR_ww1_anti_persia_desc:0 "" #KAISER_ANONY + +TUR_ww1_friend_persia:0 "Befriend with Persia" +TUR_ww1_friend_persia_desc:0 "" #KAISER_ANONY + +TUR_ww1_technology_sharing:0 "Technology Sharing" +TUR_ww1_technology_sharing_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_ger:0 "Turkish Distrust of Germany" +TUR_ww1_anti_ger_desc:0 "" #KAISER_ANONY + +TUR_ww1_anti_auh:0 "Austria–Turkish Rivalry" +TUR_ww1_anti_auh_desc:0 "" #KAISER_ANONY + +TUR_ww1_EmbargoGermany:0 "Embargo Germany" +TUR_ww1_EmbargoGermany_desc:0 "" #KAISER_ANONY + +TUR_ww1_join_centralpowers:0 "Join Central Powers" +TUR_ww1_join_centralpowers_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + diff --git a/mod/thegreatwar/localisation/ww1_nf_rus_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_rus_l_french.yml new file mode 100755 index 000000000..47ab37b37 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_rus_l_french.yml @@ -0,0 +1,520 @@ +l_french: + + #-------------------------------------------------------------- + # [RUSSIAN EMPIRE] Army Effort + #========================================================================= + RUS_ww1_army_effort:0 "Reorganise Imperial Russian Army" +RUS_ww1_army_effort_desc:0 "" #KAISER_ANONY + +RUS_ww1_trenchwarfare:0 "Trench Warfare Focus" +RUS_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +RUS_ww1_artillery_effort_1:0 "Artillery Effort" +RUS_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +RUS_ww1_artillery_effort_2:0 "Artillery Effort II" + +RUS_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +RUS_ww1_artillery_effort_3:0 "Artillery Effort III" +RUS_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +RUS_ww1_artillery_effort_4:0 "Artillery Effort IV" +RUS_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +RUS_ww1_special_forces:0 "Special Forces Focus" +RUS_ww1_special_forces_desc:0 "" #KAISER_ANONY + +RUS_ww1_army_motorization_focus:0 "Motorization Focus" +RUS_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +RUS_ww1_doctrine_effort:0 "Doctrine Effort" +RUS_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +RUS_ww1_doctrine_effort_2:0 "Doctrine Effort II" +RUS_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +RUS_ww1_doctrine_effort_3:0 "Doctrine Effort III" +RUS_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +RUS_ww1_equipment_effort:0 "Equipment Effort" +RUS_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +RUS_ww1_equipment_effort_2:0 "Equipment Effort II" +RUS_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +RUS_ww1_equipment_effort_3:0 "Equipment Effort III" +RUS_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +RUS_ww1_equipment_effort_4:0 "Equipment Effort IV" +RUS_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +RUS_ww1_armor_effort_1:0 "Armor Effort" +RUS_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +RUS_ww1_armor_effort_2:0 "Armor Effort II" +RUS_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +RUS_ww1_gasmask_focus:0 "Chemical Warfare Focus" +RUS_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [RUSSIAN EMPIRE] Aviation Effort + #========================================================================= + RUS_ww1_aviation_effort:0 "Form Imperial Russian Air Service" + RUS_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_sikorsky_airplane_research:0 "Sikorsky's Airplane Research" + RUS_ww1_sikorsky_airplane_research_desc:0 "" #KAISER_ANONY + + RUS_ww1_rbvz_production:0 "Russko-Baltiisky Vagonny Zavod" + RUS_ww1_rbvz_production_desc:0 "" #KAISER_ANONY + + RUS_ww1_fighter_focus:0 "Fighter Focus" + RUS_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_bomber_focus:0 "Bomber Focus" + RUS_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_airship_focus:0 "Airship Focus" + RUS_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_aviation_effort_2:0 "Aviation Effort" + RUS_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_aviation_effort_4:0 "Aviation Effort II" + RUS_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + RUS_ww1_pilotformation_1:0 "Pilot Formation" + RUS_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_pilotformation_2:0 "Pilot Formation II" + RUS_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_aircraftprod_1:0 "Aircraft Production" + RUS_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_aircraftprod_2:0 "Aircraft Production II" + RUS_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_airbomb_1:0 "Air Bombing Effort" + RUS_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_airbomb_2:0 "Air Bombing Effort II" + RUS_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_air_innovation:0 "Air Innovation Focus" + RUS_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + RUS_ww1_navalair:0 "Naval Bombing Effort" + RUS_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [RUSSIAN EMPIRE] Industrial Effort + #========================================================================= + RUS_ww1_industrial_effort:0 "Industrial Effort" + RUS_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_construction_effort:0 "Construction Effort" + RUS_ww1_construction_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_construction_effort_2:0 "Construction Effort II" + RUS_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_construction_effort_3:0 "Construction Effort III" + RUS_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_production_effort:0 "Armament Effort" + RUS_ww1_production_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_production_effort_2:0 "Armament Effort II" + RUS_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_production_effort_3:0 "Armament Effort III" + RUS_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_dockyard_effort_1:0 "Dockyard Expansion" + RUS_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_dockyard_effort_2:0 "Dockyard Expansion II" + RUS_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_dockyard_effort_3:0 "Dockyard Expansion III" + RUS_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_airfield_expansion_1:0 "Gatchina Military Field as an Aerodrome" + RUS_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_airfield_expansion_2:0 "Airfield Expansion" + RUS_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_airfield_expansion_3:0 "Airfield Expansion II" + RUS_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_infrastructure_effort:0 "Infrastructure Effort" + RUS_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" + RUS_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" + RUS_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" + RUS_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + + RUS_ww1_extra_tech_slot:0 "Extra Research Slot" + RUS_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + + RUS_ww1_expand_the_academy_of_sciences:0 "Expand The Academy of Sciences" + RUS_ww1_expand_the_academy_of_sciences_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [RUSSIAN EMPIRE] Naval Effort + #========================================================================= + RUS_ww1_naval_effort:0 "Reinforce Imperial Russian Navy" + RUS_ww1_naval_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_newnavalcanons_1:0 "Naval Gun Effort" + RUS_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + RUS_ww1_european_seas_focus:0 "European Focus" + RUS_ww1_european_seas_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_asian_seas_focus:0 "Asian Focus" + RUS_ww1_asian_seas_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_newnavalcanons_2:0 "Naval Gun Effort" + RUS_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + RUS_ww1_newnavalcanons_3:0 "Naval Gun Effort II" + RUS_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + RUS_ww1_dreadnought_effort:0 "Dreadnought Effort" + RUS_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_flexible_navy:0 "Flexible Navy" + RUS_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + RUS_ww1_large_navy:0 "Large Navy" + RUS_ww1_large_navy_desc:0 "" #KAISER_ANONY + + RUS_ww1_navyreform:0 "Navy Deployment" + RUS_ww1_navyreform_desc:0 "" #KAISER_ANONY + + RUS_ww1_submarine_effort:0 "Submarine Effort" + RUS_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_cruiser_effort:0 "Cruiser Effort" + RUS_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_destroyer_effort:0 "Destroyer Effort" + RUS_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_capital_ships_effort:0 "Capital Ship Effort" + RUS_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_carrier_focus:0 "Carrier Effort" + RUS_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_antisubmarine:0 "Anti-Submarine Warfare" + RUS_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + +# [RUSSIAN EMPIRE] Political Effort +#========================================================================= + RUS_ww1_political_effort:0 "Political Effort" + RUS_ww1_political_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_reject_reforms:0 "Reject The Reforms" + RUS_ww1_reject_reforms_desc:0 "" #KAISER_ANONY + + RUS_ww1_adopt_reforms:0 "Adopt The Reforms" + RUS_ww1_adopt_reforms_desc:0 "" #KAISER_ANONY + + RUS_ww1_condemn_marxist_ideas:0 "Condemn Marxist Ideas" + RUS_ww1_condemn_marxist_ideas_desc:0 "" #KAISER_ANONY + + RUS_ww1_crush_strikes:0 "Crush Strikes" + RUS_ww1_crush_strikes_desc:0 "" #KAISER_ANONY + + RUS_strengthen_the_constitution:0 "Strengthen The Constitution" + RUS_strengthen_the_constitution_desc:0 "" #KAISER_ANONY + + RUS_ww1_arrest_opposition_leaders:0 "Arrest Opposition Leaders" + RUS_ww1_arrest_opposition_leaders_desc:0 "" #KAISER_ANONY + + RUS_ww1_dissolve_imperial_duma:0 "Dissolve the Imperial Duma" + RUS_ww1_dissolve_imperial_duma_desc:0 "" #KAISER_ANONY + + RUS_ww1_reinforce_tsar_authority:0 "Reinforce The Tsar Authority" + RUS_ww1_reinforce_tsar_authority_desc:0 "" #KAISER_ANONY + + RUS_ww1_purge_imperial_guard:0 "Purge of the Imperial Guard" + RUS_ww1_purge_imperial_guard_desc:0 "" #KAISER_ANONY + + RUS_ww1_discuss_tsar_authority:0 "Discuss The Tsar Authority" + RUS_ww1_discuss_tsar_authority_desc:0 "" #KAISER_ANONY + + RUS_ww1_parliamentary_immunity:0 "Parliamentary Immunity" + RUS_ww1_parliamentary_immunity_desc:0 "" #KAISER_ANONY + + RUS_ww1_fifth_duma:0 "Establish the Fifth Duma" + RUS_ww1_fifth_duma_desc:0 "" #KAISER_ANONY + + RUS_ww1_legitimate_power:0 "Legitimate Power in Leadership" + RUS_ww1_legitimate_power_desc:0 "" #KAISER_ANONY + + RUS_ww1_adopt_marxist_ideas:0 "Adopt Marxist Ideas" + RUS_ww1_adopt_marxist_ideas_desc:0 "" #KAISER_ANONY + + RUS_ww1_legitimate_bolsheviks:0 "Bolsheviks Consolidation of Power" + RUS_ww1_legitimate_bolsheviks_desc:0 "" #KAISER_ANONY + + RUS_ww1_disarm_the_cossacks:0 "Disarm The Cossacks" + RUS_ww1_disarm_the_cossacks_desc:0 "" #KAISER_ANONY + + RUS_ww1_right_of_the_people:0 "Declaration of the Rights of the Peoples" + RUS_ww1_right_of_the_people_desc:0 "" #KAISER_ANONY + + RUS_export_the_revolution:0 "Export The Revolution" + RUS_export_the_revolution_desc:0 "" #KAISER_ANONY + + RUS_ww1_sovereignist_ethos:0 "Sovereignist Ethos" + RUS_ww1_sovereignist_ethos_desc:0 "" #KAISER_ANONY + + RUS_ww1_support_kaiser:0 "Reinforce Emperor's Authority" + RUS_ww1_support_kaiser_desc:0 "" #KAISER_ANONY + + RUS_ww1_contest_kaiser:0 "Contest Emperor's Authority" + RUS_ww1_contest_kaiser_desc:0 "" #KAISER_ANONY + + RUS_ww1_internationalism_focus:0 "Internationalism Focus" + RUS_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_militarism:0 "Militarism" + RUS_ww1_militarism_desc:0 "" #KAISER_ANONY + + RUS_ww1_indoctrination_focus:0 "Indoctrination" + RUS_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_political_commissars:0 "Political Commissars" + RUS_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + RUS_ww1_paramilitarism:0 "Paramilitarism" + RUS_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + RUS_ww1_political_correctness:0 "Political Correctness" + RUS_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + RUS_ww1_military_youth:0 "Military Youth" + RUS_ww1_military_youth_desc:0 "" #KAISER_ANONY + + RUS_ww1_student_movement_focus:0 "Student Movement" + RUS_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_monarchy:0 "Authoritarianism Focus" + RUS_ww1_monarchy_desc:0 "" #KAISER_ANONY + + RUS_ww1_democracy:0 "Democratism Focus" + RUS_ww1_democracy_desc:0 "" #KAISER_ANONY + + RUS_ww1_centralizedpower:0 "Bureaucracy" + RUS_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + RUS_ww1_freespeech:0 "Free Speech" + RUS_ww1_freespeech_desc:0 "" #KAISER_ANONY + + RUS_ww1_reorganization_act:0 "Reorganization Act" + RUS_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + RUS_ww1_leave_central_power:0 "Leave Central Powers" + RUS_ww1_leave_central_power_desc:0 "" #KAISER_ANONY + + RUS_ww1_limited_rearmament:0 "Limited Rearmament" + RUS_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + RUS_ww1_full_rearmament:0 "Full Rearmament" + RUS_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + RUS_ww1_unitedpeople:0 "Unify the Realm" + RUS_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + RUS_ww1_massive_effort:0 "Massive Effort" + RUS_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_city:0 "Civil Fortifications" + RUS_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_coast:0 "Coastal Defense" + RUS_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + RUS_ww1_leave_central_power:0 "Leave Central Powers" + RUS_ww1_leave_central_power_desc:0 "" #KAISER_ANONY + + RUS_ww1_install_communism:0 "Proletarian Revolution" + RUS_ww1_install_communism_desc:0 "" #KAISER_ANONY + + RUS_ww1_install_democracy:0 "Free Elections" + RUS_ww1_install_democracy_desc:0 "" #KAISER_ANONY + + RUS_ww1_oppression_minorities:0 "Oppress Minorities" + RUS_ww1_oppression_minorities_desc:0 "" #KAISER_ANONY + + RUS_ww1_make_concessions:0 "Make Concessions" + RUS_ww1_make_concessions_desc:0 "" #KAISER_ANONY + + + #-------------------------------------------------------------- + + # [RUSSIAN EMPIRE] Diplomatic Effort + #========================================================================= + + RUS_ww1_diplomatic_effort:0 "Diplomatic Effort" + RUS_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + + RUS_ww1_assert_position_east:0 "Assert Position in the East " + RUS_ww1_assert_position_east_desc:0 "" #KAISER_ANONY + + RUS_ww1_BalkansPolitics:0 "Balkans Politics" + RUS_ww1_BalkansPolitics_desc:0 "" #KAISER_ANONY + + RUS_ww1_ApeasementBalkans:0 "Appeasement in Balkans" + RUS_ww1_ApeasementBalkans_desc:0 "" #KAISER_ANONY + + RUS_ww1_rom:0 "Romanian Rapprochement" + RUS_ww1_rom_desc:0 "" #KAISER_ANONY + + RUS_ww1_oirganization_realm:0 "Organize the Realm" + RUS_ww1_oirganization_realm_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_russian_borders:0 "Fortify Russian Borders" + RUS_ww1_fortify_russian_borders_desc:0 "" #KAISER_ANONY + + RUS_ww1_airport_russian_borders:0 "Build Airports near Russian Borders" + RUS_ww1_airport_russian_borders_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_italian_borders:0 "Fortify Italian Borders" + RUS_ww1_fortify_italian_borders_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_bosnia_borders:0 "Fortify Balkans Borders" + RUS_ww1_fortify_bosnia_borders_desc:0 "" #KAISER_ANONY + + RUS_ww1_fortify_coast_dalmatia:0 "Fortify Dalmatian Coasts" + RUS_ww1_fortify_coast_dalmatia_desc:0 "" #KAISER_ANONY + + RUS_ww1_ready_country:0 "Recruitment Propaganda" + RUS_ww1_ready_country_desc:0 "" #KAISER_ANONY + + RUS_ww1_military_harmonization:0 "Military Harmonization" + RUS_ww1_military_harmonization_desc:0 "" #KAISER_ANONY + + RUS_ww1_balkans_policy:0 "Balkans Policy" + RUS_ww1_balkans_policy_desc:0 "" #KAISER_ANONY + + RUS_ww1_balkans_policy_intervene:0 "First Balkan War Reaction" + RUS_ww1_balkans_policy_intervene_desc:0 "" #KAISER_ANONY + + RUS_ww1_pro_fra:0 "Celebrate Russo-French Alliance" + RUS_ww1_pro_fra_desc:0 "" #KAISER_ANONY + + RUS_ww1_friend_with_auh:0 "Second Russo-Austrian Agreement" + RUS_ww1_friend_with_auh_desc:0 "" #KAISER_ANONY + + RUS_ww1_support_serbia_weapons:0 "Support Serbia" + RUS_ww1_support_serbia_weapons_desc:0 "" #KAISER_ANONY + + RUS_ww1_restore_russia_glory:0 "Restore Russia's Former Glory" + RUS_ww1_restore_russia_glory_desc:0 "" #KAISER_ANONY + + RUS_ww1_avenge_fall_constantinople:0 "Avenge 1453" + RUS_ww1_avenge_fall_constantinople_desc:0 "The Fall of Constantinople was the capture of the capital of the Byzantine Empire by an invading army of the Ottoman Empire on 29 May 1453. The Ottomans were commanded by Mehmed the Conqueror, the seventh sultan of the Ottoman Empire, who defeated an army commanded by Byzantine Emperor Constantine XI Palaiologos." + + RUS_wilhlems_deal:0 "Deal with Wilhlem II" + RUS_wilhlems_deal_desc:0 "" #KAISER_ANONY + + RUS_ww1_invest_west:0 "Invest in the West" + RUS_ww1_invest_west_desc:0 "" #KAISER_ANONY + + RUS_around_manchuria:0 "Invest in Outer Manchuria" + RUS_around_manchuria_desc:0 "" #KAISER_ANONY + + RUS_ww1_friend_with_romania:0 "Improve Relations with Romania" + RUS_ww1_friend_with_romania_desc:0 "" #KAISER_ANONY + + RUS_ww1_EmbargoUK:0 "Sanctions United Kingdom" + RUS_ww1_EmbargoUK_desc:0 "" #KAISER_ANONY + + RUS_ww1_JoinCentralPowers:0 "Knife in the Back" + RUS_ww1_JoinCentralPowers_desc:0 "" #KAISER_ANONY + + RUS_ww1_reinforce_western_forts:0 "Reinforce Western Border" + RUS_ww1_reinforce_western_forts_desc:0 "" #KAISER_ANONY + + RUS_ww1_defy_germany:0 "Defy Germany" + RUS_ww1_defy_germany_desc:0 "" #KAISER_ANONY + + RUS_annex_northern_persia:0 "Occupy Northern Persia" + RUS_annex_northern_persia_desc:0 "" #KAISER_ANONY + + RUS_russify_finland:0 "Russify Finland" + RUS_russify_finland_desc:0 "" #KAISER_ANONY + + RUS_ww1_leave_entente:0 "Leave Entente" + RUS_ww1_leave_entente_desc:0 "" #KAISER_ANONY + + RUS_guarantee_serbia:0 "Guarantee Serbia" + RUS_guarantee_serbia_desc:0 "" #KAISER_ANONY + + RUS_ww1_add_fuel_to_the_fire:0 "Spark the Powder Keg" + RUS_ww1_add_fuel_to_the_fire_desc:0 "" #KAISER_ANONY + + RUS_ww1_support_serbia:0 "Orthodox Brotherhood" + RUS_ww1_support_serbia_desc:0 "" #KAISER_ANONY + + RUS_fight_sweden_gotland:0 "Claim Gotland" + RUS_fight_sweden_gotland_desc:0 "" #KAISER_ANONY + + RUS_european_focus:0 "Western Focus" + RUS_european_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_scandinavia_focus:0 "Politics in Scandinavia" + RUS_ww1_scandinavia_focus_desc:0 "" #KAISER_ANONY + + RUS_asian_focus:0 "Assert Russian Position in Asia" + RUS_asian_focus_desc:0 "" #KAISER_ANONY + + RUS_ww1_treaty_portsmouth:0 "Revoke Treaty of Portsmouth" + RUS_ww1_treaty_portsmouth_desc:0 "" #KAISER_ANONY + + RUS_annex_manchurian_sphere:0 "Occupy Manchuria" + RUS_annex_manchurian_sphere_desc:0 "" #KAISER_ANONY + + RUS_ww1_friend_with_jap:0 "Allies by Convenience" + RUS_ww1_friend_with_jap_desc:0 "" #KAISER_ANONY + + RUS_reinforce_vladivostok:0 "Reinforce Vladivostok" + RUS_reinforce_vladivostok_desc:0 "" #KAISER_ANONY + + RUS_mongolian_protectorate:0 "Mongolian Protectorate" + RUS_mongolian_protectorate_desc:0 "" #KAISER_ANONY + + RUS_ww1_Xinhai_Revolution_Opportunity:0 "Xinhai Revolution Opportunity" + RUS_ww1_Xinhai_Revolution_Opportunity_desc:0 "" #KAISER_ANONY + + RUS_ww1_polish_corps:0 "Korpus Polski w Rosji" + RUS_ww1_polish_corps_desc:0 "" #KAISER_ANONY + + + + + + kis_brestlitovsk:0 "Treaty of Brest-Litovsk" + kis_tsarnicholasabdicated:0 "Tsar Abdicated" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_nf_serbia_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_serbia_l_french.yml new file mode 100755 index 000000000..e56968565 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_serbia_l_french.yml @@ -0,0 +1,446 @@ +l_french: + + #-------------------------------------------------------------- + # [Serbia] Army Effort + #========================================================================= + SER_ww1_army_effort:0 "Reorganise Serbian Army" +SER_ww1_army_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_trenchwarfare:0 "Trench Warfare Focus" +SER_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +SER_ww1_artillery_effort_1:0 "Artillery Effort" +SER_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +SER_ww1_artillery_effort_2:0 "Artillery Effort II" + +SER_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_artillery_effort_3:0 "Artillery Effort III" +SER_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_artillery_effort_4:0 "Artillery Effort IV" +SER_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +SER_ww1_special_forces:0 "Special Forces Focus" +SER_ww1_special_forces_desc:0 "" #KAISER_ANONY + +SER_ww1_army_motorization_focus:0 "Motorization Focus" +SER_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +SER_ww1_doctrine_effort:0 "Doctrine Effort" +SER_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_doctrine_effort_2:0 "Doctrine Effort II" +SER_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_doctrine_effort_3:0 "Doctrine Effort III" +SER_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_equipment_effort:0 "Equipment Effort" +SER_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_equipment_effort_2:0 "Equipment Effort II" +SER_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_equipment_effort_3:0 "Equipment Effort III" +SER_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_equipment_effort_4:0 "Equipment Effort IV" +SER_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +SER_ww1_armor_effort_1:0 "Armor Effort" +SER_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +SER_ww1_armor_effort_2:0 "Armor Effort II" +SER_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_gasmask_focus:0 "Chemical Warfare Focus" +SER_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [Serbia] Aviation Effort + #========================================================================= + SER_ww1_fighter_focus:0 "Fighter Focus" + SER_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_bomber_focus:0 "Bomber Focus" + SER_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_airship_focus:0 "Airship Focus" + SER_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_aviation_effort:0 "Srpska Avijatika" + SER_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_aviation_effort_2:0 "Aviation Effort" + SER_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + SER_ww1_aviation_effort_3:0 "Aviation Effort II" + SER_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + + SER_ww1_aviation_effort_4:0 "Aviation Effort III" + SER_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + SER_ww1_aviation_effort_5:0 "Aviation Effort IV" + SER_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + + SER_ww1_pilotformation_1:0 "Pilot Formation" + SER_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + SER_ww1_pilotformation_2:0 "Pilot Formation II" + SER_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + SER_ww1_aircraftprod_1:0 "Aircraft Production" + SER_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + SER_ww1_aircraftprod_2:0 "Aircraft Production II" + SER_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + SER_ww1_airbomb_1:0 "Air Bombing Effort" + SER_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + SER_ww1_airbomb_2:0 "Air Bombing Effort II" + SER_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + SER_ww1_air_innovation:0 "Air Innovation Focus" + SER_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + SER_ww1_navalair:0 "Naval Bombing Effort" + SER_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [Serbia] Industrial Effort + #========================================================================= +SER_ww1_industrial_effort:0 "Industrial Effort" +SER_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_construction_effort:0 "Construction Effort" +SER_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_construction_effort_2:0 "Construction Effort II" +SER_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_construction_effort_3:0 "Construction Effort III" +SER_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_production_effort:0 "Armament Effort" +SER_ww1_production_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_production_effort_2:0 "Armament Effort II" +SER_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_production_effort_3:0 "Armament Effort III" +SER_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_dockyard_effort_1:0 "Dockyard Expansion" +SER_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +SER_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +SER_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +SER_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_airfield_expansion_1:0 "Airfield Expansion" +SER_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +SER_ww1_airfield_expansion_2:0 "Airfield Expansion II" +SER_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +SER_ww1_airfield_expansion_3:0 "Airfield Expansion III" +SER_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +SER_ww1_infrastructure_effort:0 "Infrastructure Effort" +SER_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +SER_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +SER_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +SER_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +SER_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +SER_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +SER_ww1_extra_tech_slot:0 "Extra Research Slot" +SER_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +SER_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +SER_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [Serbia] Naval Effort + #========================================================================= + SER_ww1_naval_effort:0 "Naval Effort" +SER_ww1_naval_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_newnavalcanons_1:0 "Naval Gun Effort" +SER_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + SER_ww1_newnavalcanons_2:0 "Naval Gun Effort II" +SER_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + SER_ww1_newnavalcanons_3:0 "Naval Gun Effort III" +SER_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + SER_ww1_dreadnought_effort:0 "Dreadnought Effort" +SER_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_flexible_navy:0 "Flexible Navy" +SER_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + SER_ww1_large_navy:0 "Large Navy" +SER_ww1_large_navy_desc:0 "" #KAISER_ANONY + + SER_ww1_navyreform:0 "Navy Deployment" +SER_ww1_navyreform_desc:0 "" #KAISER_ANONY + + SER_ww1_submarine_effort:0 "Submarine Effort" +SER_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_cruiser_effort:0 "Cruiser Effort" +SER_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_destroyer_effort:0 "Destroyer Effort" +SER_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_capital_ships_effort:0 "Capital Ship Effort" +SER_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_carrier_focus:0 "Carrier Effort" +SER_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_antisubmarine:0 "Anti-Submarine Warfare" + SER_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [Serbia] Political Effort + #========================================================================= + SER_ww1_political_effort:0 "Political Effort" + SER_ww1_political_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_internationalism_focus:0 "Internationalism Focus" +SER_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_militarism:0 "Militarism" +SER_ww1_militarism_desc:0 "" #KAISER_ANONY + + SER_ww1_indoctrination_focus:0 "Indoctrination" +SER_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_political_commissars:0 "Political Commissars" +SER_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + SER_ww1_paramilitarism:0 "Paramilitarism" +SER_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + SER_ww1_political_correctness:0 "Political Correctness" +SER_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + SER_ww1_military_youth:0 "Military Youth" +SER_ww1_military_youth_desc:0 "" #KAISER_ANONY + + SER_ww1_student_movement_focus:0 "Student Movement" +SER_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + SER_ww1_monarchy:0 "Authoritarianism Focus" +SER_ww1_monarchy_desc:0 "" #KAISER_ANONY + + SER_ww1_democracy:0 "Democratism Focus" +SER_ww1_democracy_desc:0 "" #KAISER_ANONY + + SER_ww1_centralizedpower:0 "Bureaucracy" +SER_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + SER_ww1_freespeech:0 "Free Speech" +SER_ww1_freespeech_desc:0 "" #KAISER_ANONY + + SER_ww1_reorganization_act:0 "Reorganization Act" +SER_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + SER_ww1_limited_rearmament:0 "Limited Rearmament" +SER_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + SER_ww1_full_rearmament:0 "Full Rearmament" +SER_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + SER_ww1_military_youth:0 "Military Youth" + SER_ww1_military_youth_desc:0 "" #KAISER_ANONY + + SER_ww1_unitedpeople:0 "Patriotic Fervor" +SER_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + SER_ww1_massive_effort:0 "Massive Effort" +SER_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + SER_ww1_fortify_city:0 "Civil Fortifications" +SER_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + SER_ww1_fortify_coast:0 "Coastal Defense" +SER_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + SER_ww1_Reconciliation:0 "National Reconciliation" +SER_ww1_Reconciliation_desc:0 "" #KAISER_ANONY + + SER_ww1_SelectiveServiceAct:0 "Military Service" +SER_ww1_SelectiveServiceAct_desc:0 "" #KAISER_ANONY + + SER_ww1_BolshevikRevolution:0 "Acknowledge Bolshevik Revolution" +SER_ww1_BolshevikRevolution_desc:0 "" #KAISER_ANONY + + SER_ww1_MarxistIdeas:0 "Adopt Marxist Ideas" +SER_ww1_MarxistIdeas_desc:0 "" #KAISER_ANONY + + SER_ww1_SovietSerbia:0 "Socialist Federal Republic of Serbia" +SER_ww1_SovietSerbia_desc:0 "" #KAISER_ANONY + + SER_ww1_CommunistMenace:0 "The Communist Menace" +SER_ww1_CommunistMenace_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + +# [SERBIA] Diplomatic Effort +#========================================================================= + +SER_ww1_diplomatic_effort:0 "Diplomatic Effort" +SER_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_pro_fra:0 "Franco-Serbian Friendship" +SER_ww1_pro_fra_desc:0 "" #KAISER_ANONY + +SER_ww1_pro_rus:0 "Russia-Friendly Rhetoric" +SER_ww1_pro_rus_desc:0 "" #KAISER_ANONY + +SER_ww1_equip_fra:0 "French Arms Deliveries" +SER_ww1_equip_fra_desc:0 "" #KAISER_ANONY + +SER_ww1_equip_rus:0 "Russian Arms Deliveries" +SER_ww1_equip_rus_desc:0 "" #KAISER_ANONY + +SER_ww1_supportrussia:0 "Support Russia" +SER_ww1_supportrussia_desc:0 "" #KAISER_ANONY + +SER_ww1_military_reserve:0 "Military Reserve" +SER_ww1_military_reserve_desc:0 "" #KAISER_ANONY + +SER_ww1_EmbargoGermany:0 "Sanction Germany" +SER_ww1_EmbargoGermany_desc:0 "" #KAISER_ANONY + +SER_ww1_EmbargoAustria:0 "Sanction Austria-Hungary" +SER_ww1_EmbargoAustria_desc:0 "" #KAISER_ANONY + +SER_ww1_BalkansPolitics:0 "Balkans Politics" +SER_ww1_BalkansPolitics_desc:0 "" #KAISER_ANONY + +SER_ww1_ApeasementBalkans:0 "Appeasement in Balkans" +SER_ww1_ApeasementBalkans_desc:0 "" #KAISER_ANONY + +SER_ww1_RecognizeAlbania:0 "Recognize Albania's Sovereignty" +SER_ww1_RecognizeAlbania_desc:0 "" #KAISER_ANONY + +SER_ww1_ReleaseAlbania:0 "Release Albania" +SER_ww1_ReleaseAlbania_desc:0 "" #KAISER_ANONY + +SER_ww1_join_entente:0 "Join Entente" +SER_ww1_join_entente_desc:0 "" #KAISER_ANONY + +SER_ww1_war_effort:0 "War Effort" +SER_ww1_war_effort_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_ottoman:0 "Anti-Ottoman Policy" +SER_ww1_anti_ottoman_desc:0 "" #KAISER_ANONY + +SER_ww1_AntiBulgaria:0 "Anti-Bulgarian Policy" +SER_ww1_AntiBulgaria_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_auh:0 "Anti-Austro-Hungarian Policy" +SER_ww1_anti_auh_desc:0 "" #KAISER_ANONY + +SER_ww1_BalkanLeagueMenace:0 "Balkan League Menace" +SER_ww1_BalkanLeagueMenace_desc:0 "" #KAISER_ANONY + +SER_ww1_GreeceFriend:0 "Alliance with Greece" +SER_ww1_GreeceFriend_desc:0 "" #KAISER_ANONY + +SER_ww1_serbia_first:0 "Serbia First" +SER_ww1_serbia_first_desc:0 "" #KAISER_ANONY + +SER_ww1_recognize_minorities:0 "Recognize Minorities" +SER_ww1_recognize_minorities_desc:0 "" #KAISER_ANONY + +SER_ww1_meet_croatian_leaders:0 "Meet Croatian Leaders" +SER_ww1_meet_croatian_leaders_desc:0 "" #KAISER_ANONY + +SER_ww1_support_croatia_revolt:0 "Support Croatian Revolt" +SER_ww1_support_croatia_revolt_desc:0 "" #KAISER_ANONY + +SER_ww1_assert_position_west:0 "Assert Position in Europe" +SER_ww1_assert_position_west_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_fr:0 "Anti-French Policy" +SER_ww1_anti_fr_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_uk:0 "Anti-British Policy" +SER_ww1_anti_uk_desc:0 "" #KAISER_ANONY + +SER_ww1_reinforce_ottoman_border:0 "Reinforce Ottoman Border" +SER_ww1_reinforce_ottoman_border_desc:0 "" #KAISER_ANONY + +SER_ww1_reinforce_austria_border:0 "Increase Belgrade Defence" +SER_ww1_reinforce_austria_border_desc:0 "" #KAISER_ANONY + +SER_ww1_technology_sharing:0 "Technology Sharing" +SER_ww1_technology_sharing_desc:0 "" #KAISER_ANONY + +SER_ww1_assert_position_east:0 "Ministry of Internal Affairs" +SER_ww1_assert_position_east_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_ru:0 "Anti-Russian Policy" +SER_ww1_anti_ru_desc:0 "" #KAISER_ANONY + +SER_ww1_anti_serb:0 "Anti-Serbian Policy" +SER_ww1_anti_serb_desc:0 "" #KAISER_ANONY + +SER_ww1_bulgaria_puppet:0 "Puppet Bulgaria" +SER_ww1_bulgaria_puppet_desc:0 "" #KAISER_ANONY + +SER_ww1_bulgaria_friend:0 "Befriend Bulgaria" +SER_ww1_bulgaria_friend_desc:0 "" #KAISER_ANONY + +SER_ww1_italo_turkish_opportunity:0 "Italo-Turkish War Opportunity" +SER_ww1_italo_turkish_opportunity_desc:0 "" #KAISER_ANONY + +SER_ww1_ready_country:0 "Prepare for War" +SER_ww1_ready_country_desc:0 "" #KAISER_ANONY + +SER_ww1_develop_serbia:0 "Develop The Country" +SER_ww1_develop_serbia_desc:0 "" #KAISER_ANONY + +SER_ww1_LimitDemocracy:0 "Limited Freedom" +SER_ww1_LimitDemocracy_desc:0 "" #KAISER_ANONY + +SER_ww1_remove_claims_on_ottoman:0 "Remove Claims on Ottoman" +SER_ww1_remove_claims_on_ottoman_desc:0 "" #KAISER_ANONY + +SER_ww1_stop_support_albania:0 "Contest Albania's Sovereignty" +SER_ww1_stop_support_albania_desc:0 "" #KAISER_ANONY + +SER_ww1_stop_support_montenegro:0 "Montenegro is Weak" +SER_ww1_stop_support_montenegro_desc:0 "" #KAISER_ANONY + +SER_ww1_join_centralpowers:0 "Join Central Powers" +SER_ww1_join_centralpowers_desc:0 "" #KAISER_ANONY + +#-------------------------------------------------------------- + + + + diff --git a/mod/thegreatwar/localisation/ww1_nf_uk_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_uk_l_french.yml new file mode 100755 index 000000000..ebaaaf4f8 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_uk_l_french.yml @@ -0,0 +1,430 @@ +l_french: + + #-------------------------------------------------------------- + # [BRITISH EMPIRE] Army Effort + #========================================================================= + ENG_ww1_army_effort:0 "British Expeditionary Force" +ENG_ww1_army_effort_desc:0 "The luxury of having strong land allies, as we've well experienced, is having someone on the continent who can do our dirty work. That doesn't mean we can't still get some benefit from a stronger land military. Training our generals to respond to more global threats and fight in far-off fronts could pay off well in case of war." + +ENG_ww1_trenchwarfare:0 "Trench Warfare Focus" +ENG_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +ENG_ww1_artillery_effort_1:0 "Artillery Effort" +ENG_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +ENG_ww1_artillery_effort_2:0 "Artillery Effort II" + +ENG_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_artillery_effort_3:0 "Artillery Effort III" +ENG_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_artillery_effort_4:0 "Artillery Effort IV" +ENG_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +ENG_ww1_special_forces:0 "Special Forces Focus" +ENG_ww1_special_forces_desc:0 "" #KAISER_ANONY + +ENG_ww1_army_motorization_focus:0 "Motorization Focus" +ENG_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +ENG_ww1_doctrine_effort:0 "Doctrine Effort" +ENG_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_doctrine_effort_2:0 "Doctrine Effort II" +ENG_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_doctrine_effort_3:0 "Doctrine Effort III" +ENG_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_equipment_effort:0 "Equipment Effort" +ENG_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_equipment_effort_2:0 "Equipment Effort II" +ENG_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_equipment_effort_3:0 "Equipment Effort III" +ENG_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_equipment_effort_4:0 "Equipment Effort IV" +ENG_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +ENG_ww1_armor_effort_1:0 "Armor Effort" +ENG_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +ENG_ww1_armor_effort_2:0 "Armor Effort II" +ENG_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_gasmask_focus:0 "Chemical Warfare Focus" +ENG_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + + + # [BRITISH EMPIRE] Aviation Effort + #========================================================================= + ENG_ww1_aviation_effort:0 "Form Royal Flying Corps" + ENG_ww1_aviation_effort_desc:0 "Military Aeroplanes are one of the most British inventions to ever come from outside of the United Kingdom. These devices, which will let us project power without foot soldiers, will no doubt increase our power on the field. They might even be a weapon worth using at sea, which has got the RN heads excited. Investing in them is an obvious move." + + ENG_ww1_fighter_focus:0 "Fighter Focus" + ENG_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + ENG_ww1_bomber_focus:0 "Bomber Focus" + ENG_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + ENG_ww1_airship_focus:0 "Blimp Focus" + ENG_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + ENG_ww1_aviation_effort_2:0 "Aviation Effort" + ENG_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + ENG_ww1_aviation_effort_3:0 "Aviation Effort II" + ENG_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + + ENG_ww1_aviation_effort_4:0 "Aviation Effort III" + ENG_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + ENG_ww1_aviation_effort_5:0 "Aviation Effort IV" + ENG_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + + ENG_ww1_pilotformation_1:0 "Pilot Formation" + ENG_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + ENG_ww1_pilotformation_2:0 "Pilot Formation II" + ENG_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + ENG_ww1_aircraftprod_1:0 "Aircraft Production" + ENG_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + ENG_ww1_aircraftprod_2:0 "Aircraft Production II" + ENG_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + ENG_ww1_airbomb_1:0 "Air Bombing Effort" + ENG_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + ENG_ww1_airbomb_2:0 "Air Bombing Effort II" + ENG_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + ENG_ww1_air_innovation:0 "Air Innovation Focus" + ENG_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + ENG_ww1_navalair:0 "Naval Bombing Effort" + ENG_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [BRITISH EMPIRE] Industrial Effort + #========================================================================= +ENG_ww1_industrial_effort:0 "Industrial Effort" +ENG_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_construction_effort:0 "Construction Effort" +ENG_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_construction_effort_2:0 "Construction Effort II" +ENG_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_construction_effort_3:0 "Construction Effort III" +ENG_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_production_effort:0 "Armament Effort" +ENG_ww1_production_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_production_effort_2:0 "Armament Effort II" +ENG_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_production_effort_3:0 "Armament Effort III" +ENG_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_dockyard_effort_1:0 "Dockyard Expansion" +ENG_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +ENG_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +ENG_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +ENG_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_airfield_expansion_1:0 "Airfield Expansion" +ENG_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +ENG_ww1_airfield_expansion_2:0 "Airfield Expansion II" +ENG_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_airfield_expansion_3:0 "Airfield Expansion III" +ENG_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_infrastructure_effort:0 "Infrastructure Effort" +ENG_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +ENG_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +ENG_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +ENG_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +ENG_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +ENG_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +ENG_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +ENG_ww1_extra_tech_slot:0 "Extra Research Slot" +ENG_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +ENG_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +ENG_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [BRITISH EMPIRE] Naval Effort + #========================================================================= + ENG_ww1_naval_effort:0 "Reinforce Royal Navy" + ENG_ww1_naval_effort_desc:0 "The Royal Navy of the United Kingdom is the world's largest and strongest fleet, numbering as many ships as the next two navies combined. This is no accident- with our primary territory being on an island, it's necessary to maintain to ensure we survive a foreign invasion. Investing further into this operation can only lead to good." + + ENG_ww1_newnavalcanons_1:0 "Naval Gun Effort" + ENG_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + ENG_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + ENG_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + ENG_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + ENG_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + ENG_ww1_dreadnought_effort:0 "Dreadnought Effort" + ENG_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_flexible_navy:0 "Flexible Navy" + ENG_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + ENG_ww1_large_navy:0 "Large Navy" + ENG_ww1_large_navy_desc:0 "" #KAISER_ANONY + + ENG_ww1_navyreform:0 "Navy Deployment" + ENG_ww1_navyreform_desc:0 "" #KAISER_ANONY + + ENG_ww1_submarine_effort:0 "Submarine Effort" + ENG_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_cruiser_effort:0 "Cruiser Effort" + ENG_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_destroyer_effort:0 "Destroyer Effort" + ENG_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_capital_ships_effort:0 "Capital Ship Effort" + ENG_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_carrier_focus:0 "Carrier Effort" + ENG_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + ENG_ww1_antisubmarine:0 "Anti-Submarine Warfare" + ENG_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [BRITISH EMPIRE] Political Effort + #========================================================================= + ENG_ww1_political_effort:0 "Political Effort" + ENG_ww1_political_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_support_republic:0 "Parliamentarianism" + ENG_ww1_support_republic_desc:0 "Our glorious Parliament and our most honored Royal Majesty are the perfect government for our nation. Supporting their stability and power in these turbulent times will ensure we don't fall into anarchy under a lesser form of leadership, and that our divinely ordained leadership continues." + + ENG_ww1_contest_republic:0 "Syndicalism" + ENG_ww1_contest_republic_desc:0 "The upper class and aristocrats, who have been entrenched in our nation since King Alfred's time, have set up a laughable pretense of democratic government. How can we trust a parliament of the rich and wealthy? It is time that the honest citizen and worker takes control of the British destiny!" + + ENG_ww1_internationalism_focus:0 "Internationalism Focus" + ENG_ww1_internationalism_focus_desc:0 "" + + ENG_ww1_indoctrination_focus:0 "Indoctrination" + ENG_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + ENG_ww1_political_commissars:0 "Political Commissars" + ENG_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + ENG_ww1_political_correctness:0 "Political Correctness" + ENG_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + ENG_ww1_democracy:0 "Democratism Focus" + ENG_ww1_democracy_desc:0 "" #KAISER_ANONY + + ENG_ww1_centralizedpower:0 "Bureaucracy" + ENG_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + ENG_ww1_freespeech:0 "Free Speech" + ENG_ww1_freespeech_desc:0 "" #KAISER_ANONY + + ENG_ww1_reorganization_act:0 "Reorganization Act" + ENG_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + ENG_ww1_limited_rearmament:0 "Limited Rearmament" + ENG_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + ENG_ww1_full_rearmament:0 "Full Rearmament" + ENG_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + ENG_ww1_unitedpeople:0 "Patriotic Fervor" + ENG_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + ENG_ww1_massive_effort:0 "Massive Effort" + ENG_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_install_communism:0 "Proletarian Revolution" + ENG_ww1_install_communism_desc:0 "The day has arrived, where good, honest, English men, as well as the other men of our nation, can finally take full control of our nation! This shall be our most glorious revolution of all!" + + + #-------------------------------------------------------------- + + + # [BRITISH EMPIRE] Diplomatic Effort + #========================================================================= + + ENG_ww1_diplomatic_effort:0 "Diplomatic Effort" + ENG_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + + ENG_ww1_triple_alliance:0 "Consolidate Triple Entente" + ENG_ww1_triple_alliance_desc:0 "While it lowers the British state to associate with the likes of France and Russia, it is a far better arrangement than being stuck with the bastard Germans again. Ensuring that our allies think we care about them is key to the continuing strength of this alliance." + + ENG_ww1_back_france:0 "Support France" + ENG_ww1_back_france_desc:0 "A few treaties has not fully brought around our most ancient foe, France, to our side and friendship. Clearing up some of the more deep-rooted questions and issues of our former rivalry will ensure that the Continent never bands against us, or them, again. Russia will be displeased with France's larger share of the attention, but what loss is that?" + + ENG_ww1_back_russia:0 "Support Russian Empire" + ENG_ww1_back_russia_desc:0 "The Russians are not an ally easily stoumached. Their interests in Asia rival ours, and they still seem to have ties to the Triple Alliance. If we make sure that their loyalties and interests match ours, France may bemoan the lack of attention their egotistical diplomats get, but we shall secure the question mark in our alliance." + + ENG_ww1_send_diplomats:0 "Send British Diplomats" + ENG_ww1_send_diplomats_desc:0 "British Diplomats are famous for their tact, charm, wit, and high self-image. Sending them out to our friends with a pledge to work with their interests will do well to further strengthen the Entente." + + ENG_ww1_portugal_friend:0 "Befriend Portugal" + ENG_ww1_portugal_friend_desc:0 "Portugal is our oldest ally, and it's about time we fight alongside them for a change. Calling them into battle through our mutual agreement will ensure the Central Powers have an even tougher time in the mediterranean, as well as ensure the Spanish stay out of the fight, if they were thinking of going against us." + + leaved_triple_entente:0 "Has leave the Triple Entente" + + triple_alliance_opinion:0 "Diplomatic Bonus" + + ENG_ww1_assert_position_west:0 "Assert British Position in Central Europe" + ENG_ww1_assert_position_west_desc:0 "The British position in Central Europe is simple: There's large empires there that are rivals to ours, and we don't like it. The aim of our diplomacy is supposedly self-determinism for oppressed minorities, but in all truth, the goal is weakening Germany and Austria-Hungary." + + ENG_ww1_anti_ger:0 "Anti-German Policy" + ENG_ww1_anti_ger_desc:0 "The Germans were once our finest ally, but that century old alliance is nearly out of living memory. Accepting that the Germans are, and will forever be, our rivals, will open up additional actions to bring them down." + + ENG_ww1_anti_ah:0 "Anti-Austria-Hungary Policy" + ENG_ww1_anti_ah_desc:0 "Austria-Hungary is not an empire which Britain has significant interest in, but the prospect of carving it into friendly states on the Mainland cannot be ignored. If we follow this ambition, we can find new ways to weaken the Hapsburg hold in their own nation." + + ENG_ww1_ireland_release:0 "Release Ireland" + ENG_ww1_ireland_release_desc:0 "Ireland is far more of a headache now than ever, and it's becoming increasingly clear that the United Kingdom's future on the island may be limited. If we simply release them for home rule now, we can save ourselves countless troubles in the future." + + ENG_ww1_ireland_crush:0 "Crush Irish Seperatists" + ENG_ww1_ireland_crush_desc:0 "Ireland's strategic position makes it incredibly valuable to keep- god forbid one of our enemies occupies the Emerald Isle! They may desire their own republic, but we desire them to stay under Crown rule far more." + + ENG_ww1_assert_position_east:0 "Assert British Position in the East" + ENG_ww1_assert_position_east_desc:0 "The Balkans and the Middle East seem like excellent places for Britain to make new allies and colonies. If we establish a strong position in the region, we can ensure that when it comes time for the area to be open, the United Kingdom is in a fine position to benefit." + + ENG_ww1_balkan_strategy:0 "Balkan Strategy" + ENG_ww1_balkan_strategy_desc:0 "Many of the nations in the Balkans are pro-British and see the same threat from central Europe as we do. If we seize the opportunity and support them early, we can secure their loyalty for the future conflicts. This will make Austria and the Ottomans further unhappy with our diplomacy, but such is life." + + ENG_ww1_support_romania:0 "Befriend Romania" + ENG_ww1_support_romania_desc:0 "Romania, despite its membership in the former Triple Alliance and obvious ties to the Central Powers, could quite easily be coerced into alliance, so long as we promise them a great victory against Austria. Hopefully, though, if war is to break out between the two powers, they will be able to defend themselves." + + ENG_ww1_nordic_countries:0 "Pressure Nordic Countries" + ENG_ww1_nordic_countries_desc:0 "The Nordic countries are not stocked with fools. They are well aware what our fleet could do to their international trade and livelihood. All it would take is a simple pressure on our ''friends'' to make them realize that trading with the Germans is a foolhardy endeavor." + + ENG_ww1_military_training_act:0 "Defence of the Realm Act" + ENG_ww1_military_training_act_desc:0 "Democracy is nice and all, but sometimes personal liberties have to be suspended for the greater good. By surpressing free speech, particularly criticism of the government, suspend the right to trial temporarily, and nationalize our resources for the war effort, we'll be in a much better position to carry out the war effort." + + ENG_ww1_conscription_focus:0 "National Military Service" + ENG_ww1_conscription_focus_desc:0 "With a smaller land force than most of the other major powers, it's essential that we keep our reserves stocked. Establishing wide-reaching conscription will ensure that everyone outside of the necessary members of society- and a good part of them as well- will be put to good use in the trenches." + + ENG_ww1_small_arms_focus:0 "BSA Company" + ENG_ww1_small_arms_focus_desc:0 "The Royal Ordnance Factories are not producing enough small arms for our war effort. Usually we would simply terminate their contract and find another producer, but in a war like this, we need all we can get. Contracting the Birmingham Small Arms Company, and helping expand their capacity, could fill the gap in production." + + ENG_ww1_crypto_bomb_focus:0 "Room 40" + ENG_ww1_crypto_bomb_focus_desc:0 "Admiral Oliver, Alfred Ewing, and a few other men have formed a group in Room 40, also known as 40 O.B. (Old Building) (latterly NID25), to codebreak German plans, intelligence reports, and broadcasts. Giving them expanded freedom, and integrating more than simply naval plans into the equation, could give us an edge in [CONFIDENTIAL]." + + ENG_ww1_agadir_crisis:0 "Agadir Crisis" + ENG_ww1_agadir_crisis_desc:0 "The French and Germans are playing gambits in Morocco, as usual. It's up to the United Kingdom, as usual, to be the adult in this situation and intervene. Of course, public support for the French against the Moroccan rebels could further flare the crisis to an international level, but this is clearly worth it to preserve British pride!" + + ENG_ww1_ready_country:0 "Prepare for War" + ENG_ww1_ready_country_desc:0 "The fools on the Continent are clearly stirring for a fight. If such is the case, Britain must be prepared for when the war breaks out!" + + ENG_ww1_defense_border:0 "Defend the border" + ENG_ww1_defense_border_desc:0 "We must defend our large land border with the continental powers! ...Wait a minute, that doesn't seem right." + + ENG_ww1_service_focus:0 "Service Overseas" + ENG_ww1_service_focus_desc:0 "The era of an overseas journey being a one-way trip is thankfully long over. If we ensure there's a rotation of colonial manpower, they can easily train new fresh faces on the conditions and survival in our far-off lands, ensuring that when they arrive, they're already at least somewhat prepared for the conditions." + + ENG_ww1_liberate_policy:0 "Release Countries" + ENG_ww1_liberate_policy_desc:0 "" #KAISER_ANONY + + ENG_ww1_release_egypt:0 "Release Egypt" + ENG_ww1_release_egypt_desc:0 "" #KAISER_ANONY + + ENG_ww1_release_southafrica:0 "Release South Africa" + ENG_ww1_release_southafrica_desc:0 "" #KAISER_ANONY + + ENG_ww1_release_ireland:0 "Release Ireland" + ENG_ww1_release_ireland_desc:0 "" #KAISER_ANONY + + ENG_ww1_fortify_city:0 "Civil Fortifications" + ENG_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + ENG_ww1_bureau_colonies:0 "Secretary of State for the Colonies" + ENG_ww1_bureau_colonies_desc:0 "The Secretary of State for the Colonies (also known as the Colonial Secretary) controls most of our minor colonies in the empire. Delegating him some more power and resources could help develop some of our far-off lands in a fast, efficient manner." + + ENG_ww1_mediterranean_focus:0 "Fortify the Mediterranean Islands" + ENG_ww1_mediterranean_focus_desc:0 "Our Mediterranean islands are not the most significant part of the Empire. Yet, they still can help us control the seas in the Mediterranean. Ensuring that we can keep control over the islands will make sure that no nasty surprise hurts our position in North Africa." + + ENG_ww1_rock_focus:0 "Fortify the Rock" + ENG_ww1_rock_focus_desc:0 "As well as controlling the entrance to the Mediterranean, Gibraltar provides a strongly defended harbour from which ships can operate in both the Atlantic and the Mediterranean. Though it's a far journey from any Central Powers port, it is much better to be safe than sorry in this situation." + + ENG_ww1_protect_suez:0 "Protect Suez" + ENG_ww1_protect_suez_desc:0 "Controlling the Suez channel is part of the means by which the British Empire retains its command of the sea. Losing this region would be disastrous. Measures must be taken to fortify it." + + ENG_ww1_malta_focus:0 "Fortify Malta" + ENG_ww1_malta_focus_desc:0 "Malta commands an excellent position in the central Mediterranean, a vital way station along our lifeline through Egypt and the Suez Canal to India and the Far East. Time spent fortifying it more strongly could never be wasted." + + ENG_ww1_africa_mobilization:0 "Mobilize African Colonial Regiments" + ENG_ww1_africa_mobilization_desc:0 "Our efforts to develop industry in our colonies have paid off. We can locally arm a few colonial regiments, establishing additional control in the region nearly immediately." + + ENG_ww1_asia_focus:0 "Fortify East Asia" + ENG_ww1_asia_focus_desc:0 "Many of our old colonies in the east are threatened by civil wars and imperial ambitions of local countries. We must not neglect our remaining outposts, but continue to develop these regions to secure our global presence." + + ENG_ww1_singapore_focus:0 "The Singapore Strategy" + ENG_ww1_singapore_focus_desc:0 "Singapore should remain our primary naval base in the East." + + ENG_ww1_hongkong_focus:0 "Fortify Hong Kong" + ENG_ww1_hongkong_focus_desc:0 "With sufficient fortifications and facilities, Hong Kong could become easily our second main base in Asia!" + + ENG_ww1_asia_mobilization:0 "Mobilize Asian Colonial Regiments" + ENG_ww1_asia_mobilization_desc:0 "Our colonial industry is ready. We can mobilize more Colonial Regiments" + + ENG_ww1_commonwealth_focus:0 "Commonwealth Ties" + ENG_ww1_commonwealth_focus_desc:0 "United by common allegiance to the Crown, the nations of the British Commonwealth are the first we can count on in the event of a global conflict. Securing our diplomatic administration there will be of the essence." + + ENG_ww1_india_focus:0 "Develop the Raj" + ENG_ww1_india_focus_desc:0 "The state of our colonies in India remains controversial both abroad and at home, but whatever is in store for them, strengthening their industrial capacity is a priority at the present stage." + + ENG_ww1_australia_focus:0 "Development in Australia" + ENG_ww1_australia_focus_desc:0 "An investment in Australia's Shipyards and Industry will provide a boost to their economy and allow them to provide a greater contribution in the event of war in Asia." + + ENG_ww1_new_zealand_focus:0 "Develop New Zealand" + ENG_ww1_new_zealand_focus_desc:0 "New Zealand retains a strong connection to our nation. Their contribution in the event of war is certain, and we should aid them in preparing accordingly." + + ENG_ww1_canada_focus:0 "Development in Canada" + ENG_ww1_canada_focus_desc:0 "An investment in Canada's Industry and Shipyards will provide a boost to their economy and allow them to provide a greater contribution in the event of war." + + + #-------------------------------------------------------------- + + + + # [FRANCE] Diplomatic Effort + #========================================================================= + ENG_ww1_algerie_france_desc:0 "Europe are facing dangerous times. We should focus on improving our lands to the south and ensure we can always support the mainland." + ENG_ww1_colonial_industry_desc:0 "We should focus our industry in Algier. Should tensions increase in Europe we will still have an industrial capacity outside the reach of enemy bombers." + ENG_ww1_military_factories_desc:0 "Our warmachine is falling behind in capacity. We need to focus on production of military equipment at home soil to make sure that our borders are constantly given new equipment." + ENG_ww1_colonial_military_factories:0 "Colonial Military Factories" + ENG_ww1_colonial_military_factories_desc:0 "Placing our military production outside Europe ensures that even if the enemy gains control of our airspace, we will maintain a constant flow of equipment to our frontline troops." + + #-------------------------------------------------------------- + + + ENG_ww1_alone_or_peace_faction_tt:0 "is not in a faction, or is in a faction at peace with [FRA.GetNameDef]." diff --git a/mod/thegreatwar/localisation/ww1_nf_usa_l_french.yml b/mod/thegreatwar/localisation/ww1_nf_usa_l_french.yml new file mode 100755 index 000000000..36c95e342 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_nf_usa_l_french.yml @@ -0,0 +1,414 @@ +l_french: + + #-------------------------------------------------------------- + # [USA] Army Effort + #========================================================================= + USA_ww1_army_effort:0 "Reorganise United States Army" +USA_ww1_army_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_trenchwarfare:0 "Trench Warfare Focus" +USA_ww1_trenchwarfare_desc:0 "" #KAISER_ANONY + +USA_ww1_artillery_effort_1:0 "Artillery Effort" +USA_ww1_artillery_effort_1_desc:0 "" #KAISER_ANONY + +USA_ww1_artillery_effort_2:0 "Artillery Effort II" + +USA_ww1_artillery_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_artillery_effort_3:0 "Artillery Effort III" +USA_ww1_artillery_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_artillery_effort_4:0 "Artillery Effort IV" +USA_ww1_artillery_effort_4_desc:0 "" #KAISER_ANONY + +USA_ww1_special_forces:0 "Special Forces Focus" +USA_ww1_special_forces_desc:0 "" #KAISER_ANONY + +USA_ww1_army_motorization_focus:0 "Motorization Focus" +USA_ww1_army_motorization_focus_desc:0 "" #KAISER_ANONY + +USA_ww1_doctrine_effort:0 "Doctrine Effort" +USA_ww1_doctrine_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_doctrine_effort_2:0 "Doctrine Effort II" +USA_ww1_doctrine_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_doctrine_effort_3:0 "Doctrine Effort III" +USA_ww1_doctrine_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_equipment_effort:0 "Equipment Effort" +USA_ww1_equipment_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_equipment_effort_2:0 "Equipment Effort II" +USA_ww1_equipment_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_equipment_effort_3:0 "Equipment Effort III" +USA_ww1_equipment_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_equipment_effort_4:0 "Equipment Effort IV" +USA_ww1_equipment_effort_4_desc:0 "" #KAISER_ANONY + +USA_ww1_armor_effort_1:0 "Armor Effort" +USA_ww1_armor_effort_1_desc:0 "" #KAISER_ANONY + +USA_ww1_armor_effort_2:0 "Armor Effort II" +USA_ww1_armor_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_gasmask_focus:0 "Chemical Warfare Focus" +USA_ww1_gasmask_focus_desc:0 "" #KAISER_ANONY +#-------------------------------------------------------------- + #-------------------------------------------------------------- + + + # [USA] Aviation Effort + #========================================================================= + USA_ww1_fighter_focus:0 "Fighter Focus" + USA_ww1_fighter_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_bomber_focus:0 "Bomber Focus" + USA_ww1_bomber_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_airship_focus:0 "Airship Focus" + USA_ww1_airship_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_aviation_effort:0 "Aviation Section Signal Corps" + USA_ww1_aviation_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_aviation_effort_2:0 "Aviation Effort" + USA_ww1_aviation_effort_2_desc:0 "" #KAISER_ANONY + + USA_ww1_aviation_effort_3:0 "Aviation Effort II" + USA_ww1_aviation_effort_3_desc:0 "" #KAISER_ANONY + + USA_ww1_aviation_effort_4:0 "Aviation Effort III" + USA_ww1_aviation_effort_4_desc:0 "" #KAISER_ANONY + + USA_ww1_aviation_effort_5:0 "Aviation Effort IV" + USA_ww1_aviation_effort_5_desc:0 "" #KAISER_ANONY + + USA_ww1_pilotformation_1:0 "Pilot Formation" + USA_ww1_pilotformation_1_desc:0 "" #KAISER_ANONY + + USA_ww1_pilotformation_2:0 "Pilot Formation II" + USA_ww1_pilotformation_2_desc:0 "" #KAISER_ANONY + + USA_ww1_aircraftprod_1:0 "Aircraft Production" + USA_ww1_aircraftprod_1_desc:0 "" #KAISER_ANONY + + USA_ww1_aircraftprod_2:0 "Aircraft Production II" + USA_ww1_aircraftprod_2_desc:0 "" #KAISER_ANONY + + USA_ww1_airbomb_1:0 "Air Bombing Effort" + USA_ww1_airbomb_1_desc:0 "" #KAISER_ANONY + + USA_ww1_airbomb_2:0 "Air Bombing Effort II" + USA_ww1_airbomb_2_desc:0 "" #KAISER_ANONY + + USA_ww1_air_innovation:0 "Air Innovation Focus" + USA_ww1_air_innovation_desc:0 "" #KAISER_ANONY + + USA_ww1_navalair:0 "Naval Bombing Effort" + USA_ww1_navalair_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [USA] Industrial Effort + #========================================================================= +USA_ww1_industrial_effort:0 "Industrial Effort" +USA_ww1_industrial_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_construction_effort:0 "Construction Effort" +USA_ww1_construction_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_construction_effort_2:0 "Construction Effort II" +USA_ww1_construction_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_construction_effort_3:0 "Construction Effort III" +USA_ww1_construction_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_production_effort:0 "Armament Effort" +USA_ww1_production_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_production_effort_2:0 "Armament Effort II" +USA_ww1_production_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_production_effort_3:0 "Armament Effort III" +USA_ww1_production_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_dockyard_effort_1:0 "Dockyard Expansion" +USA_ww1_dockyard_effort_1_desc:0 "" #KAISER_ANONY + +USA_ww1_dockyard_effort_2:0 "Dockyard Expansion II" +USA_ww1_dockyard_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_dockyard_effort_3:0 "Dockyard Expansion III" +USA_ww1_dockyard_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_airfield_expansion_1:0 "Airfield Expansion" +USA_ww1_airfield_expansion_1_desc:0 "" #KAISER_ANONY + +USA_ww1_airfield_expansion_2:0 "Airfield Expansion II" +USA_ww1_airfield_expansion_2_desc:0 "" #KAISER_ANONY + +USA_ww1_airfield_expansion_3:0 "Airfield Expansion III" +USA_ww1_airfield_expansion_3_desc:0 "" #KAISER_ANONY + +USA_ww1_infrastructure_effort:0 "Infrastructure Effort" +USA_ww1_infrastructure_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_infrastructure_effort_2:0 "Infrastructure Effort II" +USA_ww1_infrastructure_effort_2_desc:0 "" #KAISER_ANONY + +USA_ww1_infrastructure_effort_3:0 "Infrastructure Effort III" +USA_ww1_infrastructure_effort_3_desc:0 "" #KAISER_ANONY + +USA_ww1_infrastructure_effort_4:0 "Infrastructure Effort IV" +USA_ww1_infrastructure_effort_4_desc:0 "" #KAISER_ANONY + +USA_ww1_extra_tech_slot:0 "Extra Research Slot" +USA_ww1_extra_tech_slot_desc:0 "" #KAISER_ANONY + +USA_ww1_extra_tech_slot_2:0 "Extra Research Slot II" +USA_ww1_extra_tech_slot_2_desc:0 "" #KAISER_ANONY + #-------------------------------------------------------------- + + + # [USA] Naval Effort + #========================================================================= + USA_ww1_naval_effort:0 "Reinforce United States Navy" + USA_ww1_naval_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_newnavalcanons_1:0 "Naval Gun Effort" + USA_ww1_newnavalcanons_1_desc:0 "" #KAISER_ANONY + + USA_ww1_newnavalcanons_2:0 "Naval Gun Effort II" + USA_ww1_newnavalcanons_2_desc:0 "" #KAISER_ANONY + + USA_ww1_newnavalcanons_3:0 "Naval Gun Effort III" + USA_ww1_newnavalcanons_3_desc:0 "" #KAISER_ANONY + + USA_ww1_dreadnought_effort:0 "Dreadnought Effort" + USA_ww1_dreadnought_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_flexible_navy:0 "Flexible Navy" + USA_ww1_flexible_navy_desc:0 "" #KAISER_ANONY + + USA_ww1_large_navy:0 "Large Navy" + USA_ww1_large_navy_desc:0 "" #KAISER_ANONY + + USA_ww1_navyreform:0 "USMC Deployment" + USA_ww1_navyreform_desc:0 "" #KAISER_ANONY + + USA_ww1_submarine_effort:0 "Submarine Effort" + USA_ww1_submarine_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_cruiser_effort:0 "Cruiser Effort" + USA_ww1_cruiser_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_destroyer_effort:0 "Destroyer Effort" + USA_ww1_destroyer_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_capital_ships_effort:0 "Capital Ship Effort" + USA_ww1_capital_ships_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_carrier_focus:0 "Carrier Effort" + USA_ww1_carrier_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_antisubmarine:0 "Anti-Submarine Warfare" + USA_ww1_antisubmarine_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [USA] Political Effort + #========================================================================= + USA_ww1_political_effort:0 "Political Effort" + USA_ww1_political_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_internationalism_focus:0 "Internationalism Focus" + USA_ww1_internationalism_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_militarism:0 "Militarism" + USA_ww1_militarism_desc:0 "" #KAISER_ANONY + + USA_ww1_indoctrination_focus:0 "Indoctrination" + USA_ww1_indoctrination_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_political_commissars:0 "Political Commissars" + USA_ww1_political_commissars_desc:0 "" #KAISER_ANONY + + USA_ww1_paramilitarism:0 "Paramilitarism" + USA_ww1_paramilitarism_desc:0 "" #KAISER_ANONY + + USA_ww1_political_correctness:0 "Political Correctness" + USA_ww1_political_correctness_desc:0 "" #KAISER_ANONY + + USA_ww1_military_youth:0 "Military Youth" + USA_ww1_military_youth_desc:0 "" #KAISER_ANONY + + USA_ww1_student_movement_focus:0 "Student Movement" + USA_ww1_student_movement_focus_desc:0 "" #KAISER_ANONY + + USA_ww1_monarchy:0 "Authoritarianism Focus" + USA_ww1_monarchy_desc:0 "" #KAISER_ANONY + + USA_ww1_democracy:0 "Democratism Focus" + USA_ww1_democracy_desc:0 "" #KAISER_ANONY + + USA_ww1_centralizedpower:0 "Bureaucracy" + USA_ww1_centralizedpower_desc:0 "" #KAISER_ANONY + + USA_ww1_freespeech:0 "Free Speech" + USA_ww1_freespeech_desc:0 "" #KAISER_ANONY + + USA_ww1_reorganization_act:0 "Reorganization Act" + USA_ww1_reorganization_act_desc:0 "" #KAISER_ANONY + + USA_ww1_limited_rearmament:0 "Limited Rearmament" + USA_ww1_limited_rearmament_desc:0 "" #KAISER_ANONY + + USA_ww1_full_rearmament:0 "Full Rearmament" + USA_ww1_full_rearmament_desc:0 "" #KAISER_ANONY + + USA_ww1_unitedpeople:0 "Patriotic Fervor" + USA_ww1_unitedpeople_desc:0 "" #KAISER_ANONY + + USA_ww1_massive_effort:0 "Massive Effort" + USA_ww1_massive_effort_desc:0 "" #KAISER_ANONY + + USA_ww1_fortify_city:0 "Civil Fortifications" + USA_ww1_fortify_city_desc:0 "" #KAISER_ANONY + + USA_ww1_fortify_coast:0 "Coastal Defense" + USA_ww1_fortify_coast_desc:0 "" #KAISER_ANONY + + USA_ww1_UnderwoodTariffAct:0 "Underwood Tariff Act" + USA_ww1_UnderwoodTariffAct_desc:0 "" #KAISER_ANONY + + USA_ww1_Reconciliation:0 "National Reconciliation" + USA_ww1_Reconciliation_desc:0 "" #KAISER_ANONY + + USA_ww1_AntiMexicanSentiment:0 "Anti-Mexican Sentiment" + USA_ww1_AntiMexicanSentiment_desc:0 "" #KAISER_ANONY + + USA_ww1_SelectiveServiceAct:0 "Selective Service Act" + USA_ww1_SelectiveServiceAct_desc:0 "" #KAISER_ANONY + + USA_ww1_BolshevikRevolution:0 "Acknowledge Bolshevik Revolution" + USA_ww1_BolshevikRevolution_desc:0 "" #KAISER_ANONY + + USA_ww1_MarxistIdeas:0 "Adopt Marxist Ideas" + USA_ww1_MarxistIdeas_desc:0 "" #KAISER_ANONY + + USA_ww1_SovietUSA:0 "Soviet States of Amerika" + USA_ww1_SovietUSA_desc:0 "" #KAISER_ANONY + + USA_ww1_CommunistMenace:0 "The Communist Menace" + USA_ww1_CommunistMenace_desc:0 "" #KAISER_ANONY + + USA_ww1_InterventionSiberia:0 "Intervention in Siberia" + USA_ww1_InterventionSiberia_desc:0 "" #KAISER_ANONY + + USA_ww1_RedAlert:0 "Red Alert" + USA_ww1_RedAlert_desc:0 "" #KAISER_ANONY + + #-------------------------------------------------------------- + + + # [USA] Diplomatic Effort + #========================================================================= + +USA_ww1_diplomatic_effort:0 "Diplomatic Effort" +USA_ww1_diplomatic_effort_desc:0 "" #KAISER_ANONY + +USA_ww1_MexicanRevolution:0 "Mexican Revolution Reaction" +USA_ww1_MexicanRevolution_desc:0 "" #KAISER_ANONY + +USA_ww1_SupportPofirioDiaz:0 "Support Porfirio Díaz" +USA_ww1_SupportPofirioDiaz_desc:0 "" #KAISER_ANONY + +USA_ww1_ColumbusRaid:0 "Columbus Raid" +USA_ww1_ColumbusRaid_desc:0 "" #KAISER_ANONY + +USA_ww1_PanchoVillaExpedition:0 "Pressure Victoriano Huerta" +USA_ww1_PanchoVillaExpedition_desc:0 "" #KAISER_ANONY + +USA_ww1_DeployArmyBorder:0 "Deploy Army to Border" +USA_ww1_DeployArmyBorder_desc:0 "" #KAISER_ANONY + +USA_ww1_SupportMexicanRevolution:0 "Support the Revolution" +USA_ww1_SupportMexicanRevolution_desc:0 "" #KAISER_ANONY + +USA_ww1_SendWeaponsMexicanRevolution:0 "Send Weapons to Revolutionary Forces" +USA_ww1_SendWeaponsMexicanRevolution_desc:0 "" #KAISER_ANONY + +USA_ww1_InvadeMexico:0 "Invade Mexico" +USA_ww1_InvadeMexico_desc:0 "" #KAISER_ANONY + +USA_ww1_NeutralForeignPolicy:0 "Neutral Foreign Policy" +USA_ww1_NeutralForeignPolicy_desc:0 "" #KAISER_ANONY + +USA_ww1_War_in_Europe:0 "War in Europe Debates" +USA_ww1_War_in_Europe_desc:0 "" #KAISER_ANONY + +USA_ww1_TakePosition:0 "Take Position" +USA_ww1_TakePosition_desc:0 "" #KAISER_ANONY + +USA_ww1_Pro_German:0 "Pro-German Policy" +USA_ww1_Pro_German_desc:0 "" #KAISER_ANONY + +USA_ww1_RemoveLondonDiplomats:0 "Withdraw London Diplomats" +USA_ww1_RemoveLondonDiplomats_desc:0 "" #KAISER_ANONY + +USA_ww1_EmbargoBritish:0 "Embargo The United Kingdom" +USA_ww1_EmbargoBritish_desc:0 "" #KAISER_ANONY + +USA_ww1_CanadaAct:0 "Canada Act" +USA_ww1_CanadaAct_desc:0 "" #KAISER_ANONY + +USA_ww1_Join_Central_Power:0 "Join Central Powers" +USA_ww1_Join_Central_Power_desc:0 "" #KAISER_ANONY + +USA_ww1_Pro_British:0 "Pro-British Policy" +USA_ww1_Pro_British_desc:0 "" #KAISER_ANONY + +USA_ww1_AntiGermanSubmarineWarfare:0 "Unrestricted Submarine Warfare Response" +USA_ww1_AntiGermanSubmarineWarfare_desc:0 "" #KAISER_ANONY + +USA_ww1_EscadrilleLaFayette:0 "Escadrille La Fayette" +USA_ww1_EscadrilleLaFayette_desc:0 "" #KAISER_ANONY + +USA_ww1_ZimmermanTelegram:0 "Reacts to the Zimmerman Telegram" +USA_ww1_ZimmermanTelegram_desc:0 "" #KAISER_ANONY + +USA_ww1_Join_Entente:0 "Declaration of War on Germany" +USA_ww1_Join_Entente_desc:0 "" #KAISER_ANONY + +USA_ww1_ExpeditionaryForceFrance:0 "Expeditionary Force in France" +USA_ww1_ExpeditionaryForceFrance_desc:0 "" #KAISER_ANONY + +USA_ww1_LibertyBonds:0 "Liberty Bonds" +USA_ww1_LibertyBonds_desc:0 "" #KAISER_ANONY + +USA_ww1_Pacifism:0 "Pacifism" +USA_ww1_Pacifism_desc:0 "" #KAISER_ANONY + +USA_ww1_Isolationism:0 "Isolationism" +USA_ww1_Isolationism_desc:0 "" #KAISER_ANONY + +USA_ww1_ReparationsSlavery:0 "Apologize for Slavery" +USA_ww1_ReparationsSlavery_desc:0 "" #KAISER_ANONY + +USA_ww1_DecolonizationCommittee:0 "Decolonization Committee" +USA_ww1_DecolonizationCommittee_desc:0 "" #KAISER_ANONY + +USA_ww1_IndiaIndependence:0 "Support Indian Independence" +USA_ww1_IndiaIndependence_desc:0 "" #KAISER_ANONY + +USA_ww1_FreePhilippine:0 "Liberate Philippine" +USA_ww1_FreePhilippine_desc:0 "" #KAISER_ANONY + +USA_ww1_SanctionJapanKorea:0 "Condemn Korea Annexation" +USA_ww1_SanctionJapanKorea_desc:0 "" #KAISER_ANONY diff --git a/mod/thegreatwar/localisation/ww1_opinion_l_french.yml b/mod/thegreatwar/localisation/ww1_opinion_l_french.yml new file mode 100755 index 000000000..3db946c1d --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_opinion_l_french.yml @@ -0,0 +1,52 @@ +l_french: + +#GENERICS + +HOI4TGW_Opinion_alliance_bonus_boost:0 "Alliance" + +HOI4TGW_Opinion_give_weapons:0 "Arms Trafficking" # Trade +50 (Traffic d'armes) + +HOI4TGW_Opinion_improved_diplomatic_relations:0 "Improved Diplomatic Relations" # Diplo +50 +HOI4TGW_Opinion_hostile_diplomatic_relations:0 "Hostile Diplomatic Relations" # Diplo -30 + +HOI4TGW_Opinion_anti_fr_policy_malus:0 "Francophobia" +HOI4TGW_Opinion_anti_ger_policy_malus:0 "Germanophobia" +HOI4TGW_Opinion_anti_ah_policy_malus:0 "Austrophobia" +HOI4TGW_Opinion_anti_uk_policy_malus:0 "Anglophobia" +HOI4TGW_Opinion_anti_ru_policy_malus:0 "Russophobia" +HOI4TGW_Opinion_anti_serb_policy_malus:0 "Serbophobia" +HOI4TGW_Opinion_anti_ottoman_policy_malus:0 "Turcophobia" + + # Balkans + HOI4TGW_Opinion_hostile_relations_post_balkan_war:0 "Consequence of the Balkan War" + + +#JAPAN +HOI4TGW_Opinion_JAP_contest_russian_domination:0 "Contest Russian Domination" +HOI4TGW_Opinion_JAP_celebrate_tsushima:0 "Celebrate Tsushima" +HOI4TGW_Opinion_JAP_ambassador_siam:0 "Japanese Ambassador to Siam" +HOI4TGW_Opinion_JAP_china_13:0 "Thirteen Demands" +HOI4TGW_Opinion_JAP_china_21:0 "Twenty-One Demands" + +#TRASH---------------------------------------------------------------------- + +# Add +40 +HOI4TGW_Opinion_diplomats_bonus:0 "Diplomatic Relations Changed" + +# Substract -20 +HOI4TGW_Opinion_ger_ita_alliance_focus_malus:0 "" +HOI4TGW_Opinion_ger_ita_alliance_focus_malus:0 "Diplomatic Relations Changed" +HOI4TGW_Opinion_ger_auh_alliance_focus_malus:0 "Diplomatic Relations Changed" + + +HOI4TGW_Opinion_ger_ita_advisor_bonus:0 "Send Advisors" +HOI4TGW_Opinion_ger_auh_advisor_bonus:0 "Send Advisors" + +HOI4TGW_Opinion_fra_diplomats_bonus:0 "Send Diplomats" + +HOI4TGW_Opinion_influence_faction:0 "Faction Influence" + +HOI4TGW_Opinion_diplomats_malus:0 "Diplomatic Malus" + +# Remove -100 +HOI4TGW_Opinion_Russia_Leave_Entente:0 "Russian Empire leaves Entente" diff --git a/mod/thegreatwar/localisation/ww1_resources_l_french.yml b/mod/thegreatwar/localisation/ww1_resources_l_french.yml new file mode 100755 index 000000000..5d281caa1 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_resources_l_french.yml @@ -0,0 +1,6 @@ +l_french: + + coal_desc:0 "Coal is a combustible black or brownish-black sedimentary rock usually occurring in rock strata in layers or veins called coal beds or coal seams." + PRODUCTION_MATERIALS_COAL:0 "Charbon" + wood_desc:0 "Wood is a natural combustible and a construction material" + PRODUCTION_MATERIALS_WOOD:0 "Bois" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_states_l_french.yml b/mod/thegreatwar/localisation/ww1_states_l_french.yml new file mode 100755 index 000000000..12b948074 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_states_l_french.yml @@ -0,0 +1,32 @@ +l_french: + + STATE_741:0 "East Togoland" + STATE_742:0 "West Togoland" + STATE_743:0 "Mellilla and Ceuta" + STATE_744:0 "Dalian" + STATE_745:0 "Qingdau" + STATE_746:0 "Weihaiwei" + STATE_747:0 "Asir" + STATE_748:0 "Tacna" + STATE_749:0 "Rwanda" + STATE_750:0 "Virgin Islands" + STATE_751:0 "South Jutland" + STATE_752:0 "Gabon" + STATE_753:0 "Port Moresby" + STATE_754:0 "Libyan Desert" + STATE_755:0 "New Cameroon" + STATE_756:0 "East Thrace" + STATE_757:0 "Central Thrace" + STATE_758:0 "Central Epirus" + STATE_759:0 "East Macedonia" + STATE_760:0 "South Serbia" + STATE_761:0 "East Montenegro" + STATE_762:0 "Southern Bulgaria" + STATE_763:0 "Walvis Bay" + STATE_764:0 "Aegean Islands" + STATE_765:0 "Jabal Shammar" + STATE_766:0 "Northern Epirus" + STATE_767:0 "Jubaland" + STATE_768:0 "Eupen" + STATE_769:0 "East Togoland" + STATE_770:0 "West Togoland" diff --git a/mod/thegreatwar/localisation/ww1_super_global_flag_l_french.yml b/mod/thegreatwar/localisation/ww1_super_global_flag_l_french.yml new file mode 100755 index 000000000..e29f13ac9 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_super_global_flag_l_french.yml @@ -0,0 +1,12 @@ +l_french: + +SUPER_GLOBAL_Mexican_Revolution_1910:0 "Mexican Revolution" +SUPER_GLOBAL_Agadir_Crisis_Historical:0 "Treaty of Fez has been signed" +kis_firstbalkanwar_victory:0 "London Peace Conference Occurred" +kis_jauresassassination:0 "Jean Jaurès est mort" +kis_treaty_of_versailles:0 "Le Traité de Versailles a été signé" + +emperor_franz_dead:0 "Franz Joseph I est mort" + +#INTERWAR - 0.1.5 +interwar_wall_street_crash_1929:0 "Wall Street Crash happened" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_tanks_l_french.yml b/mod/thegreatwar/localisation/ww1_tanks_l_french.yml new file mode 100755 index 000000000..d1c5f22aa --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_tanks_l_french.yml @@ -0,0 +1,343 @@ +l_french: + + tank_unlocker1:0 "Early Tank Project" + FRA_tank_unlocker1:0 "Project Levavasseur" + + tank_unlocker2:0 "Tank Prototype" + ENG_tank_unlocker2:0 "Little Willie" + RUS_tank_unlocker2:0 "Tsar Tank" + + tank_unlocker1_desc:0 "Some of our Artillery captains have proposed an armored artillery tractor for use on the battlefield. While this sort of design is unlikely to go anwhere- or, for that matter, unlikely to even be built yet- it is the first important step to ensuring that these sorts of ideas might one day come into reality." + + tank_unlocker2_desc:0 "While the idea of an armored artillery-carrying vehicle is nothing new, a design capable of doing so would be. Constructing a basic tank prototype will likely not lead to any direct results on the battlefield, but a further, more conventional design could easily come out of such a design." + + TANK_UNLOCKER_SPECIAL:0 "The development of a Tank Prototype is an essential prerequisite for the development of conventional Tanks. This technology must be researched before you can research advanced tanks." + TANK_UNLOCKER_RESEARCHED:0 "Allows research of additional tank technologies" + + + ########################################################## + + ww1_armored_car_equipment_1:0 "Armored Car I" + ww1_armored_car_equipment_2:0 "Armored Car II" + ww1_armored_car_equipment_3:0 "Armored Car III" + ww1_armored_car_equipment_4:0 "Armored Car IV" + ww1_armored_car_equipment_5:0 "Armored Car V" + + + ww1_armored_car_equipment_1_desc:0 "While the Automobile is still young technology, it is already being considered for military purposes. A design as simple as putting a machine gun on one of these new automobiles and attaching some more metal to act as armor could give us an interesting new weapon to use in battle." + + ww1_armored_car_equipment_2_desc:0 "The Armored Car is still capable of evolving. By putting our main Machine Gun into a rotating turret, we can ensure that all of our crewmen are protected, increasing the efficiency of the vehicle, and its practicality in battle." + + ww1_armored_car_equipment_3_desc:0 "As Cavalry play less and less of a role on the battlefield, Armored Cars seem to be the logical way to fill the same role in a much more safe manner. Upgrading the engine and suspension systems of our Armored Cars to give them an increase in speed and mobility may be a good way to help them in this endeavor." + + ww1_armored_car_equipment_4_desc:0 "With the Tank beginning to arrive on the battlefield, our Armored Cars may seem obsolete, but these cheaper and easier to produce models can still serve our military well. Minor upgrades to the armor of these vehicles, to be able to at least survive minor blasts, should help keep them competitive." + + ww1_armored_car_equipment_5_desc:0 "As our tanks evolve, we still cannot forget to ensure our Armored Cars are modern as well. Adding small cannons, or perhaps autocannons, as the main gun of these vehicles will give make them more threatening on the battlefield, but still mobile and cost-effective." + + + ww1_prototype_tank:0 "Tank Prototype" + ww1_tank_prototype_equipment:0 "Tank Prototype" + + ww1_light_tank_equipment_1_short:0 "Early L. Tank I" + ww1_light_tank_equipment_1:0 "Early Light Tank I" + + ww1_light_tank_equipment_1b_short:0 "Early L. TD" + ww1_light_tank_equipment_1b:0 "Early Light Tank Destroyer" + + ww1_light_tank_equipment_2_short:0 "Early L. Tank II" + ww1_light_tank_equipment_2:0 "Early Light Tank II" + + ww1_light_tank_equipment_3_short:0 "Early L. Tank III" + ww1_light_tank_equipment_3:0 "Early Light Tank III" + + ww1_heavy_tank_equipment_1_short:0 "Early H. Tank I" + ww1_heavy_tank_equipment_1:0 "Early Heavy Tank I" + + ww1_heavy_tank_equipment_2_short:0 "Early H. Tank II" + ww1_heavy_tank_equipment_2:0 "Early Heavy Tank II" + + ww1_heavy_tank_equipment_3_short:0 "Early H. Tank III" + ww1_heavy_tank_equipment_3:0 "Early Heavy Tank III" + + ww1_super_heavy_tank_equipment_short:0 "Early SH. Tank" + ww1_super_heavy_tank_equipment:0 "Early Super Heavy Tank" + + + ww1_light_tank_equipment_1_desc:0 "Heavier tanks are all well and good, but a lighter, more mobile tank that could keep up with the Cavalry is an interesting proposition indeed, especially if it utilizes a rotating turret. Though some argue that a lesser-armored lighter tank will be less effective, the potential of the role cannot be ignored." + ww1_light_tank_equipment_b_desc:0 "While our new Light Tanks have exceeded expectations so far, they are only armed with Machine Guns, making them ineffective against enemy fortifications or vehicles. Replacing the MG with a cannon would hurt the Light Tank's anti-Infantry potential, unless we found somewhere else to put it, but make it a more effective vehicle-fighting platform." + ww1_light_tank_equipment_2_desc:0 "If we mount a Machine Gun directly next to a cannon in a Light Tank in what our Engineers call a coaxial mounting, we can have the best of both worlds- a light tank able to fight enemy vehicles and still effective against enemy infantry. Perhaps one day this shall be the world standard?" + + ww1_heavy_tank_equipment_1_desc:0 "The development of a Tank Prototype has brought the reality of an armored, gun-carrying, and treaded vehicle nearly to reality. Improvements on the design, most importantly making it viable for mass-production and able to travel over trenches consistently, can give us a battle-ready vehicle to break through enemy lines." + ww1_heavy_tank_equipment_2_desc:0 "Improvements on the Heavy Tank design are necessary if the vehicle is to stay useful in the changing combat situation. Universal-type treads and more seperated engines are required to ensure that these landships can continue fighting until the end of their battles, and improvements to gun positioning can give us a further edge." + + ww1_super_heavy_tank_equipment_desc:0 "Perhaps the future of Tank design echoes that of the future of ships. If we simply make our tanks bigger, better armored, and add more guns, though they will be far costlier, they'll be much more effective in battle. Our engineers are warning us that if Anti-Tank technologies advance, these would become giant coffins, but what are the chances of that?" + + ww1_light_tank_equipment_3_desc:0 "The Civilian Automobile industry has had a boom in recent years, particularly in regards to engine horsepower. If we equip our Light Tanks with superior Engines, we'll be able to both increase the speed and weight capacity of our light tanks, leading to faster, more well-armed models." + + ww1_heavy_tank_equipment_3_desc:0 "Lighter tanks may have lesser armament, but their turrets are proving to be a massive advantage in battle. If we are to install these rotating turrets onto our Heavy Tanks, they can themselves have this same advantage, as well as retaining the benefit of their heavier armor." + + + + + + + + +#---------------------------------------------------- + +#---------------------------------------------------- +# BELGIUM + + BEL_ww1_armored_car_equipment_2_short:0 "Minerva" + BEL_ww1_armored_car_equipment_2:0 "Minerva Armored Car" + + BEL_ww1_armored_car_equipment_3_short:0 "SAVA" + BEL_ww1_armored_car_equipment_3:0 "SAVA Armored Car" + + #WW2 Light Tank + BEL_light_tank_equipment_1:0 "T15" + BEL_light_tank_equipment_1_short:0 "T15" +#---------------------------------------------------- + +#---------------------------------------------------- +# FRANCE + + FRA_ww1_armored_car_equipment_1:0 "Charron AM" + FRA_ww1_armored_car_equipment_2:0 "Peugeot AM" + FRA_ww1_armored_car_equipment_3:0 "Peugeot AC-2" + FRA_ww1_armored_car_equipment_4:0 "AMC P 16" + FRA_ww1_armored_car_equipment_5:0 "Panhard 178" + + FRA_ww1_light_tank_equipment_1_short:0 "Renault FT" + FRA_ww1_light_tank_equipment_1:0 "Renault FT" + + FRA_ww1_light_tank_equipment_1b_short:0 "Renault FT (Canon)" + FRA_ww1_light_tank_equipment_1b:0 "Renault FT (Canon)" + + FRA_ww1_light_tank_equipment_2_short:0 "Renault NC" + FRA_ww1_light_tank_equipment_2:0 "Renault NC" + + FRA_ww1_light_tank_equipment_3_short:0 "D1" + FRA_ww1_light_tank_equipment_3:0 "Renault D1" + + FRA_ww1_heavy_tank_equipment_1_short:0 "Schneider CA1" + FRA_ww1_heavy_tank_equipment_1:0 "Schneider CA1" + + FRA_ww1_heavy_tank_equipment_2_short:0 "Saint-Chamond" + FRA_ww1_heavy_tank_equipment_2:0 "Saint-Chamond" + + FRA_ww1_heavy_tank_equipment_3_short:0 "D2" + FRA_ww1_heavy_tank_equipment_3:0 "Renault D2" + + FRA_ww1_super_heavy_tank_equipment_short:0 "FCM 2C" + FRA_ww1_super_heavy_tank_equipment:0 "FCM 2C" +#---------------------------------------------------- + +#---------------------------------------------------- +# ITALIA + + ITA_ww1_armored_car_equipment_1:0 "FIAT Arsenale" + + ITA_ww1_armored_car_equipment_2_short:0 "Lancia IZ" + ITA_ww1_armored_car_equipment_2:0 "Lancia-Ansaldo IZ" + + ITA_ww1_armored_car_equipment_3_short:0 "FIAT Tripoli" + ITA_ww1_armored_car_equipment_3:0 "FIAT-Terni Tripoli" + + ITA_ww1_armored_car_equipment_4_short:0 "AB 611" + ITA_ww1_armored_car_equipment_4:0 "Autoblinda AB 611" + + ITA_ww1_armored_car_equipment_5_short:0 "AB 40" + ITA_ww1_armored_car_equipment_5:0 "Autoblinda AB 40" + + ITA_ww1_light_tank_equipment_1_short:0 "FIAT 3000" + ITA_ww1_light_tank_equipment_1:0 "FIAT 3000" + + ITA_ww1_light_tank_equipment_1b_short:0 "FIAT 3000/21" + ITA_ww1_light_tank_equipment_1b:0 "FIAT 3000 Mod. 21" + + ITA_ww1_light_tank_equipment_2_short:0 "L5/21" + ITA_ww1_light_tank_equipment_2:0 "L5/21" + + ITA_ww1_light_tank_equipment_3_short:0 "L2/29" + ITA_ww1_light_tank_equipment_3:0 "L2/29" + + ITA_ww1_heavy_tank_equipment_1_short:0 "FIAT 2000" + ITA_ww1_heavy_tank_equipment_1:0 "FIAT 2000" + + ITA_ww1_heavy_tank_equipment_2_short:0 "FIAT 2000B" + ITA_ww1_heavy_tank_equipment_2:0 "FIAT 2000B Vickers-Terni 37/40" +#---------------------------------------------------- + +#---------------------------------------------------- +# GERMAN EMPIRE + + GER_ww1_tank_prototype_equipment_short:0 "Marienwagen" + GER_ww1_tank_prototype_equipment:0 "Bremen Marienwagen" + + GER_ww1_armored_car_equipment_1:0 "Kraftwagen BAK" + GER_ww1_armored_car_equipment_2:0 "Ehrhardt E-V/4" + GER_ww1_armored_car_equipment_3:0 "Büssig A5P" + GER_ww1_armored_car_equipment_4:0 "Daimler DZVR" + GER_ww1_armored_car_equipment_5:0 "Sd.Kfz. 221" + + + GER_ww1_light_tank_equipment_1_short:0 "LK I" + GER_ww1_light_tank_equipment_1b_short:0 "LK II" + GER_ww1_light_tank_equipment_2_short:0 "LK III" + GER_ww1_light_tank_equipment_3_short:0 "Leichttraktor" + + GER_ww1_light_tank_equipment_1:0 "Leichter Kampfwagen I" + GER_ww1_light_tank_equipment_1b:0 "Leichter Kampfwagen II" + GER_ww1_light_tank_equipment_2:0 "Leichter Kampfwagen III" + GER_ww1_light_tank_equipment_3:0 "Leichttraktor" + + GER_ww1_heavy_tank_equipment_1_short:0 "A7V" + GER_ww1_heavy_tank_equipment_1:0 "Sturmpanzerwagen A7V" + GER_ww1_heavy_tank_equipment_2_short:0 "Oberschlesien" + GER_ww1_heavy_tank_equipment_2:0 "Sturmpanzerwagen Oberschlesien" + GER_ww1_heavy_tank_equipment_3:0 "Großtraktor" + GER_ww1_heavy_tank_equipment_3_short:0 "Großtraktor" + GER_ww1_heavy_tank_equipment_3_desc:0 "The Großtraktor was a series of prototypes to develop a heavier tank in Germany. After the first world war, Germany was restricted in military development by the Versailles Treaty but a secret program under the name cover 'Traktor' was developing armored military vehicles and artillery." + + GER_ww1_super_heavy_tank_equipment_short:0 "K-Wagen" + GER_ww1_super_heavy_tank_equipment:0 "K-Wagen" +#---------------------------------------------------- + +#---------------------------------------------------- +# USA + + USA_ww1_armored_car_equipment_2:0 "Jeffrey No.1" + USA_ww1_armored_car_equipment_3:0 "White AEF" + USA_ww1_armored_car_equipment_4:0 "M1 Armoured Car" + USA_ww1_armored_car_equipment_5:0 "Willys Jeep" + + USA_ww1_light_tank_equipment_1_short:0 "M1917" + USA_ww1_light_tank_equipment_1:0 "M1917" + + USA_ww1_light_tank_equipment_1b_short:0 "Ford 3-Ton" + USA_ww1_light_tank_equipment_1b:0 "Ford 3-Ton M1918" + + USA_ww1_light_tank_equipment_2_short:0 "T1 Light" + USA_ww1_light_tank_equipment_2:0 "T1 Light Tank" + + USA_ww1_light_tank_equipment_3_short:0 "M1 Light" + USA_ww1_light_tank_equipment_3:0 "M1 Light Tank" + + USA_ww1_heavy_tank_equipment_2_short:0 "Skeleton" + USA_ww1_heavy_tank_equipment_2:0 "Skeleton Tank" + + USA_ww1_heavy_tank_equipment_3_short:0 "Mark VIII" + USA_ww1_heavy_tank_equipment_3:0 "Mark VIII Liberty" +#---------------------------------------------------- + +#---------------------------------------------------- +# UNITED KINGDOM / BRITISH EMPIRE + + ENG_ww1_tank_prototype_equipment_short:0 "Little Willie" + ENG_ww1_tank_prototype_equipment:0 "Little Willie" + + ENG_ww1_armored_car_equipment_1_short:0 "Silver Ghost" + ENG_ww1_armored_car_equipment_1:0 "Rolls Royce Silver Ghost" + + ENG_ww1_armored_car_equipment_2:0 "Austin" + ENG_ww1_armored_car_equipment_3:0 "Rolls Royce Mk.I" + + ENG_ww1_armored_car_equipment_4:0 "Lanchester 6×4" + + ENG_ww1_armored_car_equipment_5_short:0 "Daimler Dingo" + ENG_ww1_armored_car_equipment_5:0 "Daimler Dingo Scout Car" + + ENG_ww1_light_tank_equipment_1_short:0 "Whippet" + ENG_ww1_light_tank_equipment_1:0 "Whippet" + + ENG_ww1_light_tank_equipment_1b_short:0 "Mark B" + ENG_ww1_light_tank_equipment_1b:0 "Medium Mark B" + + ENG_ww1_light_tank_equipment_2_short:0 "Mark C Hornet" + ENG_ww1_light_tank_equipment_2:0 "Medium Mark C Hornet" + + ENG_ww1_light_tank_equipment_3_short:0 "Vickers Light Tank" + ENG_ww1_light_tank_equipment_3:0 "Vickers Light Tank Mark I" + + ENG_ww1_heavy_tank_equipment_1_short:0 "Mark I" + ENG_ww1_heavy_tank_equipment_1:0 "Mark I Tank" + + ENG_ww1_heavy_tank_equipment_2_short:0 "Mark IV" + ENG_ww1_heavy_tank_equipment_2:0 "Mark IV" + + ENG_ww1_heavy_tank_equipment_3_short:0 "Mark VIII" + ENG_ww1_heavy_tank_equipment_3:0 "Mark VIII Liberty" + + ENG_ww1_super_heavy_tank_equipment_short:0 "Flying Elephant" + ENG_ww1_super_heavy_tank_equipment:0 "Flying Elephant" +#---------------------------------------------------- + +#---------------------------------------------------- +# RUSSIAN EMPIRE + + RUS_ww1_tank_prototype_equipment:0 "Tsar Tank" + + RUS_ww1_armored_car_equipment_1:0 "Nakashidze-Charron" + RUS_ww1_armored_car_equipment_2:0 "Austin" + RUS_ww1_armored_car_equipment_3:0 "Mgebrov-Renault" + RUS_ww1_armored_car_equipment_4:0 "Austin-Putilov" + RUS_ww1_armored_car_equipment_5:0 "BA-3" + + RUS_ww1_light_tank_equipment_1_short:0 "Vezdekhod" + RUS_ww1_light_tank_equipment_1:0 "Vezdekhod" + + RUS_ww1_light_tank_equipment_1b_short:0 "Vezdekhod (Canon)" + RUS_ww1_light_tank_equipment_1b:0 "Vezdekhod (Canon)" + + RUS_ww1_light_tank_equipment_2_short:0 "T-16" + RUS_ww1_light_tank_equipment_2:0 "T-16" + + RUS_ww1_light_tank_equipment_3_short:0 "T-18" + RUS_ww1_light_tank_equipment_3:0 "T-18" + + RUS_ww1_heavy_tank_equipment_1_short:0 "Rybinsk Tank" + RUS_ww1_heavy_tank_equipment_1:0 "Rybinsk Tank" + + #RUS_ww1_heavy_tank_equipment_2:0 "Russian Armor II" + + RUS_ww1_heavy_tank_equipment_3_short:0 "T-24" + RUS_ww1_heavy_tank_equipment_3:0 "T-24" + + RUS_ww1_super_heavy_tank_equipment_short:0 "Mendeleev" + RUS_ww1_super_heavy_tank_equipment:0 "Mendeleev Tank" +#---------------------------------------------------- + +#---------------------------------------------------- +# AUSTRIA-HUNGARY + + AUH_ww1_armored_car_equipment_1_short:0 "Austro-Daimler" + AUH_ww1_armored_car_equipment_1:0 "Austro-Daimler Panzerwagen" + + AUH_ww1_armored_car_equipment_2:0 "Junovicz P.A.1" + + AUH_ww1_armored_car_equipment_3:0 "Romfell P.A.2" + + AUH_ww1_light_tank_equipment_1_short:0 "Motorgeschütz" + AUH_ww1_light_tank_equipment_1:0 "Motorgeschütz" + + #WW2 Medium Tank + AUH_medium_tank_equipment_1:0 "Turán I" + AUH_medium_tank_equipment_1_short:0 "Turán I" +#---------------------------------------------------- + +#---------------------------------------------------- +# OTTOMAN EMPIRE + + TUR_ww1_armored_car_equipment_1_short:0 "Hotchkiss" + TUR_ww1_armored_car_equipment_1:0 "Hotchkiss" + + TUR_ww1_armored_car_equipment_2:0 "Panhard-Genty" +#---------------------------------------------------- + + ARMORED_CAR_TITLE_LIGHT:0 "ARMORED\nCARS" + + +# Description added, ugly but meh + + ww1_armored_car_equipment_desc:0 "Armored Car I" diff --git a/mod/thegreatwar/localisation/ww1_tanks_ww2_l_french.yml b/mod/thegreatwar/localisation/ww1_tanks_ww2_l_french.yml new file mode 100755 index 000000000..83e9127dc --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_tanks_ww2_l_french.yml @@ -0,0 +1,150 @@ +l_french: + +# Soviet Union Equipment for Russian Empire + + RUS_gw_tank_equipment:0 "T-18" + RUS_gw_tank_equipment_short:0 "T-18" + + RUS_light_tank_equipment_1:0 "T-26" + RUS_light_tank_equipment_1_short:0 "T-26" + + RUS_light_tank_equipment_2:0 "BT-7" + RUS_light_tank_equipment_2_short:0 "BT-7" + + RUS_light_tank_artillery_equipment_1:0 "SU-76-26" + RUS_light_tank_artillery_equipment_1_short:0 "SU-76-26" + + RUS_light_tank_artillery_equipment_2:0 "SU-76-7" + RUS_light_tank_artillery_equipment_2_short:0 "SU-76-7" + + RUS_light_tank_artillery_equipment_3:0 "SU-76" + RUS_light_tank_artillery_equipment_3_short:0 "SU-76" + + + RUS_light_tank_equipment_3:0 "T-60 scout" + RUS_light_tank_equipment_3_short:0 "T-60" + + RUS_light_tank_destroyer_equipment_1:0 "SU-37" + RUS_light_tank_destroyer_equipment_1_short:0 "SU-37" + + RUS_light_tank_destroyer_equipment_2:0 "SU-45" + RUS_light_tank_destroyer_equipment_2_short:0 "SU-45" + + RUS_light_tank_destroyer_equipment_3:0 "ZiS-30" + RUS_light_tank_destroyer_equipment_3_short:0 "ZiS-30" + + + RUS_light_tank_aa_equipment_1:0 "ZSU-12.7" + RUS_light_tank_aa_equipment_1_short:0 "ZSU-12.7" + + RUS_light_tank_aa_equipment_2:0 "ZSU-12.7-2" + RUS_light_tank_aa_equipment_2_short:0 "ZSU-12.7-2" + + RUS_light_tank_aa_equipment_3:0 "ZSU-37" + RUS_light_tank_aa_equipment_3_short:0 "ZSU-37" + + + RUS_medium_tank_equipment_1:0 "A-32" + RUS_medium_tank_equipment_1_short:0 "A-32" + + RUS_medium_tank_equipment_2:0 "T-34" + RUS_medium_tank_equipment_2_short:0 "T-34" + + RUS_medium_tank_equipment_3:0 "T-44" + RUS_medium_tank_equipment_3_short:0 "T-44" + + RUS_medium_tank_artillery_equipment_1:0 "SU-76-32" + RUS_medium_tank_artillery_equipment_1_short:0 "SU-76-32" + + RUS_medium_tank_artillery_equipment_2:0 "SU-122" + RUS_medium_tank_artillery_equipment_2_short:0 "SU-122" + + RUS_medium_tank_artillery_equipment_3:0 "SU-152-44" + RUS_medium_tank_artillery_equipment_3_short:0 "SU-152-44" + + + RUS_medium_tank_destroyer_equipment_1:0 "SU-85-32" + RUS_medium_tank_destroyer_equipment_1_short:0 "SU-85-32" + + RUS_medium_tank_destroyer_equipment_2:0 "SU-85" + RUS_medium_tank_destroyer_equipment_2_short:0 "SU-85" + + RUS_medium_tank_destroyer_equipment_3:0 "SU-100" + RUS_medium_tank_destroyer_equipment_3_short:0 "SU-100" + + + RUS_medium_tank_aa_equipment_1:0 "ZSU-37-32" + RUS_medium_tank_aa_equipment_1_short:0 "ZSU-37-32" + + RUS_medium_tank_aa_equipment_2:0 "ZSU-37-34" + RUS_medium_tank_aa_equipment_2_short:0 "ZSU-37-34" + + RUS_medium_tank_aa_equipment_3:0 "ZSU-57-44" + RUS_medium_tank_aa_equipment_3_short:0 "ZSU-57-44" + + + RUS_heavy_tank_equipment_1:0 "T-35" + RUS_heavy_tank_equipment_1_short:0 "T-35" + + RUS_heavy_tank_equipment_2:0 "KV-1" + RUS_heavy_tank_equipment_2_short:0 "KV-1" + + RUS_heavy_tank_equipment_3:0 "IS" + RUS_heavy_tank_equipment_3_short:0 "IS" + + RUS_heavy_tank_artillery_equipment_1:0 "SU-14" + RUS_heavy_tank_artillery_equipment_1_short:0 "SU-14" + + RUS_heavy_tank_artillery_equipment_2:0 "SU-100-Y" + RUS_heavy_tank_artillery_equipment_2_short:0 "SU-100-Y" + + RUS_heavy_tank_artillery_equipment_3:0 "ISU-152" + RUS_heavy_tank_artillery_equipment_3_short:0 "ISU-152" + + + RUS_heavy_tank_destroyer_equipment_1:0 "SMK" + RUS_heavy_tank_destroyer_equipment_1_short:0 "SMK" + + RUS_heavy_tank_destroyer_equipment_2:0 "SU-152" + RUS_heavy_tank_destroyer_equipment_2_short:0 "SU-152" + + RUS_heavy_tank_destroyer_equipment_3:0 "ISU-122" + RUS_heavy_tank_destroyer_equipment_3_short:0 "ISU-122" + + + RUS_heavy_tank_aa_equipment_1:0 "ZSU-12.7-4" + RUS_heavy_tank_aa_equipment_1_short:0 "ZSU-12.7-4" + + RUS_heavy_tank_aa_equipment_2:0 "ZSU-37-Y" + RUS_heavy_tank_aa_equipment_2_short:0 "ZSU-37-Y" + + RUS_heavy_tank_aa_equipment_3:0 "ISU-57-2" + RUS_heavy_tank_aa_equipment_3_short:0 "ISU-57-2" + + + RUS_super_heavy_tank_equipment_1:0 "IS-7" + RUS_super_heavy_tank_equipment_1_short:0 "IS-7" + + RUS_super_heavy_tank_artillery_equipment_1:0 "ISU-203" + RUS_super_heavy_tank_artillery_equipment_1_short:0 "ISU-203" + + RUS_super_heavy_tank_destroyer_equipment_1:0 "ISU-130" + RUS_super_heavy_tank_destroyer_equipment_1_short:0 "ISU-130" + + RUS_super_heavy_tank_aa_equipment_1:0 "ISU-57-4" + RUS_super_heavy_tank_aa_equipment_1_short:0 "ISU-57-4" + + RUS_modern_tank_equipment_1:0 "T-54" + RUS_modern_tank_equipment_1_short:0 "T-54" + + RUS_modern_tank_artillery_equipment_1:0 "SU-152-54" + RUS_modern_tank_artillery_equipment_1_short:0 "SU-152-54" + + RUS_modern_tank_destroyer_equipment_1:0 "SU-122-54" + RUS_modern_tank_destroyer_equipment_1_short:0 "SU-122-54" + + RUS_modern_tank_aa_equipment_1:0 "ZSU-57-2" + RUS_modern_tank_aa_equipment_1_short:0 "ZSU-57-2" + + RUS_motorized_rocket_equipment_1:0 "BM-13 Katyusha" + RUS_motorized_rocket_equipment_1_short:0 "Katyusha" diff --git a/mod/thegreatwar/localisation/ww1_techs_l_french.yml b/mod/thegreatwar/localisation/ww1_techs_l_french.yml new file mode 100755 index 000000000..faff465c8 --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_techs_l_french.yml @@ -0,0 +1,110 @@ +l_french: + + gas_masks1:0 "Masque à Gaz I" + gas_masks2:0 "Masque à Gaz II" + + machinegun_equipment_0:0 "Machine Gun I" + machinegun_equipment_1:0 "Machine Gun II" + machinegun_equipment_2:0 "Machine Gun III" + machinegun_equipment_3:0 "Machine Gun IV" + machinegun_equipment_4:0 "Machine Gun V" + infantry_equipment_4:0 "Infantry Equipment IV" + armored_car_equipment_1:0 "Armored Car I" + armored_car_equipment_2:0 "Armored Car II" + armored_car_equipment_3:0 "Armored Car III" + armored_car_equipment_4:0 "Armored Car IV" + light_tank_equipment_4:0 "Light Tank IV" + medium_tank_equipment_4:0 "Heavy Tank IV" + light_field_gun_equipment_1:0 "Field Artillery" + light_field_gun_equipment_2:0 "Early Artillery" + light_field_gun_equipment_3:0 "Artillery III" + light_field_gun_equipment_4:0 "Artillery IV" + light_howitzer_equipment_1:0 "Light Howitzer I" + light_howitzer_equipment_2:0 "Light Howitzer II" + light_howitzer_equipment_3:0 "Light Howitzer III" + light_howitzer_equipment_4:0 "Light Howitzer IV" + heavy_field_gun_equipment_1:0 "Siege Artillery" + heavy_field_gun_equipment_2:0 "Heavy Artillery" + heavy_field_gun_equipment_3:0 "Advanced Heavy Artillery" + heavy_field_gun_equipment_4:0 "Heavy Artillery IV" + heavy_howitzer_equipment_1:0 "Heavy Howitzer I" + heavy_howitzer_equipment_2:0 "Heavy Howitzer II" + heavy_howitzer_equipment_3:0 "Heavy Howitzer III" + heavy_howitzer_equipment_4:0 "Heavy Howitzer IV" + gas1:0 "Poison Gas" + gas2:0 "Gas Cylinders" + gas3:0 "Gas Shells" + siege_gun_equipment_1:0 "Siege Gun I" + siege_gun_equipment_2:0 "Siege Gun II" + siege_gun_equipment_3:0 "Siege Gun III" + siege_gun_equipment_4:0 "Siege Gun IV" + +ENG_ww1_infantry2_equip:0 "Adopt Brodie Helmet" +FRA_ww1_infantry2_equip:0 "Adopt Adrian Helmet" +GER_ww1_infantry2_equip:0 "Adopt Stahlhelm" + +ww1_infantry2_equip:0 "New Infantry Helmet" + +ww1_infantry2_equip_desc:0 "The hats and leather caps that have been assigned to our infantry are simply no longer suitable for modern warfare, and attempts to simply bolster these types of headware have had limited success. By adopting a new helmet, one made out of steel, we certainly won't be able to stop a bullet with any consistency, but our troops will be able to avoid casual head injuries much more easily." + + +ww1_ambulance1:0 "Horse-drawn Ambulance" +ww1_ambulance1_desc:0 "With the advent of modern horse-drawn vehicles in our army, we're able to standardize an ambulance vehicle, to quickly escort casualties off of the front line and into quick treatment. While they'll surely have a bumpy ride, and the conditions in these carts won't be particularly pleasant, it is surely much better than having wound treatment in the middle of an artillery crater." +ww1_ambulance2:0 "Motorized Ambulance" +ww1_ambulance2_desc:0 "Replacing horse-drawn ambulance carts with motor vehicles will allow us to evacuate troops from the battle much more quickly, which will help us save lives when time is of the essence. The improved horsepower vehicles will also allow for smoother rides and the ambulance to carry more supplies more effectively, which will further increase our return on casualties." + +ww1_oil1:0 "Oil Extraction" +ww1_oil1_desc:0 "Oil and its uses have been known since the late 19th century, and sadly, most of our oil extraction ability dates much the same. Modernizing our oil wells will increase our take of this valuable substance to a good degree." +ww1_oil2:0 "Improved Oil Drilling" +ww1_oil2_desc:0 "Oil is elusive- it hides underground, where none can see it. For this reason, it's imperitive that we develop more efficient ways to locate it. By improving our oil drilling capabilities, we can find and, therefore, exploit more oil around existing reserves." +ww1_oil3:0 "Oil Worker Training" +ww1_oil3_desc:0 "With the recent advances in the tools to find and extract oil, we cannot let our workers be the reason our efforts fall behind. By establishing training standards for oil field workers in both the private and public sector, we can make sure less oil is wasted, further bolstering our newfound reserves of black gold." + +ww1_tools3:0 "Advanced Hand Tools" +ww1_tools3_desc:0 "Even old pharoah Menes would have been familiar with the hammer and nail, but modern industries allow us to produce more, superior, and standardized tools, allowing increased productivity in our workshops and industries around the world- so long as they can find that damned 8mm wrench..." + + +ww1_fortification1:0 "Vauban's Works on Defense" +ww1_fortification1_desc:0 "Fortifications seem like a no-brainer to construct, and to a degree, this much is the case. However, effective design and positioning of forts is important to get any serious use out of them, and Vauban's Works, despite being published hundreds of years ago, still ring true to this day. Studying this will allow superior fortification construction." + +ww1_fortification2:0 "Trench Excavation" +ww1_fortification2_desc:0 "Forts on their own are nice, but in today's Trench Warfare, integrating them into our existing trench systems would be even better. Construction of smaller forts that are interlocked with our trenches will not only give us superior forts, but also give troops in the garrison a far easier way out if need be." + +ww1_fortification3:0 "Reinforced Concrete" +ww1_fortification3_desc:0 "Even the substance we construct our fortifications out of can still yet be improved. Reinforcing our concrete will lead to more stable, solid fortifications, less vulnerable to enemy artillery strikes." + +ww1_fortification3b:0 "Defensive Bunker" +ww1_fortification3b_desc:0 "Forts on their own are good defenses, but there's not much room or time to construct one when the trench line moves up. Bunkers, being smaller and much faster to construct, can help our defensive lines in fortified sectors stay secure." + +ww1_fortification4:0 "Anti-Aircraft Gun Support" +ww1_fortification4_desc:0 "The advent of Aircraft provide a new, quite difficult challenge to deal with when constructing fortification lines. It is a lot more difficult to build around a falling bomb than even, say, an artillery shell. Anti-Aircraft guns, therefore, should be set up to support our forts, and keep them defensible even in the modern war." + + + + +ww1_medicine1:0 "New Surgical Instruments" +ww1_medicine1_desc:0 "The era of surgery being a matter of bonesaws and booze is over, thank god. New instruments like the Hirtz Compass and new techniques for existing instruments like Intravenous Blood Transfusion should help to save several of our boys on the battlefield." + +ww1_medicine2:0 "War Medicine" +ww1_medicine2_desc:0 "Bullets are not the only deadly force in combat. The grim taxman of death is well known to take his due toll on soldiers, especially in the stagnant Trench Warfare. Ensuring mass production of vitamins, antibiotics, and other chemical cures- and of course, making sure that they all work as intended- will lead to far less easily preventable casualties for our troops." + +ww1_medicine3:0 "Sterilization Effort" +ww1_medicine3_desc:0 "No, don't worry, we're not starting a national vasectomy campaign. Part of the horror of war is filth- the image of a surgeon arm-deep in a patient with blood from another man on his hands is common, but not good. Ensuring there are appropritate sanitation measures taken for our medics can stop them from doing more harm than good." + +ww1_medicine4:0 "Vaccination Campaign" +ww1_medicine4_desc:0 "No one enjoys getting a shot, but on the battlefield, being immunized to common diseases could save your life- no sick soldier fights well, after all. Though vaccination is still not yet fully understood, we know enough about the science to know that it's got direct, positive benefits- and who could resist saving more manpower?" + +ww1_medicine5:0 "Hospital Modernization" +ww1_medicine5_desc:0 "Though our field surgeons are now all well and good, we cannot forget our proper hospitals behind the lines. Ensuring that these men have everything they need to deal with all possible comers suffering afflictions from shell shock to gas wounds, and even, perhaps, perform reconstructive surgery or other wild new techniques, will lead to even more men surviving a close encounter of the front lines." + + + + + + + +hoi4tgw_decryption:0 "Decryption - Cryptanalysis" +hoi4tgw_decryption_desc:0 "Decryption is the reverse, in other words, moving from the unintelligible ciphertext back to plaintext." + +hoi4tgw_encryption:0 "Encryption - Cryptography" +hoi4tgw_encryption_desc:0 "Until modern times, cryptography referred almost exclusively to encryption, which is the process of converting ordinary information into unintelligible text." \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_victory_points_l_french.yml b/mod/thegreatwar/localisation/ww1_victory_points_l_french.yml new file mode 100755 index 000000000..f455006dd --- /dev/null +++ b/mod/thegreatwar/localisation/ww1_victory_points_l_french.yml @@ -0,0 +1,7 @@ +l_french: + + # Montenegro's Capital City + VICTORY_POINTS_9809:0 "Cetinje" + + # City in Serbia + VICTORY_POINTS_11887:0 "Niš"