mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- bugfix (from build 529): IMPs have wrong voices
- bugfix: Multiple IMPs with same voice causes wrong data and CTDs. Now it is impossible to have multiple IMPs with the same voice. No more invalid IMP data with multiple imps (hopefully) ;) - You can have a maximum number of 6 imps (3 women and 3 men). All have different voices - If an IMP is cloned (90210, nickname) an unused voice is set. So we have correct data - Prevent the user from selecting used voices in the IMP Voice selection screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@535 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2075,7 +2075,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Geen geldige optie op dit moment.",
|
||||
L"Om een nauwkeurig profiel te maken, moet je ruimte hebben voor tenminste één teamlid.",
|
||||
L"Profiel is al gemaakt.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -2076,7 +2076,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Not a valid option at this time.",
|
||||
L"To complete an accurate profile, you must have room for at least one team member.",
|
||||
L"Profile already completed.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -2064,7 +2064,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Option inaccessible pour le moment.",
|
||||
L"Pour que cette analyse soit efficace, il doit vous rester au moins une place dans votre escouade.",
|
||||
L"Profil déjà établi.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -1992,7 +1992,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Option zur Zeit nicht gültig.",
|
||||
L"Um eine genaue Evaluierung durchzuführen, müssen Sie mindestens noch ein Teammitglied aufnehmen können.",
|
||||
L"Evaluierung bereits durchgeführt.",
|
||||
L"Sie habe bereits die maximale Anzahl an B.S.E Charakteren.",
|
||||
L"Fehler beim Laden des B.S.E. Charakters.",
|
||||
L"Sie haben bereits die maximale Anzahl an B.S.E. Charakteren.",
|
||||
L"Sie haben bereits drei B.S.E. Charaktere mit dem gleichen Geschlecht.",
|
||||
L"Sie können sich den I.M.P. Charakter nicht leisten.",
|
||||
L"Der neue B.S.E. Charakter ist nun in ihrem Team.",
|
||||
};
|
||||
|
||||
// button labels used on the IMP site
|
||||
|
||||
@@ -2058,7 +2058,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Opzione non valida questa volta.",
|
||||
L"Per completare un profilo accurato, dovete aver spazio per almeno uno dei membri della squadra.",
|
||||
L"Profilo già completato.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -2058,7 +2058,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Opcja tym razem nieaktywna.",
|
||||
L"Aby wykonać profil, musisz mieć miejsce dla przynajmniej jednego członka załogi.",
|
||||
L"Profil został już wykonany.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -2067,7 +2067,11 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Сейчас вы не можете выбрать это.",
|
||||
L"Чтобы закончить анализ,нужно иметь место еще хотя бы для одного члена команды.",
|
||||
L"Анализ уже завершен.",
|
||||
L"Cannot load I.M.P. character from disk.",
|
||||
L"You have already reached the maximum number of I.M.P. characters.",
|
||||
L"You have already three I.M.P characters with the same gender on your team.",
|
||||
L"You cannot afford the I.M.P character.",
|
||||
L"The new I.M.P character has joined your team.",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user