### FRENCH

# Principes :
# L'criture de la commande: Get + chane au masculin avec majuscule + chane au fminin avec majuscule
# Ajouter Cap  la fin pour avoir une majuscule dans le texte cible
# Ajouter Opp pour inverser le masculin et le fminin
# L'apostrophe pour les lisions n'est pas reprsent dans le nom des commandes
# "fallback_text" permet d'avoir une ligne de localisation utilise au cas o aucune condition n'est remplie, en l'occurrence la commande anglaise correspondante.

## PRONOUNS
# GetIlElle
# GetIlElleCap
# GetIlElleOpp
# GetIlElleCapOpp
# GetLeLa
# GetLeLaCap
# GetLeLaOpp
# GetLeLaCapOpp
# GetLuiElle
# GetLuiElleOpp
# GetCeluiCelle
# GetCeluiCelleCap
# GetOnA (mon, ma, Mon, Ma, son, sa, Son, Sa)
# GetOnAOpp

## ENDINGS
# GetErEre
# GetEEtte
# GetEEtteOpp
# GetEtEtte
# GetXSe
# GetLLle
# GetEurRice
# GetXCe
# GetNNne
# GetRSe
# GetFVe
# GetEtEte
# GetEurEresse
# GetOuOlle (fou\folle)
# GetOuOlleOpp
# GetEauElle
# GetSSse (gros\grosse las\lasse)
# GetEEsse (tratre\tratresse)
# GetNoneE (Not there - harcoded)
# GetNoneEOpp (Not there - harcoded)
# GetNoneEPreference
# GetNNnePreference
# GetEteEtesse (pote\potesse)
# GetXSse (faux\fausse)
# GetTTte (sot\sotte)

## ELISIONS
# GetLLa (l'\la )
# GetLLaOpp
# GetLLaCap
# GetDDe (d'\de )
# GetSilSielle (s'il\si elle)
# GetSilSielleCap
# GetEluiElle (e lui\'elle)

## PREPOSITIONS
# GetAuAla
# GetAuAlaCap
# GetDuDela
# GetDuDelaDesPrimaryTitleFullName (DuDelaDes devant PrimaryTitle.GetFullName)
# GetLeLaLesPrimaryTitleFullName (LeLaLes devant PrimaryTitle.GetFullName)
# GetDansChezPrimaryTitleFullName (DansChez devant PrimaryTitle.GetFullName)
# GetAuAlaAuxPrimaryTitleFullName (AuAlaAux devant PrimaryTitle.GetFullName)

## HARDCODED ENGLISH COMMANDS WITH ARTICLE OR GENDER
# GetHighGodDuDelaDes (Religion.GetHighGodName + DuDelaDes)
# GetHighGodAAux (Religion.GetHighGodName + AAux)
# GetReligiousGroupMascFem (Religion.GetGroupName + MascFem)
# GetReligiousGroupFem (Religion.GetGroupName + Fem)
# GetReligionMascFem (Religion.GetName + MascFem)
# GetReligionMascPl (Religion.GetName + MascPl)
# GetReligionMasc (Religion.GetName + Masc)
# GetScriptureDuDelaDes (Religion.GetScriptureName + DuDelaDes)
# GetEvilGodDuDelaDes (Religion.GetRandomEvilGodName + DuDelaDes)
# GetCultureMasc (Culture.GetName + Masc)
# GetCultureMascFem (Culture.GetName + MascFem)
# GetCultureMascPl (Culture.GetName + MascPl)
# GetSocietyNameDuDelaDes (Society.GetName + DuDelaDes)
# GetJobTitle2 (WIP)
# GetGovernmentFem
# GetGovernmentLeLaCap

## CUSTOM ENGLISH COMMANDS WITH ARTICLE OR GENDER
# GetCapitalHoldingDuDela (GetCapitalHolding + DuDela)
# GetCapitalHoldingAuAla (GetCapitalHolding + AuAla)
# GetHoldingDuDela (GetHolding + DuDela)
# GetHouseOfWorshipDuDela (GetHouseOfWorship + DuDela)
# GetHouseOfWorshipUnUne (GetHouseOfWorship + UnUne)
# GetReligiousPersonMascFem (GetReligiousPerson + MascFem)
# GetTrueReligionScriptureNameDuDelaDes (GetTrueReligionScriptureName + DuDelaDes)
# GetTrueReligionHighGodDuDelaDes (GetTrueReligionHighGod + DuDelaDes)
# GetDWSettlementAuAla (GetDWSettlement + AuAla)
# GetDWDevilDuDela (GetDWDevil + DuDela)
# GetMatterOfImportanceOnA (GetMatterOfImportance + OnA)
# GetComplimentAdjectiveMascFem (GetComplimentAdjective + MascFem)

## ORIGINAL FRENCH CUSTOM COMMANDS
# GetRealmDuDela (de l'Empire\du Royaume\du Duch\des terres comtales)



# ********************************************************************************
## PRONOUNS

defined_text = {
	name = GetIlElle
	text = {
		localisation_key = String_GetIlElle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetIlElle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetIlElleCap
	text = {
		localisation_key = String_GetIlElleCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetIlElleCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetIlElleOpp
	text = {
		localisation_key = String_GetIlElleOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetIlElleOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetIlElleCapOpp
	text = {
		localisation_key = String_GetIlElleCapOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetIlElleCapOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLeLa
	text = {
		localisation_key = String_GetLeLa_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLeLa_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLeLaCap
	text = {
		localisation_key = String_GetLeLaCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLeLaCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLeLaOpp
	text = {
		localisation_key = String_GetLeLaOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLeLaOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLeLaCapOpp
	text = {
		localisation_key = String_GetLeLaCapOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLeLaCapOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLuiElle
	text = {
		localisation_key = String_GetLuiElle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLuiElle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLuiElleOpp
	text = {
		localisation_key = String_GetLuiElleOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLuiElleOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetCeluiCelle
	text = {
		localisation_key = String_GetCeluiCelle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetCeluiCelle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetCeluiCelleCap
	text = {
		localisation_key = String_GetCeluiCelleCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetCeluiCelleCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetOnA
	text = {
		localisation_key = String_GetOnA_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetOnA_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetOnAOpp
	text = {
		localisation_key = String_GetOnAOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetOnAOpp_female
		trigger = {
			is_female = yes
		}
	}
}

## ENDINGS

defined_text = {
	name = GetErEre
	text = {
		localisation_key = String_GetErEre_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetErEre_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEEtte
	text = {
		localisation_key = String_GetEEtte_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEEtte_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEEtteOpp
	text = {
		localisation_key = String_GetEEtte_male
		trigger = {
			is_female = yes
		}
	}
	text = {
		localisation_key = String_GetEEtte_female
		trigger = {
			is_female = no
		}
	}
}

defined_text = {
	name = GetEtEtte
	text = {
		localisation_key = String_GetEtEtte_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEtEtte_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetXSe
	text = {
		localisation_key = String_GetXSe_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetXSe_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLLle
	text = {
		localisation_key = String_GetLLle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLLle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEurRice
	text = {
		localisation_key = String_GetEurRice_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEurRice_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetXCe
	text = {
		localisation_key = String_GetXCe_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetXCe_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetNNne
	text = {
		localisation_key = String_GetNNne_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetNNne_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetRSe
	text = {
		localisation_key = String_GetRSe_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetRSe_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetFVe
	text = {
		localisation_key = String_GetFVe_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetFVe_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEtEte
	text = {
		localisation_key = String_GetEtEte_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEtEte_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEurEresse
	text = {
		localisation_key = String_GetEurEresse_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEurEresse_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetOuOlle
	text = {
		localisation_key = String_GetOuOlle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetOuOlle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetOuOlleOpp
	text = {
		localisation_key = String_GetOuOlle_male
		trigger = {
			is_female = yes
		}
	}
	text = {
		localisation_key = String_GetOuOlle_female
		trigger = {
			is_female = no
		}
	}
}

defined_text = {
	name = GetEauElle
	text = {
		localisation_key = String_GetEauElle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEauElle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetSSse
	text = {
		localisation_key = String_GetSSse_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetSSse_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEEsse
	text = {
		localisation_key = String_GetEEsse_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEEsse_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetNoneEPreference
	text = {
		localisation_key = "" # N'affiche rien
		trigger = { prefers_men_trigger = yes }
	}
	text = {
		localisation_key = String_GetNoneE_female
		trigger = { prefers_men_trigger = no }
	}
}

defined_text = {
	name = GetNNnePreference
	text = {
		localisation_key = String_GetNNne_male
		trigger = { prefers_men_trigger = yes }
	}
	text = {
		localisation_key = String_GetNNne_female
		trigger = { prefers_men_trigger = no }
	}
}

defined_text = {
	name = GetEteEtesse
	text = {
		localisation_key = String_GetEteEtesse_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEteEtesse_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetXSse
	text = {
		localisation_key = String_GetXSse_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetXSse_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetTTte
	text = {
		localisation_key = String_GetTTte_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetTTte_female
		trigger = {
			is_female = yes
		}
	}
}


## ELISIONS

defined_text = {
	name = GetLLa
	text = {
		localisation_key = String_GetLLa_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLLa_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLLaOpp
	text = {
		localisation_key = String_GetLLaOpp_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLLaOpp_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetLLaCap
	text = {
		localisation_key = String_GetLLaCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetLLaCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetDDe
	text = {
		localisation_key = String_GetDDe_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetDDe_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetSilSielle
	text = {
		localisation_key = String_GetSilSielle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetSilSielle_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetSilSielleCap
	text = {
		localisation_key = String_GetSilSielleCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetSilSielleCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetEluiElle
	text = {
		localisation_key = String_GetEluiElle_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetEluiElle_female
		trigger = {
			is_female = yes
		}
	}
}

## PREPOSITIONS

defined_text = {
	name = GetAuAla
	text = {
		localisation_key = String_GetAuAla_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetAuAla_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetAuAlaCap
	text = {
		localisation_key = String_GetAuAlaCap_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetAuAlaCap_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetDuDela
	text = {
		localisation_key = String_GetDuDela_male
		trigger = {
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetDuDela_female
		trigger = {
			is_female = yes
		}
	}
}

defined_text = {
	name = GetDuDelaDesPrimaryTitleFullName
	fallback_text = {
		localisation_key = String_fallback_text_GetDuDelaDesPrimaryTitleFullName
	}
	text = {
		localisation_key = String_preposition_del
		trigger = { # Empire
			tier = EMPEROR
			NOT = {
				government = republic_government
				government = merchant_republic_government
				government = nomadic_government
				culture = russian
				AND = {
					culture_group = altaic # Khaganat
					NOT = { primary_title = { title = e_il-khanate } } # Ilkhanat
				}
				primary_title = { title = e_china_west_governor }
                primary_title = { title = e_hre }
                primary_title = { title = e_golden_horde }
                primary_title = { title = e_timurids }
			}
		}
	}
	text = {
		localisation_key = String_preposition_du
		trigger = {
			tier = EMPEROR
			OR = {
				government = nomadic_government # Khaganat
                culture = russian # Tsarat
				AND = {
					culture_group = altaic # Khaganat
					NOT = { primary_title = { title = e_il-khanate } } # Ilkhanat
				}
				primary_title = { title = e_china_west_governor } # Protectorat des Rgions de l'Ouest
				primary_title = { title = e_hre } # Saint-Empire romain
			}
			NOT = {
				primary_title = { title = e_golden_horde } # Horde d'Or
				primary_title = { title = e_il-khanate } # Ilkhanat
				primary_title = { title = e_timurids } # Timourides
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = EMPEROR
			OR = {
                government = republic_government # Principaut
                government = merchant_republic_government
                primary_title = { title = e_golden_horde } # Horde d'Or
			}
		}
	}
	text = {
		localisation_key = String_preposition_des
		trigger = {
			tier = EMPEROR
			primary_title = { title = e_timurids } # Timourides
		}
	}
	text = {
		localisation_key = String_preposition_du
		trigger = {  # Royaume, Khanat, Sultanat, Califat, Patriarcat
			tier = KING
			NOT = {
				government = republic_government
				government = merchant_republic_government
                AND = {
					religion = catholic
					government = theocracy_government
				}
                AND = {
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = {
					culture = old_saxon 
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = KING
			OR = {
                government = republic_government # Rpublique Srnissime & Ligue marchande
                government = merchant_republic_government # Rpublique Srnissime & Ligue marchande
                AND = { # Thocratie
					religion = catholic 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group
					government = theocracy_government
				}
                AND = { # Grande chefferie
					culture = old_saxon
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
        }
    }
	text = {
		localisation_key = String_preposition_du
		trigger = {
			tier = DUKE
			NOT = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = arabic # mirat
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # mirat, Grande chefferie
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_massive } # Arme du Dragon
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_white_company } # Compagnie Blanche
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = DUKE
			OR = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = { # Grande chefferie
					government = tribal_government 
					NOT = { culture_group = west_african } # mirat
				}
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_white_company } # Compagnie Blanche
			}
		}
	}
	text = {
		localisation_key = String_preposition_del
		trigger = {
			tier = DUKE
			OR = {
				culture_group = arabic # mirat
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_han_massive } # Arme du Dragon
			}
		}
	}
	text = {
		localisation_key = String_preposition_des
		trigger = {
			tier = DUKE
			OR = {
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_du
		trigger = {
			tier = COUNT # Comt, Cheikat, Thikana, Marzpanat, Beylicat
			NOT = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = COUNT
			OR = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_del
		trigger = {
			tier = COUNT
			OR = {
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = BARON
			government = feudal_government # Baronnie, Wilaya, Dama
			NOT = {
                culture_group = iranian # Arg
                culture = mongol # Tashi
                culture = turkish # Timar
			}
		}
	}
	text = {
		localisation_key = String_preposition_del
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture_group = iranian # Arg
		    }
		}
	}
	text = {
		localisation_key = String_preposition_du
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture = turkish # Timar
				culture = mongol # Tashi
		    }
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = BARON
			OR = {
				government = republic_government # Cit
				government = merchant_republic_government # Cit
			}
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = BARON
			government = tribal_government # Tribu, Dama
		}
	}
	text = {
		localisation_key = String_preposition_du
		trigger = {
			tier = BARON
			government = theocracy_government # Temple, Khalwat, Vahram
			NOT = {
				religion_group = christian # vch
				religion_group = muslim # Mosque
			}
		}
	}
	text = {
		localisation_key = String_preposition_del
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = christian # vch
		}
	}
	text = {
		localisation_key = String_preposition_dela
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = muslim # Mosque
		}
	}
}

defined_text = {
	name = GetDansChezPrimaryTitleFullName
	fallback_text = {
		localisation_key = String_fallback_text_GetDansChezPrimaryTitleFullName
	}
	text = {
		localisation_key = String_preposition_dansl
		trigger = { # Empire
			tier = EMPEROR
			NOT = {
				government = republic_government
				government = merchant_republic_government
				government = nomadic_government
				culture = russian
				culture_group = altaic
				primary_title = { title = e_china_west_governor }
                primary_title = { title = e_hre }
                primary_title = { title = e_golden_horde }
                primary_title = { title = e_timurids }
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansle
		trigger = {
			tier = EMPEROR
			OR = {
				government = nomadic_government # Khaganat
                culture = russian # Tsarat
				AND = {
					culture_group = altaic # Khaganat
					NOT = { primary_title = { title = e_il-khanate } } # Ilkhanat
				}
				primary_title = { title = e_china_west_governor } # Protectorat des Rgions de l'Ouest
				primary_title = { title = e_hre } # Saint-Empire romain
			}
			NOT = {
				primary_title = { title = e_golden_horde } # Horde d'Or
				primary_title = { title = e_il-khanate } # Ilkhanat
				primary_title = { title = e_timurids } # Timourides
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = EMPEROR
			OR = {
                government = republic_government # Principaut
                government = merchant_republic_government
                primary_title = { title = e_golden_horde } # Horde d'Or
			}
		}
	}
	text = {
		localisation_key = String_preposition_chezles
		trigger = {
			tier = EMPEROR
			primary_title = { title = e_timurids } # Timourides
		}
	}
	text = {
		localisation_key = String_preposition_dansle
		trigger = {  # Royaume, Khanat, Sultanat, Califat, Patriarcat
			tier = KING
			NOT = {
				government = republic_government
				government = merchant_republic_government
                AND = {
					religion = catholic
					government = theocracy_government
				}
                AND = {
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = {
					culture = old_saxon 
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = KING
			OR = {
                government = republic_government # Rpublique Srnissime & Ligue marchande
                government = merchant_republic_government # Rpublique Srnissime & Ligue marchande
                AND = { # Thocratie
					religion = catholic 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group
					government = theocracy_government
				}
                AND = { # Grande chefferie
					culture = old_saxon
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
        }
    }
	text = {
		localisation_key = String_preposition_dansle
		trigger = {
			tier = DUKE
			NOT = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = arabic # mirat
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # mirat, Grande chefferie
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_massive } # Arme du Dragon
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_white_company } # Compagnie Blanche
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = DUKE
			OR = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = { # Grande chefferie
					government = tribal_government 
					NOT = { culture_group = west_african } # mirat
				}
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_white_company } # Compagnie Blanche
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansl
		trigger = {
			tier = DUKE
			OR = {
				culture_group = arabic # mirat
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_han_massive } # Arme du Dragon
			}
		}
	}
	text = {
		localisation_key = String_preposition_chezles
		trigger = {
			tier = DUKE
			OR = {
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansle
		trigger = {
			tier = COUNT # Comt, Cheikat, Thikana, Marzpanat, Beylicat
			NOT = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = COUNT
			OR = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansl
		trigger = {
			tier = COUNT
			OR = {
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = BARON
			government = feudal_government # Baronnie, Wilaya, Dama
			NOT = {
                culture_group = iranian # Arg
                culture = mongol # Tashi
                culture = turkish # Timar
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansl
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture_group = iranian # Arg
		    }
		}
	}
	text = {
		localisation_key = String_preposition_dansle
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture = turkish # Timar
				culture = mongol # Tashi
		    }
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = BARON
			OR = {
				government = republic_government # Cit
				government = merchant_republic_government # Cit
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = BARON
			government = tribal_government # Tribu, Dama
		}
	}
	text = {
		localisation_key = String_preposition_dansle
		trigger = {
			tier = BARON
			government = theocracy_government # Temple, Khalwat, Vahram
			NOT = {
				religion_group = christian # vch
				religion_group = muslim # Mosque
			}
		}
	}
	text = {
		localisation_key = String_preposition_dansl
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = christian # vch
		}
	}
	text = {
		localisation_key = String_preposition_dansla
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = muslim # Mosque
		}
	}
}

defined_text = {
	name = GetLeLaLesPrimaryTitleFullName
	fallback_text = {
		localisation_key = String_fallback_text_GetLeLaLesPrimaryTitleFullName
	}
	text = {
		localisation_key = String_preposition_l
		trigger = { # Empire
			tier = EMPEROR
			NOT = {
				government = republic_government
				government = merchant_republic_government
				government = nomadic_government
				culture = russian
				culture_group = altaic
				primary_title = { title = e_china_west_governor }
                primary_title = { title = e_hre }
                primary_title = { title = e_golden_horde }
                primary_title = { title = e_timurids }
			}
		}
	}
	text = {
		localisation_key = String_preposition_le
		trigger = {
			tier = EMPEROR
			OR = {
				government = nomadic_government # Khaganat
                culture = russian # Tsarat
				AND = {
					culture_group = altaic # Khaganat
					NOT = { primary_title = { title = e_il-khanate } } # Ilkhanat
				}
				primary_title = { title = e_china_west_governor } # Protectorat des Rgions de l'Ouest
				primary_title = { title = e_hre } # Saint-Empire romain
			}
			NOT = {
				primary_title = { title = e_golden_horde } # Horde d'Or
				primary_title = { title = e_il-khanate } # Ilkhanat
				primary_title = { title = e_timurids } # Timourides
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = EMPEROR
			OR = {
                government = republic_government # Principaut
                government = merchant_republic_government
                primary_title = { title = e_golden_horde } # Horde d'Or
			}
		}
	}
	text = {
		localisation_key = String_preposition_les
		trigger = {
			tier = EMPEROR
			primary_title = { title = e_timurids } # Timourides
		}
	}
	text = {
		localisation_key = String_preposition_le
		trigger = {  # Royaume, Khanat, Sultanat, Califat, Patriarcat
			tier = KING
			NOT = {
				government = republic_government
				government = merchant_republic_government
                AND = {
					religion = catholic
					government = theocracy_government
				}
                AND = {
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = {
					culture = old_saxon 
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = KING
			OR = {
                government = republic_government # Rpublique Srnissime & Ligue marchande
                government = merchant_republic_government # Rpublique Srnissime & Ligue marchande
                AND = { # Thocratie
					religion = catholic 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group
					government = theocracy_government
				}
                AND = { # Grande chefferie
					culture = old_saxon
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
        }
    }
	text = {
		localisation_key = String_preposition_le
		trigger = {
			tier = DUKE
			NOT = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = arabic # mirat
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # mirat, Grande chefferie
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_massive } # Arme du Dragon
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_white_company } # Compagnie Blanche
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = DUKE
			OR = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = { # Grande chefferie
					government = tribal_government 
					NOT = { culture_group = west_african } # mirat
				}
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_white_company } # Compagnie Blanche
			}
		}
	}
	text = {
		localisation_key = String_preposition_l
		trigger = {
			tier = DUKE
			OR = {
				culture_group = arabic # mirat
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_han_massive } # Arme du Dragon
			}
		}
	}
	text = {
		localisation_key = String_preposition_les
		trigger = {
			tier = DUKE
			OR = {
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_le
		trigger = {
			tier = COUNT # Comt, Cheikat, Thikana, Marzpanat, Beylicat
			NOT = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = COUNT
			OR = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_l
		trigger = {
			tier = COUNT
			OR = {
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = BARON
			government = feudal_government # Baronnie, Wilaya, Dama
			NOT = {
                culture_group = iranian # Arg
                culture = mongol # Tashi
                culture = turkish # Timar
			}
		}
	}
	text = {
		localisation_key = String_preposition_l
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture_group = iranian # Arg
		    }
		}
	}
	text = {
		localisation_key = String_preposition_le
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture = turkish # Timar
				culture = mongol # Tashi
		    }
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = BARON
			OR = {
				government = republic_government # Cit
				government = merchant_republic_government # Cit
			}
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = BARON
			government = tribal_government # Tribu, Dama
		}
	}
	text = {
		localisation_key = String_preposition_le
		trigger = {
			tier = BARON
			government = theocracy_government # Temple, Khalwat, Vahram
			NOT = {
				religion_group = christian # vch
				religion_group = muslim # Mosque
			}
		}
	}
	text = {
		localisation_key = String_preposition_l
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = christian # vch
		}
	}
	text = {
		localisation_key = String_preposition_la
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = muslim # Mosque
		}
	}
}

defined_text = {
	name = GetAuAlaAuxPrimaryTitleFullName
	fallback_text = {
		localisation_key = String_fallback_text_GetAuAlaAuxPrimaryTitleFullName
	}
	text = {
		localisation_key = String_preposition_al
		trigger = { # Empire
			tier = EMPEROR
			NOT = {
				government = republic_government
				government = merchant_republic_government
				government = nomadic_government
				culture = russian
				culture_group = altaic
				primary_title = { title = e_china_west_governor }
                primary_title = { title = e_hre }
                primary_title = { title = e_golden_horde }
                primary_title = { title = e_timurids }
			}
		}
	}
	text = {
		localisation_key = String_preposition_au
		trigger = {
			tier = EMPEROR
			OR = {
				government = nomadic_government # Khaganat
                culture = russian # Tsarat
				AND = {
					culture_group = altaic # Khaganat
					NOT = { primary_title = { title = e_il-khanate } } # Ilkhanat
				}
				primary_title = { title = e_china_west_governor } # Protectorat des Rgions de l'Ouest
				primary_title = { title = e_hre } # Saint-Empire romain
			}
			NOT = {
				primary_title = { title = e_golden_horde } # Horde d'Or
				primary_title = { title = e_il-khanate } # Ilkhanat
				primary_title = { title = e_timurids } # Timourides
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = EMPEROR
			OR = {
                government = republic_government # Principaut
                government = merchant_republic_government
                primary_title = { title = e_golden_horde } # Horde d'Or
			}
		}
	}
	text = {
		localisation_key = String_preposition_aux
		trigger = {
			tier = EMPEROR
			primary_title = { title = e_timurids } # Timourides
		}
	}
	text = {
		localisation_key = String_preposition_au
		trigger = {  # Royaume, Khanat, Sultanat, Califat, Patriarcat
			tier = KING
			NOT = {
				government = republic_government
				government = merchant_republic_government
                AND = {
					religion = catholic
					government = theocracy_government
				}
                AND = {
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = {
					culture = old_saxon 
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = KING
			OR = {
                government = republic_government # Rpublique Srnissime & Ligue marchande
                government = merchant_republic_government # Rpublique Srnissime & Ligue marchande
                AND = { # Thocratie
					religion = catholic 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group
					government = theocracy_government
				}
                AND = { # Grande chefferie
					culture = old_saxon
					government = tribal_government
				}
				primary_title = { title = k_papal_state } # Papaut
			}
        }
    }
	text = {
		localisation_key = String_preposition_au
		trigger = {
			tier = DUKE
			NOT = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = arabic # mirat
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # mirat, Grande chefferie
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_massive } # Arme du Dragon
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_white_company } # Compagnie Blanche
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = DUKE
			OR = {
				government = republic_government # Rpublique
				government = merchant_republic_government # Rpublique
				culture_group = iranian # Satrapie
				culture = mongol # Grande chefferie
				culture = russian # Grande-principaut
                AND = {# Thocratie
					religion_group = muslim
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
                AND = { # Grande chefferie
					government = tribal_government 
					NOT = { culture_group = west_african } # mirat
				}
				primary_title = { title = d_abyssinian_band } # Bande arme d'Abyssinie
				primary_title = { title = d_alan_band } # Bande de cavaliers alains
				primary_title = { title = d_bengal_band } # Bande arme bengalaise
				primary_title = { title = d_bengal_company } # Compagnie du Bengale
				primary_title = { title = d_bodpa_low } # Bande bodpa
				primary_title = { title = d_bodpa_low } # Bande bdpa
				primary_title = { title = d_breton_band } # Bande arme bretonne
				primary_title = { title = d_breton_company } # Compagnie bretonne
				primary_title = { title = d_bulgarian_band } # Bande arme bulgare
				primary_title = { title = d_bulgarian_company } # Compagnie bulgare
				primary_title = { title = d_catalan_band } # Bande arme catalane
				primary_title = { title = d_catalan_company } # Compagnie catalane
				primary_title = { title = d_company_of_st_george } # Compagnie de Saint-Georges
				primary_title = { title = d_cuman_band } # Bande arme coumane
				primary_title = { title = d_cuman_company } # Compagnie coumane
				primary_title = { title = d_finnish_band } # Bande arme finnoise
				primary_title = { title = d_fraticelli } # Papaut fraticelle
				primary_title = { title = d_frisian_navy } # Flotte de cogues de la mer du Nord
				primary_title = { title = d_genoese_navy } # Flotte de galres liguriennes
				primary_title = { title = d_ghanan_band } # Bande arme ghanenne
				primary_title = { title = d_ghilman } # Bande de ghulams
				primary_title = { title = d_great_company } # Grande Compagnie
				primary_title = { title = d_han_large } # Compagnie du Phnix
				primary_title = { title = d_han_low } # Bande de la Grue
				primary_title = { title = d_han_mid } # Compagnie du Qilin
				primary_title = { title = d_han_mid_low } # Compagnie de la Tortue
				primary_title = { title = d_han_tiny_1 } # Bande de la Pivoine
				primary_title = { title = d_han_tiny_2 } # Bande de l'Orchide
				primary_title = { title = d_hanseatic_navy } # Flotte de cogues de la Baltique
				primary_title = { title = d_holy_sepulchre } # Confrrie du Saint-Spulcre
				primary_title = { title = d_irish_band } # Bande arme irlandaise
				primary_title = { title = d_jewish } # Grande Prtrise juive
				primary_title = { title = d_jurchen_band } # Bande jurchen
				primary_title = { title = d_lappish_band } # Bande arme sami
				primary_title = { title = d_lithuanian_band } # Bande arme lituanienne
				primary_title = { title = d_little_hat_company } # Compagnie du Chapeau
				primary_title = { title = d_lombard_band } # Bande arme lombarde
				primary_title = { title = d_maghreb_corsairs } # Marine barbaresque
				primary_title = { title = d_mamluks } # Compagnie mamelouk
				primary_title = { title = d_marathi_band } # Bande arme marathi
				primary_title = { title = d_marathi_company } # Compagnie marathi
				primary_title = { title = d_miaphysite } # Papaut miaphysite
				primary_title = { title = d_monophysite } # Papaut monophysite
				primary_title = { title = d_navarrese_company } # Compagnie navarraise
				primary_title = { title = d_nubian_band } # Bande arme nubienne
				primary_title = { title = d_pecheneg_band } # Bande arme petchngue
				primary_title = { title = d_pecheneg_company } # Compagnie petchngue
				primary_title = { title = d_rajput_band } # Bande arme rajput
				primary_title = { title = d_rajput_company } # Compagnie rajput
				primary_title = { title = d_rose_company } # Compagnie de la Rose
				primary_title = { title = d_rus_band } # Bande arme russe
				primary_title = { title = d_rus_company } # Compagnie russe
				primary_title = { title = d_sardinian_band } # Bande sarde
				primary_title = { title = d_sardinian_company } # Compagnie sarde
				primary_title = { title = d_saxon_band } # Bande arme saxonne
				primary_title = { title = d_scottish_band } # Bande arme cossaise
				primary_title = { title = d_shiite_bedouin_company } # Compagnie bdouine
				primary_title = { title = d_shiite_berber_company } # Compagnie touareg
				primary_title = { title = d_shiite_cuman_company } # Compagnie des steppes
				primary_title = { title = d_shiite_turkic_company } # Compagnie turkomane
				primary_title = { title = d_silk_road_sentinels } # Sentinelle de la Route de la Soie
				primary_title = { title = d_star_company } # Compagnie de l'toile
				primary_title = { title = d_sunni_bedouin_company } # Compagnie arabe
				primary_title = { title = d_sunni_berber_company } # Compagnie berbre
				primary_title = { title = d_sunni_cuman_company } # Compagnie khazar
				primary_title = { title = d_sunni_turkic_company } # Compagnie turcmne
				primary_title = { title = d_swiss_band } # Bande arme suisse
				primary_title = { title = d_swiss_company } # Compagnie suisse
				primary_title = { title = d_tamil_band } # Bande arme tamoule
				primary_title = { title = d_tangut_low } # Bande tangoute
				primary_title = { title = d_treasure_fleet } # Flotte des Trsors
				primary_title = { title = d_turkic_band } # Bande arme turcique
				primary_title = { title = d_turkic_company } # Compagnie turcique
				primary_title = { title = d_venetian_navy } # Flotte de galres de l'Adriatique
				primary_title = { title = d_victual_brothers } # Bande des frres vitaliens
				primary_title = { title = d_white_company } # Compagnie Blanche
			}
		}
	}
	text = {
		localisation_key = String_preposition_al
		trigger = {
			tier = DUKE
			OR = {
				culture_group = arabic # mirat
				culture_group = west_african # mirat
                AND = { # Archevch princier
					religion_group = christian 
					government = theocracy_government
				}
				primary_title = { title = d_manichean } # glise manichenne
				primary_title = { title = d_baltic_pagan_reformed } # glise romuvienne
				primary_title = { title = d_slavic_pagan_reformed } # glise slave
				primary_title = { title = d_tengri_pagan_reformed } # glise tengriste
				primary_title = { title = d_finnish_pagan_reformed } # glise suomenusko
				primary_title = { title = d_west_african_pagan_reformed } # glise ouest-africaine
				primary_title = { title = d_zoroastrian } # glise zoroastrienne
				primary_title = { title = d_zun_pagan_reformed } # glise de Zun
				primary_title = { title = d_army_light } # Arme de Lumire
				primary_title = { title = d_knights_calatrava } # Ordre de Calatrava
				primary_title = { title = d_knights_hospitaler } # Ordre hospitalier
				primary_title = { title = d_knights_santiago } # Ordre de Santiago
				primary_title = { title = d_knights_templar } # Ordre du Temple
				primary_title = { title = d_saint_addai } # Ordre de saint Thadde
				primary_title = { title = d_saint_anthony } # Ordre de Saint Antoine
				primary_title = { title = d_teutonic_order } # Ordre teutonique
				primary_title = { title = d_han_massive } # Arme du Dragon
			}
		}
	}
	text = {
		localisation_key = String_preposition_aux
		trigger = {
			tier = DUKE
			OR = {
				primary_title = { title = d_ashokas_chosen } # lus d'Ashoka
				primary_title = { title = d_bulls_rishabha } # Taureaux de Rishabhanatha
				primary_title = { title = d_chosen_perkunas } # lus de Perkunas
				primary_title = { title = d_followers_arjuna } # Suivants d'Arjuna
				primary_title = { title = d_han_junks } # Jonques des Han
				primary_title = { title = d_haruriyyah } # Haruriyyah
				primary_title = { title = d_hashshashin } # Fedayin
				primary_title = { title = d_immortals } # Immortels
				primary_title = { title = d_jomsvikings } # Jomsvikings
				primary_title = { title = d_jurchen_corsairs } # Corsaires jurchen
				primary_title = { title = d_outlaws_of_the_marsh } # Hors-la-loi des Marais
				primary_title = { title = d_persian_caravan_guards } # Gardes de caravane perses
				primary_title = { title = d_sky_lords } # Seigneurs du Ciel
				primary_title = { title = d_sons_kaleva } # Fils de Kaleva
				primary_title = { title = d_spirit_guardians } # Gardiens des Esprits
				primary_title = { title = d_turkic_guard } # Gardes turciques
				primary_title = { title = d_warriors_perun } # Guerriers de Proun
				primary_title = { title = d_zealots } # Zlotes
				primary_title = { title = d_zun_warriors } # Chevaliers du Soleil
			}
		}
	}
	text = {
		localisation_key = String_preposition_au
		trigger = {
			tier = COUNT # Comt, Cheikat, Thikana, Marzpanat, Beylicat
			NOT = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = COUNT
			OR = {
				government = republic_government # Grande cit
				government = merchant_republic_government # Grande cit
				culture = mongol # Chefferie
                AND = { # Thocratie
					religion_group = pagan_group 
					government = theocracy_government
				}
				government = tribal_government # Chefferie
			}
		}
	}
	text = {
		localisation_key = String_preposition_al
		trigger = {
			tier = COUNT
			OR = {
                AND = { # vch princier
					religion_group = christian 
					government = theocracy_government
				}
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = BARON
			government = feudal_government # Baronnie, Wilaya, Dama
			NOT = {
                culture_group = iranian # Arg
                culture = mongol # Tashi
                culture = turkish # Timar
			}
		}
	}
	text = {
		localisation_key = String_preposition_al
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture_group = iranian # Arg
		    }
		}
	}
	text = {
		localisation_key = String_preposition_au
		trigger = {
			tier = BARON
			government = feudal_government
			OR = {
				culture = turkish # Timar
				culture = mongol # Tashi
		    }
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = BARON
			OR = {
				government = republic_government # Cit
				government = merchant_republic_government # Cit
			}
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = BARON
			government = tribal_government # Tribu, Dama
		}
	}
	text = {
		localisation_key = String_preposition_au
		trigger = {
			tier = BARON
			government = theocracy_government # Temple, Khalwat, Vahram
			NOT = {
				religion_group = christian # vch
				religion_group = muslim # Mosque
			}
		}
	}
	text = {
		localisation_key = String_preposition_al
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = christian # vch
		}
	}
	text = {
		localisation_key = String_preposition_ala
		trigger = {
			tier = BARON
			government = theocracy_government
			religion_group = muslim # Mosque
		}
	}
}

## HARDCODED ENGLISH COMMANDS WITH ARTICLE OR GENDER

defined_text = {
	name = GetHighGodDuDelaDes
	fallback_text = {
		localisation_key = String_fallback_text_GetHighGodDuDelaDes
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_HUITZILOPOCHTLI
		trigger = { religion = aztec }
	}	
	text = {	
		localisation_key = String_HighGodDuDelaDes_GOD_DIEVAS
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_DIEVAS
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_SANGPO_BUMTRI
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_BRAHMA
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_UKKO
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_UKKO
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_SATURN
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_BRAHMA
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_TIRTHANKARAS
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZARVANA
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZURVAN
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_AHURA_MAZDA
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ODIN
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ODIN
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_CREATOR
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_PERUN
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_PERUN
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_HEAVENLY_ORDER
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_TENGRI
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_TENGRI
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_CREATOR
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_CREATOR
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_SHAYTAN
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_AHURA_MAZDA
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZUN
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZUN
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetHighGodAAux
	fallback_text = {
		localisation_key = String_fallback_text_GetHighGodAAux
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_HUITZILOPOCHTLI
		trigger = { religion = aztec }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_DIEVAS
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_DIEVAS
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_SANGPO_BUMTRI
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_BRAHMA
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_UKKO
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_UKKO
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_SATURN
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_BRAHMA
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_THE_TIRTHANKARAS
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ZARVANA
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ZURVAN
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_AHURA_MAZDA
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ODIN
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ODIN
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_THE_CREATOR
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_PERUN
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_PERUN
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_HEAVENLY_ORDER
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_TENGRI
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_TENGRI
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_GOD
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_THE_CREATOR
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_THE_CREATOR
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_SHAYTAN
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ALLAH
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_AHURA_MAZDA
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ZUN
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_HighGodAAux_GOD_ZUN
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetReligiousGroupMascFem
	fallback_text = {
		localisation_key = String_fallback_text_GetReligiousGroupMascFem
	}
	text = {
		localisation_key = String_ReligionGroups_christian_Masc
		trigger = { religion_group = christian is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_indian_group_Masc
		trigger = { religion_group = indian_group is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_jewish_group_Masc
		trigger = { religion_group = jewish_group is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_muslim_Masc
		trigger = { religion_group = muslim is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_pagan_group_Masc
		trigger = { is_pagan_religion = yes is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_zoroastrian_group_Masc
		trigger = { religion_group = zoroastrian_group is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_christian_Fem
		trigger = { religion_group = christian is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_indian_group_Fem
		trigger = { religion_group = indian_group is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_jewish_group_Fem
		trigger = { religion_group = jewish_group is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_muslim_Fem
		trigger = { religion_group = muslim is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_pagan_group_Fem
		trigger = { is_pagan_religion = yes is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_zoroastrian_group_Fem
		trigger = { religion_group = zoroastrian_group is_female = yes }
	}
}

defined_text = {
	name = GetReligiousGroupFem
	fallback_text = {
		localisation_key = String_fallback_text_GetReligiousGroupFem
	}
	text = {
		localisation_key = String_ReligionGroups_christian_Fem
		trigger = { religion_group = christian }
	}
	text = {
		localisation_key = String_ReligionGroups_indian_group_Fem
		trigger = { religion_group = indian_group }
	}
	text = {
		localisation_key = String_ReligionGroups_jewish_group_Fem
		trigger = { religion_group = jewish_group }
	}
	text = {
		localisation_key = String_ReligionGroups_muslim_Fem
		trigger = { religion_group = muslim }
	}
	text = {
		localisation_key = String_ReligionGroups_pagan_group_Fem
		trigger = { is_pagan_religion = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_zoroastrian_group_Fem
		trigger = { religion_group = zoroastrian_group }
	}
}

defined_text = {
	name = GetReligionMascFem
	fallback_text = {
		localisation_key = String_fallback_text_GetReligionMascFem
	}
	text = {
		localisation_key = String_Religion_aztec_Masc
		trigger = { is_female = no religion = aztec }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_Masc
		trigger = { is_female = no religion = baltic_pagan }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_reformed_Masc
		trigger = { is_female = no religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_bogomilist_Masc
		trigger = { is_female = no religion = bogomilist }
	}
	text = {
		localisation_key = String_Religion_bon_Masc
		trigger = { is_female = no religion = bon }
	}
	text = {
		localisation_key = String_Religion_buddhist_Masc
		trigger = { is_female = no religion = buddhist }
	}
	text = {
		localisation_key = String_Religion_cathar_Masc
		trigger = { is_female = no religion = cathar }
	}
	text = {
		localisation_key = String_Religion_catholic_Masc
		trigger = { is_female = no religion = catholic }
	}
	text = {
		localisation_key = String_Religion_druze_Masc
		trigger = { is_female = no religion = druze }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_Masc
		trigger = { is_female = no religion = finnish_pagan }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_reformed_Masc
		trigger = { is_female = no religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_fraticelli_Masc
		trigger = { is_female = no religion = fraticelli }
	}
	text = {
		localisation_key = String_Religion_hellenic_pagan_Masc
		trigger = { is_female = no religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_Religion_hindu_Masc
		trigger = { is_female = no religion = hindu }
	}
	text = {
		localisation_key = String_Religion_hurufi_Masc
		trigger = { is_female = no religion = hurufi }
	}
	text = {
		localisation_key = String_Religion_ibadi_Masc
		trigger = { is_female = no religion = ibadi }
	}
	text = {
		localisation_key = String_Religion_iconoclast_Masc
		trigger = { is_female = no religion = iconoclast }
	}
	text = {
		localisation_key = String_Religion_jain_Masc
		trigger = { is_female = no religion = jain }
	}
	text = {
		localisation_key = String_Religion_jewish_Masc
		trigger = { is_female = no religion = jewish }
	}
	text = {
		localisation_key = String_Religion_karaite_Masc
		trigger = { is_female = no religion = karaite }
	}
	text = {
		localisation_key = String_Religion_kharijite_Masc
		trigger = { is_female = no religion = kharijite }
	}
	text = {
		localisation_key = String_Religion_khurmazta_Masc
		trigger = { is_female = no religion = khurmazta }
	}
	text = {
		localisation_key = String_Religion_lollard_Masc
		trigger = { is_female = no religion = lollard }
	}
	text = {
		localisation_key = String_Religion_manichean_Masc
		trigger = { is_female = no religion = manichean }
	}
	text = {
		localisation_key = String_Religion_mazdaki_Masc
		trigger = { is_female = no religion = mazdaki }
	}
	text = {
		localisation_key = String_Religion_messalian_Masc
		trigger = { is_female = no religion = messalian }
	}
	text = {
		localisation_key = String_Religion_miaphysite_Masc
		trigger = { is_female = no religion = miaphysite }
	}
	text = {
		localisation_key = String_Religion_monophysite_Masc
		trigger = { is_female = no religion = monophysite }
	}
	text = {
		localisation_key = String_Religion_monothelite_Masc
		trigger = { is_female = no religion = monothelite }
	}
	text = {
		localisation_key = String_Religion_nestorian_Masc
		trigger = { is_female = no religion = nestorian }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_Masc
		trigger = { is_female = no religion = norse_pagan }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_reformed_Masc
		trigger = { is_female = no religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_orthodox_Masc
		trigger = { is_female = no religion = orthodox }
	}
	text = {
		localisation_key = String_Religion_pagan_Masc
		trigger = { is_female = no religion = pagan }
	}
	text = {
		localisation_key = String_Religion_paulician_Masc
		trigger = { is_female = no religion = paulician }
	}
	text = {
		localisation_key = String_Religion_samaritan_Masc
		trigger = { is_female = no religion = samaritan }
	}
	text = {
		localisation_key = String_Religion_shiite_Masc
		trigger = { is_female = no religion = shiite }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_Masc
		trigger = { is_female = no religion = slavic_pagan }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_reformed_Masc
		trigger = { is_female = no religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_sunni_Masc
		trigger = { is_female = no religion = sunni }
	}
	text = {
		localisation_key = String_Religion_taoist_Masc
		trigger = { is_female = no religion = taoist }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_Masc
		trigger = { is_female = no religion = tengri_pagan }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_reformed_Masc
		trigger = { is_female = no religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_waldensian_Masc
		trigger = { is_female = no religion = waldensian }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_Masc
		trigger = { is_female = no religion = west_african_pagan }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_reformed_Masc
		trigger = { is_female = no religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_yazidi_Masc
		trigger = { is_female = no religion = yazidi }
	}
	text = {
		localisation_key = String_Religion_zikri_Masc
		trigger = { is_female = no religion = zikri }
	}
	text = {
		localisation_key = String_Religion_zoroastrian_Masc
		trigger = { is_female = no religion = zoroastrian }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_Masc
		trigger = { is_female = no religion = zun_pagan }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_reformed_Masc
		trigger = { is_female = no religion = zun_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_aztec_Fem
		trigger = { is_female = yes religion = aztec }
	}
	text = {	
		localisation_key = String_Religion_baltic_pagan_Fem
		trigger = { is_female = yes religion = baltic_pagan }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_reformed_Fem
		trigger = { is_female = yes religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_bogomilist_Fem
		trigger = { is_female = yes religion = bogomilist }
	}
	text = {
		localisation_key = String_Religion_bon_Fem
		trigger = { is_female = yes religion = bon }
	}
	text = {
		localisation_key = String_Religion_buddhist_Fem
		trigger = { is_female = yes religion = buddhist }
	}
	text = {
		localisation_key = String_Religion_cathar_Fem
		trigger = { is_female = yes religion = cathar }
	}
	text = {
		localisation_key = String_Religion_catholic_Fem
		trigger = { is_female = yes religion = catholic }
	}
	text = {
		localisation_key = String_Religion_druze_Fem
		trigger = { is_female = yes religion = druze }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_Fem
		trigger = { is_female = yes religion = finnish_pagan }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_reformed_Fem
		trigger = { is_female = yes religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_fraticelli_Fem
		trigger = { is_female = yes religion = fraticelli }
	}
	text = {
		localisation_key = String_Religion_hellenic_pagan_Fem
		trigger = { is_female = yes religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_Religion_hindu_Fem
		trigger = { is_female = yes religion = hindu }
	}
	text = {
		localisation_key = String_Religion_hurufi_Fem
		trigger = { is_female = yes religion = hurufi }
	}
	text = {
		localisation_key = String_Religion_ibadi_Fem
		trigger = { is_female = yes religion = ibadi }
	}
	text = {
		localisation_key = String_Religion_iconoclast_Fem
		trigger = { is_female = yes religion = iconoclast }
	}
	text = {
		localisation_key = String_Religion_jain_Fem
		trigger = { is_female = yes religion = jain }
	}
	text = {
		localisation_key = String_Religion_jewish_Fem
		trigger = { is_female = yes religion = jewish }
	}
	text = {
		localisation_key = String_Religion_karaite_Fem
		trigger = { is_female = yes religion = karaite }
	}
	text = {
		localisation_key = String_Religion_kharijite_Fem
		trigger = { is_female = yes religion = kharijite }
	}
	text = {
		localisation_key = String_Religion_khurmazta_Fem
		trigger = { is_female = yes religion = khurmazta }
	}
	text = {
		localisation_key = String_Religion_lollard_Fem
		trigger = { is_female = yes religion = lollard }
	}
	text = {
		localisation_key = String_Religion_manichean_Fem
		trigger = { is_female = yes religion = manichean }
	}
	text = {
		localisation_key = String_Religion_mazdaki_Fem
		trigger = { is_female = yes religion = mazdaki }
	}
	text = {
		localisation_key = String_Religion_messalian_Fem
		trigger = { is_female = yes religion = messalian }
	}
	text = {
		localisation_key = String_Religion_miaphysite_Fem
		trigger = { is_female = yes religion = miaphysite }
	}
	text = {
		localisation_key = String_Religion_monophysite_Fem
		trigger = { is_female = yes religion = monophysite }
	}
	text = {
		localisation_key = String_Religion_monothelite_Fem
		trigger = { is_female = yes religion = monothelite }
	}
	text = {
		localisation_key = String_Religion_nestorian_Fem
		trigger = { is_female = yes religion = nestorian }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_Fem
		trigger = { is_female = yes religion = norse_pagan }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_reformed_Fem
		trigger = { is_female = yes religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_orthodox_Fem
		trigger = { is_female = yes religion = orthodox }
	}
	text = {
		localisation_key = String_Religion_pagan_Fem
		trigger = { is_female = yes religion = pagan }
	}
	text = {
		localisation_key = String_Religion_paulician_Fem
		trigger = { is_female = yes religion = paulician }
	}
	text = {
		localisation_key = String_Religion_samaritan_Fem
		trigger = { is_female = yes religion = samaritan }
	}
	text = {
		localisation_key = String_Religion_shiite_Fem
		trigger = { is_female = yes religion = shiite }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_Fem
		trigger = { is_female = yes religion = slavic_pagan }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_reformed_Fem
		trigger = { is_female = yes religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_sunni_Fem
		trigger = { is_female = yes religion = sunni }
	}
	text = {
		localisation_key = String_Religion_taoist_Fem
		trigger = { is_female = yes religion = taoist }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_Fem
		trigger = { is_female = yes religion = tengri_pagan }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_reformed_Fem
		trigger = { is_female = yes religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_waldensian_Fem
		trigger = { is_female = yes religion = waldensian }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_Fem
		trigger = { is_female = yes religion = west_african_pagan }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_reformed_Fem
		trigger = { is_female = yes religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_yazidi_Fem
		trigger = { is_female = yes religion = yazidi }
	}
	text = {
		localisation_key = String_Religion_zikri_Fem
		trigger = { is_female = yes religion = zikri }
	}
	text = {
		localisation_key = String_Religion_zoroastrian_Fem
		trigger = { is_female = yes religion = zoroastrian }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_Fem
		trigger = { is_female = yes religion = zun_pagan }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_reformed_Fem
		trigger = { is_female = yes religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetReligionMascPl
	fallback_text = {
		localisation_key = String_fallback_text_GetReligionMascPl
	}
	text = {
		localisation_key = String_Religion_aztec_PlMasc
		trigger = { religion = aztec }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_PlMasc
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_reformed_PlMasc
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_bogomilist_PlMasc
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_Religion_bon_PlMasc
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_Religion_buddhist_PlMasc
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_Religion_cathar_PlMasc
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_Religion_catholic_PlMasc
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_Religion_druze_PlMasc
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_PlMasc
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_reformed_PlMasc
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_fraticelli_PlMasc
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_Religion_hellenic_pagan_PlMasc
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_Religion_hindu_PlMasc
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_Religion_hurufi_PlMasc
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_Religion_ibadi_PlMasc
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_Religion_iconoclast_PlMasc
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_Religion_jain_PlMasc
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_Religion_jewish_PlMasc
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_Religion_karaite_PlMasc
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_Religion_kharijite_PlMasc
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_Religion_khurmazta_PlMasc
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_Religion_lollard_PlMasc
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_Religion_manichean_PlMasc
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_Religion_mazdaki_PlMasc
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_Religion_messalian_PlMasc
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_Religion_miaphysite_PlMasc
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_Religion_monophysite_PlMasc
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_Religion_monothelite_PlMasc
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_Religion_nestorian_PlMasc
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_PlMasc
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_reformed_PlMasc
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_orthodox_PlMasc
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_Religion_pagan_PlMasc
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_Religion_paulician_PlMasc
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_Religion_samaritan_PlMasc
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_Religion_shiite_PlMasc
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_PlMasc
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_reformed_PlMasc
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_sunni_PlMasc
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_Religion_taoist_PlMasc
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_PlMasc
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_reformed_PlMasc
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_waldensian_PlMasc
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_PlMasc
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_reformed_PlMasc
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_yazidi_PlMasc
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_Religion_zikri_PlMasc
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_Religion_zoroastrian_PlMasc
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_PlMasc
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_reformed_PlMasc
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetReligionMasc
	fallback_text = {
		localisation_key = String_fallback_text_GetReligionMasc
	}
	text = {
		localisation_key = String_Religion_aztec_Masc
		trigger = { religion = aztec }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_Masc
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_reformed_Masc
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_bogomilist_Masc
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_Religion_bon_Masc
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_Religion_buddhist_Masc
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_Religion_cathar_Masc
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_Religion_catholic_Masc
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_Religion_druze_Masc
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_Masc
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_reformed_Masc
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_fraticelli_Masc
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_Religion_hellenic_pagan_Masc
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_Religion_hindu_Masc
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_Religion_hurufi_Masc
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_Religion_ibadi_Masc
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_Religion_iconoclast_Masc
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_Religion_jain_Masc
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_Religion_jewish_Masc
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_Religion_karaite_Masc
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_Religion_kharijite_Masc
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_Religion_khurmazta_Masc
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_Religion_lollard_Masc
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_Religion_manichean_Masc
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_Religion_mazdaki_Masc
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_Religion_messalian_Masc
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_Religion_miaphysite_Masc
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_Religion_monophysite_Masc
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_Religion_monothelite_Masc
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_Religion_nestorian_Masc
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_Masc
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_reformed_Masc
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_orthodox_Masc
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_Religion_pagan_Masc
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_Religion_paulician_Masc
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_Religion_samaritan_Masc
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_Religion_shiite_Masc
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_Masc
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_reformed_Masc
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_sunni_Masc
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_Religion_taoist_Masc
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_Masc
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_reformed_Masc
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_waldensian_Masc
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_Masc
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_reformed_Masc
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_Religion_yazidi_Masc
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_Religion_zikri_Masc
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_Religion_zoroastrian_Masc
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_Masc
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_Religion_zun_pagan_reformed_Masc
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetScriptureDuDelaDes
	fallback_text = {
		localisation_key = String_fallback_text_GetScriptureDuDelaDes
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = aztec }
	}	
	text = {	
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_MDODUS
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Buddhacavana
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Epistles_Of_Wisdom
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Mahabharata
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Angas_Sutras
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Torah
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Torah
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Gathas
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_THE_EVANGELION
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Great_Secret
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Asceticus
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Sagas
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Sagas
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Torah
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_TAO_TE_CHING
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Bible
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Book_Of_Illumination
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Koran
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Gathas
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_ScriptureDuDelaDes_Legends
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetEvilGodDuDelaDes
	fallback_text = {
		localisation_key = String_fallback_text_GetEvilGodDuDelaDes
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_TLAZOLTEOTL
		trigger = { religion = aztec }
	}	
	text = {	
		localisation_key = String_GetEvilGodDuDelaDes_VELNIAS
		trigger = { religion = baltic_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_VELNIAS
		trigger = { religion = baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = bogomilist }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_GOD_THE_EVIL_ONES
		trigger = { religion = bon }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_MARA
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = cathar }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = catholic }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = druze }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_TUONI
		trigger = { religion = finnish_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_TUONI
		trigger = { religion = finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = fraticelli }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_PLUTO
		trigger = { religion = hellenic_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_VINAYAKAS
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = hurufi }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = ibadi }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = iconoclast }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_PUNISHERS
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_SATAN
		trigger = { religion = jewish }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_SATAN
		trigger = { religion = karaite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = kharijite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_AHRIMAN
		trigger = { religion = khurmazta }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = lollard }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_AHRIMAN
		trigger = { religion = manichean }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_AHRIMAN
		trigger = { religion = mazdaki }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEMIURGE
		trigger = { religion = messalian }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = miaphysite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = monophysite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = monothelite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = nestorian }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_LOKI
		trigger = { religion = norse_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_LOKI
		trigger = { religion = norse_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = orthodox }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARK_SPIRITS
		trigger = { religion = pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = paulician }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_SATAN
		trigger = { religion = samaritan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = shiite }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_GOD_VELES
		trigger = { religion = slavic_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_GOD_VELES
		trigger = { religion = slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = sunni }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_KING_YAN
		trigger = { religion = taoist }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_ERLIK
		trigger = { religion = tengri_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_ERLIK
		trigger = { religion = tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DEVIL
		trigger = { religion = waldensian }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARK_SPIRITS
		trigger = { religion = west_african_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARK_SPIRITS
		trigger = { religion = west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARK_SPIRITS
		trigger = { religion = yazidi }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_IBLIS
		trigger = { religion = zikri }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_AHRIMAN
		trigger = { religion = zoroastrian }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARKNESS
		trigger = { religion = zun_pagan }
	}
	text = {
		localisation_key = String_GetEvilGodDuDelaDes_THE_DARKNESS
		trigger = { religion = zun_pagan_reformed }
	}
}

defined_text = {
	name = GetCultureMasc
	fallback_text = {
		localisation_key = String_fallback_text_GetCultureMasc
	}
	text = {
		localisation_key = String_Culture_afghan_Masc
		trigger = { culture = afghan }
	}
	text = {
		localisation_key = String_Culture_alan_Masc
		trigger = { culture = alan }
	}
	text = {
		localisation_key = String_Culture_andalusian_arabic_Masc
		trigger = { culture = andalusian_arabic }
	}
	text = {
		localisation_key = String_Culture_armenian_Masc
		trigger = { culture = armenian }
	}
	text = {
		localisation_key = String_Culture_ashkenazi_Masc
		trigger = { culture = ashkenazi }
	}
	text = {
		localisation_key = String_Culture_assamese_Masc
		trigger = { culture = assamese }
	}
	text = {
		localisation_key = String_Culture_assyrian_Masc
		trigger = { culture = assyrian }
	}
	text = {
		localisation_key = String_Culture_avar_Masc
		trigger = { culture = avar }
	}
	text = {
		localisation_key = String_Culture_baloch_Masc
		trigger = { culture = baloch }
	}
	text = {
		localisation_key = String_Culture_basque_Masc
		trigger = { culture = basque }
	}
	text = {
		localisation_key = String_Culture_bedouin_arabic_Masc
		trigger = { culture = bedouin_arabic }
	}
	text = {
		localisation_key = String_Culture_bengali_Masc
		trigger = { culture = bengali }
	}
	text = {
		localisation_key = String_Culture_bodpa_Masc
		trigger = { culture = bodpa }
	}
	text = {
		localisation_key = String_Culture_bohemian_Masc
		trigger = { culture = bohemian }
	}
	text = {
		localisation_key = String_Culture_bolghar_Masc
		trigger = { culture = bolghar }
	}
	text = {
		localisation_key = String_Culture_breton_Masc
		trigger = { culture = breton }
	}
	text = {
		localisation_key = String_Culture_bulgarian_Masc
		trigger = { culture = bulgarian }
	}
	text = {
		localisation_key = String_Culture_castillan_Masc
		trigger = { culture = castillan }
	}
	text = {
		localisation_key = String_Culture_catalan_Masc
		trigger = { culture = catalan }
	}
	text = {
		localisation_key = String_Culture_croatian_Masc
		trigger = { culture = croatian }
	}
	text = {
		localisation_key = String_Culture_cuman_Masc
		trigger = { culture = cuman }
	}
	text = {
		localisation_key = String_Culture_danish_Masc
		trigger = { culture = danish }
	}
	text = {
		localisation_key = String_Culture_dutch_Masc
		trigger = { culture = dutch }
	}
	text = {
		localisation_key = String_Culture_egyptian_arabic_Masc
		trigger = { culture = egyptian_arabic }
	}
	text = {
		localisation_key = String_Culture_english_Masc
		trigger = { culture = english }
	}
	text = {
		localisation_key = String_Culture_ethiopian_Masc
		trigger = { culture = ethiopian }
	}
	text = {
		localisation_key = String_Culture_finnish_Masc
		trigger = { culture = finnish }
	}
	text = {
		localisation_key = String_Culture_frankish_Masc
		trigger = { culture = frankish }
	}
	text = {
		localisation_key = String_Culture_frisian_Masc
		trigger = { culture = frisian }
	}
	text = {
		localisation_key = String_Culture_georgian_Masc
		trigger = { culture = georgian }
	}
	text = {
		localisation_key = String_Culture_german_Masc
		trigger = { culture = german }
	}
	text = {
		localisation_key = String_Culture_greek_Masc
		trigger = { culture = greek }
	}
	text = {
		localisation_key = String_Culture_gujurati_Masc
		trigger = { culture = gujurati }
	}
	text = {
		localisation_key = String_Culture_han_Masc
		trigger = { culture = han }
	}
	text = {
		localisation_key = String_Culture_hindustani_Masc
		trigger = { culture = hindustani }
	}
	text = {
		localisation_key = String_Culture_horse_Masc
		trigger = { culture = horse }
	}
	text = {
		localisation_key = String_Culture_hungarian_Masc
		trigger = { culture = hungarian }
	}
	text = {
		localisation_key = String_Culture_ilmenian_Masc
		trigger = { culture = ilmenian }
	}
	text = {
		localisation_key = String_Culture_irish_Masc
		trigger = { culture = irish }
	}
	text = {
		localisation_key = String_Culture_italian_Masc
		trigger = { is_italian_trigger = yes }
	}
	text = {
		localisation_key = String_Culture_jurchen_Masc
		trigger = { culture = jurchen }
	}
	text = {
		localisation_key = String_Culture_kannada_Masc
		trigger = { culture = kannada }
	}
	text = {
		localisation_key = String_Culture_karluk_Masc
		trigger = { culture = karluk }
	}
	text = {
		localisation_key = String_Culture_khanty_Masc
		trigger = { culture = khanty }
	}
	text = {
		localisation_key = String_Culture_khazar_Masc
		trigger = { culture = khazar }
	}
	text = {
		localisation_key = String_Culture_khitan_Masc
		trigger = { culture = khitan }
	}
	text = {
		localisation_key = String_Culture_kirghiz_Masc
		trigger = { culture = kirghiz }
	}
	text = {
		localisation_key = String_Culture_komi_Masc
		trigger = { culture = komi }
	}
	text = {
		localisation_key = String_Culture_kurdish_Masc
		trigger = { culture = kurdish }
	}
	text = {
		localisation_key = String_Culture_lappish_Masc
		trigger = { culture = lappish }
	}
	text = {
		localisation_key = String_Culture_lettigallish_Masc
		trigger = { culture = lettigallish }
	}
	text = {
		localisation_key = String_Culture_levantine_arabic_Masc
		trigger = { culture = levantine_arabic }
	}
	text = {
		localisation_key = String_Culture_lithuanian_Masc
		trigger = { culture = lithuanian }
	}
	text = {
		localisation_key = String_Culture_lombard_Masc
		trigger = { culture = lombard }
	}
	text = {
		localisation_key = String_Culture_maghreb_arabic_Masc
		trigger = { culture = maghreb_arabic }
	}
	text = {
		localisation_key = String_Culture_manden_Masc
		trigger = { culture = manden }
	}
	text = {
		localisation_key = String_Culture_marathi_Masc
		trigger = { culture = marathi }
	}
	text = {
		localisation_key = String_Culture_mongol_Masc
		trigger = { culture = mongol }
	}
	text = {
		localisation_key = String_Culture_mordvin_Masc
		trigger = { culture = mordvin }
	}
	text = {
		localisation_key = String_Culture_nahuatl_Masc
		trigger = { culture = nahuatl }
	}
	text = {
		localisation_key = String_Culture_nepali_Masc
		trigger = { culture = nepali }
	}
	text = {
		localisation_key = String_Culture_norman_Masc
		trigger = { culture = norman }
	}
	text = {
		localisation_key = String_Culture_norse_Masc
		trigger = { culture = norse }
	}
	text = {
		localisation_key = String_Culture_norwegian_Masc
		trigger = { culture = norwegian }
	}
	text = {
		localisation_key = String_Culture_nubian_Masc
		trigger = { culture = nubian }
	}
	text = {
		localisation_key = String_Culture_occitan_Masc
		trigger = { culture = occitan }
	}
	text = {
		localisation_key = String_Culture_old_frankish_Masc
		trigger = { culture = old_frankish }
	}
	text = {
		localisation_key = String_Culture_old_saxon_Masc
		trigger = { culture = old_saxon }
	}
	text = {
		localisation_key = String_Culture_oriya_Masc
		trigger = { culture = oriya }
	}
	text = {
		localisation_key = String_Culture_panjabi_Masc
		trigger = { culture = panjabi }
	}
	text = {
		localisation_key = String_Culture_pecheneg_Masc
		trigger = { culture = pecheneg }
	}
	text = {
		localisation_key = String_Culture_persian_Masc
		trigger = { culture = persian }
	}
	text = {
		localisation_key = String_Culture_pictish_Masc
		trigger = { culture = pictish }
	}
	text = {
		localisation_key = String_Culture_polish_Masc
		trigger = { culture = polish }
	}
	text = {
		localisation_key = String_Culture_pommeranian_Masc
		trigger = { culture = pommeranian }
	}
	text = {
		localisation_key = String_Culture_portuguese_Masc
		trigger = { culture = portuguese }
	}
	text = {
		localisation_key = String_Culture_prussian_Masc
		trigger = { culture = prussian }
	}
	text = {
		localisation_key = String_Culture_rajput_Masc
		trigger = { culture = rajput }
	}
	text = {
		localisation_key = String_Culture_roman_Masc
		trigger = { culture = roman }
	}
	text = {
		localisation_key = String_Culture_romanian_Masc
		trigger = { culture = romanian }
	}
	text = {
		localisation_key = String_Culture_russian_Masc
		trigger = { culture = russian }
	}
	text = {
		localisation_key = String_Culture_saka_Masc
		trigger = { culture = saka }
	}
	text = {
		localisation_key = String_Culture_samoyed_Masc
		trigger = { culture = samoyed }
	}
	text = {
		localisation_key = String_Culture_saxon_Masc
		trigger = { culture = saxon }
	}
	text = {
		localisation_key = String_Culture_scottish_Masc
		trigger = { culture = scottish }
	}
	text = {
		localisation_key = String_Culture_sephardi_Masc
		trigger = { culture = sephardi }
	}
	text = {
		localisation_key = String_Culture_serbian_Masc
		trigger = { culture = serbian }
	}
	text = {
		localisation_key = String_Culture_severian_Masc
		trigger = { culture = severian }
	}
	text = {
		localisation_key = String_Culture_sindhi_Masc
		trigger = { culture = sindhi }
	}
	text = {
		localisation_key = String_Culture_sinhala_Masc
		trigger = { culture = sinhala }
	}
	text = {
		localisation_key = String_Culture_sogdian_Masc
		trigger = { culture = sogdian }
	}
	text = {
		localisation_key = String_Culture_somali_Masc
		trigger = { culture = somali }
	}
	text = {
		localisation_key = String_Culture_suebi_Masc
		trigger = { culture = suebi }
	}
	text = {
		localisation_key = String_Culture_swedish_Masc
		trigger = { culture = swedish }
	}
	text = {
		localisation_key = String_Culture_tamil_Masc
		trigger = { culture = tamil }
	}
	text = {
		localisation_key = String_Culture_tangut_Masc
		trigger = { culture = tangut }
	}
	text = {
		localisation_key = String_Culture_telugu_Masc
		trigger = { culture = telugu }
	}
	text = {
		localisation_key = String_Culture_tocharian_Masc
		trigger = { culture = tocharian }
	}
	text = {
		localisation_key = String_Culture_turkish_Masc
		trigger = { culture = turkish }
	}
	text = {
		localisation_key = String_Culture_ugricbaltic_Masc
		trigger = { culture = ugricbaltic }
	}
	text = {
		localisation_key = String_Culture_uyghur_Masc
		trigger = { culture = uyghur }
	}
	text = {
		localisation_key = String_Culture_visigothic_Masc
		trigger = { culture = visigothic }
	}
	text = {
		localisation_key = String_Culture_volhynian_Masc
		trigger = { culture = volhynian }
	}
	text = {
		localisation_key = String_Culture_welsh_Masc
		trigger = { culture = welsh }
	}
}

defined_text = {
	name = GetCultureMascFem
	fallback_text = {
		localisation_key = String_fallback_text_GetCultureMascFem
	}
	text = {
		localisation_key = String_Culture_afghan_Masc
		trigger = { is_female = no culture = afghan }
	}
	text = {
		localisation_key = String_Culture_alan_Masc
		trigger = { is_female = no culture = alan }
	}
	text = {
		localisation_key = String_Culture_andalusian_arabic_Masc
		trigger = { is_female = no culture = andalusian_arabic }
	}
	text = {
		localisation_key = String_Culture_armenian_Masc
		trigger = { is_female = no culture = armenian }
	}
	text = {
		localisation_key = String_Culture_ashkenazi_Masc
		trigger = { is_female = no culture = ashkenazi }
	}
	text = {
		localisation_key = String_Culture_assamese_Masc
		trigger = { is_female = no culture = assamese }
	}
	text = {
		localisation_key = String_Culture_assyrian_Masc
		trigger = { is_female = no culture = assyrian }
	}
	text = {
		localisation_key = String_Culture_avar_Masc
		trigger = { is_female = no culture = avar }
	}
	text = {
		localisation_key = String_Culture_baloch_Masc
		trigger = { is_female = no culture = baloch }
	}
	text = {
		localisation_key = String_Culture_basque_Masc
		trigger = { is_female = no culture = basque }
	}
	text = {
		localisation_key = String_Culture_bedouin_arabic_Masc
		trigger = { is_female = no culture = bedouin_arabic }
	}
	text = {
		localisation_key = String_Culture_bengali_Masc
		trigger = { is_female = no culture = bengali }
	}
	text = {
		localisation_key = String_Culture_bodpa_Masc
		trigger = { is_female = no culture = bodpa }
	}
	text = {
		localisation_key = String_Culture_bohemian_Masc
		trigger = { is_female = no culture = bohemian }
	}
	text = {
		localisation_key = String_Culture_bolghar_Masc
		trigger = { is_female = no culture = bolghar }
	}
	text = {
		localisation_key = String_Culture_breton_Masc
		trigger = { is_female = no culture = breton }
	}
	text = {
		localisation_key = String_Culture_bulgarian_Masc
		trigger = { is_female = no culture = bulgarian }
	}
	text = {
		localisation_key = String_Culture_castillan_Masc
		trigger = { is_female = no culture = castillan }
	}
	text = {
		localisation_key = String_Culture_catalan_Masc
		trigger = { is_female = no culture = catalan }
	}
	text = {
		localisation_key = String_Culture_croatian_Masc
		trigger = { is_female = no culture = croatian }
	}
	text = {
		localisation_key = String_Culture_cuman_Masc
		trigger = { is_female = no culture = cuman }
	}
	text = {
		localisation_key = String_Culture_danish_Masc
		trigger = { is_female = no culture = danish }
	}
	text = {
		localisation_key = String_Culture_dutch_Masc
		trigger = { is_female = no culture = dutch }
	}
	text = {
		localisation_key = String_Culture_egyptian_arabic_Masc
		trigger = { is_female = no culture = egyptian_arabic }
	}
	text = {
		localisation_key = String_Culture_english_Masc
		trigger = { is_female = no culture = english }
	}
	text = {
		localisation_key = String_Culture_ethiopian_Masc
		trigger = { is_female = no culture = ethiopian }
	}
	text = {
		localisation_key = String_Culture_finnish_Masc
		trigger = { is_female = no culture = finnish }
	}
	text = {
		localisation_key = String_Culture_frankish_Masc
		trigger = { is_female = no culture = frankish }
	}
	text = {
		localisation_key = String_Culture_frisian_Masc
		trigger = { is_female = no culture = frisian }
	}
	text = {
		localisation_key = String_Culture_georgian_Masc
		trigger = { is_female = no culture = georgian }
	}
	text = {
		localisation_key = String_Culture_german_Masc
		trigger = { is_female = no culture = german }
	}
	text = {
		localisation_key = String_Culture_greek_Masc
		trigger = { is_female = no culture = greek }
	}
	text = {
		localisation_key = String_Culture_gujurati_Masc
		trigger = { is_female = no culture = gujurati }
	}
	text = {
		localisation_key = String_Culture_han_Masc
		trigger = { is_female = no culture = han }
	}
	text = {
		localisation_key = String_Culture_hindustani_Masc
		trigger = { is_female = no culture = hindustani }
	}
	text = {
		localisation_key = String_Culture_horse_Masc
		trigger = { is_female = no culture = horse }
	}
	text = {
		localisation_key = String_Culture_hungarian_Masc
		trigger = { is_female = no culture = hungarian }
	}
	text = {
		localisation_key = String_Culture_ilmenian_Masc
		trigger = { is_female = no culture = ilmenian }
	}
	text = {
		localisation_key = String_Culture_irish_Masc
		trigger = { is_female = no culture = irish }
	}
	text = {
		localisation_key = String_Culture_italian_Masc
		trigger = { is_female = no is_italian_trigger = yes }
	}
	text = {
		localisation_key = String_Culture_jurchen_Masc
		trigger = { is_female = no culture = jurchen }
	}
	text = {
		localisation_key = String_Culture_kannada_Masc
		trigger = { is_female = no culture = kannada }
	}
	text = {
		localisation_key = String_Culture_karluk_Masc
		trigger = { is_female = no culture = karluk }
	}
	text = {
		localisation_key = String_Culture_khanty_Masc
		trigger = { is_female = no culture = khanty }
	}
	text = {
		localisation_key = String_Culture_khazar_Masc
		trigger = { is_female = no culture = khazar }
	}
	text = {
		localisation_key = String_Culture_khitan_Masc
		trigger = { is_female = no culture = khitan }
	}
	text = {
		localisation_key = String_Culture_kirghiz_Masc
		trigger = { is_female = no culture = kirghiz }
	}
	text = {
		localisation_key = String_Culture_komi_Masc
		trigger = { is_female = no culture = komi }
	}
	text = {
		localisation_key = String_Culture_kurdish_Masc
		trigger = { is_female = no culture = kurdish }
	}
	text = {
		localisation_key = String_Culture_lappish_Masc
		trigger = { is_female = no culture = lappish }
	}
	text = {
		localisation_key = String_Culture_lettigallish_Masc
		trigger = { is_female = no culture = lettigallish }
	}
	text = {
		localisation_key = String_Culture_levantine_arabic_Masc
		trigger = { is_female = no culture = levantine_arabic }
	}
	text = {
		localisation_key = String_Culture_lithuanian_Masc
		trigger = { is_female = no culture = lithuanian }
	}
	text = {
		localisation_key = String_Culture_lombard_Masc
		trigger = { is_female = no culture = lombard }
	}
	text = {
		localisation_key = String_Culture_maghreb_arabic_Masc
		trigger = { is_female = no culture = maghreb_arabic }
	}
	text = {
		localisation_key = String_Culture_manden_Masc
		trigger = { is_female = no culture = manden }
	}
	text = {
		localisation_key = String_Culture_marathi_Masc
		trigger = { is_female = no culture = marathi }
	}
	text = {
		localisation_key = String_Culture_mongol_Masc
		trigger = { is_female = no culture = mongol }
	}
	text = {
		localisation_key = String_Culture_mordvin_Masc
		trigger = { is_female = no culture = mordvin }
	}
	text = {
		localisation_key = String_Culture_nahuatl_Masc
		trigger = { is_female = no culture = nahuatl }
	}
	text = {
		localisation_key = String_Culture_nepali_Masc
		trigger = { is_female = no culture = nepali }
	}
	text = {
		localisation_key = String_Culture_norman_Masc
		trigger = { is_female = no culture = norman }
	}
	text = {
		localisation_key = String_Culture_norse_Masc
		trigger = { is_female = no culture = norse }
	}
	text = {
		localisation_key = String_Culture_norwegian_Masc
		trigger = { is_female = no culture = norwegian }
	}
	text = {
		localisation_key = String_Culture_nubian_Masc
		trigger = { is_female = no culture = nubian }
	}
	text = {
		localisation_key = String_Culture_occitan_Masc
		trigger = { is_female = no culture = occitan }
	}
	text = {
		localisation_key = String_Culture_old_frankish_Masc
		trigger = { is_female = no culture = old_frankish }
	}
	text = {
		localisation_key = String_Culture_old_saxon_Masc
		trigger = { is_female = no culture = old_saxon }
	}
	text = {
		localisation_key = String_Culture_oriya_Masc
		trigger = { is_female = no culture = oriya }
	}
	text = {
		localisation_key = String_Culture_panjabi_Masc
		trigger = { is_female = no culture = panjabi }
	}
	text = {
		localisation_key = String_Culture_pecheneg_Masc
		trigger = { is_female = no culture = pecheneg }
	}
	text = {
		localisation_key = String_Culture_persian_Masc
		trigger = { is_female = no culture = persian }
	}
	text = {
		localisation_key = String_Culture_pictish_Masc
		trigger = { is_female = no culture = pictish }
	}
	text = {
		localisation_key = String_Culture_polish_Masc
		trigger = { is_female = no culture = polish }
	}
	text = {
		localisation_key = String_Culture_pommeranian_Masc
		trigger = { is_female = no culture = pommeranian }
	}
	text = {
		localisation_key = String_Culture_portuguese_Masc
		trigger = { is_female = no culture = portuguese }
	}
	text = {
		localisation_key = String_Culture_prussian_Masc
		trigger = { is_female = no culture = prussian }
	}
	text = {
		localisation_key = String_Culture_rajput_Masc
		trigger = { is_female = no culture = rajput }
	}
	text = {
		localisation_key = String_Culture_roman_Masc
		trigger = { is_female = no culture = roman }
	}
	text = {
		localisation_key = String_Culture_romanian_Masc
		trigger = { is_female = no culture = romanian }
	}
	text = {
		localisation_key = String_Culture_russian_Masc
		trigger = { is_female = no culture = russian }
	}
	text = {
		localisation_key = String_Culture_saka_Masc
		trigger = { is_female = no culture = saka }
	}
	text = {
		localisation_key = String_Culture_samoyed_Masc
		trigger = { is_female = no culture = samoyed }
	}
	text = {
		localisation_key = String_Culture_saxon_Masc
		trigger = { is_female = no culture = saxon }
	}
	text = {
		localisation_key = String_Culture_scottish_Masc
		trigger = { is_female = no culture = scottish }
	}
	text = {
		localisation_key = String_Culture_sephardi_Masc
		trigger = { is_female = no culture = sephardi }
	}
	text = {
		localisation_key = String_Culture_serbian_Masc
		trigger = { is_female = no culture = serbian }
	}
	text = {
		localisation_key = String_Culture_severian_Masc
		trigger = { is_female = no culture = severian }
	}
	text = {
		localisation_key = String_Culture_sindhi_Masc
		trigger = { is_female = no culture = sindhi }
	}
	text = {
		localisation_key = String_Culture_sinhala_Masc
		trigger = { is_female = no culture = sinhala }
	}
	text = {
		localisation_key = String_Culture_sogdian_Masc
		trigger = { is_female = no culture = sogdian }
	}
	text = {
		localisation_key = String_Culture_somali_Masc
		trigger = { is_female = no culture = somali }
	}
	text = {
		localisation_key = String_Culture_suebi_Masc
		trigger = { is_female = no culture = suebi }
	}
	text = {
		localisation_key = String_Culture_swedish_Masc
		trigger = { is_female = no culture = swedish }
	}
	text = {
		localisation_key = String_Culture_tamil_Masc
		trigger = { is_female = no culture = tamil }
	}
	text = {
		localisation_key = String_Culture_tangut_Masc
		trigger = { is_female = no culture = tangut }
	}
	text = {
		localisation_key = String_Culture_telugu_Masc
		trigger = { is_female = no culture = telugu }
	}
	text = {
		localisation_key = String_Culture_tocharian_Masc
		trigger = { is_female = no culture = tocharian }
	}
	text = {
		localisation_key = String_Culture_turkish_Masc
		trigger = { is_female = no culture = turkish }
	}
	text = {
		localisation_key = String_Culture_ugricbaltic_Masc
		trigger = { is_female = no culture = ugricbaltic }
	}
	text = {
		localisation_key = String_Culture_uyghur_Masc
		trigger = { is_female = no culture = uyghur }
	}
	text = {
		localisation_key = String_Culture_visigothic_Masc
		trigger = { is_female = no culture = visigothic }
	}
	text = {
		localisation_key = String_Culture_volhynian_Masc
		trigger = { is_female = no culture = volhynian }
	}
	text = {
		localisation_key = String_Culture_welsh_Masc
		trigger = { is_female = no culture = welsh }
	}
	text = {
		localisation_key = String_Culture_afghan_Fem
		trigger = { is_female = yes culture = afghan }
	}
	text = {
		localisation_key = String_Culture_alan_Fem
		trigger = { is_female = yes culture = alan }
	}
	text = {
		localisation_key = String_Culture_andalusian_arabic_Fem
		trigger = { is_female = yes culture = andalusian_arabic }
	}
	text = {
		localisation_key = String_Culture_armenian_Fem
		trigger = { is_female = yes culture = armenian }
	}
	text = {
		localisation_key = String_Culture_ashkenazi_Fem
		trigger = { is_female = yes culture = ashkenazi }
	}
	text = {
		localisation_key = String_Culture_assamese_Fem
		trigger = { is_female = yes culture = assamese }
	}
	text = {
		localisation_key = String_Culture_assyrian_Masc
		trigger = { is_female = yes culture = assyrian }
	}
	text = {
		localisation_key = String_Culture_avar_Fem
		trigger = { is_female = yes culture = avar }
	}
	text = {
		localisation_key = String_Culture_baloch_Fem
		trigger = { is_female = yes culture = baloch }
	}
	text = {
		localisation_key = String_Culture_basque_Fem
		trigger = { is_female = yes culture = basque }
	}
	text = {
		localisation_key = String_Culture_bedouin_arabic_Fem
		trigger = { is_female = yes culture = bedouin_arabic }
	}
	text = {
		localisation_key = String_Culture_bengali_Fem
		trigger = { is_female = yes culture = bengali }
	}
	text = {
		localisation_key = String_Culture_bodpa_Fem
		trigger = { is_female = yes culture = bodpa }
	}
	text = {
		localisation_key = String_Culture_bohemian_Fem
		trigger = { is_female = yes culture = bohemian }
	}
	text = {
		localisation_key = String_Culture_bolghar_Fem
		trigger = { is_female = yes culture = bolghar }
	}
	text = {
		localisation_key = String_Culture_breton_Fem
		trigger = { is_female = yes culture = breton }
	}
	text = {
		localisation_key = String_Culture_bulgarian_Fem
		trigger = { is_female = yes culture = bulgarian }
	}
	text = {
		localisation_key = String_Culture_castillan_Fem
		trigger = { is_female = yes culture = castillan }
	}
	text = {
		localisation_key = String_Culture_catalan_Fem
		trigger = { is_female = yes culture = catalan }
	}
	text = {
		localisation_key = String_Culture_croatian_Fem
		trigger = { is_female = yes culture = croatian }
	}
	text = {
		localisation_key = String_Culture_cuman_Fem
		trigger = { is_female = yes culture = cuman }
	}
	text = {
		localisation_key = String_Culture_danish_Fem
		trigger = { is_female = yes culture = danish }
	}
	text = {
		localisation_key = String_Culture_dutch_Fem
		trigger = { is_female = yes culture = dutch }
	}
	text = {
		localisation_key = String_Culture_egyptian_arabic_Fem
		trigger = { is_female = yes culture = egyptian_arabic }
	}
	text = {
		localisation_key = String_Culture_english_Fem
		trigger = { is_female = yes culture = english }
	}
	text = {
		localisation_key = String_Culture_ethiopian_Fem
		trigger = { is_female = yes culture = ethiopian }
	}
	text = {
		localisation_key = String_Culture_finnish_Fem
		trigger = { is_female = yes culture = finnish }
	}
	text = {
		localisation_key = String_Culture_frankish_Fem
		trigger = { is_female = yes culture = frankish }
	}
	text = {
		localisation_key = String_Culture_frisian_Fem
		trigger = { is_female = yes culture = frisian }
	}
	text = {
		localisation_key = String_Culture_georgian_Fem
		trigger = { is_female = yes culture = georgian }
	}
	text = {
		localisation_key = String_Culture_german_Fem
		trigger = { is_female = yes culture = german }
	}
	text = {
		localisation_key = String_Culture_greek_Fem
		trigger = { is_female = yes culture = greek }
	}
	text = {
		localisation_key = String_Culture_gujurati_Fem
		trigger = { is_female = yes culture = gujurati }
	}
	text = {
		localisation_key = String_Culture_han_Fem
		trigger = { is_female = yes culture = han }
	}
	text = {
		localisation_key = String_Culture_hindustani_Fem
		trigger = { is_female = yes culture = hindustani }
	}
	text = {
		localisation_key = String_Culture_horse_Fem
		trigger = { is_female = yes culture = horse }
	}
	text = {
		localisation_key = String_Culture_hungarian_Fem
		trigger = { is_female = yes culture = hungarian }
	}
	text = {
		localisation_key = String_Culture_ilmenian_Fem
		trigger = { is_female = yes culture = ilmenian }
	}
	text = {
		localisation_key = String_Culture_irish_Fem
		trigger = { is_female = yes culture = irish }
	}
	text = {
		localisation_key = String_Culture_italian_Fem
		trigger = { is_female = yes is_italian_trigger = yes }
	}
	text = {
		localisation_key = String_Culture_jurchen_Fem
		trigger = { is_female = yes culture = jurchen }
	}
	text = {
		localisation_key = String_Culture_kannada_Fem
		trigger = { is_female = yes culture = kannada }
	}
	text = {
		localisation_key = String_Culture_karluk_Fem
		trigger = { is_female = yes culture = karluk }
	}
	text = {
		localisation_key = String_Culture_khanty_Fem
		trigger = { is_female = yes culture = khanty }
	}
	text = {
		localisation_key = String_Culture_khazar_Fem
		trigger = { is_female = yes culture = khazar }
	}
	text = {
		localisation_key = String_Culture_khitan_Fem
		trigger = { is_female = yes culture = khitan }
	}
	text = {
		localisation_key = String_Culture_kirghiz_Fem
		trigger = { is_female = yes culture = kirghiz }
	}
	text = {
		localisation_key = String_Culture_komi_Fem
		trigger = { is_female = yes culture = komi }
	}
	text = {
		localisation_key = String_Culture_kurdish_Fem
		trigger = { is_female = yes culture = kurdish }
	}
	text = {
		localisation_key = String_Culture_lappish_Fem
		trigger = { is_female = yes culture = lappish }
	}
	text = {
		localisation_key = String_Culture_lettigallish_Fem
		trigger = { is_female = yes culture = lettigallish }
	}
	text = {
		localisation_key = String_Culture_levantine_arabic_Fem
		trigger = { is_female = yes culture = levantine_arabic }
	}
	text = {
		localisation_key = String_Culture_lithuanian_Fem
		trigger = { is_female = yes culture = lithuanian }
	}
	text = {
		localisation_key = String_Culture_lombard_Fem
		trigger = { is_female = yes culture = lombard }
	}
	text = {
		localisation_key = String_Culture_maghreb_arabic_Fem
		trigger = { is_female = yes culture = maghreb_arabic }
	}
	text = {
		localisation_key = String_Culture_manden_Fem
		trigger = { is_female = yes culture = manden }
	}
	text = {
		localisation_key = String_Culture_marathi_Fem
		trigger = { is_female = yes culture = marathi }
	}
	text = {
		localisation_key = String_Culture_mongol_Fem
		trigger = { is_female = yes culture = mongol }
	}
	text = {
		localisation_key = String_Culture_mordvin_Fem
		trigger = { is_female = yes culture = mordvin }
	}
	text = {
		localisation_key = String_Culture_nahuatl_Fem
		trigger = { is_female = yes culture = nahuatl }
	}
	text = {
		localisation_key = String_Culture_nepali_Fem
		trigger = { is_female = yes culture = nepali }
	}
	text = {
		localisation_key = String_Culture_norman_Fem
		trigger = { is_female = yes culture = norman }
	}
	text = {
		localisation_key = String_Culture_norse_Fem
		trigger = { is_female = yes culture = norse }
	}
	text = {
		localisation_key = String_Culture_norwegian_Fem
		trigger = { is_female = yes culture = norwegian }
	}
	text = {
		localisation_key = String_Culture_nubian_Fem
		trigger = { is_female = yes culture = nubian }
	}
	text = {
		localisation_key = String_Culture_occitan_Fem
		trigger = { is_female = yes culture = occitan }
	}
	text = {
		localisation_key = String_Culture_old_frankish_Fem
		trigger = { is_female = yes culture = old_frankish }
	}
	text = {
		localisation_key = String_Culture_old_saxon_Fem
		trigger = { is_female = yes culture = old_saxon }
	}
	text = {
		localisation_key = String_Culture_oriya_Fem
		trigger = { is_female = yes culture = oriya }
	}
	text = {
		localisation_key = String_Culture_panjabi_Fem
		trigger = { is_female = yes culture = panjabi }
	}
	text = {
		localisation_key = String_Culture_pecheneg_Fem
		trigger = { is_female = yes culture = pecheneg }
	}
	text = {
		localisation_key = String_Culture_persian_Fem
		trigger = { is_female = yes culture = persian }
	}
	text = {
		localisation_key = String_Culture_pictish_Fem
		trigger = { is_female = yes culture = pictish }
	}
	text = {
		localisation_key = String_Culture_polish_Fem
		trigger = { is_female = yes culture = polish }
	}
	text = {
		localisation_key = String_Culture_pommeranian_Fem
		trigger = { is_female = yes culture = pommeranian }
	}
	text = {
		localisation_key = String_Culture_portuguese_Fem
		trigger = { is_female = yes culture = portuguese }
	}
	text = {
		localisation_key = String_Culture_prussian_Fem
		trigger = { is_female = yes culture = prussian }
	}
	text = {
		localisation_key = String_Culture_rajput_Fem
		trigger = { is_female = yes culture = rajput }
	}
	text = {
		localisation_key = String_Culture_roman_Fem
		trigger = { is_female = yes culture = roman }
	}
	text = {
		localisation_key = String_Culture_romanian_Fem
		trigger = { is_female = yes culture = romanian }
	}
	text = {
		localisation_key = String_Culture_russian_Fem
		trigger = { is_female = yes culture = russian }
	}
	text = {
		localisation_key = String_Culture_saka_Fem
		trigger = { is_female = yes culture = saka }
	}
	text = {
		localisation_key = String_Culture_samoyed_Fem
		trigger = { is_female = yes culture = samoyed }
	}
	text = {
		localisation_key = String_Culture_saxon_Fem
		trigger = { is_female = yes culture = saxon }
	}
	text = {
		localisation_key = String_Culture_scottish_Fem
		trigger = { is_female = yes culture = scottish }
	}
	text = {
		localisation_key = String_Culture_sephardi_Fem
		trigger = { is_female = yes culture = sephardi }
	}
	text = {
		localisation_key = String_Culture_serbian_Fem
		trigger = { is_female = yes culture = serbian }
	}
	text = {
		localisation_key = String_Culture_severian_Fem
		trigger = { is_female = yes culture = severian }
	}
	text = {
		localisation_key = String_Culture_sindhi_Fem
		trigger = { is_female = yes culture = sindhi }
	}
	text = {
		localisation_key = String_Culture_sinhala_Fem
		trigger = { is_female = yes culture = sinhala }
	}
	text = {
		localisation_key = String_Culture_sogdian_Fem
		trigger = { is_female = yes culture = sogdian }
	}
	text = {
		localisation_key = String_Culture_somali_Fem
		trigger = { is_female = yes culture = somali }
	}
	text = {
		localisation_key = String_Culture_suebi_Fem
		trigger = { is_female = yes culture = suebi }
	}
	text = {
		localisation_key = String_Culture_swedish_Fem
		trigger = { is_female = yes culture = swedish }
	}
	text = {
		localisation_key = String_Culture_tamil_Fem
		trigger = { is_female = yes culture = tamil }
	}
	text = {
		localisation_key = String_Culture_tangut_Fem
		trigger = { is_female = yes culture = tangut }
	}
	text = {
		localisation_key = String_Culture_telugu_Fem
		trigger = { is_female = yes culture = telugu }
	}
	text = {
		localisation_key = String_Culture_tocharian_Fem
		trigger = { is_female = yes culture = tocharian }
	}
	text = {
		localisation_key = String_Culture_turkish_Fem
		trigger = { is_female = yes culture = turkish }
	}
	text = {
		localisation_key = String_Culture_ugricbaltic_Fem
		trigger = { is_female = yes culture = ugricbaltic }
	}
	text = {
		localisation_key = String_Culture_uyghur_Fem
		trigger = { is_female = yes culture = uyghur }
	}
	text = {
		localisation_key = String_Culture_visigothic_Fem
		trigger = { is_female = yes culture = visigothic }
	}
	text = {
		localisation_key = String_Culture_volhynian_Fem
		trigger = { is_female = yes culture = volhynian }
	}
	text = {
		localisation_key = String_Culture_welsh_Fem
		trigger = { is_female = yes culture = welsh }
	}
}

defined_text = {
	name = GetCultureMascPl
	fallback_text = {
		localisation_key = String_fallback_text_GetCultureMascPl
	}
	text = {
		localisation_key = String_Culture_afghan_PlMasc
		trigger = { culture = afghan }
	}
	text = {
		localisation_key = String_Culture_alan_PlMasc
		trigger = { culture = alan }
	}
	text = {
		localisation_key = String_Culture_andalusian_arabic_PlMasc
		trigger = { culture = andalusian_arabic }
	}
	text = {
		localisation_key = String_Culture_armenian_PlMasc
		trigger = { culture = armenian }
	}
	text = {
		localisation_key = String_Culture_ashkenazi_PlMasc
		trigger = { culture = ashkenazi }
	}
	text = {
		localisation_key = String_Culture_assamese_PlMasc
		trigger = { culture = assamese }
	}
	text = {
		localisation_key = String_Culture_assyrian_Masc
		trigger = { culture = assyrian }
	}
	text = {
		localisation_key = String_Culture_avar_PlMasc
		trigger = { culture = avar }
	}
	text = {
		localisation_key = String_Culture_baloch_PlMasc
		trigger = { culture = baloch }
	}
	text = {
		localisation_key = String_Culture_basque_PlMasc
		trigger = { culture = basque }
	}
	text = {
		localisation_key = String_Culture_bedouin_arabic_PlMasc
		trigger = { culture = bedouin_arabic }
	}
	text = {
		localisation_key = String_Culture_bengali_PlMasc
		trigger = { culture = bengali }
	}
	text = {
		localisation_key = String_Culture_bodpa_PlMasc
		trigger = { culture = bodpa }
	}
	text = {
		localisation_key = String_Culture_bohemian_PlMasc
		trigger = { culture = bohemian }
	}
	text = {
		localisation_key = String_Culture_bolghar_PlMasc
		trigger = { culture = bolghar }
	}
	text = {
		localisation_key = String_Culture_breton_PlMasc
		trigger = { culture = breton }
	}
	text = {
		localisation_key = String_Culture_bulgarian_PlMasc
		trigger = { culture = bulgarian }
	}
	text = {
		localisation_key = String_Culture_castillan_PlMasc
		trigger = { culture = castillan }
	}
	text = {
		localisation_key = String_Culture_catalan_PlMasc
		trigger = { culture = catalan }
	}
	text = {
		localisation_key = String_Culture_croatian_PlMasc
		trigger = { culture = croatian }
	}
	text = {
		localisation_key = String_Culture_cuman_PlMasc
		trigger = { culture = cuman }
	}
	text = {
		localisation_key = String_Culture_danish_PlMasc
		trigger = { culture = danish }
	}
	text = {
		localisation_key = String_Culture_dutch_PlMasc
		trigger = { culture = dutch }
	}
	text = {
		localisation_key = String_Culture_egyptian_arabic_PlMasc
		trigger = { culture = egyptian_arabic }
	}
	text = {
		localisation_key = String_Culture_english_PlMasc
		trigger = { culture = english }
	}
	text = {
		localisation_key = String_Culture_ethiopian_PlMasc
		trigger = { culture = ethiopian }
	}
	text = {
		localisation_key = String_Culture_finnish_PlMasc
		trigger = { culture = finnish }
	}
	text = {
		localisation_key = String_Culture_frankish_PlMasc
		trigger = { culture = frankish }
	}
	text = {
		localisation_key = String_Culture_frisian_PlMasc
		trigger = { culture = frisian }
	}
	text = {
		localisation_key = String_Culture_georgian_PlMasc
		trigger = { culture = georgian }
	}
	text = {
		localisation_key = String_Culture_german_PlMasc
		trigger = { culture = german }
	}
	text = {
		localisation_key = String_Culture_greek_PlMasc
		trigger = { culture = greek }
	}
	text = {
		localisation_key = String_Culture_gujurati_PlMasc
		trigger = { culture = gujurati }
	}
	text = {
		localisation_key = String_Culture_han_PlMasc
		trigger = { culture = han }
	}
	text = {
		localisation_key = String_Culture_hindustani_PlMasc
		trigger = { culture = hindustani }
	}
	text = {
		localisation_key = String_Culture_horse_PlMasc
		trigger = { culture = horse }
	}
	text = {
		localisation_key = String_Culture_hungarian_PlMasc
		trigger = { culture = hungarian }
	}
	text = {
		localisation_key = String_Culture_ilmenian_PlMasc
		trigger = { culture = ilmenian }
	}
	text = {
		localisation_key = String_Culture_irish_PlMasc
		trigger = { culture = irish }
	}
	text = {
		localisation_key = String_Culture_italian_PlMasc
		trigger = { is_italian_trigger = yes }
	}
	text = {
		localisation_key = String_Culture_jurchen_PlMasc
		trigger = { culture = jurchen }
	}
	text = {
		localisation_key = String_Culture_kannada_PlMasc
		trigger = { culture = kannada }
	}
	text = {
		localisation_key = String_Culture_karluk_PlMasc
		trigger = { culture = karluk }
	}
	text = {
		localisation_key = String_Culture_khanty_PlMasc
		trigger = { culture = khanty }
	}
	text = {
		localisation_key = String_Culture_khazar_PlMasc
		trigger = { culture = khazar }
	}
	text = {
		localisation_key = String_Culture_khitan_PlMasc
		trigger = { culture = khitan }
	}
	text = {
		localisation_key = String_Culture_kirghiz_PlMasc
		trigger = { culture = kirghiz }
	}
	text = {
		localisation_key = String_Culture_komi_PlMasc
		trigger = { culture = komi }
	}
	text = {
		localisation_key = String_Culture_kurdish_PlMasc
		trigger = { culture = kurdish }
	}
	text = {
		localisation_key = String_Culture_lappish_PlMasc
		trigger = { culture = lappish }
	}
	text = {
		localisation_key = String_Culture_lettigallish_PlMasc
		trigger = { culture = lettigallish }
	}
	text = {
		localisation_key = String_Culture_levantine_arabic_PlMasc
		trigger = { culture = levantine_arabic }
	}
	text = {
		localisation_key = String_Culture_lithuanian_PlMasc
		trigger = { culture = lithuanian }
	}
	text = {
		localisation_key = String_Culture_lombard_PlMasc
		trigger = { culture = lombard }
	}
	text = {
		localisation_key = String_Culture_maghreb_arabic_PlMasc
		trigger = { culture = maghreb_arabic }
	}
	text = {
		localisation_key = String_Culture_manden_PlMasc
		trigger = { culture = manden }
	}
	text = {
		localisation_key = String_Culture_marathi_PlMasc
		trigger = { culture = marathi }
	}
	text = {
		localisation_key = String_Culture_mongol_PlMasc
		trigger = { culture = mongol }
	}
	text = {
		localisation_key = String_Culture_mordvin_PlMasc
		trigger = { culture = mordvin }
	}
	text = {
		localisation_key = String_Culture_nahuatl_PlMasc
		trigger = { culture = nahuatl }
	}
	text = {
		localisation_key = String_Culture_nepali_PlMasc
		trigger = { culture = nepali }
	}
	text = {
		localisation_key = String_Culture_norman_PlMasc
		trigger = { culture = norman }
	}
	text = {
		localisation_key = String_Culture_norse_PlMasc
		trigger = { culture = norse }
	}
	text = {
		localisation_key = String_Culture_norwegian_PlMasc
		trigger = { culture = norwegian }
	}
	text = {
		localisation_key = String_Culture_nubian_PlMasc
		trigger = { culture = nubian }
	}
	text = {
		localisation_key = String_Culture_occitan_PlMasc
		trigger = { culture = occitan }
	}
	text = {
		localisation_key = String_Culture_old_frankish_PlMasc
		trigger = { culture = old_frankish }
	}
	text = {
		localisation_key = String_Culture_old_saxon_PlMasc
		trigger = { culture = old_saxon }
	}
	text = {
		localisation_key = String_Culture_oriya_PlMasc
		trigger = { culture = oriya }
	}
	text = {
		localisation_key = String_Culture_panjabi_PlMasc
		trigger = { culture = panjabi }
	}
	text = {
		localisation_key = String_Culture_pecheneg_PlMasc
		trigger = { culture = pecheneg }
	}
	text = {
		localisation_key = String_Culture_persian_PlMasc
		trigger = { culture = persian }
	}
	text = {
		localisation_key = String_Culture_pictish_PlMasc
		trigger = { culture = pictish }
	}
	text = {
		localisation_key = String_Culture_polish_PlMasc
		trigger = { culture = polish }
	}
	text = {
		localisation_key = String_Culture_pommeranian_PlMasc
		trigger = { culture = pommeranian }
	}
	text = {
		localisation_key = String_Culture_portuguese_PlMasc
		trigger = { culture = portuguese }
	}
	text = {
		localisation_key = String_Culture_prussian_PlMasc
		trigger = { culture = prussian }
	}
	text = {
		localisation_key = String_Culture_rajput_PlMasc
		trigger = { culture = rajput }
	}
	text = {
		localisation_key = String_Culture_roman_PlMasc
		trigger = { culture = roman }
	}
	text = {
		localisation_key = String_Culture_romanian_PlMasc
		trigger = { culture = romanian }
	}
	text = {
		localisation_key = String_Culture_russian_PlMasc
		trigger = { culture = russian }
	}
	text = {
		localisation_key = String_Culture_saka_PlMasc
		trigger = { culture = saka }
	}
	text = {
		localisation_key = String_Culture_samoyed_PlMasc
		trigger = { culture = samoyed }
	}
	text = {
		localisation_key = String_Culture_saxon_PlMasc
		trigger = { culture = saxon }
	}
	text = {
		localisation_key = String_Culture_scottish_PlMasc
		trigger = { culture = scottish }
	}
	text = {
		localisation_key = String_Culture_sephardi_PlMasc
		trigger = { culture = sephardi }
	}
	text = {
		localisation_key = String_Culture_serbian_PlMasc
		trigger = { culture = serbian }
	}
	text = {
		localisation_key = String_Culture_severian_PlMasc
		trigger = { culture = severian }
	}
	text = {
		localisation_key = String_Culture_sindhi_PlMasc
		trigger = { culture = sindhi }
	}
	text = {
		localisation_key = String_Culture_sinhala_PlMasc
		trigger = { culture = sinhala }
	}
	text = {
		localisation_key = String_Culture_sogdian_PlMasc
		trigger = { culture = sogdian }
	}
	text = {
		localisation_key = String_Culture_somali_PlMasc
		trigger = { culture = somali }
	}
	text = {
		localisation_key = String_Culture_suebi_PlMasc
		trigger = { culture = suebi }
	}
	text = {
		localisation_key = String_Culture_swedish_PlMasc
		trigger = { culture = swedish }
	}
	text = {
		localisation_key = String_Culture_tamil_PlMasc
		trigger = { culture = tamil }
	}
	text = {
		localisation_key = String_Culture_tangut_PlMasc
		trigger = { culture = tangut }
	}
	text = {
		localisation_key = String_Culture_telugu_PlMasc
		trigger = { culture = telugu }
	}
	text = {
		localisation_key = String_Culture_tocharian_PlMasc
		trigger = { culture = tocharian }
	}
	text = {
		localisation_key = String_Culture_turkish_PlMasc
		trigger = { culture = turkish }
	}
	text = {
		localisation_key = String_Culture_ugricbaltic_PlMasc
		trigger = { culture = ugricbaltic }
	}
	text = {
		localisation_key = String_Culture_uyghur_PlMasc
		trigger = { culture = uyghur }
	}
	text = {
		localisation_key = String_Culture_visigothic_PlMasc
		trigger = { culture = visigothic }
	}
	text = {
		localisation_key = String_Culture_volhynian_PlMasc
		trigger = { culture = volhynian }
	}
	text = {
		localisation_key = String_Culture_welsh_PlMasc
		trigger = { culture = welsh }
	}
}

defined_text = {
	name = GetSocietyNameDuDelaDes
	fallback_text = {
		localisation_key = String_fallback_text_GetSocietyNameDuDelaDes
	}
	text = {
		localisation_key = String_the_Assassins_DuDelaDes
		trigger = { society_member_of = the_assassins }
	}
	text = {
		localisation_key = String_the_Satanists_DuDelaDes
		trigger = { society_member_of = the_satanists }
	}
	text = {
		localisation_key = String_the_Cold_Ones_DuDelaDes
		trigger = { society_member_of = the_cold_ones }
	}
	text = {
		localisation_key = String_the_Trollcrafters_DuDelaDes
		trigger = { society_member_of = the_trollcrafters }
	}
	text = {
		localisation_key = String_the_Cult_of_Kali_Purusha_DuDelaDes
		trigger = { society_member_of = the_cult_of_kali }
	}
	text = {
		localisation_key = String_the_Plaguebringers_DuDelaDes
		trigger = { society_member_of = the_plaguebringers }
	}
	text = {
		localisation_key = String_the_Benedictine_Order_DuDelaDes
		trigger = { society_member_of = monastic_order_benedictine }
	}
	text = {
		localisation_key = String_the_Dominican_Order_DuDelaDes
		trigger = { society_member_of = monastic_order_dominican }
	}
	text = {
		localisation_key = String_the_Community_of_Saint_Basil_DuDelaDes
		trigger = { society_member_of = monastic_order_orthodox }
	}
	text = {
		localisation_key = String_the_Community_of_Saint_Abraham_DuDelaDes
		trigger = { society_member_of = monastic_order_nestorian }
	}
	text = {
		localisation_key = String_the_Community_of_Saint_Anthony_DuDelaDes
		trigger = { society_member_of = monastic_order_monophysite }
	}
	text = {
		localisation_key = String_the_Sravaka_Samgha_DuDelaDes
		trigger = { society_member_of = monastic_order_jain }
	}
	text = {
		localisation_key = String_the_Advaita_Matha_DuDelaDes
		trigger = { society_member_of = monastic_order_hindu }
	}
	text = {
		localisation_key = String_the_Savaka_Sangha_DuDelaDes
		trigger = { society_member_of = monastic_order_buddhist }
	}
	text = {
		localisation_key = String_hermetics_DuDelaDes
		trigger = { society_member_of = hermetics }
	}
	text = {
		localisation_key = String_secret_religious_society_aztec_DuDelaDes
		trigger = { society_member_of = secret_religious_society_aztec }
	}
	text = {
		localisation_key = String_secret_religious_society_baltic_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_baltic_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_baltic_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_baltic_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_bogomilist_DuDelaDes
		trigger = { society_member_of = secret_religious_society_bogomilist }
	}
	text = {
		localisation_key = String_secret_religious_society_bon_DuDelaDes
		trigger = { society_member_of = secret_religious_society_bon }
	}
	text = {
		localisation_key = String_secret_religious_society_buddhist_DuDelaDes
		trigger = { society_member_of = secret_religious_society_buddhist }
	}
	text = {
		localisation_key = String_secret_religious_society_cathar_DuDelaDes
		trigger = { society_member_of = secret_religious_society_cathar }
	}
	text = {
		localisation_key = String_secret_religious_society_catholic_DuDelaDes
		trigger = { society_member_of = secret_religious_society_catholic }
	}
	text = {
		localisation_key = String_secret_religious_society_druze_DuDelaDes
		trigger = { society_member_of = secret_religious_society_druze }
	}
	text = {
		localisation_key = String_secret_religious_society_finnish_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_finnish_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_finnish_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_finnish_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_fraticelli_DuDelaDes
		trigger = { society_member_of = secret_religious_society_fraticelli }
	}
	text = {
		localisation_key = String_secret_religious_society_hindu_DuDelaDes
		trigger = { society_member_of = secret_religious_society_hindu }
	}
	text = {
		localisation_key = String_secret_religious_society_hurufi_DuDelaDes
		trigger = { society_member_of = secret_religious_society_hurufi }
	}
	text = {
		localisation_key = String_secret_religious_society_ibadi_DuDelaDes
		trigger = { society_member_of = secret_religious_society_ibadi }
	}
	text = {
		localisation_key = String_secret_religious_society_iconoclast_DuDelaDes
		trigger = { society_member_of = secret_religious_society_iconoclast }
	}
	text = {
		localisation_key = String_secret_religious_society_jain_DuDelaDes
		trigger = { society_member_of = secret_religious_society_jain }
	}
	text = {
		localisation_key = String_secret_religious_society_jewish_DuDelaDes
		trigger = { society_member_of = secret_religious_society_jewish }
	}
	text = {
		localisation_key = String_secret_religious_society_karaite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_karaite }
	}
	text = {
		localisation_key = String_secret_religious_society_kharijite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_kharijite }
	}
	text = {
		localisation_key = String_secret_religious_society_khurmazta_DuDelaDes
		trigger = { society_member_of = secret_religious_society_khurmazta }
	}
	text = {
		localisation_key = String_secret_religious_society_lollard_DuDelaDes
		trigger = { society_member_of = secret_religious_society_lollard }
	}
	text = {
		localisation_key = String_secret_religious_society_manichean_DuDelaDes
		trigger = { society_member_of = secret_religious_society_manichean }
	}
	text = {
		localisation_key = String_secret_religious_society_mazdaki_DuDelaDes
		trigger = { society_member_of = secret_religious_society_mazdaki }
	}
	text = {
		localisation_key = String_secret_religious_society_messalian_DuDelaDes
		trigger = { society_member_of = secret_religious_society_messalian }
	}
	text = {
		localisation_key = String_secret_religious_society_miaphysite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_miaphysite }
	}
	text = {
		localisation_key = String_secret_religious_society_monophysite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_monophysite }
	}
	text = {
		localisation_key = String_secret_religious_society_monothelite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_monothelite }
	}
	text = {
		localisation_key = String_secret_religious_society_nestorian_DuDelaDes
		trigger = { society_member_of = secret_religious_society_nestorian }
	}
	text = {
		localisation_key = String_secret_religious_society_norse_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_norse_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_norse_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_norse_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_orthodox_DuDelaDes
		trigger = { society_member_of = secret_religious_society_orthodox }
	}
	text = {
		localisation_key = String_secret_religious_society_paulician_DuDelaDes
		trigger = { society_member_of = secret_religious_society_paulician }
	}
	text = {
		localisation_key = String_secret_religious_society_samaritan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_samaritan }
	}
	text = {
		localisation_key = String_secret_religious_society_shiite_DuDelaDes
		trigger = { society_member_of = secret_religious_society_shiite }
	}
	text = {
		localisation_key = String_secret_religious_society_slavic_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_slavic_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_slavic_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_slavic_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_sunni_DuDelaDes
		trigger = { society_member_of = secret_religious_society_sunni }
	}
	text = {
		localisation_key = String_secret_religious_society_taoist_DuDelaDes
		trigger = { society_member_of = secret_religious_society_taoist }
	}
	text = {
		localisation_key = String_secret_religious_society_tengri_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_tengri_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_tengri_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_tengri_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_waldensian_DuDelaDes
		trigger = { society_member_of = secret_religious_society_waldensian }
	}
	text = {
		localisation_key = String_secret_religious_society_west_african_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_west_african_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_west_african_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_west_african_pagan_reformed }
	}
	text = {
		localisation_key = String_secret_religious_society_yazidi_DuDelaDes
		trigger = { society_member_of = secret_religious_society_yazidi }
	}
	text = {
		localisation_key = String_secret_religious_society_zikri_DuDelaDes
		trigger = { society_member_of = secret_religious_society_zikri }
	}
	text = {
		localisation_key = String_secret_religious_society_zoroastrian_DuDelaDes
		trigger = { society_member_of = secret_religious_society_zoroastrian }
	}
	text = {
		localisation_key = String_secret_religious_society_zun_pagan_DuDelaDes
		trigger = { society_member_of = secret_religious_society_zun_pagan }
	}
	text = {
		localisation_key = String_secret_religious_society_zun_pagan_reformed_DuDelaDes
		trigger = { society_member_of = secret_religious_society_zun_pagan_reformed }
	}
}

defined_text = {
	name = GetJobTitle2
	fallback_text = {
		localisation_key = String_fallback_text_GetJobTitle2
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor
		trigger = {
			has_job_title = job_chancellor
			NOT = { 
				culture_group = arabic
				religion = aztec
				culture = greek
				culture_group = iranian
				culture = turkish
				culture_group = west_african
				religion_group = zoroastrian_group
			}
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_arabic
		trigger = {
			has_job_title = job_chancellor
			culture_group = arabic
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_aztec
		trigger = {
			has_job_title = job_chancellor
			religion = aztec
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_greek
		trigger = {
			has_job_title = job_chancellor
			culture = greek
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_iranian
		trigger = {
			has_job_title = job_chancellor
			culture_group = iranian
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_turkish
		trigger = {
			has_job_title = job_chancellor
			culture = turkish
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_west_african
		trigger = {
			has_job_title = job_chancellor
			culture_group = west_african
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_chancellor_zoroastrian_group
		trigger = {
			has_job_title = job_chancellor
			religion_group = zoroastrian_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_marshal
		trigger = {
			has_job_title = job_marshal
			NOT = { 
				religion = aztec
				culture = greek
				religion_group = zoroastrian_group
			}
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_marshal_aztec
		trigger = {
			has_job_title = job_marshal
			religion = aztec
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_marshal_greek
		trigger = {
			has_job_title = job_marshal
			culture = greek
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_marshal_zoroastrian_group
		trigger = {
			has_job_title = job_marshal
			religion_group = zoroastrian_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_treasurer
		trigger = {
			has_job_title = job_treasurer
			NOT = { 
				religion = aztec
				culture = greek
				religion_group = zoroastrian_group
			}
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_treasurer_aztec
		trigger = {
			has_job_title = job_treasurer
			religion = aztec
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_treasurer_greek
		trigger = {
			has_job_title = job_treasurer
			culture = greek
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_treasurer_zoroastrian_group
		trigger = {
			has_job_title = job_treasurer
			religion_group = zoroastrian_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spymaster
		trigger = {
			has_job_title = job_spymaster
			NOT = { 
				religion = aztec
				culture = greek
			}
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spymaster_aztec
		trigger = {
			has_job_title = job_spymaster
			religion = aztec
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spymaster_greek
		trigger = {
			has_job_title = job_spymaster
			culture = greek
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual
		trigger = {
			has_job_title = job_spiritual
			NOT = { 
				religion = aztec
				religion = baltic_pagan
				religion = baltic_pagan_reformed
				religion_group = christian
				religion = finnish_pagan
				religion = finnish_pagan_reformed
				religion = hellenic_pagan
				religion_group = indian_group
				religion_group = jewish_group
				religion_group = muslim
				religion = norse_pagan
				religion = norse_pagan_reformed
				religion = orthodox
				religion = pagan
				religion_group = pagan_group
				religion = shiite
				religion = slavic_pagan
				religion = slavic_pagan_reformed
				religion = tengri_pagan
				religion = tengri_pagan_reformed
				religion = zoroastrian
				religion_group = zoroastrian_group
				religion = zun_pagan
				religion = zun_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_baltic_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = baltic_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_baltic_pagan_reformed
		trigger = {
			has_job_title = job_spiritual
			religion = baltic_pagan_reformed
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_christian
		trigger = {
			has_job_title = job_spiritual
			religion_group = christian
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_norse_pagan_female
		trigger = {
			has_job_title = job_spiritual
			religion = norse_pagan
			is_female = yes
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_norse_pagan_reformed_female
		trigger = {
			has_job_title = job_spiritual
			religion = norse_pagan_reformed
			is_female = yes
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_finnish_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = finnish_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_finnish_pagan_reformed
		trigger = {
			has_job_title = job_spiritual
			religion = finnish_pagan_reformed
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_hellenic_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = hellenic_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_indian_group
		trigger = {
			has_job_title = job_spiritual
			religion_group = indian_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_jewish_group
		trigger = {
			has_job_title = job_spiritual
			religion_group = jewish_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_muslim
		trigger = {
			has_job_title = job_spiritual
			religion_group = muslim
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_norse_pagan_male
		trigger = {
			has_job_title = job_spiritual
			religion = norse_pagan
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_norse_pagan_reformed_male
		trigger = {
			has_job_title = job_spiritual
			religion = norse_pagan_reformed
			is_female = no
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_orthodox
		trigger = {
			has_job_title = job_spiritual
			religion = orthodox
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_pagan_group
		trigger = {
			has_job_title = job_spiritual
			religion_group = pagan_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_shiite
		trigger = {
			has_job_title = job_spiritual
			religion = shiite
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_slavic_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = slavic_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_slavic_pagan_reformed
		trigger = {
			has_job_title = job_spiritual
			religion = slavic_pagan_reformed
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_tengri_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = tengri_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_tengri_pagan_reformed
		trigger = {
			has_job_title = job_spiritual
			religion = tengri_pagan_reformed
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_zoroastrian
		trigger = {
			has_job_title = job_spiritual
			religion = zoroastrian
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_zoroastrian_group
		trigger = {
			has_job_title = job_spiritual
			religion_group = zoroastrian_group
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_zun_pagan
		trigger = {
			has_job_title = job_spiritual
			religion = zun_pagan
		}
	}
	text = {
		localisation_key = String_GetJobTitle2_job_spiritual_zun_pagan_reformed
		trigger = {
			has_job_title = job_spiritual
			religion = zun_pagan_reformed
		}
	}
}

defined_text = {
	name = GetGovernmentFem
	fallback_text = {
		localisation_key = String_fallback_text_GetGovernmentFem
	}
	text = {
		localisation_key = String_GovernmentFem_chinese_imperial_government
		trigger = {
			government = chinese_imperial_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_confucian_bureaucracy
		trigger = {
			government = confucian_bureaucracy
		}
	}
	text = {
		localisation_key = String_GovernmentFem_feudal_government
		trigger = {
			government = feudal_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_merchant_republic_government
		trigger = {
			government = merchant_republic_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_muslim_government
		trigger = {
			government = muslim_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_nomadic_government
		trigger = {
			government = nomadic_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_republic_government
		trigger = {
			government = republic_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_theocracy_government
		trigger = {
			government = theocracy_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_theocratic_feudal_government
		trigger = {
			government = theocratic_feudal_government
		}
	}
	text = {
		localisation_key = String_GovernmentFem_tribal_government
		trigger = {
			government = tribal_government
		}
	}
}

defined_text = {
	name = GetGovernmentLeLaCap
	fallback_text = {
		localisation_key = String_fallback_text_GetGovernmentLeLaCap
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_chinese_imperial_government
		trigger = {
			government = chinese_imperial_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_confucian_bureaucracy
		trigger = {
			government = confucian_bureaucracy
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_feudal_government
		trigger = {
			government = feudal_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_merchant_republic_government
		trigger = {
			government = merchant_republic_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_muslim_government
		trigger = {
			government = muslim_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_nomadic_government
		trigger = {
			government = nomadic_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_republic_government
		trigger = {
			government = republic_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_theocracy_government
		trigger = {
			government = theocracy_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_theocratic_feudal_government
		trigger = {
			government = theocratic_feudal_government
		}
	}
	text = {
		localisation_key = String_GovernmentLeLaCap_tribal_government
		trigger = {
			government = tribal_government
		}
	}
}


## CUSTOM ENGLISH COMMANDS WITH ARTICLE OR GENDER

defined_text = {
	name = GetCapitalHoldingDuDela # Returns a suitable name for the main building of your capital
	fallback_text = {
		localisation_key = String_fallback_text_GetCapitalHoldingDuDela
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_1
		trigger = {
			capital_holding = { holding_type = castle	}
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_2
		trigger = {
			capital_holding = { holding_type = castle	}
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_3
		trigger = {
			capital_holding = { holding_type = castle	}
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Temple_1
		trigger = { capital_holding = { holding_type = temple	} }
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_1
		trigger = {
			capital_holding = { holding_type = nomad }
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_2
		trigger = {
			capital_holding = { holding_type = nomad }
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_3
		trigger = {
			capital_holding = { holding_type = nomad }
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_1
		trigger = {
			capital_holding = { holding_type = tribal	}
			NOT = { higher_tier_than = COUNT }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_2
		trigger = {
			capital_holding = { holding_type = tribal	}
			higher_tier_than = COUNT
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_3
		trigger = {
			capital_holding = { holding_type = tribal	}
			higher_tier_than = DUKE
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_1
		trigger = {
			capital_holding = { holding_type = city }
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_2
		trigger = {
			capital_holding = { holding_type = city }
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_3
		trigger = {
			capital_holding = { holding_type = city }
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Fallback_1
		trigger = {
			NOT = {
				capital_holding = {
					OR = {
						holding_type = castle
						holding_type = temple
						holding_type = nomad
						holding_type = tribal
						holding_type = city
					}
				}
			}
		}
	}
}

defined_text = {
	name = GetCapitalHoldingAuAla # Returns a suitable name for the main building of your capital
	fallback_text = {
		localisation_key = String_fallback_text_GetCapitalHoldingAuAla
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Castle_1
		trigger = {
			capital_holding = { holding_type = castle	}
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Castle_2
		trigger = {
			capital_holding = { holding_type = castle	}
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Castle_3
		trigger = {
			capital_holding = { holding_type = castle	}
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Temple_1
		trigger = { capital_holding = { holding_type = temple	} }
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Nomad_1
		trigger = {
			capital_holding = { holding_type = nomad }
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Nomad_2
		trigger = {
			capital_holding = { holding_type = nomad }
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Nomad_3
		trigger = {
			capital_holding = { holding_type = nomad }
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Tribal_1
		trigger = {
			capital_holding = { holding_type = tribal	}
			NOT = { higher_tier_than = COUNT }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Tribal_2
		trigger = {
			capital_holding = { holding_type = tribal	}
			higher_tier_than = COUNT
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Tribal_3
		trigger = {
			capital_holding = { holding_type = tribal	}
			higher_tier_than = DUKE
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_City_1
		trigger = {
			capital_holding = { holding_type = city }
			NOT = { higher_tier_than = DUKE }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_City_2
		trigger = {
			capital_holding = { holding_type = city }
			higher_tier_than = DUKE
			NOT = { higher_tier_than = KING }
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_City_3
		trigger = {
			capital_holding = { holding_type = city }
			higher_tier_than = KING
		}
	}
	text = {
		localisation_key = String_GetHoldingAuAla_Fallback_1
		trigger = {
			NOT = {
				capital_holding = {
					OR = {
						holding_type = castle
						holding_type = temple
						holding_type = nomad
						holding_type = tribal
						holding_type = city
					}
				}
			}
		}
	}
}

defined_text = {
	name = GetHoldingDuDela # Returns a suitable name for a holding
	fallback_text = {
		localisation_key = String_fallback_text_GetHoldingDuDela
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_1
		trigger = {
			holding_type = castle
			county = { holder_scope = { NOT = { higher_tier_than = DUKE } } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_2
		trigger = {
			holding_type = castle
			county = {
				holder_scope = {
					higher_tier_than = DUKE
					NOT = { higher_tier_than = KING }
				}
			}
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Castle_3
		trigger = {
			holding_type = castle
			county = { holder_scope = { higher_tier_than = KING } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Temple_1
		trigger = { holding_type = temple }
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_1
		trigger = {
			holding_type = nomad
			county = { holder_scope = { NOT = { higher_tier_than = DUKE } } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_2
		trigger = {
			holding_type = nomad
			county = {
				holder_scope = {
					higher_tier_than = DUKE
					NOT = { higher_tier_than = KING }
				}
			}
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Nomad_3
		trigger = {
			holding_type = nomad
			county = { holder_scope = { higher_tier_than = KING } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_1
		trigger = {
			holding_type = tribal
			county = { holder_scope = { NOT = { higher_tier_than = COUNT } } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_2
		trigger = {
			holding_type = tribal
			county = {
				holder_scope = {
					higher_tier_than = COUNT
					NOT = { higher_tier_than = DUKE }
				}
			}
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_Tribal_3
		trigger = {
			holding_type = tribal
			county = { holder_scope = { higher_tier_than = DUKE } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_1
		trigger = {
			holding_type = city
			county = { holder_scope = { NOT = { higher_tier_than = DUKE } } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_2
		trigger = {
			holding_type = city
			county = {
				holder_scope = {
					higher_tier_than = DUKE
					NOT = { higher_tier_than = KING }
				}
			}
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_City_3
		trigger = {
			holding_type = city
			county = { holder_scope = { higher_tier_than = KING } }
		}
	}
	text = {
		localisation_key = String_GetHoldingDuDela_settlement
		trigger = {
			NOT = {
				OR = {
					holding_type = castle
					holding_type = temple
					holding_type = nomad
					holding_type = tribal
					holding_type = city
				}
			}
		}
	}
}

defined_text = {
	name = GetHouseOfWorshipDuDela
	fallback_text = {
		localisation_key = String_fallback_text_GetHouseOfWorshipDuDela
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Christian
		trigger = { religion_group = christian }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Muslim
		trigger = { religion_group = muslim }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Pagan
		trigger = { is_pagan_religion = yes }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Zoroastrian
		trigger = { religion_group = zoroastrian_group }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Jewish
		trigger = { religion_group = jewish_group }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Hindu
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Buddhist
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Jain
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipDuDela_Taoist
		trigger = { religion = taoist }
	}
}

defined_text = {
	name = GetHouseOfWorshipUnUne
	fallback_text = {
		localisation_key = String_fallback_text_GetHouseOfWorshipUnUne
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Christian
		trigger = { religion_group = christian }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Muslim
		trigger = { religion_group = muslim }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Pagan
		trigger = { is_pagan_religion = yes }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Zoroastrian
		trigger = { religion_group = zoroastrian_group }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Jewish
		trigger = { religion_group = jewish_group }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Hindu
		trigger = { religion = hindu }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Buddhist
		trigger = { religion = buddhist }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Jain
		trigger = { religion = jain }
	}
	text = {
		localisation_key = String_GetHouseOfWorshipUnUne_Taoist
		trigger = { religion = taoist }
	}
}

defined_text = {
	name = GetReligiousPersonMascFem
	fallback_text = {
		localisation_key = String_fallback_text_GetReligiousPersonMascFem
	}
	text = {
		localisation_key = String_Religion_catholic_Masc
		trigger = { religion = catholic is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_christian_Masc
		trigger = {
			religion_group = christian
			is_female = no
			NOT = { religion = catholic }
		}
	}
	text = {
		localisation_key = String_ReligionGroups_muslim_Masc
		trigger = { religion_group = muslim is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_jewish_group_Masc
		trigger = { religion_group = jewish_group is_female = no }
	}
	text = {
		localisation_key = String_ReligionGroups_zoroastrian_group_Masc
		trigger = { religion_group = zoroastrian_group is_female = no }
	}
	text = {
		localisation_key = String_Religion_buddhist_Masc
		trigger = { religion = buddhist is_female = no }
	}
	text = {
		localisation_key = String_Religion_jain_Masc
		trigger = { religion = jain is_female = no }
	}
	text = {
		localisation_key = String_Religion_hindu_Masc
		trigger = { religion = hindu is_female = no }
	}
	text = { 
		localisation_key = String_Religion_taoist_Masc
		trigger = { religion = taoist is_female = no }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = norse_pagan
				religion = norse_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = slavic_pagan
				religion = slavic_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = baltic_pagan
				religion = baltic_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = finnish_pagan
				religion = finnish_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = west_african_pagan
				religion = west_african_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = tengri_pagan
				religion = tengri_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_zun_pagan_Masc
		trigger = {
			is_female = no
			OR = {
				religion = zun_pagan
				religion = zun_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_catholic_Fem
		trigger = { religion = catholic is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_christian_Fem
		trigger = {
			religion_group = christian
			is_female = yes
			NOT = { religion = catholic }
		}
	}
	text = {
		localisation_key = String_ReligionGroups_muslim_Fem
		trigger = { religion_group = muslim is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_jewish_group_Fem
		trigger = { religion_group = jewish_group is_female = yes }
	}
	text = {
		localisation_key = String_ReligionGroups_zoroastrian_group_Fem
		trigger = { religion_group = zoroastrian_group is_female = yes }
	}
	text = {
		localisation_key = String_Religion_buddhist_Fem
		trigger = { religion = buddhist is_female = yes }
	}
	text = {
		localisation_key = String_Religion_jain_Fem
		trigger = { religion = jain is_female = yes }
	}
	text = {
		localisation_key = String_Religion_hindu_Fem
		trigger = { religion = hindu is_female = yes }
	}
	text = { 
		localisation_key = String_Religion_taoist_Fem
		trigger = { religion = taoist is_female = yes }
	}
	text = {
		localisation_key = String_Religion_norse_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = norse_pagan
				religion = norse_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_slavic_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = slavic_pagan
				religion = slavic_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_baltic_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = baltic_pagan
				religion = baltic_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_finnish_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = finnish_pagan
				religion = finnish_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_west_african_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = west_african_pagan
				religion = west_african_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_tengri_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = tengri_pagan
				religion = tengri_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_Religion_zun_pagan_Fem
		trigger = {
			is_female = yes
			OR = {
				religion = zun_pagan
				religion = zun_pagan_reformed
			}
		}
	}
}

defined_text = {
	name = GetTrueReligionScriptureNameDuDelaDes
    fallback_text = {
		localisation_key = String_fallback_text_GetTrueReligionScriptureNameDuDelaDes
	}
    text = {
        localisation_key = String_ScriptureDuDelaDes_Bible
        trigger = {
            true_religion_group_christian_trigger = yes
            NOT = { true_religion_messalian_trigger = yes }
        }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Asceticus
        trigger = { true_religion_messalian_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Koran
        trigger = {
            true_religion_group_muslim_trigger = yes
            NOT = { true_religion_yazidi_trigger = yes }
            NOT = { true_religion_druze_trigger = yes }
        }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Book_Of_Illumination
        trigger = { true_religion_yazidi_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Epistles_Of_Wisdom
        trigger = { true_religion_druze_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Torah
        trigger = { true_religion_group_jewish_group_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Gathas
        trigger = {
            true_religion_group_zoroastrian_group_trigger = yes
            NOT = { true_religion_mazdaki_trigger = yes }
        }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Great_Secret
        trigger = { true_religion_mazdaki_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Mahabharata
        trigger = { true_religion_hindu_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Buddhacavana
        trigger = { true_religion_buddhist_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Mahabharata
        trigger = { true_religion_jain_trigger = yes }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Sagas
        trigger = {
            OR = {
                true_religion_norse_pagan_trigger = yes
                true_religion_norse_pagan_reformed_trigger = yes
            }
        }
    }
    text = {
        localisation_key = String_ScriptureDuDelaDes_Legends
        trigger = {
            true_religion_group_pagan_group_trigger = yes
            NOR = {
                true_religion_norse_pagan_trigger = yes
                true_religion_norse_pagan_reformed_trigger = yes
            }
        }
    }
	text = { 
		localisation_key = String_ScriptureDuDelaDes_Gathas
		trigger = { true_religion_khurmazta_trigger = yes }
	}
	text = { 
		localisation_key = String_ScriptureDuDelaDes_MDODUS
		trigger = { true_religion_bon_trigger = yes }
	}
	text = { 
		localisation_key = String_ScriptureDuDelaDes_TAO_TE_CHING
		trigger = { true_religion_taoist_trigger = yes }
	}
}

defined_text = {
	name = GetTrueReligionHighGodDuDelaDes
	fallback_text = {
		localisation_key = String_fallback_text_GetTrueReligionHighGodDuDelaDes
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = {
			true_religion_group_christian_trigger = yes
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ALLAH
		trigger = {
			true_religion_group_muslim_trigger = yes
			NOT = { true_religion_yazidi_trigger = yes }
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_SHAYTAN
		trigger = { true_religion_yazidi_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_GOD
		trigger = { true_religion_group_jewish_group_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_AHURA_MAZDA
		trigger = {
			true_religion_group_zoroastrian_group_trigger = yes
			NOT = { true_religion_manichean_trigger = yes }
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZURVAN
		trigger = { true_religion_manichean_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_BRAHMA
		trigger = { true_religion_hindu_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_BRAHMA
		trigger = { true_religion_buddhist_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_TIRTHANKARAS
		trigger = { true_religion_jain_trigger = yes }
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ODIN
		trigger = {
			OR = {
				true_religion_norse_pagan_reformed_trigger = yes
				true_religion_norse_pagan_trigger = yes
			}
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_PERUN
		trigger = {
			OR = {
				true_religion_slavic_pagan_reformed_trigger = yes
				true_religion_slavic_pagan_trigger = yes
			}
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_TENGRI
		trigger = {
			OR = {
				true_religion_tengri_pagan_reformed_trigger = yes
				true_religion_tengri_pagan_trigger = yes
			}
		}
	}
	 text = {
		localisation_key = String_HighGodDuDelaDes_GOD_DIEVAS
		trigger = {
			OR = {
				true_religion_baltic_pagan_reformed_trigger = yes
				true_religion_baltic_pagan_trigger = yes
			}
		}
	}
	 text = {
		localisation_key = String_HighGodDuDelaDes_GOD_UKKO
		trigger = {
			OR = {
				true_religion_finnish_pagan_reformed_trigger = yes
				true_religion_finnish_pagan_trigger = yes
			}
		}
	}
	 text = {
		localisation_key = String_HighGodDuDelaDes_GOD_THE_CREATOR
		trigger = {
			OR = {
				true_religion_west_african_pagan_reformed_trigger = yes
				true_religion_west_african_pagan_trigger = yes
			}
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_ZUN
		trigger = {
			OR = {
				true_religion_zun_pagan_reformed_trigger = yes
				true_religion_zun_pagan_trigger = yes
			}
		}
	}
	text = {
		localisation_key = String_HighGodDuDelaDes_GOD_HUITZILOPOCHTLI
		trigger = {
			true_religion_aztec_trigger = yes
		}
	}
	text = { 
		localisation_key = String_HighGodDuDelaDes_GOD_ZARVANA
		trigger = { true_religion_khurmazta_trigger = yes }
	}
	text = { 
		localisation_key = String_HighGodDuDelaDes_GOD_SANGPO_BUMTRI
		trigger = { true_religion_bon_trigger = yes }
	}
	text = { 
		localisation_key = String_HighGodDuDelaDes_GOD_HEAVENLY_ORDER
		trigger = { true_religion_taoist_trigger = yes }
	}
}

defined_text = {
	name = GetDWSettlementAuAla
	fallback_text = {
		localisation_key = String_fallback_text_GetDWSettlementAuAla
	}
	text = {
		trigger = {
			NOT = { society_member_of = the_plaguebringers }
		}
		localisation_key = String_town_AuAla
	}
	text = {
		trigger = {
			society_member_of = the_plaguebringers
		}
		localisation_key = String_camp_AuAla
	}
}

defined_text = {
	name = GetDWDevilDuDela # Returns a an appropriate name for the Devil (Fellow scripters, do expand upon all of the following once you have a good one)
    fallback_text = {
		localisation_key = String_fallback_text_GetDWDevilDuDela
	}
	text = {
		localisation_key = String_DevilGodDuDela_Satan
		trigger = {
			society_member_of = the_satanists
			OR = {
				religion_group = christian
				religion_group = jewish_group
			}
		}
	}
	text = {
		localisation_key = String_DevilGodDuDela_Iblis
		trigger = {
			society_member_of = the_satanists
			religion_group = muslim
		}
	}
	text = {
		localisation_key = String_DevilGodDuDela_Ahriman
		trigger = {
			society_member_of = the_satanists
			OR = {
				religion_group = zoroastrian_group
				religion = zun_pagan
				religion = zun_pagan_reformed
			}
		}
	}
	text = {
		localisation_key = String_DevilGodDuDela_Chernobog
		trigger = { society_member_of = the_cold_ones }
	}
	text = {
		localisation_key = String_DevilGodDuDela_Kali
		trigger = { society_member_of = the_cult_of_kali }
	}
	text = {
		localisation_key = String_DevilGodDuDela_Erlik
		trigger = { society_member_of = the_plaguebringers }
	}
	text = {
		localisation_key = String_DevilGodDuDela_Hel
		trigger = { society_member_of = the_trollcrafters }
	}
}

defined_text = {
	name = GetMatterOfImportanceOnA
	fallback_text = {
		localisation_key = String_fallback_text_GetMatterOfImportanceOnA
	}
	text = {
		trigger = { any_child = { is_female = yes } }
		localisation_key = String_GetMatterOfImportanceOnA_daughter
		weight_multiplier = { factor = 3 }
	}
	text = {
		trigger = { any_child = { is_female = no } }
		localisation_key = String_GetMatterOfImportanceOnA_son
		weight_multiplier = { factor = 3 }
	}
	text = {
		trigger = { is_married = yes }
		localisation_key = String_GetMatterOfImportanceOnA_GetHusbandWifeOpp
		weight_multiplier = { factor = 3 }
	}
	text = {
		trigger = { trait = greedy }
		localisation_key = String_GetMatterOfImportanceOnA_investments
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = { trait = gardener }
		localisation_key = String_GetMatterOfImportanceOnA_garden
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = { trait = architect }
		localisation_key = String_GetMatterOfImportanceOnA_building_plans
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = {
			OR = {
				trait = strategist
				trait = duelist
			}
		}
		localisation_key = String_GetMatterOfImportanceOnA_sword_practice
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = { is_learned_trigger = yes }
		localisation_key = String_GetMatterOfImportanceOnA_tome_collection
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = {
			OR = {
				num_of_friends = 1
				trait = socializer
			}
		}
		localisation_key = String_GetMatterOfImportanceOnA_friends
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = { num_of_lovers = 1 }
		localisation_key = String_GetMatterOfImportanceOnA_love
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = {
			OR = {
				has_character_modifier = pet_hunting_dog
				has_character_modifier = guide_dog
			}
		}
		localisation_key = String_GetMatterOfImportanceOnA_dog
		weight_multiplier = { factor = 6 }
	}
	text = {
		trigger = { has_character_modifier = pet_cat }
		localisation_key = String_GetMatterOfImportanceOnA_cat
		weight_multiplier = { factor = 6 }
	}
	text = {
		localisation_key = String_GetMatterOfImportanceOnA_health
		weight_multiplier = {
			factor = 1 #0.5
			modifier = {
				trait = craven
				factor = 6
			}
		}
	}
}

defined_text = {
	name = GetComplimentAdjectiveMascFem
	fallback_text = {
		localisation_key = String_fallback_text_GetComplimentAdjectiveMascFem
	}
	text = {
		trigger = {
			is_female = no
			OR = {
				trait = intricate_webweaver
				trait = elusive_shadow
				trait = fortune_builder
				trait = midas_touched
				trait = scholarly_theologian
				trait = mastermind_theologian
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_CLEVER_Masc
	}
	text = {
		trigger = {
			is_female = no
			OR = {
				trait = charismatic_negotiator
				trait = grey_eminence
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_ELOQUENT_Masc
	}
	text = {
		trigger = {
			is_female = no
			OR = {
				trait = fortune_builder
				trait = midas_touched
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_THRIFTY_Masc
	}
	text = {
		trigger = {
			is_female = no
			OR = {
				trait = scholarly_theologian
				trait = mastermind_theologian
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_LEARNED_Masc
	}
	text = {
		trigger = {
			is_female = yes
			OR = {
				trait = intricate_webweaver
				trait = elusive_shadow
				trait = fortune_builder
				trait = midas_touched
				trait = scholarly_theologian
				trait = mastermind_theologian
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_CLEVER_Fem
	}
	text = {
		trigger = {
			is_female = yes
			OR = {
				trait = charismatic_negotiator
				trait = grey_eminence
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_ELOQUENT_Fem
	}
	text = {
		trigger = {
			is_female = yes
			OR = {
				trait = fortune_builder
				trait = midas_touched
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_THRIFTY_Fem
	}
	text = {
		trigger = {
			is_female = yes
			OR = {
				trait = scholarly_theologian
				trait = mastermind_theologian
			}
		}
		localisation_key = GetComplimentAdjectiveMascFem_COMPL_LEARNED_Fem
	}
}

## ORIGINAL FRENCH CUSTOM COMMANDS

defined_text = {
	name = GetRealmDuDela
	text = {
		localisation_key = String_GetRealmDuDela_Empire
		trigger = {
			primary_title = {
				tier = EMPEROR
			}
		}
	}
	text = {
		localisation_key = String_GetRealmDuDela_Kingdom
		trigger = {
			primary_title = {
				tier = KING
			}
		}
	}
	text = {
		localisation_key = String_GetRealmDuDela_Duchy
		trigger = {
			primary_title = {
				tier = DUKE
			}
		}
	}
	text = {
		localisation_key = String_GetRealmDuDela_County
		trigger = {
			primary_title = {
				tier = COUNT
			}
		}
	}
}
