Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[CPS_UIArmory_PromotionHero]
m_strMutuallyExclusive = "Schließt sich gegenseitig aus mit:"

arr_strLocReasonsLocked[0] = "Voraussetzung Fähigkeit erforderlich."
arr_strLocReasonsLocked[0] = "Die Voraussetzungen der Fähigkeit sind nicht erfüllt."
arr_strLocReasonsLocked[1] = "Wähle zuerst die Fähigkeit der Soldatenklasse auf diesem Rang aus."
arr_strLocReasonsLocked[2] = "Trainingszentrum-Einrichtung erforderlich."
arr_strLocReasonsLocked[3] = "Nicht genug Fähigkeitspunkte."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SparkAbilityTreeTitles[2]="XCOM"
[CPS_UIArmory_PromotionHero]
m_strMutuallyExclusive = "Excluyentes mutuamente con:"

arr_strLocReasonsLocked[0] = "Prerrequisito de habilidad requerido."
arr_strLocReasonsLocked[0] = "No se cumplen los requisitos previos de la habilidad."
arr_strLocReasonsLocked[1] = "Escoge primero en este rango la habilidad de clase del soldado."
arr_strLocReasonsLocked[2] = "Necesita la instalación Centro de entrenamiento."
arr_strLocReasonsLocked[3] = "No hay suficientes puntos de habilidad."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[CPS_UIArmory_PromotionHero]
m_strMutuallyExclusive = "Mutually exclusive with:"

arr_strLocReasonsLocked[0] = "Prerequisite ability required."
arr_strLocReasonsLocked[0] = "Ability's prerequisites are not met."
arr_strLocReasonsLocked[1] = "Pick soldier class ability at this rank first."
arr_strLocReasonsLocked[2] = "Training Center facility required."
arr_strLocReasonsLocked[3] = "Not enough Ability Points."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SparkAbilityTreeTitles[2]="XCOM"
[CPS_UIArmory_PromotionHero]
m_strMutuallyExclusive = "Взаимно исключаемо с:"

arr_strLocReasonsLocked[0] = "Требуется предварительная способность."
arr_strLocReasonsLocked[0] = "Требования способности не выполнены."
arr_strLocReasonsLocked[1] = "Сперва надо выбрать классовую способность."
arr_strLocReasonsLocked[2] = "Необходимо построить центр подготовки."
arr_strLocReasonsLocked[3] = "Недостаточно очков способностей."
Expand Down