defined_text = {
	name = CAT_ACTIVITY

	text = {
		trigger = {
			has_global_flag = cat_enabled
		}
		localization_key = CAT_ACTIVITY_OFF
	}
	text = {
		localization_key = CAT_ACTIVITY_ON
	}
}

defined_text = {
	name = CAT_OPENING

	text = {
		trigger = {
			has_global_flag = cat_enabled
		}
		localization_key = CAT_OPEN
	}
	text = {
		localization_key = CAT_CLOSE
	}
}